/*
Theme Name: PPM Quickstart
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i');
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
.slicknav_menu {
  display: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
input:focus,
button:focus,
textarea:focus,
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.mainmenu ul {
  font-family: 'Roboto Slab', serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
}
p:last-child {
  margin-bottom: 0;
}
body {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #416da3;
}
.single-post-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.single-post-item h2 {
  font-size: 25px;
}

.sticky-wrapper {
  position: relative;
  z-index: 9;
}

.content-block,
.enable-default-padding {
  padding: 60px 0;
}

.header-top-area {
  border-bottom: 1px solid #e4e4e4;
  font-size: 85%;
  padding: 8px 0;
}

.header-top-area,
.header-top-area a {
  color: #222226;
}

.header-top-area a {
  font-weight: 700;
}

.header-top-area ul {
  font-family: 'Roboto Slab', serif;
  margin: 0;
  padding: 0;
}

.header-top-area li {
  display: inline-block;
  position: relative;
}

.header-top-area li:after {
  content: '/';
  padding-left: 17px;
  margin-right: 15px;
}

.header-top-area li:last-child:after {
  display: none;
}

.header-top-area li a {
  font-weight: normal;
}

.header-top-area a:hover {
  color: #416ea3;
}

.header-middle-area {
  background-color: #39516c;
}

.logo {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 25px 0 15px;
  margin-bottom: 10px;
}

.logo:before {
  position: absolute;
  left: -2000%;
  top: 0;
  width: 2000%;
  height: 100%;
  background: #fff;
  content: '';
  z-index: 2;
}

.logo:after {
  position: absolute;
  right: -70px;
  width: 70px;
  height: 100%;
  content: '';
  z-index: 1;
  top: 0;
  background-image: url(assets/img/menu-strip.png);
  background-size: 100% 100%;
}

form.woocommerce-product-search input {
  border: none;
  padding: 10px 20px;
}

form.woocommerce-product-search {
  background: #fff;
  display: inline-block;
  position: relative;
}

.phone-img-icon {
  position: absolute;
  left: -62px;
  top: -11px;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

a.phone-btn {
  position: relative;
  display: inline-block;
}

a.phone-btn {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.mainmenu {
    margin-top: 10px;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mainmenu ul li {
  display: inline-block;
  position: relative;
}

.mainmenu li a {
  display: block;
  padding: 12px 15px;
  color: #222226;
}

span.shopping-cart {
  display: inline-block;
  position: relative;
  color: #317cd0;
  margin-right: 23px;
}

span.cart-count {
  position: absolute;
  right: -13px;
  top: 0;
  background-color: #333;
  font-size: 10px;
  padding: 0 5px;
  color: #fff;
  border-radius: 50%;
}

span.cart-amount {
  font-weight: 700;
  font-size: #333;
}

a.cart-icon-header {
  display: block;
  min-width: 150px;
  border-right: 1px solid #efefef;
  color: #333;
  float: right;
}

a.checkout-link {
  color: #333;
  font-family: 'Roboto Slab', serif;
}

.copyright {
  font-size: 75%;
}

.footer-top {
  background: #466384;
  padding: 30px 0;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  padding-right: 20px;
}

.footer-top h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.footer-top,
.footer-top a {
  color: #fff;
}

.single-sidebar-item > h2,
.footer-wid-title {
  border-bottom: 1px solid #a5b1bd;
  position: relative;
  padding-bottom: 15px;
}

.single-sidebar-item > h2:after,
div.elementor-widget-heading.elementor-widget-heading
  .elementor-heading-title:after,
.footer-wid-title:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  content: '';
  height: 1px;
  background: #303c4c;
}

div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: inherit;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top li {
  margin-bottom: 15px;
}

.footer-top li:before {
  font-family: fontawesome;
  content: '\f0da';
  padding-right: 10px;
}

.copyright {
  margin: 15px 0;
}

.woocommerce-product-search button {
  background-image: url(assets/img/search-icon.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  border: none;
  height: 44px;
  width: 44px;
  background-position: center;
}

.woocommerce-product-search button:hover{
    cursor: pointer;
}

.social-links {
  display: inline-block;
  margin-left: 100px;
  margin-right: 10px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
  margin-right: 17px;
}

a.footer-logo {
  display: block;
  background: #fff;
  padding: 15px;
}

.single-slide-item {
  position: relative;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 65%;
  background-size: cover;
  background-position: center;
  background-color: #333;
  z-index: 1;
}

.slide-icon {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.slide-icon:after {
  position: absolute;
  left: 55%;
  width: 100%;
  height: 100%;
  content: '';
  background: #75a4d8;
  top: 0;
  transform: skew(27deg);
  z-index: -1;
}

.slide-inner > .row,
.slide-icon .row {
  height: 560px;
}

.slide-inner {
  position: relative;
  z-index: 2;
}

.slide-text h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  font-family: inherit;
  margin-top: 40px;
}

.slide-text h1 {
  font-size: 60px;
  margin-bottom: 30px;
}

a.slide-btn {
  display: inline-block;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 5px 25px;
}

.slide-text {
  color: #fff;
  text-transform: uppercase;
}

.slide-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000;
  z-index: -1;
  opacity: 0.3;
}

ul.slick-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
  text-align: center;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li {
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  margin: 5px;
  cursor: pointer;
}

ul.slick-dots li.slick-active {
  background-color: #fff;
}

.single-promo-item {
  background-size: cover;
  background-position: center;
  height: 350px;
  background-color: #333;
  position: relative;
}

.single-promo-item h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  margin-bottom: 7px;
}

.promo-btn {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  padding: 10px;
  padding-right: 35px;
}

.promo-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #55677d;
  z-index: -1;
  opacity: 0.8;
}

.promo-btn i.fa {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 30px;
  margin-top: -16px;
}

.promo-inner {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 90%;
}

.single-promo-item2 {
  background-color: #f4f4f4;
}

.promo-2-bg {
  height: 215px;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
}

.promo2-inner {
  padding: 20px;
  font-size: 88%;
}

.promo2-inner h3 {
  font-size: 20px;
}

p.promo-more-btn2 {
  font-size: 110%;
}

p.promo-more-btn2 a {
  color: #416ea3;
  text-decoration: underline;
}

p.promo-more-btn2 i.fa {
  padding-left: 5px;
}

.promo2-inner-in {
  min-height: 105px;
}

.item-img {
  background-color: #f4f4f4;
  text-align: center;
}

.item-img .row {
  min-height: 175px;
}

.single-cs-item h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
}

.single-cs-item i.fa {
  padding-right: 5px;
}

.single-cs-item {
  font-size: 90%;
}

.single-cs-item.slick-slide,
.post-carousel .slick-slide {
  margin-left: 30px;
}

.post-carousel .slick-list,
.items .slick-list {
  margin-left: -30px;
}

.post-carousel .slick-arrow,
.items .slick-arrow {
  position: absolute;
  right: 35px;
  top: -52px;
  border: 1px solid #ddd;
  width: 25px;
  text-align: center;
  line-height: 20px;
  z-index: 9;
}

.post-carousel .slick-arrow.fa-angle-right,
.items .slick-arrow.fa-angle-right {
  right: 0;
}

.item-img img {
  margin: 0 auto;
}

.single-post-bg {
  height: 200px;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.col.post-date {
  max-width: 64px;
  text-align: center;
  padding-right: 5px;
  text-transform: uppercase;
}

.post-d span {
  display: block;
  font-size: 12px;
}

.post-d {
  font-size: 20px;
  line-height: 19px;
  border-bottom: 2px solid;
  margin-bottom: 7px;
  padding-bottom: 7px;
  margin-top: 6px;
}

.single-post-item {
  color: #222226;
  font-size: 14px;
}

.single-post-item h3 {
  text-transform: uppercase;
  font-size: 18px;
}

.breadcoumb-area {
  margin-top: 27px;
  background: #f8f8f9;
  padding: 5px 0;
}

.breadcoumb-area a {
  color: #333;
}

.internal-content-wrap h4 {
  color: #416ea3;
  font-size: 18px;
}

.single-promo-item3 {
  position: relative;
  padding-left: 70px;
  font-size: 90%;
  border-right: 2px solid #99b4d1;
  padding-right: 20px;
}

.single-promo-item3 img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.single-promo-item3 h3 {
  font-size: 20px;
}

a {
  color: #000;
}

p.promo-more-btn3 {
  font-weight: 500;
}

.elementor-column:last-child .single-promo-item3 {
  border-right: 0px solid;
  padding-right: 0;
  margin-left: 15px;
}

ul.tweets:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f099';
  font-family: fontawesome;
  color: #97d0e8;
  font-size: 50px;
  line-height: 50px;
}

ul.tweets {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 68px !important;
}

ul.tweets li {
  position: relative;
  padding-top: 25px !important;
}

ul.tweets li .tweet-time {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  opacity: 0.5;
  font-size: 80%;
}

.single-footer-wid .social-links,
.elementor-shortcode .social-links {
  margin-left: 0px;
}

.single-footer-wid .social-links a,
.elementor-shortcode .social-links a {
  border: 1px solid #e6e6e6;
  width: 45px;
  display: inline-block;
  height: 45px;
  color: #222226;
  line-height: 45px;
  text-align: center;
}

.single-footer-wid .social-links a:hover,
.elementor-shortcode .social-links a:hover {
  border-color: #212125;
}

.gform_wrapper .email-subscribe .top_label .gfield_label {
  display: none;
}

.email-subscribe input[type='text'] {
  border: none;
  padding: 10px !important;
  width: 100% !important;
}

.gform_wrapper .email-subscribe .gform_body {
  width: 75%;
}

.gform_wrapper .email-subscribe .gform_footer {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  margin: 0;
  padding: 0;
}

.email-subscribe input[type='submit'] {
  border: 2px solid #a7b4c3;
  background: transparent;
  padding: 8px 15px !important;
  margin-right: 0 !important;
  color: #fff;
}

.gform_wrapper .email-subscribe ul.gform_fields li.gfield {
  padding-top: 0px;
  margin-top: 0;
  padding-right: 15px;
}

.gform_wrapper .email-subscribe .gform_heading {
  display: none;
}

body .gform_wrapper .email-subscribe .top_label div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .email-subscribe {
  margin: 0;
  position: relative;
}

.gform_wrapper.email-subscribe_wrapper {
  margin: 0;
}

.map-wrapper {
  position: relative;
}

.map-info {
  position: absolute;
  right: 0;
  bottom: 20%;
  text-align: right;
}

.map-info a,
.map-info p {
  display: inline-block;
  text-align: right;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 9px;
  margin: 0 0 15px;
  padding-left: 55px;
}

.map-info a:after,
.map-info p:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #0e63ab;
  z-index: -1;
}

.map-info a i.fa,
.map-info p i.fa {
  position: absolute;
  left: 0;
  top: 0;
  background: #333;
  height: 100%;
  width: 30px;
  text-align: center;
  line-height: 39px;
  width: 42px;
}

.map-form .gform_wrapper .top_label .gfield_label {
  display: none;
}

.map-form input[type='text'],
.map-form textarea {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #ddd;
}

.map-form .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 8px;
}

.map-form input[type='submit'] {
  background: #466384;
  color: #fff;
  padding: 10px 30px;
  border: none;
}

.footer-top-area {
  background-color: #f8f8f9;
  padding: 35px 0;
  font-size: 90%;
}
div.single-footer-wid .social-links a {
  margin-right: 10px;
}

h4.footer-wid-title {
  font-size: 16px;
  text-transform: uppercase;
}
.mainmenu ul li:hover > a,
.mainmenu ul li.current_page_item > a,
.mainmenu ul li.current_page_parent > a {
  background: #0e63ab;
  color: #fff;
}

.mainmenu ul li {
  position: relative;
}

.mainmenu ul li ul {
  position: absolute;
  width: 210px;
  background: #ffffff;
  z-index: 2;
  transition: 0.3s;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
}

.mainmenu ul li ul li:hover > a,
.mainmenu ul li ul li.current_page_item > a,
.mainmenu ul li ul li.current_page_parent > a {
  background: transparent;
  color: #416ea4;
}

.mainmenu ul li ul li a {
  border-bottom: 1px solid #fff;
}
.mainmenu ul li ul li a,
.mainmenu ul li ul li {
  display: block;
}

.mainmenu ul li:hover > ul {
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.mainmenu ul li ul li ul {
  left: 210px;
  top: 0;
  background: #efeff1;
  visibility: hidden;
  opacity: 0;
  margin-left: 10px;
}
.mainmenu ul li ul li:hover ul {
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.single-promo-item4 {
  display: block;
  background: #416ea3;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

.promo-4-bg {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center;
}

.single-promo-item4 h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0;
}

.boxed-btn,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'] {
  background: #0e63ab;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
}

.boxed-btn:hover {
    color: #fff;
    background-color:#034ea1;
}

.btn-fullwidth .boxed-btn {
  width: 100%;
  text-align: center;
  font-weight: normal;
  text-transform: none;
  font-size: 22px;
}
.service-search form {
  position: relative;
  margin: 0 1px;
  box-shadow: 0 0 14px #ddd;
}

.service-search form input[type='submit'] {
  border: none;
  background: transparent;
  color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.service-search form input[type='text'] {
  width: 100%;
  padding: 15px;
  border: none;
}

.service-search form:before {
  position: absolute;
  left: 10px;
  bottom: 10px;
  content: 'Type To Search...';
  opacity: 0.4;
}

.service-search form:after {
  position: absolute;
  right: 15px;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
  content: '\f002';
  font-family: fontawesome;
  color: #39526c;
}
.gform_wrapper input[type='text'],
.gform_wrapper textarea {
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.service-form .gform_wrapper h3.gform_title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
  font-size: 22px !important;
}
.service-form .gform_wrapper .gform_footer input.button,
.service-form .gform_wrapper .gform_footer input[type='submit'] {
  border: none;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  padding: 15px 50px;
}
.gform_wrapper label.gfield_label {
  color: #595959;
  font-weight: 400 !important;
  font-family: 'Roboto Slab', serif;
}
.service-form .gform_wrapper .gform_footer,
.distributor-form .gform_wrapper .gform_footer,
.contact-page-form .gform_wrapper .gform_footer {
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.warranty-sidebar h2:after {
  display: none;
}
.warranty-sidebar h2 {
  padding-left: 10px !important;
}
.warranty-form .gform_wrapper h3.gform_title {
  color: #1f4378 !important;
  font-size: 31px !important;
  font-weight: 400;
}

.warranty-form .gform_wrapper .gform_heading {
  border-bottom: 1px solid #e9e9e9;
  padding-right: 40%;
}

.warranty-form input#input_4_10 {
  width: 100%;
}

.warranty-form .gform_wrapper .gform_footer input.button,
.warranty-form .gform_wrapper .gform_footer input[type='submit'],
.distributor-form .gform_wrapper .gform_footer input.button,
.distributor-form .gform_wrapper .gform_footer input[type='submit'] {
  border: none;
  float: right;
  background: #0e63ab;
  padding: 10px 35px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 50px;
}
.agent-form .gform_wrapper h3.gform_title {
  color: #595959;
  font-size: 20px;
  font-weight: 400;
  width: 80%;
  border-bottom: 4px solid #416ea3;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.heading-before-remove .elementor-heading-title:after {
  display: none !important;
}
div.elementor-widget-heading.heading-before-increased
  .elementor-heading-title:after {
  height: 5px;
}
div.elementor-widget-heading.heading-border-remove .elementor-heading-title {
  border-bottom: 0;
}
.promo4-style2 .single-promo-item4 {
  padding: 0;
  border-radius: 0;
}

.promo4-style2 .single-promo-item4 h3 {
  border-top: 15px solid #fff;
  padding: 10px;
  margin: 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding-right: 30px;
}

.promo4-style2 .single-promo-item4 h3:after {
  content: '\f0da';
  font-family: fontawesome;
  padding-left: 15px;
  font-size: 22px;
  position: absolute;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 30px;
}
.iconic-row {
  color: #7e7e7e;
  position: relative;
  margin-bottom: 40px;
}

.row-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #f6f6f6;
  display: table;
}

.row-icon-cell {
  display: table-cell;
  vertical-align: middle;
}

.row-icon img {
  max-width: 55px;
}

.iconic-row:after {
  content: '';
  position: absolute;
  bottom: -45px;
  width: 1px;
  height: 30px;
  background: #eaeaea;
  left: 40px;
  z-index: 2;
}
.last-irow .iconic-row:after {
  display: none;
}
div.elementor-widget-heading.elementor-widget-heading
  h5.elementor-heading-title {
  border: none;
  color: #39516c;
  text-transform: none;
  font-weight: 500;
  padding-bottom: 0px;
}

div.elementor-widget-heading.elementor-widget-heading
  h5.elementor-heading-title:after {
  display: none;
}

.single-dl-item span {
  text-decoration: underline;
}

.single-manual-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}

.single-manual-item .manual-name {
  max-width: 30%;
}

.single-manual-item .manual-spec {
  max-width: 25%;
}

h2.blog-page-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-page-form li#field_7_7 label.gfield_label {
  display: none;
}

.contact-page-form li#field_7_7 ul li label {
  position: relative;
  top: 5px;
  left: 5px;
}

.contact-page-form li#field_7_7 {
  margin-bottom: 20px;
}

.contact-page-form li#field_7_8 {
  margin-left: 50px !important;
  color: #595959;
  font-size: 14px;
}
.contact-page-form .gform_wrapper .gform_footer input.button,
.contact-page-form .gform_wrapper .gform_footer input[type='submit'] {
  background: #0e63ab;
  padding: 12px 35px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'] {
  border: none;
}
.s-post-thumb {
  height: 320px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  background-color: #ddd;
}

.single-post-block h2.internal-page-title {
  font-size: 26px;
  font-weight: 400;
  padding-right: 23%;
  position: relative;
}

.single-date {
  position: absolute;
  right: 0;
  top: 0;
  background: #39516c;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  width: 60px;
  height: 55px;
}
.single-date span {
  display: block;
}
.post-author {
  color: #141414;
  font-weight: 500;
  font-size: 14px;
}

.internal-content-wrap.single-post-block h4,
.internal-content-wrap.single-post-block h3,
.internal-content-wrap.single-post-block h2,
.internal-content-wrap.single-post-block h1,
.internal-content-wrap.single-post-block h5,
.internal-content-wrap.single-post-block h6 {
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

.internal-content-wrap.single-post-block {
  color: #6f6f6f;
}
.internal-content-wrap.single-post-block p {
  margin-bottom: 30px;
  line-height: 2;
}

.widget_search.single-sidebar-item form {
  position: relative;
  border: 1px solid #ededed;
}

.widget_search.single-sidebar-item form input[type='submit'] {
  display: none;
}

.widget_search.single-sidebar-item form input[type='text'] {
  border: none;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.single-sidebar-item {
  margin-bottom: 40px;
}

.single-sidebar-item h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding-left: 30px;
}

.single-sidebar-item h2:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #416ea3;
  transform: rotate(45deg);
  top: 10px;
  left: 0;
}

.widget_search.single-sidebar-item form:after {
  content: '\f002';
  font-family: fontawesome;
  right: 20px;
  top: 50%;
  position: absolute;
  line-height: 30px;
  margin-top: -15px;
  color: #a8a8a8;
}

.widget_search.single-sidebar-item form:before {
  position: absolute;
  content: 'Search Blog...';
  color: #a8a8a8;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  font-style: italic;
  font-size: 14px;
}
.widget_categories.single-sidebar-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_categories.single-sidebar-item ul li {
  width: 50%;
  float: left;
  padding: 5px 25px;
}

.widget_categories.single-sidebar-item ul li a {
  color: #6f6f6f;
}

.widget_categories.single-sidebar-item ul li a:hover {
  text-decoration: underline;
  color: #416ea3;
}
ul.product-categories ul {
  display: none;
}
ul.product-categories .current-cat ul {
  display: block;
}
.learning-image {
    position:relative;
    height: 300px;
    width: 530px;
    margin: 0 auto;
}
.big-thumb .learning-image {
  height: 300px;
}

.big-thumb .learning-text {
  padding: 35px;
}
.learning-cat {
    display:none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.learning-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.learning-cat ul li {
  display: inline-block;
}

.learning-cat a {
  display: inline-block;
  background: #416ea3;
  color: #fff;
  padding: 15px 25px;
  margin-right: 5px;
  font-weight: 600;
}
.big-thumb .learning-cat a {
  font-size: 24px;
}

.big-thumb .learning-post-box h2 {
  font-size: 37px;
  color: #000;
  margin-bottom: 40px;
}

.learning-text a {
  color: #416ea3;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  font-size: 28px;
}
.big-thumb .learning-text a {
  margin-top: 45px;
}
.bog-thumb .learning-post-box {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 50px;
}

.small-l-thumb .learning-text {
  border: 1px solid #c7c7c7;
  border-top: none;
  text-align: center;
  padding: 40px;
}

.small-l-thumb h2 {
  color: #727477;
  font-weight: 400;
  font-size: 28px;
  min-height: 90px;
}
.small-l-thumb .learning-text a {
  margin-top: 35px;
}
h2.learning-title {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  font-weight: 500;
}

.learning-meta {
  margin-bottom: 20px;
  color: #727477;
}

.learning-meta i.fa {
  font-size: 28px;
  color: #000;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.woo-sidebar-title {
  background: #0e63ab;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  position: relative;
}
.woocommerce .product .onsale {
  display: inline-block;
  position: absolute;
  background: #416ea3;
  border-radius: 0;
  padding: 8px 5px;
  line-height: 1;
  margin: 0 !important;
  left: -5px !important;
  top: -50px !important;
  width: 60px;
}

.woo-sidebar-title:after,
.widget_product_categories.woocommerce-sidebar-item>ul>li:before,
.woocommerce .product .onsale:after {
  content: '\f0d8';
  font-family: fontawesome;
  position: absolute;
  right: 5px;
  top: 0;
  transform: rotate(45deg);
  font-size: 20px;
}
.woocommerce .product .onsale:after {
  font-size: 13px;
}
.widget_product_categories.woocommerce-sidebar-item ul li a {
  color: #222226;
}

.widget_product_categories.woocommerce-sidebar-item a:hover {
  color: #416ea3;
  text-decoration: underline;
}

.widget_product_categories.woocommerce-sidebar-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 2.6;
}

.woocommerce-sidebar-item {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 35px;
}

.widget_product_categories.woocommerce-sidebar-item ul li {
  position: relative;
  padding-left: 45px;
}
.widget_product_categories.woocommerce-sidebar-item ul li:before {
  color: #000;
  left: -28px;
  top: 118px;
}

.bottom-info-widget {
  padding: 10px 0 0 50px;
}

.bottom-info-widget i.fa {
  color: #222226;
  margin-left: -20px;
  width: 20px;
  font-size: 20px;
  position: relative;
  top: 2px;
  left: -10px;
}

.bottom-info-widget,
.bottom-info-widget a {
  color: #595959;
}

.bottom-info-widget a:last-child {
  text-decoration: underline;
}

.bottom-info-widget > a:first-child {
  font-size: 19px;
  font-weight: 700;
}

.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.product form .button.single_add_to_cart_button {
  color: #fff;
  background: #517b94;
  display: block;
  text-align: center;
  border-radius: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.product .button.product_type_simple.add_to_cart_button{
  color: #fff;
  background: #0e63ab;
  display: block;
  text-align: center;
  border-radius: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

li.product.type-product.product-type-simple {
  border: 1px solid #e1e1e1;
  padding: 15px 10px !important;
}

.product h2.woocommerce-loop-product__title {
  color: #585858;
  margin-bottom: 10px !important;
}

ins{text-decoration: none;}
del span,del>span>.woocommerce-Price-amount.amount{font-size:13px !important;}
del{margin-left:5px;}
h3{font-size:1.25rem !important;}
html{font-size:87.5%}
.product .price ins,
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
  color: #013b5c;
  font-size: 20px;
  font-weight: 700;
}

p.you-save {
  color: #990000;
}
.woocommerce .product.sale .price del .woocommerce-Price-amount.amount {
  color: #878787 !important;
  font-size: 12px;
}

.woocommerce ul.products li.product a .imagewrapper img {
  max-height: 220px;
  width: auto;
  margin: 0 auto;
}

.woocommerce ul.products li.product a .imagewrapper .row {
  height: 220px;
}

.woocommerce div.product .product_title {
  color: #222226;
  font-size: 24px;
}

.woocommerce div.product .woocommerce-product-rating {
  border-bottom: 1px solid #f0f0f2;
}

.woocommerce div.product .woocommerce-product-rating a {
  color: #333;
}

.woocommerce div.product p.price {
  display: none;
}

.unipdry-top-tabs ul {
  border-bottom: 1px solid #f0f0f2;
}

.unipdry-top-tabs li a.active {
  color: #416ea3;
  text-decoration: underline;
}

.unipdry-top-tabs li a {
  color: #333;
}

.unipdry-top-tabs-pills {
  margin-bottom: 15px;
}

.unipdry-top-tabs {
  margin-bottom: 40px;
  margin-top: 24px;
}

.unipdry-top-tabs {
  color: #777;
}

.woocommerce div.product form.cart {
  background: #f9f9fa;
  padding: 20px;
  margin-bottom: 0px;
}

.customized-unip-dry-price {
  font-size: 20px;
  color: #8c8c8c;
  margin-bottom: 10px;
}

.customized-unip-dry-price ins {
  font-weight: 700;
  color: #980000;
}

span.save-over {
  background: #37373b;
  color: #fff;
  font-size: 11px;
  padding: 9px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: -4px;
  margin-left: 30px;
}

.woocommerce div.product form.cart div.quantity input {
  border: 2px solid #ddd;
  padding: 6px;
  margin-right: 5px;
}

.woocommerce div.product form.cart .button {
  background: none;
  color: #527b95;
  /*text-transform: uppercase;*/
  border: 2px solid #527b95;
}

.yith-wcwl-add-to-wishlist {
  display: inline-block;
}

.yith-wcwl-add-to-wishlist + .clear {
  display: none;
}

.yith-wcwl-add-to-wishlist a,
a.compare.button {
  background: none;
  color: #416ea3;
  display: inline-block;
  padding: 0;
  border-radius: 0 !important;
  line-height: 25px;
  font-weight: 700;
}

.product_meta .posted_in {
  display: none;
}

.unipdry-videos-p {
  margin-top: 40px;
}

.unipdry-videos-p h3 {
  border-bottom: 1px solid #efeff1;
}

.unipdry-videos-p h3 span {
  background: #0e63ab;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  padding: 8px 8px 8px 12px;
  display: inline-block;
  min-width: 160px;
  margin-bottom: 15px;
}

.unipdry-videos-p a {
  width: 100%;
  display: block;
  border: 2px solid #416ea3;
  height: 100px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 5px;
}

.unipdry-videos-p i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  margin-left: -11px;
  font-size: 25px;
  margin-top: -13px;
}

.unipdry-videos-p a:hover {
  opacity: 0.9;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: #e4e4e4;
  background-color: transparent;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  background-color: #0e63ab;
  border-color: #0e63ab;
}

.custom-tab-content.specifications table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.custom-tab-content.specifications table th,
.custom-tab-content.specifications table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.single-qa-item {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.single-qa-item a[data-toggle='collapse'] {
  border-bottom: 1px solid #ddd;
  display: block;
  color: #333;
  font-weight: 700;
  padding: 10px;
}

.single-qa-item .question-answer {
  padding: 10px;
}
.woocommerce .star-rating span {
  color: #d5a915;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: auto;
}

.single-l-carouselitem {
  background: #f1f3f3;
  padding: 30px;
}

.single-s-carouselitem {
  background: #f1f3f3;
  padding: 15px;
  margin-right: 20px;
}

.product-thumb-carousel .slick-list {
  padding: 0 !important;
  width: 94%;
}

.product-thumb-carousel .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 45%;
  border: 1px solid #ddd;
  width: 30px;
  font-size: 31px;
  text-align: center;
  line-height: 68px;
  z-index: 2;
  cursor: pointer;
}

.product-thumb-carousel {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-thumb-carousel .slick-arrow.fa-angle-right {
  bottom: 0;
  top: auto;
}

p.social-share-text {
  float: left;
  color: #888;
  font-size: 20px;
  margin-top: 5px;
  margin-right: 15px;
}

.addthis_inline_share_toolbox {
  display: inline-block;
  position: relative;
}

.product-social-bookmark {
  margin-bottom: 30px;
}
.promo2-inner {
  color: #333;
}

span.promo-btn2 {
  color: #39516c;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: inherit;
  padding: 0;
}

span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea {
  border: 1px solid #ddd;
  padding: 10px;
}

h3#order_review_heading {
  margin-top: 30px;
}

@media screen and (min-width: 1px) and (max-width: 450px) {
  .product-thumb-carousel .slick-arrow {
    line-height: 38px;
  }
}


