/*

Theme Name: Pivotal Group Divi Child Theme

Theme URI: https://www.trypivotal.com/

Version: 2.0

Description: Divi customizations for the Pivotal Group Website

Author: Ike Pribyl

Author URI: https://www.ikepribyl.com

Template: Divi

*/



/****************

Nav styles

****************/



/* Custom hamburger menu icon */

.mobile_menu_bar:before {

  content: url("https://www.trypivotal.com/wp-content/uploads/2017/11/pivotal-group-hamburger-icon.svg");

}



/* Custom back-to-top button */

.et_pb_scroll_top:before {

  content: url(https://www.trypivotal.com/wp-content/uploads/2017/12/back-to-top-round.svg) !important;

}



#et-secondary-nav {

  display: none;

}



.et_pb_scroll_top.et-pb-icon {

  padding: 0;

  line-height: 0;

  right: 20px;

  bottom: 100px;

  border-radius: 100px;

  border: 4px solid white;

}





/*new css */

 

.addtitiona-wrap button.addtolist {

    display: block !important; 

}



 

 



ul#top-menu.nav {

  margin-bottom: 0;

  font-weight: 400;

}





@media only screen and (min-width : 981px) {

  





  #last-center-nav-item {

    padding-right: 36px;

  }



  #first-right-nav-item {

    padding-left: 36px;

  }

}



/****************

Button styles

****************/



 



div.header-content {

  margin: 0;

  padding: 0;

}



.cta-button,

.gform_button {

  cursor: pointer;

  border: none;

  color: #FFF;

  font-family: 'Source Sans Pro', sans-serif;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}



.body-cta-button {

  padding: 18px 27px;

  display: block;

}



.anchor-button {

  width: 9.375rem;

  padding: 18px 0;

  font-size: 18px;

  font-size: 1.125rem;

  background-color: #47525E;

  display: inline-block;

}



.anchor-button:hover {

  background-color: #353C42;

}



.body-cta-button,

.gform_button {

  font-size: 18px;

  font-size: 1.125rem;

  background-color: #FF7434;

}



.gform_button,

.nav-cta-button {

  padding: 9px 18px;

}



@media (max-width: 768px) {

  .nav-cta-button {

    padding: 4px 8px !important;

  }

}



.nav-cta-button {

  background-color: #4BB7C3;

  font-size: 16px;

  opacity: 1;

}



.gform_button:hover,

.body-cta-button:hover {

  background-color: #CE4607;

}



.nav-cta-button:hover {

  background-color: #2C6A71;

}



.center-button {

  margin: 0 auto;

}



.mfp-content {

  max-width: 32rem;

  padding: 36px;

  background-color: #FFF;

}



.mfp-wrap .mfp-close:active {

  top: 0;

}



.page-options {

  display: inline-block;

  text-align: center;

  margin-bottom: 36px;

}



/****************

Text link styles

****************/



.body-text-link {

  color: #2B7E82;

}



.the-catch-link {

  font-size: 0.875rem;

  font-size: 14px;

  font-weight: 600;

  text-align: center;

  display: block;

  margin: 0 auto;

}



.vendor-link {

  font-weight: 700;

}



.cta-link-container {

  max-width: 358px;

}



@media (max-width: 481px) {

  .cta-link-container {

    max-width: 290px;

  }

}



/****************

Hero sections

****************/



.hero-section {

  margin: 0 auto;

}



.hero-header {

  font-size: 38px;

  font-size: 2.375rem;

  text-align: center;

  margin-bottom: 24px;

  line-height: 1.2;

}



.hero-text {

  font-size: 24px;

  font-size: 1.5rem;

  text-align: center;

  line-height: 1.3;

  padding: 0;

  margin-bottom: 36px;

}



.et_pb_fullwidth_header .header-content {

  padding: 0;

}



.hero {

  /*min-height: 55vh;*/

  background-size: cover;

  background-repeat: no-repeat;

}



/******************

Typographic styles

******************/



body {

  font-family: 'Source Sans Pro', sans-serif;

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

  line-height: 1.4;

}



p,

ul {

  padding: 0 !important;

  color: #191919;

  margin-bottom: 18px;

}



p.vendor-description {

  display: block;

  overflow: auto;

}



.entry-content ul,

.et_pb_section ul {

  list-style-type: square !important;

}



.last-para {

  margin-bottom: 0;

}



 
 



.ma-heading {

  margin-bottom: 36px;

}



@media (max-width: 481px) {

  .ma-heading {

    text-align: center;

    margin-bottom: 16px;

  }

}





.body-text,

.match-body-text {

  max-width: 32rem;

  margin: 0 auto;

  text-align: left;

}



.centered-text {

  text-align: center;

}



.privacy-text {

  max-width: 30rem;

  margin: 0 auto;

}



.privacy-text h2 {

  line-height: 1.3;

}



.light-text {

  color: #FFF;

}



.black-text {

  color: #000;

}



.brand-color-text {

  color: #2B7E82;

}



.shadowed-text {

  text-shadow: 2px 2px 3px #444;

}



.mb-sub-header {

  margin-bottom: 9px;

  font-family: "Source Serif Pro";

  display: block;

  color: #000;

}



.gform_wrapper h3.gform_title {

  font-size: 1.625rem !important;

  font-weight: 600 !important;

  color: #2B7E82;

  margin: 0 0 2px !important;

}



/******************

Layout styles

******************/



.flex-container {

  display: -ms-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

}



.flex-container div {

  -ms-flex-preferred-size: 50%;

  flex-basis: 50%;

}



.fbasis-50 {

  -ms-flex-preferred-size: 50%;

  flex-basis: 50%;

}



@media only screen and (min-width: 769px) {

  .flex-item {

    padding: 0 20px;

  }

}



@media only screen and (min-width: 769px) {

  .vtab-left {

    margin-right: 20px;

  }

}



.text-container {

  max-width: 29.5rem;

}



@media only screen and (max-width : 768px) {



  .pp-text-container,

  .text-container {

    max-width: 80%;

  }



  .text-container {

    padding: 54px 0 54px 0;

  }





  .pp-text-container {

    padding: 16px 0 54px 0;

  }

}



@media only screen and (min-width : 981px) {

  .text-container {

    padding: 90px 0px;

  }

}



.pp-centered-text-section,

.centered-text-section {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.pp-centered-text-section {

  background-color: #2B7E82;

}



@media (min-width: 981px) {

  .pp-centered-text-section {

    padding: 30px;

    margin: 60px 0 60px 30px;

    border: solid 8px #2B7E82;

    -webkit-box-shadow: inset 0 0 0 6px #FFF;

    box-shadow: inset 0 0 0 6px #FFF;

    max-width: 500px;

    opacity: .95;

  }

}



@media (min-width: 981px) {

  .fullscreen-section {

    min-height: 100vh;

  }

}



.h-center {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.spaced-subsection {

  margin-bottom: 54px;

}



.centered-div {

  margin: 0 auto;

  max-width: 32em;

}



@media (max-width: 768px) {

  .logo-spacer {

    margin-bottom: 36px;

  }

}



.gform_wrapper {

  margin: 0 !important;

}



.icon-row {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: 36px 0;

}



.icon {

  display: block;

  -ms-flex-preferred-size: 33.333%;

  flex-basis: 33.333%;

}



.icon:nth-child(-n+3) {

  margin-bottom: 18px;

}



.icon-row p {

  text-align: center;

  margin-bottom: 0;

}





@media (max-width: 768px) {

  .subsection-pic {

    margin: 0 auto;

    margin-bottom: 16px;

    display: block;

    width: 450px;

    height: auto;

  }

}



.info-icon {

  float: left;

  margin-right: 5px;

  clear: both;

}



.notice-text,

.notice-text-36mb {

  border: 2px solid #054249;

  padding: 20px;

  margin: 0 auto;

  max-width: 1080px;

  background-color: #9FE1E9;

}



.notice-text {

  margin-bottom: 18px;

}



.notice-text-36mb {

  margin-bottom: 36px;

}



/* Icons for downloads */

.pdf-download:before {

  content: "";

  display: block;

  background: url("https://www.trypivotal.com/wp-content/uploads/2018/04/pdf-icon.svg") no-repeat;

  width: 42px;

  height: 42px;

  float: left;

  margin: 0 10px 0 0;

}



.hyperlink:before {

  content: "";

  display: block;

  background: url("https://www.trypivotal.com/wp-content/uploads/2018/04/hyperlink-icon.svg") no-repeat;

  width: 42px;

  height: 42px;

  float: left;

  margin: 0 10px 0 0;

}



/************

Table styles

************/



.red-text {

  color: red;

}



.table-lead {

  text-align: center;

}



.table-lead h3 {

  color: #2B7E82;

  margin-bottom: 0;

}



@media (min-width: 768px) {

  .comparison-table-container {

    -webkit-box-shadow: 0 10px 20px 3px rgba(50, 50, 50, .2);

    box-shadow: 0 10px 20px 3px rgba(50, 50, 50, .2);

    padding: 36px;

    margin-bottom: 36px;

  }

}



.table-sub-text {

  font-size: 14px;

}



 



.savings-table>caption {

  border-radius: 5px 5px 0 0;

  color: #FFF;

  font-weight: 600;

  padding: 10px;

}



.normal-caption-bg {

  background-color: gray;

}



.pivotal-caption-bg {

  background-color: #4BB7C3;

}



td,

.comp-table-head {

  padding: 10px;

}



tbody {

  border-radius: 5px;

}


 
 



tbody tr th {

  padding-left: 5px;

}



tbody td {

  background: #fff;

  text-align: center;

}



.comp-table-head {

  background-color: #4BB7C3;

  border-radius: 5px 5px 0 0;

  color: #FFF;

}



tbody {

  border-radius: 10px;

}



.sub-divider {

  border: 1px solid #BBB;

  margin: 18px 0px 36px 0;

  display: block;

}



/**********************

Background image styles

**********************/



.bg-image,

.bg-pic-container {

  background-size: cover;

  background-repeat: no-repeat;

}



@media (max-width: 768px) {

  .bg-pic-container {

    min-height: 300px;

  }

}



/* Home */



.webp .solution-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/11/solution-section-pic.webp);

}



.no-webp .solution-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/11/solution-section-pic.jpg);

}



.no-js .solution-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/11/solution-section-pic.jpg);

}



@media (max-width: 768px) {

  .solution-img:before {

    content: "";

    display: block;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    background-color: rgba(50, 50, 50, .6);

  }

}



@media (max-width: 481px) {

  .webp .solution-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/solution-section-mobile-pic.webp);

  }



  .no-webp .solution-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/solution-section-mobile-pic.jpg);

  }



  .no-js .solution-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/solution-section-mobile-pic.jpg);

  }

}



/* Education Page */



.webp .first-call-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/first-call-pic.webp);

}



.no-webp .first-call-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/first-call-pic.jpg);

}



.no-js .first-call-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/first-call-pic.jpg);

}



@media (max-width: 481px) {

  .webp .first-call-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/first-call-mobile-pic.webp);

  }



  .no-webp .first-call-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/first-call-mobile-pic.jpg);

  }



  .no-js .first-call-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/first-call-mobile-pic.jpg);

  }

}



.webp .vcps-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/vcps-pic.webp);

}



.no-webp .vcps-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/vcps-pic.jpg);

}



.no-js .vcps-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/vcps-pic.jpg);

}



@media (max-width: 481px) {

  .webp .vcps-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/vcps-mobile-pic.webp);

  }



  .no-webp .vcps-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/vcps-mobile-pic.jpg);

  }



  .no-js .vcps-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/vcps-mobile-pic.jpg);

  }

}



/* Our Relationships Page */



@media (min-width: 769px) {

  .webp .profit-point1-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-pic.webp);

  }



  .no-webp .profit-point1-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-pic.jpg);

  }



  .no-js .profit-point1-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-pic.jpg);

  }

}



@media (max-width: 768px) {

  .webp .profit-point1-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-mobile-pic.webp);

  }



  .no-webp .profit-point1-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-mobile-pic.jpg);

  }



  .no-js .profit-point1-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-mobile-pic.jpg);

  }

}



@media (max-width: 481px) {

  .webp .profit-point1-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-mobile-small-pic.webp);

  }



  .no-webp .profit-point1-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-mobile-small-pic.jpg);

  }



  .no-js .profit-point1-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point1-mobile-small-pic.jpg);

  }

}



@media (min-width: 769px) {

  .webp .profit-point2-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-pic.webp);

  }



  .no-webp .profit-point2-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-pic.jpg);

  }



  .no-js .profit-point2-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-pic.jpg);

  }

}



@media (max-width: 768px) {

  .webp .profit-point2-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-mobile-pic.webp);

  }



  .no-webp .profit-point2-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-mobile-pic.jpg);

  }



  .no-js .profit-point2-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-mobile-pic.jpg);

  }

}



@media (max-width: 481px) {

  .profit-point2-mob-img {

    background-position: center;

  }



  .webp .profit-point2-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-mobile-small-pic.webp);

  }



  .no-webp .profit-point2-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-mobile-small-pic.jpg);

  }



  .no-js .profit-point2-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point2-mobile-small-pic.jpg);

  }

}



@media (min-width: 769px) {

  .webp .profit-point3-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-pic.webp);

  }



  .no-webp .profit-point3-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-pic.jpg);

  }



  .no-js .profit-point3-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-pic.jpg);

  }

}



@media (max-width: 768px) {

  .webp .profit-point3-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-mobile-pic.webp);

  }



  .no-webp .profit-point3-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-mobile-pic.jpg);

  }



  .no-js .profit-point3-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-mobile-pic.jpg);

  }

}



@media (max-width: 481px) {

  .webp .profit-point3-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-mobile-small-pic.webp);

  }



  .no-webp .profit-point3-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-mobile-small-pic.jpg);

  }



  .no-js .profit-point3-mob-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/profit-point3-mobile-small-pic.jpg);

  }

}



.webp .more-points-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/more-profit-points-pic.webp);

}



.no-webp .more-points-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/more-profit-points-pic.jpg);

}



.no-js .more-points-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/more-profit-points-pic.jpg);

}



@media (max-width: 481px) {

  .webp .more-points-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/more-profit-points-mobile-pic.webp);

  }



  .no-webp .more-points-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/more-profit-points-mobile-pic.jpg);

  }



  .no-js .more-points-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/more-profit-points-mobile-pic.jpg);

  }

}



/* Pricing Page */



.webp .prices-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/price-list-bg.webp);

}



.no-webp .prices-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/price-list-bg.jpg);

}



.no-js .prices-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/price-list-bg.jpg);

}



@media (max-width: 481px) {

  .webp .prices-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/price-list-bg-mobile.webp);

  }



  .no-webp .prices-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/price-list-bg-mobile.jpg);

  }



  .no-js .prices-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/price-list-bg-mobile.jpg);

  }

}



.webp .same-quality-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/same-quality-bg-pic.webp);

}



.no-webp .same-quality-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/same-quality-bg-pic.jpg);

}



.no-js .same-quality-img {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/same-quality-bg-pic.jpg);

}



@media (max-width: 481px) {

  .webp .same-quality-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/same-quality-bg-mobile-pic.webp);

  }



  .no-webp .same-quality-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/same-quality-bg-mobile-pic.jpg);

  }



  .no-js .same-quality-img {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2017/12/same-quality-bg-mobile-pic.jpg);

  }

}



/* About Page */



.webp .about-hero {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/about-hero.webp);

}



.no-webp .about-hero {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/about-hero.jpg);

}



.no-js .about-hero {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/about-hero.jpg);

}



@media (max-width: 481px) {

  .webp .about-hero {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/about-hero-mobile.webp);

  }



  .no-webp .about-hero {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/about-hero-mobile.jpg);

  }



  .no-js .about-hero {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/about-hero-mobile.jpg);

  }

}



.webp .mark-sturm {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/mark-headshot-square.webp);

}



.no-webp .mark-sturm {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/mark-headshot-square.jpg);

}



.no-js .mark-sturm {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/mark-headshot-square.jpg);

}



.webp .zeke-agee {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/zeke-headshot-square.webp);

}



.no-webp .zeke-agee {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/zeke-headshot-square.jpg);

}



.no-js .zeke-agee {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/zeke-headshot-square.jpg);

}



/* Contact Page */



.webp .contact-hero {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/contact-hero.webp);

}



.no-webp .contact-hero {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/contact-hero.jpg);

}



.no-js .contact-hero {

  background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/contact-hero.jpg);

}



@media (max-width: 481px) {

  .webp .contact-hero {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/contact-hero-mobile.webp);

  }



  .no-webp .contact-hero {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/contact-hero-mobile.jpg);

  }



  .no-js .contact-hero {

    background-image: url(https://www.trypivotal.com/wp-content/uploads/2018/01/contact-hero-mobile.jpg);

  }

}



/****************

Animation styles

****************/



/* Modifying built-in Divi animation classes */

.left-animated.et-animated,

.right-animated.et-animated,

.fadein-animated.et-animated {

  opacity: 1;

  -webkit-animation: fadeIn 1.5s 1 cubic-bezier(0.77, 0, .175, 1);

  animation: fadeIn 1.3s 1 cubic-bezier(0.77, 0, .175, 1);

}



/* Home CTA logo animation */

.logo-body {

  fill: #017B89;

}



#animated-logo {

  width: 300px;

  height: 300px;

}



.logo-body.animated {

  -webkit-animation: fade-in-white 1.2s ease-in;

  animation: fade-in-white 1.2s ease-in;

  -webkit-animation-delay: 1.9s;

  animation-delay: 1.9s;

  -webkit-animation-fill-mode: forwards;

  animation-fill-mode: forwards;

  -webkit-animation-iteration-count: 1;

  animation-iteration-count: 1;

}



.path.animated {

  stroke-dasharray: 3000;

  stroke-dashoffset: 3000;

  -webkit-animation: dash 1.9s linear forwards;

  animation: dash 1.9s linear forwards;

  -webkit-animation-delay: 0s;

  animation-delay: 0s;

}



@-webkit-keyframes dash {

  to {

    stroke-dashoffset: 0;

  }

}



@keyframes dash {

  to {

    stroke-dashoffset: 0;

  }

}



@-webkit-keyframes fade-in-white {

  to {

    fill: #FFF;

  }

}



@keyframes fade-in-white {

  to {

    fill: #FFF;

  }

}



/******************

Testimonial styles

******************/



.testimonials-header {

  margin-bottom: 68px;

}



.testimonial-container {

  max-width: 1080px;

  -ms-flex-preferred-size: 30.333%;

  flex-basis: 30.333%;

  background-color: #FFF;

  border-radius: 10px;

}



.testimonial-container:nth-of-type(2) {

  margin: 0 20px;

}



@media (max-width: 768px) {

  .testimonial-container:nth-of-type(2) {

    margin: 68px 0;

  }

}



.testimonial-text-container {

  max-width: 85%;

  margin: 0 auto;

  margin-bottom: 18px;

}



.testimonial-text-container>p,

.testimonial-text-container>span {

  font-size: 16px;

  font-size: 1rem;

}



.testimonial-img {

  border-radius: 100px;

  height: 100px;

  display: -ms-grid;

  display: grid;

  margin: 0 auto;

  margin-top: -50px;

  margin-bottom: 18px;

}



/* Employee Cards */



.employee-container {

  min-height: 400px;

  -ms-flex-preferred-size: 50%;

  flex-basis: 50%;

}



@media (min-width: 769px) {

  .employee-container:nth-of-type(1) {

    margin-right: 20px;

  }



  .employee-container:nth-of-type(2) {

    margin-left: 20px;

  }

}



@media (max-width: 768px) {

  .employee-container:nth-of-type(1) {

    margin-bottom: 20px;

  }

}



.employee-photo {

  background-size: cover;

  background-repeat: no-repeat;

  -ms-flex-preferred-size: 40% !important;

  flex-basis: 40% !important;

}



@media (min-width: 769px) {

  .employee-photo {

    background-position: center;

  }

}



@media (max-width: 768px) {

  .employee-photo {

    min-height: 400px;

  }

}



@media (max-width: 481px) {

  .employee-photo {

    background-position: center;

  }

}



.employee-info {

  background-color: #FFF;

  -ms-flex-preferred-size: 60% !important;

  flex-basis: 60% !important;

  padding: 25px;

}



.employee-info span {

  display: block;

  font-weight: 700;

  margin-bottom: 16px;

}



.employee-info p {

  font-size: 16px;

  font-size: 1rem;

}



/* CTA Cards */



.cta-card-container {

  border-radius: 5px;

}



.cta-card-head {

  color: #FFF;

  padding: 9px 18px;

  background-color: #01AABC;

  border-radius: 5px 5px 0 0;

}



.cta-card-body {

  padding: 9px 18px 18px 18px;

  background-color: #f0f0f0;

  border-radius: 0 0 5px 5px;

}



.subtext {

  font-size: 14px;

  margin-top: 18px;

}



/****************

Section dividers

****************/



#et-main-area {

  overflow: hidden;

}



.arrow-divider:after,

.arrow-divider:before {

  content: '';

  position: absolute;

  bottom: 0;

  width: 50%;

  z-index: 100;

  border-bottom: 50px solid #FFF;

  -webkit-transform: rotate(0.000001deg);

  -ms-transform: rotate(0.000001deg);

  transform: rotate(0.000001deg);

}



.arrow-divider:before {

  right: 50%;

  border-right: 75px solid transparent;

  border-left: 1000px solid;

}



.arrow-divider:after {

  left: 50%;

  border-left: 75px solid transparent;

  border-right: 1000px solid;

}



/****************

Footer styles

****************/



#footer-bottom {

  padding: 24px 0;

}



.footer-logo {

  width: 180px;

  display: block;

  margin: 0 auto;

  margin-bottom: 32px;

}



#footer-contact {

  text-align: center;

  color: #FFF;

  margin-bottom: 0;

}



#footer-contact a {

  color: #FFF;

}



#footer-info {

  text-align: center;

  float: none;

  color: #FFF;

  font-size: 1rem;

  font-size: 16px;

}



#footer-info a {

  font-weight: 400;

  color: #FFF;

}



.footer-social-links {

  margin: 0 auto;

  max-width: 212px;

  margin-bottom: 18px;

}



.social-icon2 {

  margin: 0 30px;

}



/***************

Mobile styles

***************/



@media (max-width: 768px) {

  .flex-container {

    -ms-flex-direction: column;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    flex-direction: column;

  }



  .flex-container img {

    margin-bottom: 16px;

  }



  .right-pic {

    -ms-flex-order: -1;

    -webkit-box-ordinal-group: 0;

    order: -1;

  }



  #animated-logo {

    width: 100%;

    height: auto;

  }



}



@media (max-width: 481px) {

  .hero-header {

    font-size: 24px;

    font-size: 1.5rem;

  }



  .hero-text {

    font-size: 18px;

    font-size: 1.125rem;

    margin-bottom: 24px;

  }



  body {

    font-size: 16px;

    font-size: 1rem;

  }



  h2 {

    font-size: 24px;

    font-size: 1.5rem;

  }



  .cta-button {

    padding: 18px 10px;

    font-size: 16px;

    font-size: 1rem;

  }



  /* Workaround for initial launch. Fix ASAP. */

  .et_pb_fullwidth_header .header-content {

    width: 100% !important;

  }



}



.tile-grid-container {

  display: flex;

  flex-wrap: wrap;

  flex-direction: row;

  justify-content: center;

  margin: 0 auto;

  margin-top: -10px;

  max-width: 1080px;

}



.option-name {

  display: block;

  text-align: center;

  font-weight: 700;

  line-height: 1.2;

  font-size: 1rem;

  margin: 9px 0 0 0;

}



.option-icon {

  display: block;

  margin: 0 auto;

  height: 75px;

  width: auto;

}



.option-tile {

  width: calc(25% - 60px);

  border: 1px solid #BABABA;

  margin: 10px;

  height: 150px;

  padding: 18px;

}



@media screen and (max-width: 840px) {

  .option-tile {

    width: calc(50% - 20px);

  }

}



/****************

FAQ styles

****************/



.faq-options {

  max-width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  background-color: #47525E;

  padding: 9px;

  border-radius: 3px;

}



.faq-options a {

  margin: 0 12px;

  line-height: 2;

  color: #FFF;

}



.page-container {

  max-width: 800px;

  margin: 0 auto

}



.question {

  margin: 0 auto;

}



.accToggle {

  margin: 0 auto;

  padding: 18px;

  cursor: pointer;

  background-color: rgba(0, 0, 0, 0.06);

  color: #000;

  border: 1px solid rgba(0, 0, 0, 0.45);

  display: flex;

  flex-direction: row;

  align-items: center;

}



.toggleText {

  margin-right: auto;

  padding-right: 0;

}



.accContent {

  display: none;

  padding: 18px;

  margin: 0 auto;

  max-width: 1080px;

  border-left: 1px solid rgba(0, 0, 0, 0.45);

  border-right: 1px solid rgba(0, 0, 0, 0.45);

}



.accContent p:last-of-type {

  margin: 0;

}



.accToggle:after {

  content: "\002B";

  font-size: 1.375rem;

  font-size: 22px;

  font-weight: 700;

  color: #2B7E82;

}



.accToggle.opened:after {

  transform: rotate(45deg);

  /*   content: "\2013"; */

}



.spaced-mb-sec {

  margin-bottom: 36px;

}



.last-q {

  border-bottom: 1px solid rgba(0, 0, 0, 0.45);

}



.post-1158 ul {

  padding: 0 0 0 1rem !important;

}



/****************

Vtab styles

****************/



.vtabs-container {

  max-width: 1080px;

  margin: 0 auto;

}



@media screen and (max-width: 55rem) {

  #post-1098 .et_pb_row.et_pb_row_0 {

    width: 100% !important;

  }

}

@media only screen and (min-width: 1350px) {

    .et_pb_row {

        padding: 27px !important;

    }

}



.vtab-button {

  position: relative;

  display: inline-block;

  color: white;

  padding: 0.75rem 2rem;

  margin: 0 auto;

  background-color: #47525E;

  border: none;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

  cursor: pointer;

}



.button:hover,

button:hover {

  background-color: #353c4291;

}



.button:hover:after,

.button:hover:before,

button:hover:after,

button:hover:before {

  color: #4CC4CF;

}



.button:after,

.button:before,

button:after,

button:before {

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

}



.tabs {

  position: relative;

  min-height: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}



.tabs .tab {

  margin-bottom: 1px;

}



@media screen and (min-width: 55rem) {

  .tabs .tab {

    float: left;

    clear: left;

    width: 30%;

  }

}



.tabs .tab .tab-toggle {

  padding: 1rem 4rem 1rem 2rem;

  position: relative;

  font-size: 1.125rem;

  outline: none;

  width: 100%;

}



@media screen and (min-width: 55rem) {

  .tabs .tab .tab-toggle {

    text-align: left;

  }

}



.tabs .tab .tab-toggle.active {

  background-color: #017B89;

  cursor: default;

}



.tabs .content {

  max-height: 0;

  overflow: hidden;

  background-color: FF;

}



@media screen and (min-width: 55rem) {

  .tabs .content {

    max-height: none;

    position: absolute;

    right: 0;

    top: 0;

    width: 70%;

    opacity: 0;

    padding: 0 2rem 2rem;

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    -ms-transform: translateX(100%);

    -o-transform: translateX(100%);

    transform: translateX(100%);

  }

}



.tabs .content.active {

  padding: 2rem 5% 2rem 5%;

  max-height: 9999px;

}



@media screen and (min-width: 55rem) {

  .tabs .content.active {

    padding: 0 2rem 2rem 2rem;

    max-height: none;

    opacity: 1;

    -webkit-transform: none;

    -moz-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none;

  }

}







/********** 6 Nov 19 **********/



/******** Home Page *********/





.home-top-wrap {

  overflow: hidden;

  margin-bottom: 20px;

}



.home-header-box.logout-section {

  float: left;

  width: 44%;

}



.home-header-box.order-section {

  float: right;

  text-align: right;

}



.home-wrap a.checkout-button {

  display: inline-block;

  padding: 11px 20px;

  font-size: 15px;

  text-transform: uppercase;

  border: 1px solid #4bb7c3;

  background-color: #4bb7c3;

  color: #ffffff;

  cursor: pointer;

}



.home-wrap a.checkout-button:hover {

  color: #fff;

}



.home-header-box.logout-section span.loggedinuser {

  font-size: 18px;

}



.home-wrap .home-header-box.logout-section a.checkout-button {

  margin-right: 10px;

  /*

    background-color: #a5dae1;

    border-color: #a5dae1;*/

  padding: 9px 18px;

  font-size: 16px;

  text-transform: capitalize;

  border-radius: 5px;

}



.home-grid-wrap {

  display: flex;

  justify-content: center;

}



.home-grid-wrap .home-grid-list {

  width: calc(33.333% - 40px);

}



.home-grid-list a {

  display: block;

  text-align: center;

  border: 1px solid #ccc;

  margin: 0 20px;

  padding: 28px 15px;

}



#main-content {

  min-height: calc(100vh - 233px) !important;

}



.home-grid-list:first-child a {

  margin-left: 0;

}



.home-grid-list:nth-child(3) a {

  margin-right: 0;

}





.home-bottom-wrap {

  overflow: hidden;

  clear: both;

  text-align: center;

  margin-bottom: 70px;

}



.home-footer-box {

  display: block;

  float: left;

  width: 33.333%;

  padding: 20px 10px;

  text-align: center;

}



.home-grid-list h4 {

  font-weight: bold;

  margin-top: 10px;



}



.home-grid-list a {

  color: #000;

}



.home-grid-list p {

  margin: 0 0 1.75em;

  font-size: 14px;

  margin-top: 20px;

  min-height: 43px;

}



.home-grid-list img {

  width: 150px;

  height: 150px;

}





/****** Home Page ******/







#main-content {

  min-height: 500px;

}

 

 



.upc_sec .btn-group {

  display: inline-block;

  vertical-align: middle;

}

 

/****** List Order ******/



 









@media screen and (max-width: 568px) {





   

  #primary #main .lens-group .select {

  width:100% !important;

  min-width:100% !important;

  }





  

}

@media (min-width: 1024px) and (max-width: 1279px) {

   

   

}



 



/* this is the new css style sec  */

 

 







/****** GRID VIEW ******/

 

 

 



#grid_view_wrap .left-section {

  margin-bottom: 15px;

}



#grid_view_wrap .left-section .nooflenswrap {

  display: inline-block;

  margin-right: 15px;

  font-size: 16px;

}



#grid_view_wrap .left-section .estimatedcostswrap {

  display: inline-block;

  font-size: 16px;

}



#grid_view_wrap .left-section .nooflenswrap span {

  margin-left: 6px;

}



#grid_view_wrap .left-section .estimatedcostswrap span {

  margin-left: 10px;

}







#grid_view_wrap .right-section tr:nth-child(even) td {

  background: transparent;

}



 



#grid_view_wrap .right-section td input.grid_v {

  width: 50px;

  text-align: center;

  padding: 0 !important;

  height: 28px;

}
 


#grid_view_wrap .right-section td {

  padding: 0 1px !important;

  border: 1px solid #eee;

  /*border-bottom: 1.2px solid #eee;*/

  height: 28px

}



#grid_view_wrap .right-section td input.grid_v.current_active {

  background-color: #ffffff !important;

}

 



 



.status-publish.hentry h1.main_title {

  font-size: 30pt;

  font-weight: 700;

  font-family: 'Source Sans Pro', sans-serif;

}



.status-publish.hentry h2 {

  font-family: 'Source Sans Pro', sans-serif;

}



.woocommerce .return-to-shop {

  text-align: right;

}



a.button.wc-backward {

  padding: 9px 18px !important;

  display: inline-block;

  font-size: 16px;

  text-transform: capitalize;

  border: 1px solid #4bb7c3 !important;

  background-color: #4bb7c3;

  color: #ffffff !important;

  vertical-align: middle;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}



a.button.wc-backward:hover {

  background-color: #2C6A71 !important;

}



a.button.wc-backward::after {

  display: none;

}



p.cart-empty.woocommerce-info,

.woocommerce-info {

  background-color: #f1f1f1;

  color: #4b4b4b !important;

}



.woocommerce-notices-wrapper .woocommerce-message {

  background-color: #f1f1f1;

  color: #4b4b4b !important;

  margin-bottom: 10px;

}



.woocommerce-message a.restore-item {

  color: #4bb7c3;

}



.clear-cart-wrap {

  margin-bottom: 0;

  display: inline-block;

  vertical-align: middle;

}



.clear-cart-wrap button.clearcart_woo {

  padding: 8px 15px;

  border: 1px solid #cecece;

  cursor: pointer;

  background-color: #cecece;

  font-size: 15px;

  text-transform: uppercase;

}







/******  Login  *******/



.woocommerce-account #sidebar {

  display: none;

}



.woocommerce-account #left-area {

  float: none;

  padding: 0;

  margin: auto;

}



.woocommerce-account #main-content .container::before {

  display: none;

}



.woocommerce-account form.login {

  border-color: #dddddd;

  border-radius: 0;

  padding: 10px;

  max-width: 600px;

  margin: auto;

}



.woocommerce-account .status-publish.hentry h1,

.woocommerce-account .status-publish.hentry h2 {

  text-align: center;

}



.woocommerce-account .status-publish.hentry h2 {

  max-width: 600px;

  margin: auto;

  padding: 15px;

  background-color: #f1f1f1;

  border: 1px solid #ddd;

  font-size: 20px;

  border-bottom: transparent;

}



table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {

  border-radius: 0 0 4px 4px;

}



.woocommerce-account form.login label {

  font-size: 16px;

}



.woocommerce-account form.login input.input-text {

  display: inline-block;

  font-family: 'Source Sans Pro', sans-serif;

  font-size: 16px;

  border: 1px solid #dddddd;

  padding: 6px 15px;

  line-height: 30px;

  height: 40px;

  vertical-align: middle;

  margin-right: 10px;

  border-radius: 5px;

}



.woocommerce-account form.login p button.button {

  float: none;

  margin-right: 0;

  background-color: #4bb7c3;

  border: 1px solid #4bb7c3;

  padding: 10px 22px;

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  cursor: pointer;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  width: 100%;

  margin-top: 10px;

}



.woocommerce-account form.login p.lost_password {

  text-align: right;

}



.woocommerce-account form.login p.lost_password a {

  font-size: 16px;

}



.woocommerce-account form.login p.lost_password a:hover {

  color: #4bb7c3;

}



.woocommerce-account form.login p.form-row:nth-child(3) {

  display: table;

  width: 100% !important;

}



.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {

  display: table-footer-group;

}



.woocommerce-account form.login p.lost_password {

  text-align: right;

  margin-top: -33px;

  width: 100%;

}











/***** Cart Page ******/



.status-publish.hentry .woocommerce .woocommerce-cart-form table.shop_table {

  border-radius: 0;

  border-color: #dddddd !important;



}

 


.status-publish.hentry .woocommerce .woocommerce-cart-form tbody tr td .coupon {

  display: none;

}



.woocommerce-form-coupon-toggle {

  display: none;

}





.status-publish.hentry .woocommerce .woocommerce-cart-form tbody tr td button.button:after {



  display: none;

}








.status-publish.hentry .woocommerce .woocommerce-cart-form tbody tr:nth-child(even) td {

  background: #f1f1f1;

  border-bottom: transparent;

  border-top: transparent;

}






.woocommerce-page .cart-collaterals .cart_totals h2 {

  font-size: 24pt;

  font-family: 'Source Sans Pro', sans-serif;

}



.status-publish.hentry .woocommerce .cart-collaterals table.shop_table {

  border-radius: 0;

  border-color: #dddddd !important;

}



.status-publish.hentry .woocommerce .cart-collaterals table.shop_table th {

  border-right: 1px solid #dddddd;

  padding: 6px !important;

  text-align: left;

}



.status-publish.hentry .woocommerce .cart-collaterals table.shop_table tr:nth-child(even) th {

  background-color: #f1f1f1;

}



.status-publish.hentry .woocommerce .cart-collaterals table.shop_table tr:nth-child(even) td {

  background-color: #f1f1f1;

}



.status-publish.hentry .woocommerce .cart-collaterals table.shop_table td {

  padding: 6px !important;

  font-size: 16px;

}



.status-publish.hentry .woocommerce .cart-collaterals table.shop_table tr {

  padding: 0 !important;

}



.status-publish.hentry .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {

  background-color: #4bb7c3;

  color: #ffffff;

  font-size: 16px;

  text-transform: capitalize;

  padding: 12px;

  border-radius: 5px;

}



.status-publish.hentry .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button::after {

  line-height: 27px;

}





/****** Billing Information ******/

.status-publish.hentry .woocommerce-form-coupon-toggle .woocommerce-info {

  background: #f1f1f1 !important;

  color: #4b4b4b !important;

}



.status-publish.hentry .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {

  color: #4bb7c3 !important;

}







form.checkout_coupon.woocommerce-form-coupon {

  padding: 10px;

  border-radius: 0;

  border-color: #dddddd;

}



form.checkout_coupon.woocommerce-form-coupon p:first-child {

  margin-bottom: 10px;

  font-size: 16px;

}



form.checkout_coupon.woocommerce-form-coupon p.form-row input {

  height: 40px;

  border-radius: 0;

  border: 1px solid #dddddd;

  padding: 10px;

}



form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {

  float: left;

  margin-left: 10px;

}



form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button {

  padding: 7px 20px;

  display: inline-block;

  font-size: 14px;

  text-transform: uppercase;

  border: 1px solid #4bb7c3;

  background-color: #4bb7c3;

  color: #ffffff;

  vertical-align: middle;

  border-radius: 0;

  width: 160px;

}



form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button.button::after {

  line-height: 21px;

  font-size: 25px;

}


 



#customer_details .woocommerce-billing-fields .shipping-form-wrap .form-row input {

  height: 40px;

  border-radius: 0;

  border-color: #dddddd;

  font-family: 'Source Sans Pro', sans-serif;

  font-size: 16px;

}



#customer_details .woocommerce-billing-fields .shipping-form-wrap .form-row .select2-selection--single {

  height: 40px;

}



#customer_details .woocommerce-billing-fields .shipping-form-wrap .form-row .select2-selection--single span.select2-selection__rendered {

  line-height: 39px;

}



ul.woocommerce-error {

  background-color: #f1f1f1 !important;

}



/*ul.woocommerce-error li:first-child {

    color: #4b4b4b;

}

*/



ul.woocommerce-error {

  background-color: #ec9c0a1c !important;

  border: 1px solid #f3baa9 !important;

}



ul.woocommerce-error li {

  color: #fd5e5e;

}







#customer_details .woocommerce-billing-fields .shipping-form-wrap .form-row select {

  height: 40px;

  border-radius: 0;

  border-color: #dddddd;

  font-family: 'Source Sans Pro', sans-serif;

  font-size: 16px;

}



#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .shipping-form-wrap {

  margin-bottom: 20px;

}


 


#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .extra-shipping-data p {

  margin-bottom: 6px;

}



.woocommerce-additional-fields h3 {

  padding: 10px;

  background-color: #f1f1f1;

  font-size: 18pt;

  font-family: 'Source Sans Pro', sans-serif;

  margin-bottom: 0;

}



/*.woocommerce-additional-fields {

    border: 1px solid #dddddd;

}*/

.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {

  padding: 10px;

  margin-bottom: 30px;

}



.woocommerce-additional-fields #my_custom_checkout_field p#purchase_order1_field {

  padding: 10px !important;

}



.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper label {

  font-size: 15px;

}



.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper textarea {

  border-radius: 5px !important;

  border-color: #dddddd;

}



.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper input {

  border-radius: 5px !important;

  border-color: #dddddd;

}
 
 


#order_review table.woocommerce-checkout-review-order-table {

  border-radius: 0;

  border-color: #dddddd !important;

}



#order_review table.woocommerce-checkout-review-order-table th {

  padding: 6px;

  background-color: #f1f1f1;

  /*font-weight: 600 !important;*/

  border-right: 1px solid #dddddd;

}



#order_review table.woocommerce-checkout-review-order-table td,

#order_review table.woocommerce-checkout-review-order-table td strong {

  font-weight: normal !important;

}



#order_review table.woocommerce-checkout-review-order-table th:last-child {

  border-right: transparent;

}



#order_review table.woocommerce-checkout-review-order-table td {

  padding: 6px;

  border-right: 1px solid #dddddd;

  font-size: 16px;

  text-align: left;

}



#order_review table.woocommerce-checkout-review-order-table td:last-child {

  border-right: transparent;

}





#order_review table.woocommerce-checkout-review-order-table tr:nth-child(even) td {

  background-color: transparent;

}



#order_review table.woocommerce-checkout-review-order-table tfoot th {

  background: transparent;

}



ul.wc_payment_methods.payment_methods.methods li {

  list-style: none;

  padding: 6px;

}


 

ul.wc_payment_methods.payment_methods.methods li .payment_box {

  background: #f1f1f1 !important;

}



ul.wc_payment_methods.payment_methods.methods li .payment_box p {

  color: #4b4b4b;

}



ul.wc_payment_methods.payment_methods.methods li .payment_box::before {

  border: 1em solid #f1f1f1 !important;

  border-right-color: transparent !important;

  border-left-color: transparent !important;

  border-top-color: transparent !important;

}



.form-row.place-order {

  padding: 6px !important;

}



.form-row.place-order label.woocommerce-form__label-for-checkbox.checkbox {

  font-size: 16px;

}



.form-row.place-order label.woocommerce-form__label-for-checkbox.checkbox a {

  color: #4bb7c3;

}



.form-row.place-order button#place_order {

  padding: 9px 18px;

  display: inline-block;

  font-size: 16px;

  text-transform: capitalize;

  border: 1px solid #4bb7c3;

  background-color: #4bb7c3;

  color: #ffffff;

  vertical-align: middle;

  border-radius: 5px;

  margin-right: 4px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  line-height: normal !important;

}



.form-row.place-order button#place_order:after {

  display: none;

}



.form-row.place-order button#place_order:hover {

  background-color: #2C6A71;

}
 
 






/************* Order Receved **************/



.woocommerce ul.order_details li {

  font-size: .715em;

  padding-right: 1.5em;

}



.entry-content p.woocommerce-thankyou-order-received {

  /*background-color: #f1f1f1;*/

  padding: 12px !important;

  display: block;

  margin-bottom: 30px;

  color: #333;

}

 



.woocommerce-order table.order_details {

  border-radius: 0;

  border-color: #dddddd !important;

  max-width: 845px;

}



.woocommerce-order table.order_details thead th {

  background-color: #f1f1f1;

  padding: 10px;

  font-size: 15px;

  border-left: 1px solid #bebebe;

  font-weight: 600 !important;

  text-align: right;

}



section.woocommerce-order-details table.order_details th {

  border-left: 1px solid #bebebe;

}



.woocommerce-order table.order_details thead th:first-child {

  text-align: left;

}



.woocommerce-order table.order_details thead th:first-child {

  border-right: transparent;

}



.woocommerce-order table.order_details tbody td {

  font-size: 15px;

  /*border-right: 1px solid #dddddd;*/

  border-top: 1px solid #dddddd;

  padding: 6px !important;

  text-align: right;

}



.woocommerce-order table.order_details tbody td:first-child {

  text-align: left;

}



.woocommerce-order table.order_details tbody tr:nth-child(even) td {

  background-color: #f1f1f1 !important;

}



.woocommerce-order table.order_details tbody th:last-child {

  border-right: transparent;

}



.woocommerce-order table.order_details tbody td:last-child {

  border-right: transparent;

}



.woocommerce-order table.order_details tbody td ul {

  margin-top: 10px;

}



.woocommerce-order table.order_details tbody td ul li {

  list-style: none;

  padding: 6px 0;

  border-top: 1px solid #dddddd;

}



.woocommerce-order ul.woocommerce-thankyou-order-details {

  margin-bottom: 20px;

}



.woocommerce-order table.order_details tfoot th {

  font-size: 15px;

  padding: 6px !important;

  border-right: 1px solid #dddddd;

  text-align: right;

}



.woocommerce-order table.order_details tfoot tr:first-child td:nth-child(2) {

  border-right: 1px solid #dddddd;

}



.woocommerce-order table.order_details tfoot td {

  font-size: 15px;

  padding: 6px !important;

  color: #4b4b4b;

  text-align: right;

}



.woocommerce-order table.order_details tfoot tr:last-child th {

  font-size: 14pt;

  font-family: 'Source Sans Pro Bold', sans-serif;

  background-color: #f1f1f1;

}



.woocommerce-order table.order_details tfoot tr:last-child td {

  font-size: 14pt;

  font-family: 'Source Sans Pro Bold', sans-serif;

  background-color: #f1f1f1;

}

 


.woocommerce-order>p {

  font-size: 13pt;

  margin-bottom: 10px;

}



.woocommerce-order>p a {

  color: #ffffff;

  background-color: #4bb7c3;

  padding: 8px 15px;

  display: inline-block;

  margin-left: 8px;

  font-size: 14px;

  text-transform: uppercase;

}







/******** Dashboard *******/

.woocommerce-account .woocommerce-MyAccount-navigation ul li {

  list-style: none;

}



.woocommerce-account .woocommerce-MyAccount-navigation ul {

  border: 1px solid #dddddd;

}



.woocommerce-account .woocommerce-MyAccount-navigation ul li a {

  display: block;

  padding: 12px 14px;

  font-size: 16px;

  line-height: normal;

  color: #4bb7c3;

  border-bottom: 1px solid #dddddd;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}



.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {

  background-color: #4bb7c3;

  color: #ffffff;

  border-bottom-color: #4bb7c3;

}



.woocommerce-account .woocommerce-MyAccount-content p a {

  color: #4bb7c3;

}



.admin-bar div#main-content .container::before {

  display: none;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table {

  border-radius: 0;

  border-color: #dddddd !important;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead th {

  font-weight: 700 !important;

  background-color: #f1f1f1;

  padding: 10px !important;

  font-size: 15px;

  border-right: 1px solid #ddd;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table thead th:last-child {

  border-right: transparent;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td {

  font-size: 15px;

  border-right: 1px solid #dddddd;

  border-top: 1px solid #dddddd;

  padding: 6px !important;

  text-align: left;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td .button {

  background-color: #4bb7c3;

  border: 1px solid #4bb7c3;

  padding: 9px 18px;

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  cursor: pointer;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  line-height: normal !important;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td .button::after {

  display: none;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td .button:hover {

  background-color: #2C6A71;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr:nth-child(even) td {

  background: #f1f1f1 !important;

}



.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td:last-child {

  border-right: transparent;

}



.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {

  background-color: #f1f1f1 !important;

}



.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message a.woocommerce-Button.button,

form.edit-account button.woocommerce-Button.button {

  background-color: #4bb7c3;

  border: 1px solid #4bb7c3;

  padding: 9px 18px;

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  cursor: pointer;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  line-height: normal !important;

  float: right;

}



.woocommerce-address-fields button.button,

.woocommerce-address-fields button.button:hover {

  float: right;

  margin: 15px 0 0;

  background-color: #4bb7c3;

  border: 1px solid #4bb7c3;

  padding: 9px 18px;

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  cursor: pointer;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  line-height: normal !important;

}



.woocommerce-address-fields button.button:before {

  display: none;

}



.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message a.woocommerce-Button.button::after,

form.edit-account button.woocommerce-Button.button:after {

  display: none;

}



.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message a.woocommerce-Button.button:hover,

form.edit-account button.woocommerce-Button.button:hover {

  background-color: #2C6A71;

}



.select2-container .select2-selection--single {

  height: 50px;

  padding: 10px 0;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

  height: 52px !important;

}



.addresses .woocommerce-Address {

  border: 1px solid #dddddd;

  padding: 10px;

}



.woocommerce-MyAccount-content mark {

  background: none;

}



.addresses .woocommerce-Address .woocommerce-Address-title a.edit {

  color: #4bb7c3;

}



.woocommerce-MyAccount-content form.edit-account fieldset {

  padding: 10px;

  border: 1px solid #dddddd;

  margin: 20px 0 30px;

}



.woocommerce-MyAccount-content form.edit-account fieldset legend {

  font-size: 20px;

  font-weight: 700;

}



/******** MEDIA SCREEN CSS ********/





/**** 768px ****/

@media screen and (max-width: 991px) {

  #main-content {

    min-height: 660px;

  }



  .home-grid-list a {

    margin: 0 7px;

    padding: 6px;

    min-height: 220px;

  }



  .home-grid-list img {

    width: 70px;

    height: auto;

  }



  .home-grid-list h4 {

    margin-top: 5px;

  }



  .home-grid-list p {

    margin: 0 0 10px;

    margin-top: 0;

  }



  .home-wrap a.checkout-button {

    padding: 10px 10px;

    font-size: 14px;

  }



  .home-footer-box p {

    font-size: 15px;

  }





  .et_pb_svg_logo #logo {

    height: auto;

    width: 140px;

  }

}





/******* 1024px to 769px ******/

@media only screen and (max-width:1025px){

  

}



@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) and (orientation : landscape) {



  .et_pb_svg_logo #logo {

    width: 180px;

    margin-top: 10px;

  }



  header.et-fixed-header .logo_container img#logo {

    width: 130px;

  }



  #top-menu li {

    padding-right: 12px;

    font-size: 13px;

  }



  .et_header_style_left .logo_container {

    position: static;

    text-align: center;

  }



  .et_header_style_left #et-top-navigation {

    padding-left: 0 !important;

  }

}











/**** 767px ****/

@media screen and (max-width: 767px) {

  #main-content .container {

    width: 100%;

  }



  #grid_view_wrap .right-section {

    overflow-x: auto;

    border-right: 1px solid #BABABA !important;

  }



  #grid_view_wrap .right-section td input.grid_v {

    width: 40px;

  }





  /**** Login Page *****/

  .woocommerce-account form.login {

    padding: 10px;

  }



  

 

 

    

}







/**** 568px ****/

@media screen and (max-width: 568px) {



  body:not(.et-tb) #main-content .container,

  body:not(.et-tb-has-header) #main-content .container {

    padding-top: 30px;

  }



  .predefine_section button#clear_grid {

    display: block;

    margin-bottom: 10px;

  }



  



  .home-header-box.logout-section {

    width: 100%;

  }



  .home-header-box.logout-section span.loggedinuser {

    margin-bottom: 10px;

  }



  .home-bottom-wrap {

    margin-bottom: 30px;

  }



  .home-grid-wrap .home-grid-list {

    float: none;

    width: 100%;

    margin-bottom: 20px;

  }



  .home-grid-list a {

    margin: 0;

    min-height: 200px;

  }



  .home-footer-box {

    float: none;

    width: 100%;

    padding: 10px;

    text-align: center;

  }



 







  .col-lg-3.upc_sec .form-group {

    width: 59%;

  }





  .status-publish.hentry .woocommerce .woocommerce-cart-form tbody tr td.product-remove {

    width: 40px;

    float: right;

    border-right: transparent;

    border-left: 1px solid #dddddd;

    margin-left: 10px;

  }




  #content-area table tr,

  #main-content table.cart tr,

  table.cart tr {

    padding: 0 !important;

  }



  .order-important-wrap {

    padding: 8px;

  }





  .woocommerce-account .status-publish.hentry h2 {

    padding: 10px;

  }



}









/*SK CSS*/

.order-loader {

  position: fixed;

  width: 100%;

  height: 100%;

  background: rgba(255, 255, 255, .95);

  z-index: 9999999999999;

  top: 0;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

}



.order-loader p {

  font-size: 15px;

  margin-top: 15px;

}



.order-loader img {

  width: 200px;

}



div#loader {

  position: fixed;

  width: 100%;

  height: 100%;

  background: rgba(255, 255, 255, .95);

  z-index: 9999999999999;

  top: 0;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

}



div#loader p {

  font-size: 15px;

  margin-top: 15px;

}



div#loader img {

  width: 200px;

}



div#my_custom_checkout_field {

  border: 1px solid #dddddd;

  margin: 0 0 18px;

  display: none;

}

 



/*div#checkout-radio span.woocommerce-input-wrapper {

    display: flex;

    align-items: center;

    padding: 2px 5px 2px;

}*/

div#checkout-radio input[type=radio] {

  -webkit-appearance: radio;

  margin: 12px;

}



div#checkout-radio span.woocommerce-input-wrapper label.radio {

  display: inline-block;

  font-size: 17px;

}



.home-header-box.logout-section {

  width: 95%;

  text-align: right;

}



.home-header-box.logout-section a {

  margin: 0 !important;

}



#top-menu-nav .nav li ul {

  right: 0;

  display: none;

}



.nav li.et-touch-hover>ul,

.nav li:hover>ul {

  display: block !important;

}



td.col-header.sphere_header span {

  transform: rotate(-90deg) !important;

  -webkit-transform: rotate(-90deg) !important;

  -moz-transform: rotate(-90deg) !important;

  -o-transform: rotate(-90deg) !important;

  -ms-transform: rotate(-90deg) !important;

}



#grid_view_wrap img.block-img {

  margin-left: 0;

  width: 15px;

}



@media (min-width: 1400px) {

  article#post-1628 {

    width: 100%;

  }

}



article#post-1628 {}



/*.woocommerce-cart th.product-name {

    width: auto !important;

}

*/

.woocommerce #content .quantity,

.woocommerce .quantity,

.woocommerce-page #content .quantity,

.woocommerce-page .quantity {

  width: auto !important;

}



.woocommerce-cart th.product-name,

.woocommerce-cart td.product-name {

  width: auto !important;

}



.woocommerce-checkout ul.woocommerce-error li {

  color: #fd5e5e;

  position: relative;

  padding-left: 20px !important;

  margin: 0 0 8px;

}



.woocommerce-checkout ul.woocommerce-error li:before {

  content: "";

  width: 8px;

  height: 8px;

  position: absolute;

  left: 0;

  background: #fd5e5e;

  border-radius: 50%;

  top: 10px;

}



.woocommerce-table td {

  font-weight: normal !important;

}



.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a {

  background-color: #4bb7c3;

  border: 1px solid #4bb7c3;

  padding: 9px 18px;

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  cursor: pointer;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  line-height: normal !important;

  margin: 0 0 30px;

}



.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a:after {

  display: none;

}



.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button {

  margin-right: 15px;

}



table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {

  text-align: left;

}



/*table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:nth-child(2){*/

/*  text-align: center;*/

/*}*/

/*table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:last-child{*/

/*  text-align: right;*/

/*}*/

/*table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:first-child{*/

/*  text-align: left;*/

/*}*/

/*table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:nth-child(2){*/

/*  text-align: center;*/

/*}*/

/*table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:last-child{*/

/*  text-align: right;*/

/*}*/

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {

  font-size: 16px;

  padding: 12px;

  border-top: 1px solid rgba(0, 0, 0, .1);

}



/*table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{

  background: #fff;

}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr:nth-child(even) {background:#fff }

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr:nth-child(odd) {background: rgba(204, 204, 204, 0.36)}



   */



.blockUI.blockOverlay,

.loader {

  display: none !important;

}



.woocommerce .blockUI.blockOverlay:before,

.woocommerce .loader:before {

  background: url('images/ajax-loader.gif') center center;

  transform: unset !important;

}



.woocommerce .blockUI.blockOverlay {

  transform: unset !important;

}



a.important-note {

  max-width: 600px;

  width: 100%;

  display: table;

  margin: 10px auto 30px;

  font-size: 16px;

  color: #333;

}



.woocommerce-table--order-details th {

  text-align: left !important;

}







@media (max-width:568px) {

  div#checkout-radio input[type=radio] {

    -webkit-appearance: radio;

    margin: 12px 6px 12px 5px;

  }



  div#checkout-radio span.woocommerce-input-wrapper label.radio {

    display: inline-block;

    margin-right: 0;

    font-size: 13px;

  }

}



@media (max-width: 768px) {

  div#checkout-radio span.woocommerce-input-wrapper {

    display: table;

    width: 100%;

  }



  article#post-1628 {

    width: 100%;

  }


 

}



@media (min-width: 768px) and (max-width: 1279px) {



 







}





@media (min-width: 1280px) and (max-width: 1500px) {

 

 



  #primary .lens-group select {

    font-size: 12px;

    padding: 6px 5px;

  }







}



 



@media (min-width: 1280px) and (max-width: 1399px) {

  article#post-1628 {

    width: 100%;

  }

}



#main-footer {

  margin: 30px 0 0;

}



#top-menu-nav ul.sub-menu li {

  padding: 0;

  width: 100%;

}



#top-menu-nav ul.sub-menu li a {

  width: 100%;

}



nav.woocommerce-MyAccount-navigation .is-active a {

  background: #4bb7c3;

  color: #fff !important;

}



.woocommerce-downloads a.woocommerce-Button.button {

  display: none;

}



#order_review .totalseparate:nth-child(3n) {

  display: none;

}



.totalseparate {

  display: table;

  width: 100%;

}


 


.totalseparate th,

.totalseparate td {

  padding: 6px !important;

  font-size: 16px

}



.totalseparate th strong,

.totalseparate td strong {

  font-weight: normal !important;

}



.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {

  text-align: right;

}



section.question ul {

  margin-left: 20px;

}



article#post-1630 h2 {

  max-width: 100%;

}
 



@media (min-width: 1280px) {



  article#post-1629 {

    /*width: 80%;*/

  }
 


  article#post-1629 .woocommerce-order table.order_details,

  article#post-1629 section.woocommerce-customer-details address {

    max-width: 100%;

  }

}



article#post-1629 .woocommerce-order>p {

  font-size: 13pt;

  margin-bottom: 10px;

}



article#post-1630 h2 {

  max-width: 600px;

}



article#post-1630 .important-note {

  max-width: 600px;

  margin: 0 auto;

  padding: 15px 0 0;

}



article#post-1630 .important-note p {

  padding: 0 !important;

  color: #191919;

  margin-bottom: 9px;

  font-size: 16px;

}



article#post-1630 .important-note p span {

  font-weight: bold;

  color: #000;

}



article#post-1630 .important-note p a {

  text-decoration: underline;

  color: #4bb7c3;

  font-weight: bold;

}



.custom-cart-subtotal td {

  text-align: left;

}



.woocommerce-invalid-required-field label.radio {

  color: #a00;

}



@media (max-width:768px) {

  .custom-cart-subtotal td:first-child {

    width: 70%;

    float: left;

  }



  .custom-cart-subtotal td:last-child {

    width: 30%;

    float: right;

  }



  .custom-cart-subtotal td::before {

    display: none;

  }



  div#order_review .custom-cart-subtotal td {

    text-align: left !important;

  }



}



.woocommerce-page a.button.alt:hover:after,

.woocommerce-page a.button:hover:after,

.woocommerce button.button:after {

  display: none;

}



form.woocommerce-ResetPassword button.woocommerce-Button.button {

  background-color: #4bb7c3;

  border: 1px solid #4bb7c3;

  padding: 10px 22px;

  font-size: 16px;

  text-transform: capitalize;

  color: #ffffff;

  cursor: pointer;

  border-radius: 5px;

}
 
 

section.woocommerce-order-details {

  margin-bottom: 0 !important;

}



.extra-shipping-data p {

  margin: 0;

}





/*Tooltip styles*/



.info-tooltip-td {

  position: relative;

  background: #fff !important;

}

 



.info-tooltip-td span i {

  font-style: normal;

  width: 28px;

  height: 28px;

  border-radius: 100%;

  line-height: 28px;

  background-color: #4bb7c3;

  color: #fff;

  text-align: center;

  display: block;

  font-weight: 700;

}



.info-tooltip-show {

  display: none;

  position: absolute;

  bottom: 80%;

  right: -40px;

  width: 100%;

  max-width: 450px;

  min-width: 300px;

}



.info-tooltip-show:before {

  content: "";

  position: absolute;

  bottom: -8px;

  right: 44px;

  width: 0;

  height: 0;

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-top: 10px solid #fff;

}



.info-tooltip-show p {

  font-size: 12px;



}



.info-tooltip-td span:hover .info-tooltip-show {

  display: block !important;

  padding: 15px;

  border: 1px solid #eee;

  box-shadow: 10px 2px 20px rgba(0, 0, 0, 0.05);

  background-color: #fff;

  z-index: 3;

}



.info-tooltip-td:after {

  content: "";

  position: absolute;

  right: -1px;

  top: 0;

  width: 2px;

  height: 100%;

  background-color: #fff !important;

}



.info-tooltip-td:before {

  content: "";

  position: absolute;

  left: 0px;

  bottom: -4px;

  width: 100%;

  height: 10px;

  background-color: #fff !important;

  z-index: 1;

}



.info-tooltip {

  position: relative;

  background-color: #fff !important;

}



.info-tooltip:after {

  content: "";

  position: absolute;

  left: 0px;

  top: -1px;

  width: 100%;

  height: 2px;

  background-color: #fff !important;

  z-index: 1;

}



.info-tooltip:before {

  content: "";

  position: absolute;

  left: 0px;

  bottom: -1px;

  width: 100%;

  height: 2px;

  background-color: #fff !important;

  z-index: 1;

}



.brr-0 {

  border-right: none !important;

}

 







/*Select Design*/





.select-hidden {

  display: none !important;

  visibility: hidden;

  padding-right: 10px;

}

 



.select-options,

.select-options1,

.select-options2 {

  display: none;

  position: absolute;

  top: 100%;

  right: 0;

  left: 0;

  z-index: 999;

  margin: 0;

  padding: 0;

  list-style: none;

  max-height: 353px;

  overflow-y: scroll;

  background: #fff;

  box-shadow: 0 0 5px #eee;

  list-style: none !important;

}

 

 

.select-options li[rel="hide"],

.select-options1 li[rel="hide"],

.select-options2 li[rel="hide"] {

  display: none;

}

 







@media (min-width: 1360px) and (max-width: 1399px) {





}



@media (max-width: 1279px) {





}



/* July 10 2024 */

@media (max-width: 992px) {

  .upc_sec .btn-group {

    margin-top: 20px !important;

  }

}



/*SK CSS*/







.update-order-page {

  box-shadow: 0 0 15px #e3e3e3;

  padding: 28px;

  border-radius: 11px;

  margin: 0 0 60px;

}



.update-order-page h3 {

  font-size: 25px;

  font-family: 'Source Sans Pro', sans-serif;

  font-weight: 600;

  margin-bottom: 8px;

}



.update-order-page h5 {

  font-size: 19px;

}



.update-order-page h4 {

  text-transform: uppercase;

  font-size: 19px;

  font-weight: 600;

}



.update-order-page p {

  margin: 0 0 5px;

}



.ship-sec {

  padding: 35px 0 0;

}



.update-order-page ul {

  list-style: none;

  margin: 31px 0;

}



.update-order-page ul li {

  list-style: none;

  margin: 0 0 12px;

}



.update-order-page table th {

  background: #4bb7c3;

  color: #fff !important;

}



.update-order-page table tr:nth-child(odd) {

  background: #4bb7c30d;

}

 



p.outofstock-warn-text {

  color: red;

  font-size: 13px;

  margin-bottom: 10px !important;

}



.pivotal_cart tbody tr td.pt-instock-no {

  background: #ff000082 !important;

}





/*power-check-wrapper*/

.power-check-wrapper h4 {

  font-size: 18px;

  font-weight: 500;

  color: #fff;

  text-align: center;

  background-color: #ff7434;

  margin-top: -20px;

  margin-left: -20px;

  margin-right: -20px;

  margin-bottom: 15px;

  padding: 10px;

}



.power-check-wrapper p {

  font-size: 12px;

  text-align: center;

}



.power-check-wrapper {

  position: fixed;

  top: 136px;

  right: -500px;

  transition: 0.3s ease-in-out;

  width: 100%;

  max-width: 400px;

  border: 1px solid #ff7434;

  padding: 20px;

  background-color: #fff;

  z-index: 18;

}



.power-check-wrapper.show-power-avail {

  transition: 0.3s ease-in-out;

  right: 0;



}



.power-check-wrapper .clos-btn {

  position: absolute;

  right: 0;

  top: 4px;

  width: 30px;

  height: 30px;

  text-align: center;

  color: #fff;

  padding: 2px;

  background-color: #ff7434;

  cursor: pointer;

}



.power-btn {

  position: fixed;

  top: 195px;

  right: 0;

  padding: 10px;

  text-align: center;

  transform: rotate(-90deg);

  transform-origin: 100% 100%;

  background-color: #ff7434;

  color: #fff;

  z-index: 18;

  cursor: pointer;

}



.pw-btn-cvr {

  display: block;

}



.vertical-lr-cvr {

  display: inline-block;

  width: 50px;

}



.power-check-wrapper .form-group {

  display: flex;

  /*justify-content: space-between;*/

  padding-bottom: 10px;

}



.power-check-wrapper .searchBtn {

  outline: none;

  border: 0;

  background-color: #333;

  color: #fff;

  padding: 6px 8px;

  position: absolute;

  cursor: pointer;

  /*bottom: 51%;*/

}



.pw-setmiddle {

  /* margin: 0 auto; */

  margin-left: 41%;

}



.hide-verticallr {

  visibility: hidden;

}



.power-check-wrapper .form-group label {

  min-width: 100px;

  font-size: 14px;

}



.power-check-wrapper .form-group select {

  min-width: 150px;

  padding: 6px 10px;

  border: 1px solid #eee;

}



.pw-red-warn {

  color: red;

  font-size: 12px;

}



.details-list {

  list-style: none;

  margin-top: 15px;

  overflow-y: scroll;

}



.details-extend {

  height: 190px;

}



.details-list li {

  line-height: 1;

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #eee;

  font-size: 14px;

}



.details-list li span {

  border-left: 1px solid #eee;

  border-right: 1px solid #eee;

}



.details-list li:first-child {

  border-top: 1px solid #eee;

}



.details-list li span:nth-child(2) {

  margin-left: auto;

  margin-right: 5px;

}



.details-list .ad-btn {

  padding: 10px;

  color: #fff;

  text-align: center;

  background-color: skyblue;

  cursor: pointer;

}









/* this  is the new media and css section  */





@media only screen and (max-width:1024px){

  

  .page-id-1617 .predefine_section  button.addtocart {

    margin: 15px 15px 0px 0px;

}



.page-id-1617 .predefine_section button#clear_grid {

    margin: 15px 15px 0px 0px;

  }

  .page-id-1617 .predefine_section select#lens_type {

    margin-right: 15px;

  }

}



@media (max-width: 767px) {

  .update-order-page {

    padding: 15px;

  }



  .tabl-wrap {

    width: 100%;

    overflow: scroll;

  }



  .update-order-page table th {

    white-space: nowrap;

  }

}



/* The Modal (background) */

.modal {

  display: none;

  /* Hidden by default */

  position: fixed;

  /* Stay in place */

  z-index: 9999999;

  /* Sit on top */

  padding-top: 100px;

  /* Location of the box */

  left: 0;

  top: 0;

  width: 100%;

  /* Full width */

  height: 100%;

  /* Full height */

  overflow: auto;

  /* Enable scroll if needed */

  background-color: rgb(0, 0, 0);

  /* Fallback color */

  background-color: rgba(0, 0, 0, 0.4);

  /* Black w/ opacity */

}



/* Modal Content */

.modal-content {

  background-color: #fefefe;

  margin: auto;

  padding: 20px;

  border: 1px solid #888;

  width: 50%;

}



/* The Close Button */

.close {

  color: #aaaaaa;

  float: right;

  font-size: 28px;

  font-weight: bold;

}



.close:hover,

.close:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

}



.notify-but {

  background-color: #ff7434;

  border: none;

  padding: 7px 12px;

  font-size: 16px;

  font-weight: bold !important;

  color: #fff;

  cursor: pointer;

}



.restock-tb {

  font-family: arial, sans-serif;

  border-collapse: collapse;

  width: 80%;

  font-size: 14px;

  margin: 0 auto;

  border: 1px solid #eee;

}



.restock-cvr {

  padding: 4% 0;

}



.restock-hd {

  text-align: center;

  padding-bottom: 1%;

}

 



/* 10 July 2024 */



 

 



 



@media only screen and (max-width:450px){

   

   

   

 

}





/* 08-08-2024 Start Here */

.errModal {

    display: none; 

    position: fixed;

    z-index: 1; 

    left: 0;

    top: 0;

    width: 100%; 

    height: 100%; 

    overflow: auto; 

    background-color: rgb(0,0,0); 

    background-color: rgba(0,0,0,0.4);

}



/* Modal Content */

.modal-content {

    background-color: #fefefe;

    margin: 15% auto; 

    padding: 20px;

    border: 1px solid #888;

    width: 80%; 

    max-width: 500px; 

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 

}



/* Close Button */

.close {

    float: right;

    font-size: 1.5rem;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    opacity:.5;

    border: 0px;

}



.close:hover,

.close:focus {

    color: black;

    text-decoration: none;

    cursor: pointer;

}









/* Bhaskar Error Modal  */

.modal-content-errmodal {

    position: relative;

    display: flex;

    flex-direction: column;

    width: 100%;

    color: var(--bs-modal-color);

    pointer-events: auto;

    background-color: var(--bs-modal-bg);

    background-clip: padding-box;

    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);

    border-radius: var(--bs-modal-border-radius);

    outline: 0;

}


.product-info {
    font-weight: 500;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif !important;
}
/* Base row styling */
.cj_cart_item_row {
  display: grid;
  align-items: start;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  gap: 8px;
}

.cj_cart_item_row:last-child {
    /* Styles for the last .cj_cart_item_row */
    border-bottom: unset;
}

/* Default div styling */
.cj_cart_item_row div {
  white-space: nowrap;        /* single line by default */
  overflow: hidden;           /* prevent overflow */
  text-overflow: ellipsis;    /* show ... for overflow text */
}

/* Text fields for long content */
.cj_cart_item_row .product-text,
.cj_cart_item_row .privotal_cart_lens_title {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  white-space: normal; /* allow wrapping for long text */
  line-height: 1.4;
}

/* Images */
.cj_cart_item_row img {
  width: 80px !important;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Stock status */
.privotal_cart_lens_stock_status .lens_in_stock {
  color: green;
  font-weight: 600;
}
.privotal_cart_lens_stock_status .lens_out_of_stock {
  color: red;
  font-weight: 600;
}

/* Prices aligned right */
.price {
  font-weight: 600;
  text-align: right;
  font-size: 13px;
}

/* Frame row: auto width columns */
.cj_cart_item_row.frame-info {
  grid-auto-flow: column;
  grid-auto-columns: auto; /* take only required space */
  align-items: start;
  gap: 12px;
}

/* PD + OCH row */
.cj_cart_item_row.pd-info {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  font-style: italic;
  font-size: 12px;
  gap: 12px;
}

/* Lens row */
.cj_cart_item_row.lens-info {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  font-size: 12px;
  gap: 10px;
}


/* Responsive adjustments */
@media (max-width: 1200px) {
  /* Frame row: allow wrapping for smaller screens */
  .cj_cart_item_row.frame-info {
    grid-auto-columns: minmax(80px, 1fr); /* allow columns to shrink and grow */
    gap: 8px;
  }
}

@media (max-width: 992px) {
  /* Frame row: switch to 2 rows if content overflows */
  .cj_cart_item_row.frame-info {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  /* PD + OCH row: stack vertically */
  .cj_cart_item_row.pd-info {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  /* Lens row: stack vertically on small screens */
  .cj_cart_item_row.lens-info {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 768px) {
  .cj_cart_item_row.frame-info,
  .cj_cart_item_row.pd-info,
  .cj_cart_item_row.lens-info {
    grid-template-columns: 1fr; /* all rows stack vertically */
    gap: 6px;
  }

  /* Reduce font sizes slightly for mobile */
  .cj_cart_item_row {
    font-size: 12px;
  }

  .cj_cart_item_row .product-text,
  .cj_cart_item_row .privotal_cart_lens_title {
    font-size: 11px;
  }

  .price {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  /* Tiny screens: further reduce spacing */
  .cj_cart_item_row {
    padding: 4px 0;
    gap: 4px;
  }

  .cj_cart_item_row img {
    width: 60px !important;
  }
}


/* frame-ordering */
.pd-input[readonly],
.oc-input[readonly] {
    background-color: #F5F5F5;
    color: #777;
    cursor: not-allowed;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.lens-options.readonly-mode .lens-row {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* Page Slug /list-ordering/ */
.cylinder_power-wrap {
    width: 100%;
}

select#lens-color-select, 
select#lens-base-curve {
    flex: 1;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 38px 8px 10px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;

    background-color: white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

.new_lens{
  color:red;
}