@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1, h2, h3, h4, h5, h6 {
  color: #2ea3f2;
}
body, p {
  color: #333;
}
a {
  color: #000082;
}
#site-navigation-wrap .dropdown-menu > li > a {
  font-family: 'Montserrat', sans-serif;
  color: #000082;
  font-weight: 700;
  font-size: 16px;
}
#site-navigation-wrap .dropdown-menu > li > a:hover {
  color: #2ea3f2;
}
.dropdown-menu .sub-menu {
  border-color: #2ea3f2;
}
#site-logo #site-logo-inner a img {
  width: 100%;
  min-width: 130px;
}
#top-bar-content .sep {
  margin: 0 5px;
}

.topLinks ul li a:hover {
  color: #eee;
  border-bottom: 3px solid #2ea3f2;
}

#footer {
  color: #c0c0c0;
  font-size: 12px;
}
#footer p {
  color: #c0c0c0;
}
#footer #footer-widgets .footer-box .widget-title {
  color: #2ea3f2;
  font-weight: 500;
  border: 0;
  padding: 0;
  line-height: 1.5;
  min-height: 31px;
}
#footer #footer-widgets .widget_media_image {
  filter: grayscale(1);
}
#footer #menu-footer-menu li {
  border: 0;
}
#footer #text-2 .textwidget P {
  margin-bottom: 10px;
}
#footer .social-widget .oceanwp-social-icons.style-light li a {
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
}
#right-sidebar .widget-title, .secondary .widget-title {
  border-color: #2ea3f2;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 20px;
}
.table-wrapper table {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.table-wrapper table tr th {
    background: #41bbd9;
    color: #fff;
    border: 1px solid #f3fafe;
    font-weight: 600;
}
.table-wrapper table tr th:first-child {
  padding-left: 10px;
}
.table-wrapper table tr td {
  border: 1px solid #e9e9e9 !important;
}
.table-wrapper table tr td:first-child {
  padding-left: 10px;
}
.table-wrapper table tr:nth-child(even) td {
  background: #fff;
}
.table-wrapper table tr:nth-child(odd) td {
  background: #f3fafe;
}
#product-section .jobname label {
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 6px;
  display: block;
}
#product-section .jobname select {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  height: auto;
  max-width: 300px;
  outline: none;
  margin-bottom: 7px;
}
#product-section .jobname p {
  border-left: 4px solid #2ea3f2;
  background-color: rgba(126, 92, 239, 0.1);
  padding: 10px;
  margin: 10px 0;
  font-size: 13px;
  color: #5b3dc0;
}
#product-section .order-head label {
  color: #2ea3f2;
}
.discount-info {
  background-color: rgba(255, 186, 0, 0.05);
  border-left: 4px solid #ffba00;
  padding: 10px 19px;
  margin-bottom: 15px;
}
.discount-info p {
  margin-bottom: 5px;
  color: #956d04;
}
.show {
  display: table-row;
}
.qty_box {
  padding: 0;
  width: 82px;
  margin-right: -12px;
}
.qtyarea {
  float: left;
}
input.prod_qty {
  width: 50px !important;
  min-height: 32px !important;
  padding: 0px !important;
  margin: 5px 0 5px 5px !important;
  text-align: center;
  border-radius: 0 !important;
}
input[type=text], input.text, input.title, textarea, select {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
}
.plusminus-area {
  float: left;
  height: 30px !important;
  width: 17px;
  cursor: pointer;
}
input[type=text], input.text, input.title, textarea, select {
  margin: 0;
}
span.minus {
  float: left;
  margin-top: -10px;
}
span.plus {
  float: left;
  margin-top: 0px;
}
input.css-checkbox[type="radio"] + label.css-label {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  vertical-align: middle;
}
.salesperson-box li {
  float: left;
  margin: 10px 0;
  width: 33%;
  list-style: none;
}
label.css-label {
  -moz-user-select: none;
  background-image: url(../img/red_radio.png);
}
input.css-checkbox[type="radio"], input.css-checkbox[type="checkbox"] {
  display: none;
}
.checkboxThree {
  margin: 10px 0;
  border-radius: 50px;
  width: 50px;
  position: relative;
}
.checkboxThree input[type=checkbox] {
  visibility: hidden;
  width: 100%;
}
.checkboxThree input[type=checkbox]:checked + label {
  background: #2ea3f2;
}
.checkboxThree input[type=checkbox]:checked + label::after {
  left: calc(100% + 1px);
  transform: translate(-100%, -50%);
}
.checkboxThree label {
  display: block;
  width: 50px;
  height: 25px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.3s ease all;
  background: #e4e4e4;
}
.checkboxThree label::after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -1px;
  transition: 0.3s ease all;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
}
.um {
    background: #f3fafe;
    padding: 15px 30px;
    border-radius: 10px;
}
.um-field-label label {
    font-weight: bold !important;
}
.um .um-form .um-field-label label {
    font-weight: bold;
    font-size: 14px !important;
}
.um .um-form input[type=text], .um .um-form input[type=password] {
  border-radius: 5px;
  border: 0 !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  height: unset !important;
}
.um .um-form .um-button.um-alt {
    border: 1px solid #fca311 !important;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold !important;
    background: #fca311 !important;
}
.um .um-form .um-col-alt-b {
  padding-top: 10px;
}
.um-um_password_id.um { max-width: 100% !important; }
.um .um-form .um-col-alt-b .um-link-alt {
  font-size: 13px;
  color: #2ea3f2 !important;
  font-weight: 400;
  text-align: left;
}
.um .um-form input[type=submit].um-button {
    background: #2ea3f2;
    font-size: 18px;
    font-weight: 800 !important;
}
.um .um-form input[type=submit].um-button:hover {
  background: #6550a8;
}
.um .um-form .um-field-area textarea {
  height: 143px !important;
}
.um-field-block {
    color: #333 !important;
    font-weight: bold;
}
section {
  clear: both;
}
.confirm-quote {
  margin-top: 20px;
  text-align: right;
}
.salesperson-box ul {
  margin: 0;
}
.settings {
  margin: 0 auto;
  position: fixed;
  top: 40%;
  width: 100%;
  z-index: 999;
}
@media (min-width: 800px) {
  .setting-cont {
    background: #fff none repeat scroll 0 0;
    min-height: 200px;
    margin: 0 auto;
    width: 700px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  .um-col-121 {
    float: left !important;
    width: 48% !important;
  }
  .um-col-122 {
    float: right !important;
    width: 48% !important;
  }
}
.popheading {
  background: #fca311;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.popheading > p {
  float: left;
  padding: 0 0 0 10px;
  width: auto;
  margin: 0;
  color: #fff
}
.close {
  cursor: pointer;
  float: right;
}
.setting-section {
  padding: 10px;
}
.save-btn:hover {
  box-shadow: 0 4px #2c41a4;
}
.save-btn {
  background: #2c41a4 none repeat scroll 0 0;
  border: 0 none;
  box-shadow: 0 4px #2ea3f2;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.save-loc {
  float: left;
  margin-left: 20px;
}
#loc-msg, #alert-msg {
  font-size: 20px;
  margin: 25px auto;
}
.page-header {
  padding: 20px 0;
  background: none;
}
.page-header-title {
  display: block;
  font-size: 5.6rem;
  line-height: 1.4em;
  font-weight: 800;
  margin: 0;
  color: #2ea3f2;
  letter-spacing: 1px;
}
.white p {
  color: #fff;
}
.search-section {
  float: right;
  margin: 20px 0;
}
.search-section #searchid {
  border: 1px solid #000;
  font-size: 14px;
  padding: 7px;
  width: 286px;
}
.search-section #result {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #ccc;
  display: none;
  margin-top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 300px;
}
.search-section .show-quotes {
  float: left;
  font-size: 15px;
  width: 300px;
  border-bottom: 1px solid #ccc;
}
.search-section .search-box {
  float: left;
  margin: 0;
  padding: 7px;
  width: 80%;
}
.search-section .search-box:hover {
  background: #2ea3f2;
  color: #fff !important;
  cursor: pointer;
}
.search-section .search-boxa:hover {
  color: #fff !important;
}
.search-section .search-edit-box {
  float: right;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 45px;
}
tr.cart-section td {
  padding: 10px !important;
}
tr.cart-section p {
  margin: 0 !important;
}
tr.sbtotal-section td {
  font-weight: bold;
  padding: 10px !important;
}
ul.dlm-downloads {
  margin: 0;
}
ul.dlm-downloads li {
  list-style: none;
}
body input[type="submit"]:hover {
  background-color: #0b7cac !important;
}
.wp-block-heading {color: #41bbd9; }
.order-head {
	width: 50%;
    float: left;
}
.menu-item, .search-toggle-li {
    padding: 30px 0 20px 0;
}
#site-logo #site-logo-inner {
    padding: 35px 20px 20px 30px;
}
#site-navigation-wrap .dropdown-menu>li>a { line-height: inherit !important; }
li.topLinks a {
    background: #fca311 !important;
    color: #FFF !important;
    padding: 15px 40px !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
.dropdown-menu ul li.menu-item {
    padding: 0;
}
.topLinks {
    padding-top: 21px;
}
.dropdown-menu ul li a.menu-link {
    font-size: 16px !important;
}
#site-navigation-wrap {
    background: #006e90;
    padding: 15px 30px;
}
div#mobile-dropdown .menu-item {
    padding: 0;
}
.oceanwp-mobile-menu-icon a { color: #006e90 !important; }
div#mobile-dropdown .menu-item a {
    font-size: 16px !important;
    padding: 5px 20px;
    color: #006e90;
    font-weight: bold;
}
.oceanwp-mobile-menu-icon {
    padding: 10px 20px;
}
@media screen and (min-width:1049px) and (max-width:1249px){
	#site-navigation-wrap .dropdown-menu>li>a {
		font-size: 14px !important;
		padding: 10px !important;
		letter-spacing: .5px !important;
	}
	.topLinks {
		padding-top: 30px;
	}
	.menu-item, .search-toggle-li {
		padding: 30px 0 30px 0;
	}
}
@media screen and (min-width:960px) and (max-width:1048px){
	#site-navigation-wrap .dropdown-menu>li>a {
		font-size: 12px !important;
		padding: 10px 5px !important;
		letter-spacing: .3px !important;
	}
	.topLinks {
		padding-top: 30px;
	}
	.menu-item, .search-toggle-li {
		padding: 30px 0 30px 0;
	}
}
#top-bar {
    padding: 8px 3rem !important;
}
#top-bar-wrap, #site-header { border-bottom: none !important; }