body{
  /* -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}
#pdp-content .table-view.default-view td{vertical-align: middle;}
body #banner .slick-list .slick-slide.desktop{display: flex}
body #banner .slick-list .slick-slide.mobile{display: none}
.form-group .control-error{
  color: #ff5656;
  margin-top: 5px;
}

.no-padding{
  padding: 0px !important;
}
.login-popup{
  display: none;
}
.open-login-box .login-popup{
  display: block;
  top: 10px;
}
#banner .slick-list .slick-slide img{
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
body #banner .slick-list .slick-slide img{
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  /* padding: 30px; */
}
body #banner .slick-list .slick-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
body #you-may-like .recent-view-slider .slick-list .slick-track{
  width: max-content !important;
}
.recent-view-slider .slick-list .slick-track{
  margin: 0;
}
.product-information .product-view .view-btn{
  display: inline-block;
}
#pdp-content .banner-thumb .slick-list .slick-track{
  width: 100% !important;
}
.head-logo svg:hover *{
  fill: unset !important;
}
#alert-container{
  position: fixed;
  margin-top: 157px;
  z-index: 999999;
  right: 10px;
}
.dimensions-list ul{list-style: auto;}
.dimensions-list .list-semi-title ul{list-style: none;}
.dimensions-list .list-semi-title.custom-ul{display: inline-block;width: auto;}
#pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .dimensions-list ul li{text-transform: none;}
.registration-content li, .registration-content {margin-bottom: 0px!important;}
.pre-register-title{font-weight:300;font-size: 32px;}
.preregister-btn{
  min-width: 90px;margin: 0 auto!important;display: block;max-width: 150px;
}
.fw-600 {font-weight: 600;}
.font-14 {font-size: 14px;}
@media(min-width:1200px){
  .normal-content-wrap .breadcrumbs-wrap{
    margin-left: -364px;
  }
  .normal-content .container{
    max-width: 1010px;
  }
}
@media(max-width:767px){
    body #banner .slick-list .slick-slide img{
      width: 100%;
      height: auto;
      object-fit: contain;
      margin: 0 auto;
    }
    .mobile-open .mobile-close-icon, .open-login-box .mobile-close-icon {
      z-index: 9999999 !important;
    }
    .login-popup{
      z-index: 9999999 !important;
    }

    #footer .copy-right{
    left: 0 !important;
    }
    #footer .container.default-view{
        display: block !important;
    }
    #footer .row{
        display: inline-block;
        flex-wrap: unset;
        width: 100%;
        margin: 0;
    }
    #footer .row .col-lg-12.col-md-12.col-sm-12.col-12{
        display: inline-block;
        width: 100%;
        flex: unset;
    }
    #footer .row .footer-section{
        display: inline-block;
        width: 100%;
    }
    #footer .row .footer-section .logo{
        text-align: center;
        padding-bottom: 40px;
    }
    #footer .footer-section .foot-menu.main-foot-menu ul{
        padding: 0  !important;
    }
    #footer .footer-section .foot-menu.main-foot-menu::before{
        content: unset;
    }
    #footer .footer-section .foot-menu.main-foot-menu{
        float: left;
        text-align: right;
        width: 43%;
        margin-left: 0 !important;
    }
    #footer .footer-section .service-menu.foot-menu{
        text-align: left;
        float: right;
        width: 50%;
    }
    #pdp-content .right-side-content .product-details .specification-feature .specification-color-selection ul{
      display: inline-block;
      width: 100%;
    }
    #pdp-content .right-side-content .product-details .specification-feature .specification-color-selection ul li{
      float: left;
      margin-bottom: 10px;
    }
    #banner .slick-list .slick-slide{
      height: auto !important;
    }
    #alert-container{
      margin-top: 0 !important;
      z-index: 999999999 !important;
    }
    .dimensions-list .list-semi-title.custom-ul{width: 50%;}
    .price-table{overflow: scroll; width: auto; display: none;}
    #pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .table-view.price-table .table-striped{
      table-layout: auto;
    }
    #pdp-content .product-details .specification-accordion .panel-head .panel .table-view.price-table .table-striped.table td.single-row{
      text-align: center!important;
    }
}


/* Add Project Modal Changes */
#addToProjectModal .modal-header{
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#addToProjectModal .modal-content .modal-title{
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
#addToProjectModal .modal-footer{
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-start;
  border:0;
}
#addToProjectModal .modal-body ul{
  padding-bottom: 15px;
}
#addToProjectModal .modal-body ul li{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.2);
  display: flex;
  align-items: center;
}
#addToProjectModal .modal-body ul li img{
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 15px;
  margin-left: 15px;
}
#addToProjectModal .modal-body ul li .project-name{
  font-size: 18px;
  color:#000000;
  line-height: 24px;
  padding-bottom: 6px;
}
#addToProjectModal .modal-body ul li .product-count{
  font-size: 12px;
  color:#000000;
  line-height: 14px;
}
#addToProjectModal .modal-body ul li.add-new-project-btn{
  background-color: #fafafa;
  display: inline-block;
  width: 100%;
}
#addToProjectModal .modal-body ul li.add-new-project-btn a{
  font-size: 18px;
  color:#000000;
  line-height: 22px;
  display: flex;
  align-items: center;
}
#addToProjectModal .modal-body ul li.add-new-project-btn a img{
  width: 60px;
  height: 60px;
  object-fit: scale-down;
  margin-right: 15px;
  margin-left: 15px;
}
#addToProjectModal .modal-body ul li.add-new-project-btn:hover img.hover-img{
  display: block;
}
#addToProjectModal .modal-body ul li.add-new-project-btn img.hover-img{
  display: none;
}
#addToProjectModal .modal-body ul li.add-new-project-btn:hover img.normal-img{
  display: none;
}
#addToProjectModal .modal-body ul li.add-new-project-btn:hover {
  cursor: pointer;
}
#addToProjectModal .modal-body ul li.add-new-project-btn:hover a{
  color:#31A063;
}

#addToProjectModal [type="radio"]:checked,
#addToProjectModal [type="checkbox"]:checked,
#addToProjectModal [type="radio"]:not(:checked),
#addToProjectModal [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#addToProjectModal [type="radio"]:checked + label,
#addToProjectModal [type="radio"]:not(:checked) + label,
#addToProjectModal [type="checkbox"]:checked + label,
#addToProjectModal [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
#addToProjectModal [type="radio"]:checked + label:before,
#addToProjectModal [type="radio"]:not(:checked) + label:before,
#addToProjectModal [type="checkbox"]:checked + label:before,
#addToProjectModal [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #3E3E3E;
    border-radius: 0;
    background: #fff;
}
#addToProjectModal [type="radio"]:checked + label:after,
#addToProjectModal [type="radio"]:not(:checked) + label:after,
#addToProjectModal [type="checkbox"]:checked + label:after,
#addToProjectModal [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #31A063;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#addToProjectModal [type="radio"]:not(:checked) + label:after,
#addToProjectModal [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#addToProjectModal [type="radio"]:checked + label:after,
#addToProjectModal [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#add-new-project .project-main-title h3{
  font-size: 30px;
  color: #000000;
  font-weight: 300;
}
#add-new-project .project-main-title{
  margin-bottom: 0;
  border:0 !important;
}
#add-new-project .form-group label{
  font-weight: 400 !important;
  width: 100%;
  display: inline-block;
}
#add-new-project .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
#add-new-project .custom-btn {
  border: 1px solid #000000;
  color: #000000;
  background-color: white;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 20px;
  width: fit-content;
  border-radius: 0;
  text-align: center;
  font-weight: 300;
}
#add-new-project .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#add-new-project textarea:focus{
  outline: 0;
}
#add-new-project textarea{
  background-color: #F0F0F0;
  border-bottom: 1px solid #000000;
  resize: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
#add-new-project .client-logo-section{
  display: flex;
align-items: center;
}
#add-new-project .upload-text{
  width: 71%;
  display: inline-block;
  border-bottom: 1px solid #000000;
  margin-right: 15px;
  padding-top: 30px;
}
#add-new-project .upload-btn-wrapper{
  width: auto !important;
}

.project-views-type .product-info-wrapper .product-image-wrap .product-image-right{min-width: 116px;}
.project-views-type .product-info-wrapper .product-image-wrap .product-image-left{width: 100%;}
.project-views-type .product-info-wrapper .product-image-wrap .project-view-image-right{width:100%}
.project-views-type .product-info-wrapper {color:black}
@media(max-width:767px){
  #addToProjectModal{
    z-index: 999999999;
  }
  #add-new-project .project-main-title{
    padding-top: 20px;
  }
  #add-new-project .form-wrapper-main .form-wrapper:first-child{
    margin-top: 20px;
  }
}

/* Custom CSS */
@media(min-width:1025px){
  #header .menu-wrapepr{
    transition: 0.2s !important;
    /* transition: max-height .10s ease-out !important; */
  }
  body .menu-wrapepr .container{
    max-width: 900px;
    padding: 0 15px 0 15px;
  }
}
#banner .top-banner, #pdp-content .banner-thumb {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
#banner .top-banner.slick-initialized, #pdp-content .banner-thumb.slick-initialized {
  visibility: visible;
  opacity: 1;
}
#pdp-content .right-side-content .product-details .specification-feature .specification-color-selection ul li{
  float: left;
  margin-bottom: 10px;
}
#pdp-content .right-side-content .product-details .specification-feature .specification-color-selection ul{
  display: inline-block;
  width: 100%;
}
body.open-modal::before, body.open-modal-sort::before, body.open-modal-ipad::before, body.open-mega-menu::before, body.open-search-box::before, body.open-login-box::before, body.mobile-open::before, body.modal-open::before{
  backdrop-filter: blur(0px); !important;
}
.product-list-wrap .single-product .single-product-info a{
  /* filter: drop-shadow(0 3px 6px #000000); */
}
/* .head-logo svg:hover * , #header .head-logo svg:hover{
    fill: #31a063 !important;
} */
.product-information .product-name a {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-information .product-img img{
  padding: 0;
}
.img-upload .submit-form-btn{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.img-upload .submit-form-btn input{
  border: 1px solid #000;
  color: #000000;
  background-color: white;
  padding: 6px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  text-transform: capitalize;
}
.img-upload  .avatar img {
   width: 60px;
   height: 60px;
   object-fit: cover;
}
.img-upload.container{
  min-height: 400px;
}
.img-upload  .avatars .avatar{
   float: left;
   margin-right: 5px;
   margin-bottom: 5px;
}
.img-upload .client-logo-section{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0 30px;
   margin-top: 30px;
}
.img-upload .client-logo-section .client-upload{
   width: 30%;
   /* height: 250px; */
   display: inline-block;
height: 100%;
}
.img-upload .client-logo-section .client-upload h2{
   font-size: 17px;
   font-weight: 300;
   color: #000000;
}
.img-upload .client-logo-section .client-upload .uploaded-logo{
   width: 100%;
   height: 250px;
   background: #FAFAFA;
   border: 1px dotted #E4E4E4;
   text-align: center;
   padding: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   position:relative;
}
.img-upload .client-logo-section .client-upload .default-logo p{
   margin: 10px auto 0px auto;
   width: 60%;
   font-weight: 300;
   font-size: 14px;
}
.img-upload .client-logo-section .client-upload .default-logo p span{
   font-weight: 500;
}
.img-upload .client-logo-section .client-upload  .file-upload-btn{
   text-align: center;
   margin: 40px 0 70px 0;
   display: flex;
   align-items: center;
   justify-content: center;
}
.img-upload .client-logo-section .client-upload  .file-upload-btn .upload-btn-wrapper {
   position: relative;
   overflow: hidden;
   display: inline-block;
   cursor: pointer;
   margin-left: 10px;
}

.img-upload .client-logo-section .client-upload  .file-upload-btn .btn {
   border: 1px solid #000000;
   color: #000000;
   background-color: white;
   padding: 6px 20px;
   border-radius: 8px;
   font-size: 12px;
   font-weight: 300;
   cursor: pointer;
}

.img-upload .client-logo-section .client-upload  .file-upload-btn input[type=file] {
   /* font-size: 100px; */
   position: absolute;
   left: 0;
   top: 0;
   opacity: 0;
}
#uploaded-logo.img-uploaded .default-logo, #uploaded-logo1.img-uploaded .default-logo{
   display: none;
}
.client-logo-section .save-notes{
   font-size: 14px;
   font-weight: 300;
   color: #000000;
   text-align: left !important;
   display: inline-block !important;
}
.client-logo-section .save-notes textarea{
  border: 0;
  background: transparent;
  resize: none;
  height: 100%;
}
.client-logo-section .basic-upload-filies{
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
   font-size: 0;
   text-indent: -999px;
}
@media(max-width:767px){
  .homepage-product-list .single-product > a{
    height: 210px;
    width: auto;
    /* top: 0; */
    position: absolute;
  }
  #pdp-content .right-side-content .product-details .specification-feature .row .col-sm-12.col-12.pl-0{
    padding-left: 15px !important;
  }
  #pdp-content .right-side-content .product-details .specification-feature .row .col-sm-12.col-12.pr-0{
    padding-right: 15px !important;
  }
}

.project-views-type .product-info-wrapper .product-image-wrap .product-image-left img{
  width: 220px;
  object-fit: contain;
  height: 100%;
  padding: 10px;
}
.project-views-type .product-info-wrapper .product-image-wrap img{max-width: 100% !important;}
.project-views-type .project-view-main .product-info-wrapper .product-image-wrap.add-new-project-tile{
  background-color: #FAFAFA;
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-view-logo{
  height: 60px;
}
.product-landing-wrapper .product-information{
  /* margin-bottom: 30px; */
}

@media(min-width:1025px) and (max-width:1367px){
  /* ul.main-menu{
    column-count: 3;
    width: 100%;
    margin: 0 auto;
  } */
}

.forgot-passowd a{
  color: #0056b3 !important;
  padding-top: 5px;
}
.product-information .product-name{
  margin-bottom:10px !important;
  margin-top: 10px;
  padding: 0 !important;
}
.product-list-wrap .single-product .single-product-info a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-menu ul.main-menu>li{
  display: inline-block;
  width: 100%;
  /* margin-bottom: 30px; */
}
.product-list-wrap .single-product a{
  text-align: center;
}

@media(min-width:767px) {
    .homepage-product-list .product-list-wrap .single-product img {
            margin-left: 50px;
    }
    .homepage-product-list.client-gallary .product-list-wrap .single-product img {
            margin-left: 0px;
    }
}

.product-list-wrap .single-product img{
  max-width: 80%;
  max-height: 80%;
}

@media(min-width:1280px){
  .top-menu ul.main-menu{
    margin-left: 4%;
    column-count: 3;
  }
}
@media(min-width:1279px){
  body #banner .collection-cutom-banner .slick-list .slick-slide a{
    width: auto;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 60px;
  }
  #pdp-content .banner-thumb .slick-list .slick-track .slick-slide{
    height: 210px;
  }
  body #banner .collection-cutom-banner .slick-list .slick-slide img{
    width: 100%;
    padding: 0;
  }
}
@media(min-width:1367px){
  .top-menu ul.main-menu{
    margin-left: 12%;
  }
  .product-information .product-img img{
    height:214px;
  }
  .product-list-wrap .single-product .single-product-info a{
    font-size: 28px;
  }
  #header .menu-wrapepr{
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .top-menu ul.main-menu{
      column-count: 3  !important;
  }
  .top-menu ul.main-menu>li{
    /* display: inline-block;
    width: 25%;
    float: left; */
  }
}
@media(min-width:1921px){
  .homepage-product-list{
    width: 1920px;
    margin: 0 auto;
  }
  #header .container-full{
    width: 1920px;
    margin: 0 auto;
  }
  .container.usb-container-guest{
    width: 1920px;
    margin: 0 auto;
    min-width: unset !important;
  }
  #banner{
    width: 1920px;
    margin: 0 auto;
  }
  #app #add-project-page.profile-top-wrap .container{
    max-width: 1820px;
  }
  #app .project-your-selection .container{
    max-width: 1820px;
  }
  #app .homepage-product-list.visualdeck-usb .product-link.container{
    max-width: 1820px;
  }
}


.profile-top-wrap.brand-addition-page{
    margin-bottom: 0;
}
.project-your-selection .project-your-wrap .project-your-info ul li a{
    font-weight: 300;
}
.project-your-selection.brand-wrap .project-your-wrap {
    border-bottom: 1px solid #707070;
}
.product-page-title.brand-wrap {
    float: left;
    width: 100%;
}
.brand-wrap .product-link a{
    font-size: 12px;
    padding: 7px 12px;
}
.brand-wrap .product-back-img{
    border: 1px solid #707070;
}
.product-page-title.brand-wrap h3 {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-page-title.brand-wrap{
    font-size: 16px;
    color: #000;
    font-weight: 200;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    margin-bottom: 24px;
}
.product-link {
    /*float: left;*/
    width: 100%;
}
.product-link a {
    /*float: left;*/
    width: auto;
    font-size: 14px;
    color: #000;
    font-weight: 200;
    font-family: "Poppins",sans-serif;
    /*line-height: 25px;*/
    border: 1px solid;
    padding: 3px 12px;
}
.product-back-img {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.product-back-img img{
    z-index: 999;
    width: 100%;
}
.product-back-image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
}
.product-link-down {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 20px;
}
.product-link-down img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.product-link-down a {
    margin: 10px;
}
.product-ctn {
    width: 69%;
    margin: 30px 0 50px 0;
    display: inline-block;
}
.product-ctn p{
    font-size: 16px;
    color: #000;
    font-weight: 200;
    font-family: "Poppins",sans-serif;
    line-height: 19px;
    margin-bottom: 24px;
    margin-bottom: 0;
}
.product-row-sec p{
    font-size: 21px;
    font-weight: 300;
    color: #000000;
}
.product-row-sec-text {
    float: left;
    width: 70%;
    height: 214px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-row-sec-text img{
    width: 100%;
}
.pro-image{
    float: left;
    width: 100%;
    position: relative;
}
.pro-image1 {
    position: absolute;
    z-index: 99;
    right: -6px;
    top: 0;
    width: 265px;
}
.product-ctn-text {
    float: left;
    width: 30%;
}
.product-ctn-text1 {
    float: left;
    width: 30%;
}
.product-ctn-text .pro-bck p {
    float: left;
    width: auto;
    text-align: left;
    font-size: 11px;
    background: #000;
    color: #fff;
    font-family: "Poppins",sans-serif;
    padding: 0 0 0 6px;
    border-left: 1px solid #fff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
    display: flex;
    align-items: center;
}
.product-ctn-text1 p {
  float: left;
  width: auto;
  text-align: left;
  font-size: 11px;
  color: #fff;
  font-family: "Poppins",sans-serif;
  padding: 0 0 0 6px;
  border-left: 1px solid #fff;
  margin:0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 35px;
  display: flex;
  align-items: center;
}
.main{
    padding: 0 !important;
}
.product-ctn-inn {
    border: 1px solid #707070;
    display: inline-block;
}
.product-ctn-text span {
    font-size: 5px;
    font-family: "Poppins",sans-serif;
     padding: 10px;
     float: left;
     line-height: 5px;
}
.product-ctn-text1 span {
  font-size: 5px;
  line-height: 5px;
    font-family: "Poppins",sans-serif;
     padding: 10px;
     float: left;
}
.pro-image2 {
position: absolute;
    z-index: 99;
    /*right: -6px;*/
    top: 0;
    width: 265px;
    left: 0;
}
.pro-bck{
    float: left;
    width: calc(100% - 10px);
    background: #000;
    padding: 6px;
    margin-top: 10px;
}
.pro-bck1{
    float: left;
    width: calc(100% - 10px);
    background: #000;
    padding: 6px;
    margin-top: 10px;
    margin-left: 10px;
}
.pro-image3 {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    width: 265px;
    left: 0;
    text-align: center;
    transform: translate(88px, 40px);
}




/*------------------BRAND ADDITION1 CSS-------------------*/

.more-colors{
    text-align: left;
    display: inline-block;
    margin: 30px auto;
    width: 100%;
}
.more-colors a{
    color: #000;
    border: 1px solid #000;
    padding: 8px 15px;
}
.product-link1 {
    /*width: 100%;*/
    text-align: right;
}
.product-link1 a {
    color: #000;
    border: 1px solid;
    padding: 7px 15px;
    margin-right: 5px;
}
.product-link12 {
  float: left;
}
.product-link12 a {
    color: #000;
    border: 1px solid;
    padding: 7px 15px;
}
.product-link1 a:hover {
    color: #fff;
    background: #000;
}
.product-color-code .product-color{
    margin-right: 50px;
}
 .product-color-code .product-color {
    padding: 0 0px;
}
 .product-color-code .product-color ul {
    display: inline-block;
    text-align: center;
}
.product-color-code .product-color ul li {
    margin-bottom: 7px;
    float: left;
}
 .product-color-code .product-color ul li {
    border-radius: 40px;
    border: 1px solid #a9a9a9;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.product-color-code .product-color ul li span.grey {
    background-color: #a3a09a;
}
.product-color-code .product-color ul li span.black {
    background-color: #000000;
}
.product-color-code .product-color ul li span.barley {
    background-color: #BF0101;
}
.product-color-code .product-color ul li span {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 40px;
    display: inline-block;
    cursor: pointer;
}
.product-color-code {
    float: left;
    width: 30%;
}
.product-color-code h3 {
    margin: 37px 0 15px 0;
    font-size: 21px;
    color: #000;
    font-weight: 300;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-images {
    float: left;
    width: 70%;
}
.product-images h3{
    margin: 37px 0 15px 0;
    font-size: 21px;
    color: #000;
    font-weight: 300;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-images .back-image {
    float: left;
    width: 100%;
}
.product-images .back-image ul {
    float: left;
    width: 100%;
    padding: 0;
}
.product-images .back-image ul li {
   float: left;
    padding-right: 12px;
    margin-bottom: 16px;
}
.product-images .back-image ul li img {
    width: 210px;
    height: 120px;
    display: flex;
    object-fit: cover;
}
.hr-border{
    border-top: 1px solid #707070;
    float: left;
    width: 100%;
    margin-top: 40px;
}


.profile-top-wrap1{
    background-color: rgba(0,0,0,0.3);
        margin-bottom: 0px !important;
}
.project-your-selection1{background-color: rgba(0,0,0,0.3);}
.single-product-title{
    float: left;
    width: 100%;
    text-align: left;

}
.single-product-title{
    margin-top: 20px;
}
.single-product-title span{
    font-size: 12px;
    color: #000000;
    font-weight: 300;
}
.single-product-title p{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: "Poppins",sans-serif;
    line-height: 20px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.product-list-images{
    width: 33.33%;
    float: left;
    height: 560px;
}

.brandadition {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    line-height: 25px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 45px 0;
}

.single-product-main{
    width: 66.66% !important;
    height: 560px !important;
}
.product-link-down1{
    width: 100%;
    text-align: right;
    margin-top: 20px;
    display: inline-block;
}


.client-gallery-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    transform: none !important;
    transition: none !important;
}
div#exampleModalLong {
    padding-right: 0 !important;
}
.client-gallery-modal .modal-dialog .modal-content {
    padding: 0px;
}
.client-gallary .product-list-wrap .single-product {
    width: 33.33%;
    height: 280px;
}
.product-link-downn {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.product-link-downn a {
    padding: 5px;
}
.single-product-height{
    float:left !important;
    display: inherit !important;
    padding:30px 30px !important;
    width: 100% !important;
}
.product-img123{
    width: 100% !important;
    height: 280px !important;
    float: left !important;
}
.product-link123{
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 100%;}

#modalSliderDemo .modal-header{
    background: transparent;
    position: absolute;
    z-index: 9999999;
    right: 4px;
    border: 0;
    box-shadow: unset;
}
/*---------------------------Responsive csss----------------------------*/

@media only screen and (max-width: 767px) {
body.modal-open::before, body.open-login-box:before{
    width: 100%;
    z-index: 1;
}
.single-product-main{
    width: 100% !important;
    height: 260px !important;
}
.product-list-images {
    width: 100%;
    float: left;
    height: 560px;
}
.product-list-wrap .single-product {
    width: 100%;
    height: 280px;
}
.brand-wrap .product-row-sec .pl-0{
    padding-left: 15px !important;
}
.brand-wrap .product-row-sec .pr-0{
    padding-right: 15px !important;
}
.product-link-down{
    margin-top: 15px;
    margin-bottom: 31px;
    text-align: left;
}
.product-link-down a:first-child{
    margin-left: 0;
}
.product-ctn-text span, .product-ctn-text1 span{
    font-size: 7px;
}
}
@media only screen and (max-width: 480px) {
 .pro-image2 {
    width: 230px;
}
.pro-image1 {
    width: 230px;
}
.product-ctn-text1 {
    /* margin-left: 6.5px; */
}
.pro-image3 {
    transform: translate(20px, 18px);
}
.product-link1 {
    width: 100%;
    text-align: center;
}
.product-color-code {
    float: left;
    width: 100%;
}
.product-images {
    float: left;
    width: 100%;
}
.product-images .back-image ul li img {
    width: 70px;
    height: 50px;
    display: flex;
    object-fit: cover;
}
.product-images h3 {
    /* margin: 0px 0 0; */
}
.product-landing-wrapper {
    margin-bottom: 30px;
}
.product-ctn {
    width: 100%;
}
.product-ctn-text .pro-bck p {
    font-size: 12px;
}
.product-ctn-text1 p {
    font-size: 12px;
}
}
@media only screen and (max-width: 360px) {

.product-ctn-text1 {
    margin-left: 5.5px;
}
.pro-image1 {
    width: 210px;
}
.pro-image2 {
    width: 210px;
}
}

#app .view-project-usb .product-landing-wrapper .product-information{
  position: relative;
}
#app .view-project-usb .product-landing-wrapper .product-information > a{
  position: absolute;
  right: 0;
  top: 0;
}
#app .view-project-usb .product-landing-wrapper .product-information:hover > a{
  display: inline-block !important;
}
#app .view-project-usb .product-landing-wrapper .product-information > a{
  display: none;
}
#app .view-project-usb .product-landing-wrapper .product-information > a{
  float: right;
}
#app .view-project-usb .product-landing-wrapper .product-information > a .fa.fa-trash:before{
  color: #000000;
  font-size: 18px;
}
#app .view-project-usb .product-landing-wrapper .product-information > a:hover .fa.fa-trash:before{
  color: #31a063;
}
#app .view-project-usb  .project-your-links{
  margin-bottom: 40px !important;
}
#app .view-project-usb .btn.white-bg{
  margin-right: 3px;
}
#app .view-project-usb .project-your-links{
  position: relative;
}
#app .view-project-usb .project-your-links .upload-edit-icons{
  position: absolute;
  right: 0;
  top: 8px;
}
#app .view-project-usb .project-your-links .upload-edit-icons a{
  margin-right: 5px;
}
#app .view-project-usb .project-your-links .upload-edit-icons a img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
#app .visualdeck-usb .product-list-wrap .single-product{
  width: 33.33%;
}
#app .visualdeck-usb .product-link{
  position: relative;
}
#app .visualdeck-usb .product-link .inside-product-link{
  position: absolute;
  right: 0;
  top: -4px;
}
#app .visualdeck-usb .product-link .inside-product-link a:last-child{
  padding-right:3px !important;
}
#app .visualdeck-usb .product-link .inside-product-link a{
  border: 0;
  padding: 0 10px 0 0;
}
#app .visualdeck-usb .product-link .inside-product-link a img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}

#app .usb-container{
  /* display: inline-block;
  width: 100%;
  min-width: 100%;
  margin-bottom: -6px; */
}
#app .visualdeck-usb .product-link a{
  font-size: 12px;
  padding: 8px 20px;
}
.visualdeck-detail-usb .product-back-img img{
  height: 600px;
  padding: 40px;
  object-fit: contain;
}
.visualdeck-detail-usb .product-ctn-text span,
.visualdeck-detail-usb .product-ctn-text1 span{
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 90px;
}
.visualdeck-detail-usb .product-ctn-text.third-section-usb{
  float: unset !important;
}
.visualdeck-detail-usb .product-row-sec-text img{
  height: 100%;
  object-fit: contain;
  padding: 30px;
}
.visualdeck-detail-usb .product-row-sec-text.third-section-usb{
  width: 100% !important;
}
#app .product-link1 button:hover{
  color: #fff;
  background: #000;
}
#app .product-link1 button{
  font-weight: 300;
  font-size: 12px;
  border: 1px solid #000000;
  height: 41px;
  padding: 7px 15px !important;
  line-height: 16px;
  margin-right: 4px;
  min-width: 90px;
}
#app .product-link1 a{
  font-weight: 300;
  font-size: 12px;
  border: 1px solid #000000;
  height: 41px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .single-product.product-white-bg.single-product-height > img{
  height: 123px;
  width: auto;
  object-fit: contain;
}
.client-gallary .single-product-info.wow {
    color: #fff;
    font-size: 28px;
    line-height: 46px;
    font-weight: 200;
    text-decoration: none;
    text-align: center;
}
.client-gallary .product-link-downn img{
  width: 23px;
  height: 23px;
  object-fit: contain;
}
#footer.share-footer {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.project-your-image.usb-project-logo img{
  width: 123px;
  height: 123px;
  object-fit: contain;
}
.img-upload .client-logo-section .client-upload .file-upload-btn{
  position: relative;
}
#pdp-content .banner-thumb .slick-arrow:hover, #pdp-content .banner-thumb .slick-arrow{
  outline: 0;
  box-shadow: unset;
}
#pdp-content .banner-thumb .slick-arrow{
  position: absolute;
  z-index: 999999;
  text-indent: -9999px;
  border: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .5s;
  color: transparent;
}
#pdp-content .banner-thumb .slick-arrow.slick-prev {
  background-image: url(../imgs/svgs/arrow-left.svg);
  top: -61px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  background-position: center;
  transform: rotate(90deg);
}
#pdp-content .banner-thumb .slick-arrow.slick-next {
  background-image: url(../imgs/svgs/arrow-right.svg);
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}

body #banner .desktop-slider{display: block;}
body #banner .mobile-slider{display: none;}

@media screen and (min-width: 1366px){
  .homepage-product-list.client-gallary{
/*  max-width: 1366px; */
    margin: 0 auto;
  }
  .homepage-product-list.client-gallary .product-list-images .product-link-down{
    margin-top: 10px;
  }
  .homepage-product-list.client-gallary .product-list-images .single-product-height{
    padding: 30px 15px 30px 30px !important;
  }
  .filter-container .filter-list-sort.active>a img{
    transform: rotate(180deg);
  }
  #category-block .inside-cat-block .block-img img{
    height: 380px;
    object-fit: contain;
  }
  .top-banner.top-banner-modal{
    height: 630px;
  }
  .project-your-selection .project-your-wrap .project-your-info.guest-visual-detail-usb{
    width: 30%;
  }
  .container.usb-container-guest{
    min-width: 100%;
  }
  .project-your-selection .container.usb-container-guest .project-your-wrap,
  .project-your-selection .container.usb-container-guest .product-page-title.brand-wrap,
  .project-your-selection .container.usb-container-guest .product-link{
    padding: 0 40px;
  }
  .usb-container-guest .product-link-down{
    padding: 0 20px;
  }
  .usb-container-guest .product-ctn{
    padding: 0 20px 0 30px;
  }
  .usb-container-guest .product-landing-wrapper.product-row-sec{
    padding: 0 30px;
  }
}

@media screen and (max-width: 1366px){
  #app .usb-container{
    padding: 0 !important;
  }
}

@media (min-width: 1921px){
  #app .usb-container{
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media(max-width:390px){
  #header .head-logo svg{
    width: 145px;
  }
  .quick-action-icon{
    width: auto;
  }
}

@media(max-width:767px){
  #header .top-menu.main-menu.main-menu-wrap span.childlink img{
    top: 23px;
  }
  body #header .main-menu>ul>li>a{
    padding: 18px 5px 18px 20px !important;
  }
  #header .container-full{
    height: auto !important;
  }
  .img-upload .client-logo-section{
    display: inline-block;
    width: 100%;
    padding: 10px;
  }
  .img-upload .client-logo-section .client-upload{
    width: 100% !important;
  }
  .product-list-wrap .single-product img{
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 10px;
  }
  .product-list-wrap .single-product{
    padding-bottom: 50px;
  }
  #app .view-project-usb{
    margin-top: 20px;
  }
  .product-information .product-img img{
    height: 140px!important;
  }
  #app .view-project-usb .product-information .product-img img{
    height: 214px !important;
  }
  #app .view-project-usb .product-landing-wrapper .product-information > a{
    right: 10px !important;
  }
  #app .view-project-usb .project-your-links .upload-edit-icons{
    position: absolute;
    right: unset;
    text-align: center;
    width: 100%;
  }
  #app .product-list-wrap{
    margin-top: 20px;
  }
  #app .view-project-usb .project-your-links{
    padding-top: 50px;
  }
  .visualdeck-detail-usb .product-back-img img{
    height: 300px;
  }
  .product-landing-wrapper.product-row-sec .pl-0{
    padding-left: 15px !important;
  }
  .product-landing-wrapper.product-row-sec .pr-0{
    padding-right: 15px !important;
  }
  body #banner .slick-list .slick-slide.desktop{display: none}
  body #banner .slick-list .slick-slide.mobile{display: flex}
  body #banner .desktop-slider{display: none;}
  body #banner .mobile-slider{display: block;}
}

@media(max-width:1024px){
  #app .view-project-usb .product-landing-wrapper .product-information > a{
    display: block !important;
  }
}
.mt-0{margin-top: 0!important}
.product-information .product-sku.product-shortdescription{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Final Refector Changes */
body .img-upload .client-logo-section .client-upload .file-upload-btn .btn{
  border-radius: 0;
}
@media(min-width:1279px){
  #pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .specification-block{
    margin-bottom: 50px;
  }
  #pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .dimensions-list ul li .list-title{
    font-weight: 300;
  }
  .project-your-selection .project-your-wrap .project-your-info h2{
    line-height: 37px;
  }
  .project-your-selection .container.usb-container-guest .product-page-title.brand-wrap{
    padding-top: 60px;
  }
  .usb-container-guest .project-your-info.guest-visual-detail-usb span{
    margin-top: 9px;
    display: inline-block;
  }
  #category-block .inside-cat-block .block-img img{
    height: 380px;
    object-fit: contain;
  }
  .view-project-usb .product-information .product-name{
    margin-bottom: 27px;
  }
  .product-landing-wrapper-main .request-visuals{
    padding-top: 0;
  }
  .project-your-selection .project-your-image img{
    height: 118px;
    width: auto;
    object-fit: contain;
  }
}
@media(min-width:768px) and (max-width:959px){
  ul.filter-list-wrap{
    margin-bottom: 0 !important;
  }
}
@media(min-width:768px) and (max-width:959px){
  body #banner .slick-list .slick-slide{
    height: 430px;
  }
  body #banner .slick-list .slick-slide a{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0px;
  }
  body #banner .slick-list .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
  }
  #pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .dimensions-list ul li{
    display: inline-block;
    width: 100%;
  }
}
@media(max-width:959px){
  .product-list-wrap .single-product .single-product-info a{
    line-height: 17px !important;
  }
}
@media (max-width:767px) {
  #you-may-like-4 .container.p-0, #you-may-like-5 .container.p-0{
    padding: 0 15px !important;
  }
  #header ul.sub-menu a{
    font-weight: 300 !important;
    letter-spacing: 0.5px;
  }
  .login-popup-wrapper #customer_login .btn-wrap button{
    /* margin-bottom: 12px; */
  }
  .open-login-box #header{
    opacity: 0.5;
  }
  #pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .dimensions-list ul li{
    display: inline-block;
    width: 100%;
  }
  #header .main-menu>ul>li:last-child{
    border-bottom: 1px solid #000;
  }
}

ul.main-menu>li>a{
  font-size: 16px;
  font-family: "Poppins",sans-serif;
  color: #000000;
  font-weight: 500;
}
.search-box .search-input{
  padding-bottom: 7px;
}
body .product-list-wrap .single-product .single-product-info a{
  line-height: 36px;
}
body .general-title{
  padding-bottom: 20px;
}

.product-landing-wrapper-main {
  padding-top: 0;
}
.product-information .product-view .view-btn{
  background-color: #ffffff !important;
  color: #000000 !important;
  border:1px solid #000000;
  padding: 9px 30px 10px 30px;
}
.product-information .product-view .view-btn:hover{
  background-color: #000000 !important;
  color: #ffffff !important;
  border:1px solid #000000;
}
.recent-view-slider .product-information .product-view{
  padding-top:12px;
}
.recent-view-slider .product-information .product-price{
  margin-bottom: 10px;
}
#pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .table-view .table-striped.table td{
  line-height: 18px;
  text-align: center;
}

.product-information .product-feature  {
  margin: 10px 0 10px 0;
}

.product-information.with-new-pricing {
  width: 100% !important;
}

@media screen and (max-width: 1199px) {
    .product-landing-wrapper.grid.grid-cols-4 {
      display: flex;
      flex-wrap: wrap;
    }
    .product-information.with-new-pricing {
      width: 33.33% !important;
    }
    .product-information .product-feature .last-icon {
      display: none;
    }
}

@media (max-width: 767px) {
    .product-information .product-feature .last-icon {
      display: none;
    }
    .product-information.with-new-pricing {
      width: 50% !important;
    }
    .product-information .product-moq {
        font-size: 14px;
    }
}

.product-information .pricing-wrap  {
  padding-top: 0px !important;
}

.pricing-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
    justify-content: center;
}

.product-moq {
    padding-left: 0.75rem;
    padding-right: 0.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.product-price {
  margin-bottom: 0 !important;
}

.product-moq span, .product-price span {
    font-weight: 200 !important;
}

.magic-link-text{
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 20px;
}
.login-popup .popup-title {
  margin-bottom: 30px;
}
.product-information.multi-color .product-color ul li:hover{
  background-color: unset;
  border: 1px solid #a9a9a9;
}
.product-information .product-color ul li span{
  cursor: unset;
}
#pdp-content .right-side-content .product-details .product-description{
  font-weight: 200;
}
.quick-action-icon{
  width: 242px;
}
#header .top-menu>ul{
  margin-right: 0;
}
#header .quick-action-icon ul li.search-icon img{
  height: 25px;
  width: 22px;
}
body,.product-information .product-view .view-btn {font-weight: 300;}
.filter-container .filter-list-sort>a img{ margin-left: 10px;}
.product-information .product-sku{
  font-size: 13px;
  font-weight: 100;
}
#pdp-content .right-side-content .product-details .product-actions .btn.black-bg,
.btn.black-bg {padding: 9px 30px 10px 30px;font-weight:300;}
#footer .footer-section .logo {margin-right: 15px}
#footer .footer-section .foot-menu ul li a {font-weight: 100; font-size: 12px;}
#footer .footer-section .foot-menu::before{
  height: 74px;
  margin-top: 6px;
}
#pdp-content .right-side-content .product-details .specification-feature .specification-icon-selection ul li img{
  width: 38px;
  height: auto;
}
#pdp-content .right-side-content .product-details .specification-feature .specification-icon-selection ul li p{font-weight: 300;}
#pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .dimensions-list ul li .list-semi-title{font-weight: 500;}
.breadcrumbs{font-weight: 200;}
#pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .specification-block h2,
#pdp-content .right-side-content .product-details .product-title h1,
#pdp-content .right-side-content .product-details .specification-feature .specification-title,
#pdp-content .right-side-content .product-details .product-price,
.general-title,
#pdp-content .right-side-content .product-details .specification-accordion .panel-head .accordion{font-weight: 600;}
#pdp-content .right-side-content .product-details .product-title p{font-weight: 100;}
.search-box .close-search{border-top:1px solid #707070;}
.search-box .search-product-list{border-top:2px solid #707070;}
.search-box .search-single-product{margin-bottom:5px;}
.search-box .search-product{height: 89px;}

@media(max-width:1024px){
  #header .main-menu>ul>li:last-child{
    border-bottom: 1px solid #000;
  }
}
#thank_you .modal-content-text.thank_you-text.login-confirm-box-text img{
  width: 100%;
  height: auto;
}
.modal.login-popup-thankyou{
  top: 70px;
}
#thank_you .modal-content-text.thank_you-text.login-confirm-box-text{
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}
#thank_you .modal-content-text.thank_you-text.black-bg p{margin: 0;}
#thank_you .modal-content-text.thank_you-text.black-bg{
  background: black;
  color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}

/* Custom CSS */
.profile-top-wrap .profile-wrap .profile-info h3{
  font-size: 28px;
  font-weight: bold;
}
.profile-top-wrap .profile-wrap .profile-info h2{
  font-size: 30px;
  font-weight: 300;
}
.profile-top-wrap .profile-wrap .profile-info p{
  font-size: 12px;
  font-weight: 300;
}
.project-views-type .project-main-title{
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.project-views-type .product-info-wrapper .product-info-number .number-count{
  font-size: 12px;
}
.project-views-type .product-info-wrapper .profile-info-content p{
  font-size: 16px;
}
.project-your-selection .project-your-wrap{
  border-bottom: 1px solid #707070 !important;
}
.btn.white-bg{
  padding: 10px 30px 11px 30px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn.white-bg:hover {
   background-color: #000000 !important;
   color: #ffffff !important;
   border: 1px solid #000000 !important;
}
.product-landing-wrapper-main.view-project-usb{
  padding-top: 0;
}
.request-visuals p{
  font-size: 12px;
  margin-bottom: 20px;
}
.form-group.form-check label{
  text-transform: capitalize;
}
@media (min-width: 1279px){
  .img-upload .client-logo-section .client-upload h2{
    font-size: 21px;
    margin-bottom: 14px;
  }
  .project-your-selection .project-your-image img {
    height: auto !important;
    width: 210px !important;
    object-fit: contain;
  }
  #add-new-project .project-main-title h3{
    margin-bottom: 30px;
  }
  #add-new-project .project-main-title .popup-form .form-group label{
    margin-bottom: 20px;
  }
  .homepage-product-list.visualdeck-usb .product-list-wrap .product-link.container{
    margin-bottom: 35px;
  }
  .project-your-selection .product-link > a{
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000;
    padding: 9px 30px 10px 30px;
    font-size: 12px;
  }
  .project-your-selection .product-link > a:hover {
     background-color: #000000 !important;
     color: #ffffff !important;
     border: 1px solid #000000 !important;
  }
  .product-landing-wrapper.product-row-sec .col-sm-12.col-xs-12.col-md-4.col-lg-4.pl-0,
  .product-landing-wrapper.product-row-sec .col-sm-12.col-xs-12.col-md-4.col-lg-4{
    flex: 0 0 38.333333%;
    max-width: 38.333333%;
  }
  .product-landing-wrapper.product-row-sec .col-sm-12.col-xs-12.col-md-4.col-lg-4.pr-0{
    flex: 0 0 23.333333%;
    max-width: 23.333333%;
  }
  .product-landing-wrapper.product-row-sec .col-sm-12.col-xs-12.col-md-4.col-lg-4.pr-0 .product-ctn-text{
    width: 55%;
  }
  .client-gallary .single-product-title p{
    font-size: 30px;
    line-height: 37px;
  }
  .homepage-product-list.client-gallary .product-list-wrap .single-product{
    height: 320px;
  }
  .homepage-product-list.client-gallary .product-list-wrap .single-product-main{
    height: 640px !important;
  }
  .homepage-product-list.client-gallary .product-list-wrap .product-img123{
    height: 321px !important;
  }
}


.search-box a:hover{
  color:#31a063;
}

.search-box .search-product-info:hover{
  color:#31a063;
}

ul.filter-list>li>a::before{
  top:3px;
}

/*========= 21-Jan-22 =========*/
.login-popup-thankyou .modal-dialog .btn-wrap{ margin: 0;}
.login-popup-thankyou .modal-dialog .modal-content{ padding: 0px 60px 30px 60px;}
#thank_you .close{ position: absolute; right: -45px; top: 10px;}
#thank_you .modal-content-text.thank_you-text.login-confirm-box-text{ margin-bottom: 20px;}
#thank_you .modal-content-text.thank_you-text.login-confirm-box-text img { margin-bottom: -40px;}
#thank_you .modal-content-text{ font-size: 16px;}
.modal.login-popup-thankyou { top: 40px; padding-right: 0 !important;}
.login-popup { padding-top: 80px;}

#pdp-content .right-side-content .product-details .specification-feature .specification-icon-selection ul{ align-items: flex-start;}
#pdp-content .right-side-content .product-details .specification-feature .specification-icon-selection ul li img{ height: 45px;}

#category-block .container > .row > div > a { height: 100%; display: flex;}
#category-block .inside-cat-block{ width: 100%;}
#category-block .inside-cat-block .block-img{ height: 100%; display: flex; justify-content: center; align-items: center;}

.project-your-selection .project-your-image img { height: 80px !important; width: auto !important;}
.visualdeck-usb .product-list-wrap .single-product{ height: 498px;}
.profile-top-wrap .profile-wrap .profile-info h3{ margin-bottom: 16px;}
.profile-top-wrap { margin-bottom: 37px;}
.project-views-type .project-main-title{ margin-bottom: 52px;}
.project-views-type .product-info-wrapper .product-info-number{ border-color: #707070;}
.project-views-type .product-info-wrapper:hover .product-info-number .product-type{ color: #31A063;}
.project-views-type .product-info-wrapper:hover .product-info-number{ border-color: #31A063;}
.project-views-type .product-info-wrapper:hover .add-new-project-tile .product-image-center img{ filter: invert(50%) sepia(46%) saturate(541%) hue-rotate(94deg) brightness(94%) contrast(96%);}
#pdp-content .right-side-content .product-details .product-description{ font-weight: 300;}

@media (min-width:1280px){
.homepage-product-list.client-gallary .product-list-wrap .single-product-main.single-product{ height: 710px !important;}
.homepage-product-list.client-gallary .product-list-wrap .product-img123 { height: 351px !important;}
.homepage-product-list.client-gallary .product-list-wrap .single-product { height: 355px !important;}
.product-landing-wrapper-main.visualdeck-detail-usb .product-ctn{ padding-left: 0; margin: 65px 0 78px;}
.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper.product-row-sec { padding: 0 155px 0 0;}
.visualdeck-detail-usb .product-row-sec-text{ height: 214px;}
.visualdeck-detail-usb .product-row-sec-text.third-section-usb { height: 170px;}
.visualdeck-detail-usb .product-ctn-text.third-section-usb{ padding-bottom: 20px; float: left !important;}
.visualdeck-detail-usb .product-ctn-text span{padding-left: 10px;}
.visualdeck-detail-usb .product-ctn-text1 span{padding-left: 18px;}
#app .project-your-selection .product-link{ display: flex; justify-content: space-between; flex-wrap: wrap;}
#app .product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper .product-back-img{ margin-top: 53px;}
#app .project-your-selection { padding-bottom: 60px;}
#app .usb-container-guest .product-landing-wrapper-main.visualdeck-detail-usb .product-ctn{ padding-left: 40px; margin: 65px 0 78px;}
#app .usb-container-guest .product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper.product-row-sec { padding: 0 221px 0 40px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images .back-image ul li img{ width: 100%; height: 145px !important;}
}
@media (min-width:1620px){
.homepage-product-list.client-gallary .product-list-wrap .single-product-main.single-product{ height: 880px !important;}
.homepage-product-list.client-gallary .product-list-wrap .product-img123 { height: 441px !important;}
.homepage-product-list.client-gallary .product-list-wrap .single-product { height: 440px !important;}
.homepage-product-list.client-gallary .product-list-images .single-product-height { padding: 80px 55px 30px 60px !important;}
.product-landing-wrapper-main.visualdeck-detail-usb .product-back-img img{ height: 1037px;}
#app form section.project-your-selection .product-landing-wrapper .product-images .back-image{ max-width: 870px;}
}

.project-your-selection .container.usb-container-guest .project-your-wrap{ padding-top: 40px; padding-bottom: 10px;}
.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper{ margin-left: 0 !important; margin-right: 0 !important;}
.request-visuals~.product-landing-wrapper .product-information .form-group { margin-bottom: 20px;}
.img-upload .submit-form-btn .btn.black-bg{ margin-left: 0; margin-right: 0;}
.img-upload.container form{ margin-bottom: 109px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper { margin-left: 0 !important; margin-right: 0 !important;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-color-code .more-colors{ display: flex; margin-top: 44px; flex-wrap: wrap;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images{ padding-bottom: 20px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images .back-image ul{ width: auto; float: none; display: flex; margin: 0 -15px; flex-wrap: wrap;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images .back-image ul li{ flex:0 0 25%; padding: 0 15px; margin-bottom: 40px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images .back-image ul li img{ width: 100%; height: 100%;}
#app form > .project-your-selection .product-link1{ display: flex; width: 100%; justify-content: flex-end;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-link1.product-link123{ margin-top: 0; padding:68px 0 80px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-link1.product-link123 button{ margin-right: 10px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-link1.product-link123 button.btn.white-bg{ min-width: 116px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-link1.product-link123 a{ /*height: auto;*/ margin-right: 0; height: 41px; min-width: 90px; display: flex; align-items: center; justify-content: center;}
#pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .table-view .table-striped.table th,
#pdp-content .right-side-content .product-details .specification-accordion .panel-head .panel .table-view .table-striped.table td{
  vertical-align: middle;
}

.cookieConsentContainer .cookieTitle a, .cookieConsentContainer .cookieTitle a:hover {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.cookieConsentContainer .cookieDesc p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 7px;
}
.cookieConsentContainer{
  padding: 29px 24px 34px 34px;
}

/*--- 6/5/22 ---*/
/*body.socialpopup{ overflow: hidden;}*/
body.socialpopup:after{ content: ""; position: fixed; width: 100%; height: 100%; overflow: hidden; background: #000; opacity:0.46; z-index: 999; top: 0; left: 0;}
#pdp-content .right-side-content>.product-details>.product-actions{ display: flex;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp{ position: relative;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp .share_drop{ /*border: 1px solid #00000a;*/ height: 100%; width: 41px; text-align: center; display: flex; justify-content: center; cursor: pointer;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links{ min-width: 208px; position: absolute; background: #fff; filter: drop-shadow(0 0 13px rgba(0,0,0,0.18)); left: 100%; top: -63px; padding: 10px 0 0; margin-left: 10px; z-index: 999999;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links:after { right: 100%; top: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 10px; margin-top: -10px;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links h6{ margin: 0 7px 20px; padding: 10px 10px 5px; font-size: 13px; color: #000; font-weight: 700; border-bottom: 1px solid #000;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links .email{ width: calc(100% - 40px); margin: 0 20px 20px; padding: 5px; border: 1px solid #000; font-size: 13px; color: #000; text-align: center;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links .email a{ color: #000;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links .email img{ margin-right: 7px;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links .copylink{ width: calc(100% - 40px); margin: 20px 20px; padding:5px; border: 1px solid #000; font-size: 13px; color: #000; text-align: center; cursor: pointer;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links .copylink img{ width: 20px; margin-right: 7px;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp #social-links .whatsapp{ width: 100%; margin: 0; padding: 0; border: 1px solid #000; display: none; text-align: center;}
#pdp-content .right-side-content>.product-details>.product-actions .social-btn-sp .success-message-text { padding: 10px 15px; margin: 6px 0 0; opacity: 1 !important; color: #0f5132; background-color: #d1e7dd; border: 1px solid #badbcc; position: absolute; left: -166px; right: -80px; top: 100%;}
/* .success-message-text-copy {color: #67e083; padding-top: 10px; padding-left: 20px;} */
.success-message-text-copy {color: #000; padding-top: 10px; padding-left: 20px;font-size: 13px;}
/*--- Responsive ---*/
@media (max-width:1779px){
.visualdeck-usb .product-list-wrap .single-product{ height: 370px;}
}
@media (max-width:1579px){
.visualdeck-usb .product-list-wrap .single-product{ height: 320px;}
}
@media (max-width:1279px){
.visualdeck-usb .product-list-wrap .single-product{ height: 270px;}
.client-gallary .product-link-down{ margin-top: 0;}
.client-gallary .single-product.product-white-bg.single-product-height > img{ height: 118px;}
.project-your-selection .container.usb-container-guest{ width: 100% !important; max-width: 96% !important;}
.product-page-title.brand-wrap{ padding-top: 40px;}
.project-your-selection .container.usb-container-guest .project-your-wrap{ margin: 0 -5%; padding: 40px 5% 10px;}
.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper .product-back-img{ width: auto; float: none; margin-left: -7% !important; margin-right: -7% !important;}

.product-row-sec-text{ height: 154px;}
.product-ctn-text.third-section-usb{ width: 40%;}
.product-ctn-text.third-section-usb span{ height: 110px;}
}
@media (max-width:1024px){
.cookieConsentContainer .cookieButton{ margin-top: -24px;}
}
@media (max-width:991px){
.visualdeck-usb .product-list-wrap .single-product{ height: 220px;}
.visualdeck-detail-usb .product-row-sec-text img{ padding: 0;}
#app form .project-your-selection .product-page-title.brand-wrap { padding-top: 10px;}
.product-information .product-view .view-btn { display: inline-flex; justify-content: center; align-items: center;}
.product-landing-wrapper-main.visualdeck-detail-usb .container.p-0{ padding: 0 !important;}
.visualdeck-detail-usb .product-ctn-text.third-section-usb{ float: left !important; padding-bottom: 10px;}
section.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper{ display: inherit;}

.cookieConsentContainer { padding: 28px 26px 48px 34px; bottom: 41px!important; left: 19px !important; right: 21px!important; height: auto!important; width: auto!important; max-width: inherit!important; max-height: inherit!important;}
.cookieConsentContainer .cookieDesc.cookie-consent__message{ max-width: 100%; width: 100%;}
.cookieConsentContainer .cookieButton{ margin-top: 40px; flex-direction: row; justify-content: center; max-width: 100% !important; width: 100% !important;}
.cookieConsentContainer .cookieButton a{ margin-top: 0 !important;}
}
@media (max-width:767px){
.profile-top-wrap .profile-wrap .profile-info h3{ font-size:16px;}
.profile-top-wrap .profile-wrap .profile-info h2{ font-size:16px;}
#app .visualdeck-usb .product-list-wrap .single-product { width: 100%; height: 250px; margin: 0; display: flex; justify-content: center; text-align: center; align-items: center;}
#app .visualdeck-usb .product-list-wrap .single-product > a{ height: auto; position: relative; margin: 0; transform: translate(0, 25px);}
.client-gallary .product-list-wrap .single-product { width: 100%;}
.client-gallary .product-list-wrap .single-product { padding-bottom: 0;}
.product-list-wrap .single-product.product-white-bg.single-product-height{ padding: 20px !important;}
.product-list-wrap .single-product.product-white-bg.single-product-height > img{ height: 100px !important; padding: 0;}
.product-list-wrap .single-product.product-white-bg.single-product-height .product-link-down{ margin-top: 20px;}
.product-list-wrap .single-product.product-white-bg.single-product-height .product-link-down img{ padding: 0;}
.project-your-selection .usb-container-guest .project-your-info.guest-visual-detail-usb .product-link-down.product-link-down1{ margin-bottom: 0;}
.project-your-selection .usb-container-guest .product-page-title.brand-wrap{ padding-top: 60px !important;}
.project-your-selection .usb-container-guest .product-landing-wrapper-main.visualdeck-detail-usb .product-link-down{ text-align: center;}
.project-your-selection .visualdeck-detail-usb .product-ctn-text, .project-your-selection .visualdeck-detail-usb .product-ctn-text1{ width: 33%;}
.project-your-selection .visualdeck-detail-usb .product-row-sec-text{ width: 67%;}
.project-your-selection .visualdeck-detail-usb .product-ctn-text span, .project-your-selection .visualdeck-detail-usb .product-ctn-text1 span{ line-height: normal; font-size: 5px;}
.pro-bck1{ width: calc(100% - 10px);}
.img-upload .client-logo-section .client-upload  .file-upload-btn{ margin: 30px 0;}
.profile-top-wrap { padding-top: 40px; margin-bottom: 44px;}
.request-visuals{ margin-bottom: 90px;}
.product-landing-wrapper .product-information{ margin-bottom: 90px;}
.img-upload .client-logo-section{ margin-top: 5px;}
.img-upload .uploaded-logo.save-notes{ height: 172px !important; background: #F0F0F0 !important; padding:22px 18px !important;}
.img-upload .uploaded-logo.save-notes textarea.form-control{ padding: 0 !important;}
.img-upload.container form {  margin-bottom: 69px;}
.img-upload .client-logo-section .client-upload .file-upload-btn{ margin-bottom: 50px;}
#app form .project-your-selection .product-page-title.brand-wrap { padding-top: 50px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images .back-image ul{ margin: 0 -5px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images .back-image ul li{ padding: 0 5px; margin-bottom: 16px;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-images { padding-bottom: 0;}
#app form > .project-your-selection .product-landing-wrapper-main .product-landing-wrapper .product-link1.product-link123{ padding-top:35;}
.btn.white-bg{ padding-left: 20px !important; padding-right: 20px !important;}
.btn.black-bg{ padding-left: 20px; padding-right: 20px;}
.btn-wrap button.btn { margin-right: 8px;}
.login-popup{ padding-left: 20px;}
section.product-landing-wrapper-main .product-landing-wrapper{ display: flex; flex-wrap: wrap; width: 100%;}
.table-view.price-table tr th:first-child { position: sticky; left: 0; background: #fff; line-height: normal !important; padding: 10px 5px !important; vertical-align: middle;}
.table-view.price-table tr:nth-child(even) th:first-child{ background: #f7f7f7;}
.table-view.price-table tr th,.table-view.price-table tr td{ vertical-align: middle;}
.table-view.price-table tr td { white-space: nowrap;}
.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper .product-back-img{ width: auto; float: none; margin-left: -4.5% !important; margin-right: -4.5% !important;}
.project-your-selection>.container>.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper .product-ctn{ width: 100%;}

#pdp-content .right-side-content > .product-details > .product-actions .btn.black-bg, .btn.black-bg { padding: 9px 20px 10px 20px;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links { min-width: 150px; top: -58px; padding: 5px 0 0;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links h6 { margin: 0 7px 20px; padding: 6px 5px 5px; font-size: 12px;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links .whatsapp img{ width: 20px;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links .email { width: calc(50% - 20px); margin: 0 10px 20px; padding: 5px; float: left;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links .email img { margin-right: 0;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links .email span,
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links .whatsapp span{ display: none}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links .whatsapp { width: calc(50% - 20px); margin: 0 10px 20px; padding: 3px 5px 5px; display: inline-block; float: left;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp #social-links .copylink { width: calc(100% - 20px); margin: 0 10px 20px; padding: 5px; float: left;}
#pdp-content .right-side-content > .product-details > .product-actions .social-btn-sp .success-message-text { left: -146px; right: -100px;}
}
@media (max-width:600px){
.project-your-selection .container.usb-container-guest { width: 100% !important; max-width: 91% !important; padding-right: 0; padding-left: 0;}
}

@media screen and (min-width: 1920px) {
  #app .visualdeck-usb .product-list-wrap .single-product{width: 25%;}
  .visualdeck-usb .product-list-wrap .single-product{height: 296px;}
  #banner .slick-list .slick-slide{height: 650px;}
}
@media(min-width: 540px) and (max-width: 767px){
.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper .product-back-img { width: 100%; float: none; margin-left: 0 !important; margin-right: 0 !important;}
}
@media(min-width: 768px) and (max-width: 959px){
.product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper .product-back-img { width: 100%; float: none; margin-left: 0 !important; margin-right: 0 !important;}
}
@media(min-width: 1024px) and (max-width: 1365px){
div#app .project-your-selection .product-landing-wrapper-main.visualdeck-detail-usb>.container.p-0{ padding-left: 0 !important; padding-right: 0 !important;}
}
.success-message-text{color: #67e083;padding-top:10px;display: none;margin: 0;}

@media(min-width: 1025px) and (max-width: 1199px){
#header .quick-action-icon{ position: relative; right:0; width: 100px;}
}
@media only screen and (max-width: 600px){
.product-ctn-text1 { margin-left: 0;}
.visualdeck-detail-usb .product-row-sec .col-xs-12.pr-0{ -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
.visualdeck-detail-usb .product-row-sec .product-ctn-text.third-section-usb{ width: 60%;}
.product-ctn-text.third-section-usb span { height: 90px;}
.project-your-selection .visualdeck-detail-usb .product-ctn-text span, .project-your-selection .visualdeck-detail-usb .product-ctn-text1 span { line-height: 5px;}
}

@media screen and (min-width: 1441px) {
#app .project-your-selection .container{ min-width: 1244px; max-width:1244px;}
.container.usb-container-guest { min-width: 100% !important;}
.usb-container-guest .product-landing-wrapper-main.visualdeck-detail-usb .product-link-down{ width: 100%; max-width: 1244px; margin-left: auto; margin-right: auto; display: block; clear: both; padding-top: 20px;}
.usb-container-guest .product-landing-wrapper-main.visualdeck-detail-usb .product-ctn{ width: 100%; max-width: 1244px; margin-left: auto !important; margin-right: auto !important; display: block; clear: both;}
.usb-container-guest .product-landing-wrapper-main.visualdeck-detail-usb .product-ctn p{ width: 69%;}
.usb-container-guest .product-landing-wrapper-main.visualdeck-detail-usb .product-landing-wrapper.product-row-sec{ width: 100%; max-width: 1244px; margin-left: auto !important; margin-right: auto !important; display: block; clear: both;}
}
#pdp-content .banner-thumb .slick-list .slick-track .slick-slide.slick-current img{
  background-color: transparent;
  border: 1px solid #707070;
}

/* added by keyur kadam 04/04/2025 */

.customer-header {
  height: 110px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 48px;
  border-bottom: 1px solid #000;
}

.customer-header .customer-name {
  font-size: 30px;
}

.customer-header .top-menu > ul {
  justify-content: center;
  padding-top: 70px;
  display: flex;
}

.customer-header .top-menu > ul > li {
  margin-right: 42px;
}

.customer-header .brand {
  font-weight: bold;
  font-size: 25px;
}

.customer-header .top-menu > ul > li > a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.customer-header .top-menu > ul > li > a.active {
  font-weight: 600;
  position: relative;
}

.customer-header .top-menu > ul > li > a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  height: 3px;
  background: black;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.action-section {
  display: flex
;
  justify-content: center;
  align-items: end;
  gap: 49px;
  padding: 48px;
}

.action-section .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 30px 10px 30px !important;
}

.search-icon {
  cursor: pointer;
  margin-left: 10px;
}

.search-input {
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0;
  width: 200px;
  background: transparent;
}

.search-input:focus {
  --tw-ring-color: none !important;
  --tw-ring-offset-shadow: none !important;
  --tw-ring-shadow: none !important;
  --box-shadow: none !important;
}

.search-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #31a063;
  position: absolute;
  bottom: 0;
  left: 0;
}

.action-section a.new-project {
  font-size: 16px;
  height: 100%;
  padding: 10px 30px 10px 30px !important;
} 

.quotes-section {
  padding: 48px 15%;
}

.quotes-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 25px;
}

.quotes-grid {
  display: grid;
  grid-template-columns: 0.18fr 0.2fr 1fr 0.4fr 0.4fr 0.4fr;
  width: 100%;
  column-gap: 0.2rem;
}

.quotes-grid.all-quote {
  display: grid;
  grid-template-columns: 0.1fr 0.18fr 0.2fr 1fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr;
  width: 100%;
  column-gap: 0.2rem;
}

.header-row {
  display: contents;
}

.header-cell {
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid black;
  color: #888;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.28px;
}

.quote-row {
  display: contents;
  font-size: 14px;
}

.quote-cell {
  padding: 20px 10px;
  border-bottom: 0.5px solid #999999;
  display: flex;
  align-items: center;
}

.quote-row.no-border .quote-cell {
  border: none;
}

.product-image {
  width: 77px;
  height: 58px;
  object-fit: contain;
}

.product-id {
  font-weight: 500;
}

.product-details {
  display: flex;
  flex-direction: column;
}

.product-details a{
  color: inherit;
  display: flex;
  flex-direction: column;
}

.product-code {
  font-weight: 200;

}

.product-name {
  margin-bottom: 5px;
  font-weight: 500;
}

.product-price {
  font-weight: 600;
}

.quotes-grid .header-cell.section-heading {
  padding: 0;
  font-size: 18px;
  color: black;
  font-weight: 700;
}

.quotes-section .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.quotes-section .btn-container a {
  font-size: 16px;
}

@media (max-width: 768px) {
  .quotes-grid {
      grid-template-columns: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr;
  }
  
}

@media (max-width: 425px) {
  .action-section {
    align-items: center !important;
    flex-direction: row;
  }
}

.quote-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.quote-header .title {
  font-size: 40px;
  font-weight: 300;
}

.quote-header .filters {
  display: flex;
  gap: 15px;
  align-items: center;
}

.quote-header .dropdown {
  position: relative;
  display: inline-block;
}

.quote-header .dropdown-btn {
  background-color: white;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote-header .dropdown-btn:hover {
  color: #31a063;
}

.quote-header .dropdown.active .dropdown-btn {
  color: #31a063;
}

.quote-header .dropdown.active .dropdown-icon {
  border-left: 1px solid #31a063;
  border-bottom: 1px solid #31a063;
}

.quote-header .dropdown-icon {
  width: 10px;
  height: 10px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
  display: inline-block;
  margin-top: -3px;
}

.quote-header .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
  border: 1px solid #e0e0e0;
  left: 0;
}

.quote-header .dropdown-item:active {
  color: black !important;
}

.quote-header .dropdown.active .dropdown-btn {
  border: 1px solid black;
  border-bottom: 0;
}

.quote-header .dropdown.active .dropdown-content {
  border: 1px solid black;
}

.quote-header .dropdown .dropdown-btn:focus {
  outline: none !important;
}

.quote-header .dropdown.active .dropdown-content {
  display: block;
  max-height: 210px;
  overflow: auto;
}

.quote-header .search-container {
  position: relative;
}

.quote-header .dropdown-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.quote-header .dropdown-item.custom-checkbox span {
  position:relative;
  padding-left:30px;
  font-size: 14px !important;
}

.quote-header .dropdown-item.custom-checkbox span::before {
  content:"";
  position:absolute;
  top:2px;
  left:0;
  border:1px solid #3e3e3e;
  width:18px;
  height:18px
}

.quote-header .dropdown-item.custom-checkbox span::after {
  content:"";
  position:absolute;
  top:5px;
  left:3px;
  width:12px;
  height:12px;
  background-color:#31a063;
  transform:scale(0)
}

.quote-header .dropdown-item.custom-checkbox input.checked+span::after, .quotes-grid .quote-cell .custom-checkbox input.checked+span::after {
  transform: scale(1);
}

.quote-header .dropdown-item:hover {
  background-color: #f5f5f5;
}

.quote-header .dropdown-checkbox.checked {
  background-color: #2ecc71;
  border-color: #2ecc71;
}

.quote-header .dropdown-checkbox.checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.quote-header .search-input {
  padding: 8px 15px;
  padding-right: 40px;
  border-radius: 4px;
  font-size: 14px;
  width: 200px;
}

.quote-header .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.quotes-section .actions, .project-section .actions {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:  15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

/*  */

.quote-section {
  width: 100%;
  font-family: sans-serif;
  color: #000;
}

.quote-wrapper {
  border-bottom: 1px solid black;
}

.quote-wrapper,
.quote-details,
.quote-description,
.quote-specifications {
  padding-top: 1.5rem;
  width: 100%;
}

.quote-specifications {
  padding-top: 0;
}

.back-arrow-icon {
  position: relative;
  top: 30px;
  right: 15%;
  font-size: 14px;
}

.back-arrow-icon a {
  color: black;
}

.back-arrow-icon::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(-45deg);
}

.quote-table,
.quote-inner-table {
  width: 100%;
  border-spacing: 0;
  border: none;
  text-align: left;
  line-height: 22px;
}

.quote-title h1 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.quote-meta {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.quote-image-cell {
  text-align: center;
}

.quote-product-image {
  max-width: 70%;
  vertical-align: middle;
  display: block;
}

.product-name {
  font-size: 20px;
  font-weight: 700;
  padding: 0.5rem 0;
}

.product-sku {
  padding-bottom: 0;
}

.details-flex {
  display: flex;
  font-size: 16px;
}

.product-info {
  width: 50%;
  line-height: 2rem;
}

.quote-notes {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}

.quote-notes ul {
  list-style-type: disc;
  list-style-position: outside;
}

.quote-pricing {
  width: 50%;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.pricing-table {
  width: 50%;
  border-collapse: separate;
  text-align: right;
}

.pricing-table td {
  padding: 0.5rem;
  border-bottom: 1px solid #000;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid black;
  padding: 1rem 0;
}

.section-content {
  padding: 2.5rem 0;
  font-size: 16px;
}

.spec-flex {
  display: flex;
  padding: 2.5rem 0;
  font-size: 16px;
}

.spec-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 2rem;
}

.info-table {
  table-layout: fixed;
  width: 100%;
}

.info-table th,
.info-table td {
  text-align: left;
  padding: 0.25rem 0;
}

.info-table th {
  width: 60%;
  font-weight: 600;
}

@media (max-width: 425px) {
  .details-flex {
    flex-direction: column;
  }
  .product-info { 
    width: 100%;
  }

  .quote-pricing {
    width: 100%;
    margin-top: 50px;
  }

  .pricing-table {
    width: 90%;
  }

  .spec-flex {
    flex-direction: column;
  }

  .spec-column {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .info-table.packing {
    margin-bottom: 2.5rem;
  }

  .action-wrapper {
    column-gap: 40px;
    row-gap: 15px;
    flex-wrap: wrap;
  }

  .quote-header-wrapper {
    flex-direction: column;
    align-items: baseline !important;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1440px) {
  .back-arrow-icon {
    top: 0;
    right: 0;
  }
}

.quote-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}

.action-wrapper a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

/* client new dashboard */
/* added by keyur kadam 13/8/2025 */

.mobile-quotes-section {
    display: none;
  }

.mobile-date-filter, .mobile-type-unit-filter, .mobile-search-filter, .mobile-main-menu {
    display: none;
  }

@media (max-width: 425px) {
  .mobile-quotes-section {
    display: block !important; 
  }

  .mobile-quotes-section .mobile-quotes-wrapper{
    padding: 0 20px;
  }

  #header .head-logo svg {
      width: 120px;
  }

  .customer-header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .customer-header .customer-name {
    font-size: 21px;
  }

  .customer-header .brand {
    font-size: 18px;
  }

  .quotes-section {
    display: none;
  }

  .action-section a.new-project {
    width: 160px;
    height: 40px;
    font-size: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    
  }

  .search-input{
    display: none;
  }
  .search-container::after {
    height: 0;
  }

  .action-section{
    gap: 10px;
    padding: 20px;
    justify-content: space-around;
  }

  .action-section .search-container {
    padding: 0 !important;
  }

  /* section.mobile-quotes-section {
    padding: 20px;
  } */

  .mobile-quotes-section .heading {
      font-weight: bold;
      font-size: 18px;
  }

  .mobile-quotes-section .single-quote-block {
      border: 1px solid #707070;
      display: grid;
      grid-template-columns: 60% 40%;
      margin: 20px 0;
  }

  .quote-info {
      padding: 0 15px;
  }

  .single-quote-detail {
    border-bottom: 1px solid black;
    padding: 15px 0;
  }

  .single-quote-detail p {
    margin-bottom: 0rem !important;
    line-height: 20px;
  }

  .product-image {
    width: 111px;
    height: 83px;
  }

  .quote-image {
    display: flex;
    justify-content: center;
  }

  .quote-info .single-quote-detail:last-child {
    border-bottom: none;
  }
  .single-quote-detail span{
    font-weight: 600;
  }

  .mobile-quotes-section .btn-container {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
  }

  .mobile-detailed-page-action .heading {
      font-size: 30px;
      font-weight: 300;
  }

  .mobile-detailed-page-action {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
  }

  .mobile-detailed-page-action .actoions-div {
      display: flex;
      flex-direction: row;
  }

  .mobile-detailed-page-action .actoions-div svg.sorting-icon, .mobile-detailed-page-action .actoions-div svg.filter-icon, .mobile-detailed-page-action .actoions-div svg.search-icon {
      width: 25px;
      margin-left: 10px;
  }

  .mobile-date-filter label {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 1em;
    cursor: pointer;
}

  .mobile-date-filter {
      position: absolute;
      background: white;
      width: 100%;
      border-top: 1px solid #31a063;
      border-bottom: 1px solid #31a063;
      left: 0%;
      padding: 25px;
      z-index: 9999999;
  }

  .quote-list.open-mega-menu {
    position: relative;
  }
    
  .quote-list.open-mega-menu::before {
    content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
  }

  .quote-list-space {
    padding: 0 20px;
  }

  .mobile-type-unit-filter, .mobile-search-filter {
    position: absolute;
    background: white;
    width: 100%;
    border-top: 1px solid #31a063;
    left: 0%;
    z-index: 9999999;
  }

  .mobile-type-unit-filter .type-filter .type-heading, .mobile-type-unit-filter .unit-filter .unit-heading {
      font-size: 16px;
      font-weight: 600;
      margin: 20px 0;
  }

  .mobile-type-unit-filter label {
      display: flex;
      align-items: center;
      padding: 8px 0;
      font-size: 1em;
      cursor: pointer;
  }

  .mobile-type-unit-filter .filter-buttons {
    display: grid;
    flex-direction: row;
    justify-content: space-around;
    grid-template-columns: 50% 50%;
  }

  .mobile-type-unit-filter .filter-buttons button {
      border-top: 1px solid black;
      padding: 20px;
  }

  .mobile-type-unit-filter .filter-buttons button.apply-btn {
    border-right: 1px solid black;
  }

  .mobile-type-unit-filter .filter-section {
    padding: 25px;
  }
  
  .mobile-type-unit-filter input[type=checkbox], .mobile-date-filter input[type=radio] {
    margin-right: 15px;
  }

  .mobile-search-filter .search-wrapper {
    position: relative;
    border-bottom: 1px solid black;
  }

  .mobile-search-filter .search-wrapper input[type=text] {
    width: 85%;
    border: none;
    padding: 25px;
  }

  .mobile-search-filter .search-wrapper svg.close-icon {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
  }

  .mobile-search-filter .search-wrapper input[type=text]:focus {
    --tw-ring-color: none !important;
    --tw-ring-offset-shadow: none !important;
    --tw-ring-shadow: none !important;
    --box-shadow: none !important;
  }

  .mobile-search-filter .search-text {
    font-size: 16px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    padding: 25px;
    align-items: center;
  }

  .mobile-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100vh;
    width: 88%;
    overflow: auto;
    right: 50px;
    padding-left: 20px;
    z-index: 11;
  }

  .mobile-main-menu .customer-details .customer-company-name {
      font-size: 25px;
      font-weight: bold;
      margin: 0 !important;
  }

  .mobile-main-menu .customer-details .customer-name {
      font-size: 30px;
      font-weight: 300;
      margin: 0 !important;
  }

  .mobile-main-menu .customer-details {
      padding: 30px 0 0 30px;
      line-height: 30px;
      display: flex;
      flex-direction: column;
      align-items: start;
  }

  .mobile-main-menu .customer-dashboard-menu ul, .mobile-main-menu .normal-menu ul {
    display: block;
    padding-top: 0px;
  }

  .customer-dashboard-menu ul li, .mobile-main-menu .normal-menu ul li {
      margin: 0px;
      padding: 0px;
      border-bottom: 1px solid #000;
      position: relative;
  }

  .customer-dashboard-menu ul li a, .mobile-main-menu .normal-menu ul li a {
      padding: 18px 5px 18px 20px !important;
      text-transform: uppercase;
      line-height: 21px;
      font-family: "Poppins", sans-serif;
      transition: .4s;
      display: block;
      font-size: 16px;
      position: relative;
      color: #000;
      font-weight: 600;
  }

  .customer-dashboard-menu ul li:last-child a {
    text-transform: capitalize;
    font-weight: 300;
  }

  .customer-dashboard-menu ul li:last-child {
      border-bottom: none;
  }
  .mobile-main-menu .customer-dashboard-menu {
    margin-top: 52px;
  }

  .mobile-main-menu .normal-menu ul.main-menu {
    display: none;
  }

  .mobile-main-menu .logo svg {
    width: 130px;
  }

  .mobile-main-menu .logo {
    margin-top: 30px;
  }

  .mobile-main-menu span.childlink img {
    top: 22px !important;
  }

  .mobile-main-menu .mobile-menu-close-icon {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    background-color: #afafaf;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-open .mobile-close-icon {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* client new dashboard */
/* added by keyur kadam 11/062025 */

.dashboard-main-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5em;
    padding: 48px;
}

.dashboard-main-section .quotes-individual-section .table-grid {
    display: grid;
    grid-template-columns: 0.18fr 0.2fr 1fr 0.4fr 0.4fr;
    width: 100%;
    column-gap: 0.2rem;
}

.dashboard-main-section .quotes-project-section .table-grid {
  display: grid;
  grid-template-columns: 0.18fr 0.2fr 0.4fr 1fr 0.4fr;
  width: 100%;
  column-gap: 0.2rem;
}

.dashboard-main-section .text-bold {
    font-weight: 700;
}

.dashboard-main-section .quote-row {
    font-size: 14px;
}

.dashboard-main-section .section-footer {
    width: 130px;
    font-size: 14px;
    margin: 30px auto;
}

.dashboard-main-section .section-footer button {
    border: 0.75px solid black;
    padding: 10px 25px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    padding: 15px 0px 15px 0;
}

.dashboard-main-section .header-wrapper .table-title {
    font-size: 16px;
    font-weight: 700;
}

.dashboard-main-section button.user-view-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
}

.video-section {
    padding: 48px;
}

.video-section .accordion {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 27px;
    padding: 27px 0px 30px 0px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000 !important;
    transition: .4s;
    width: 100%;
    text-align: left;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    transition: .5s;
}

.video-section .accordion:after {
    content: "+";
    color: #000;
    font-weight: 300;
    float: right;
    margin-left: 5px;
    font-size: 25px;
    transition-duration: .5s;
    transition-property: transform;
}

.video-section .video-content {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 60px;
    border-bottom: 1px solid #000000;
    opacity: 0;
    visibility: hidden;
    transition: 
        opacity 0.4s ease,
        max-height 0.4s ease,
        visibility 0.4s ease;
    overflow: hidden;           
    max-height: 0; 
}

.video-section .video-content.show {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}

.quotes-grid.all-quote.project-list {
  grid-template-columns: 0.1fr 0.3fr 0.2fr 0.5fr 1fr 0.4fr 0.4fr 0.4fr 0.1fr;
  column-gap: 0.6rem;
}

.quotes-grid.all-quote.project-list.single-project-list {
  grid-template-columns: 0.1fr 0.3fr 0.2fr 0.5fr 0.5fr 0.4fr 0.4fr 0.4fr 0.1fr 0.3fr 0.1fr;
}

.project-section {
    margin: 0 auto;
    padding: 48px;
}

.quote-cell.thin-text {
    font-weight: 275;
}

.quote-cell button.request-visual {
    padding: 10px 15px;
    border: 1px solid #000000;
}

.quote-cell a.view-visual {
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid black;
    line-height: 1em;
}

.quote-cell a.project-link {
    color: #000000;
}

.little-bold-text {
  font-weight: 400;
}

.plus-icon {
  font-size: 35px;
  font-weight: 200;
}

section.project-details-section {
    padding: 48px;
}

.header-section .title {
    font-size: 24px;
    font-weight: 500;
}



.header-section {
    display: flex;
    justify-content: space-between;
}

.filters {
    display: flex;
    flex-direction: row;
    gap: 2em;
}

.visual-gallery-btn button {
    padding: 10px 25px;
    background-color: #000000;
    color: white;
}

.search-container {
    display: flex;
    border-bottom: 1px solid #31A063;
}

.project-details-section .search-icon {
    width: 15px;
}

.view-options-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    border-bottom: 1px solid #000000;
}

.view-options-section .selected {
  font-weight: 600;
  border-bottom: 2px solid #000000;
}

.visual-view-section .header-section {
  border-bottom: 1px solid;
  padding: 22px 0;
}

.accordian-single-section:nth-of-type(1) .header-section {
  margin-top: 55px;
}

.visual-view-section .header-section .title {
  font-weight: 500;
  font-size: 20px;
}

.green-text {
  color: #31A063;
}

.visual-view-section .products-section .single-product .product-name {
    font-size: 14px;
    text-align: center;
}

.visual-view-section .products-section {
    display: flex;
    gap: 4em;
    flex-wrap: wrap;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.7s ease;
}

.visual-view-section .product-CTA {
    display: flex;
    justify-content: space-between;
    gap: 2em;
}

.visual-view-section .product-CTA a:first-of-type {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 25px;
}

.visual-view-section .product-CTA a {
    padding: 10px 25px;
    border: 1px solid black;
    font-size: 10px;
}

.visual-view-section .products-section .product-img {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 214px;
    width: 260px;
}


.products-section.show {
    transform: scaleY(1) !important;
    opacity: 1 !important;
    padding: 50px 0;
    max-height: 100%;
}

.visual-view-section .accordion.active .plus-icon {
  transform: rotate(-44deg);
}

.visual-view-section .accordion .plus-icon {
    transition-duration: .5s;
    transition-property: transform;
}



.view-section {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: translateY(20px);
    max-height: 0;
}

.view-section.active {
    opacity: 1;
    transform: translateY(0);
    max-height: 100%;
}

.project-details-section .actions{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.visual-view-section .hero-section {
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 576px;
    width: 100vw;
    margin-left: -48px;
    margin-right: -48px;
}

.individual-view-section .visual-image{
  width: 750px;
  height: auto;
}

.individual-view-section .product-name {
    border-bottom: 1px solid black;
}

.individual-view-section .product-name p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.individual-view-section .product-info {
    width: 100%;
}

.individual-view-section .product-desc {
    padding: 20px 0;
    line-height: normal;
    border-bottom: 1px solid black;
}

.individual-view-section .product-name h3 {
    margin-bottom: 0;
}