/*
/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/ 
 
/* Theme customization starts here */
/* Menu hover effect */
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
#top-menu li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 50%;
  background: #fa8128; /*** COLOR OF THE LINE ***/
  height: 3px; /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#top-menu li a:hover {
  opacity: 1 !important;
}
#top-menu li a:hover:before {
  right: 0;
}
#top-menu li li a:before {
  bottom: 10%;
}

#top-header{
  box-shadow: inset 0px 0px 18px 0px rgba(0,0,0,0.3);
}

#main-header, #main-header.et-fixed-header{
  box-shadow: 0 1px 10px!important;
}

/* Breadcrumb seperator properties */
#span .seperator{
  font-size: 20px;
  color: white!important;
}

/* Divi toggle Icons */
.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: "\3b"!important;
  font-size:22px;
  transform: rotate(180deg);
  float: right;
}

.et_pb_toggle_title{
  color: #333!important;
  border-bottom: solid!important;
  border-bottom-color: #666666!important;
  border-bottom-width: 4px!important;
  height: 35px!important;
  padding: 5px;
}

.et_pb_toggle_title:before {
  color:#FA8128;
  content: "\3b"!important;
  font-size:22px;
  transition: all .3s ease-in-out!important;
  float: right;
}

.et_pb_toggle {
  box-shadow: 0px 6px 12px -6px rgb(0 0 0 / 30%)!important;
  padding: 5px;
  border: 1px solid #f4f4f4;
}


/*Hide cart icon from fixed menu (top menu)*/
.et-cart-info{
  /* display:none; */
}

/*Customise cart icon from fixed menu (top menu)*/
.et-cart-info span:before{
  content: "\6c"!important;
}


/* Set color of current category */
.current-cat a{
  color:#558ED5 !important;
}

/* Adjust Callback button in line in Secondary menu */
#et-secondary-menu {
  display: inline-flex;
}


/* menu search bar properties */
.et_search_form_container input {
  width: 100%!important;
  color: #3330!important;
  background: white!important;
  padding: 3px;
  border: solid;
}

/* Change style of sidebar widget title */
.widgettitle{
  font-size: 20px!important;
  font-weight: bold;
  color: #FA8128;
}

/* Change style of sidebar widget links */
.et_pb_widget li a {
  color: #000000!important;
  transition: all .2s ease-in-out;
}

.et_pb_widget li a:hover{
  color: #FA8128!important;
  font-size: 16px!important;
}

/* Change style of sidebar tag cloud widget */
.tagcloud a{
  color: #000000!important;
  background:transparent;
  display: block;
  padding-left: 0px;
  font-size: 14px!important;
}

.tagcloud a:hover{
  background:transparent;
  color: #FA8128!important;
  font-size: 16px!important;
}

.woocommerce .products .product {
  text-align: center !important;
}

p.product.woocommerce.add_to_cart_inline{
  border: none!important;
  padding: 0px!important;
}

/* center aligh product title text */
.woocommerce-loop-product__title{
  text-align: center;
}

.woocommerce-loop-product__title:hover {
  color: #558ED5;
}

/* Cart notice Button Style */
#noticebutton.cartnoticebutton, .woocommerce-message a.button.wc-forward{
  font-size: 13px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  position: absolute;
  top: calc(100% - 37px);
  left: calc(100% - 121px);
}

/* Cart notice Button Hover Style */
#noticebutton.cartnoticebutton:hover, .woocommerce-message:hover a.button.wc-forward:hover{
  color: #FA8128!important;
  background: transparent!important;
  border: 2px solid #FA8128!important;
  border-radius: 5px!important;
}

/* Cart notice Close Button Style */
#noticeclose.button {
  font-family: ETmodules;
  font-size: 16px!important;
  font-weight: 500!important        ;
  border: none;
  color: #fff!important;
  cursor: pointer;
  position: absolute;
  bottom: calc(100% - 30px);
  left: calc(100% - 35px);
}

#noticeclose.button:hover {
  color: #FA8128!important;
}

.woocommerce div.product form.cart .button {
  display: block!important;
  margin: 0 auto 0 auto!important;
  float: none!important
}

#order_comments {
	height:auto;
}

/* Change count properties for woocommerce product count display on Shop Page */
mark {
  background: transparent;
  color: blue;
}

/* Change count properties for woocommerce product count display on Category Page */
.count, #widget-collapscat-2-top li.collapsing.categories.expandable{
  color: blue;
}


/* Remove Order By option on shop module */
.orderby {
  display: none;
}

/* Grid/List Button Style */
.gridbtn, .listbtn, .diviiconfont {
  font-family: ETmodules;
  font-size: 20px;
  background: transparent;
  border: none;
  color: #FA8128;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
}

.gridbtn:hover, .listbtn:hover {
  color: #FA8128;
}

/* Divi Icon font & Style */
.diviiconfont {
  font-family: ETmodules;
  font-size: 20px;
  font-weight: normal!important;
  background: transparent;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Questionmark Icon property */
.questionfont{
  font-family: ETmodules;
  font-size: 12px;
  font-weight: bold;
  background: transparent;
  color: blue;
}
/* List bullet */
.listicon {
  font-family: ETmodules;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  color: #558ED5;
  padding-right: 10px;
}
.listicon:before {
  content: "\5a";
}

/* Remove default quantity arrows from woocommerce quantity field */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 28px;
  vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FA8128;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #558ED5;
}

input:focus + .slider {
  box-shadow: 0 0 1px #558ED5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Clear RFQ Button property on RFQ Page */
#clear_rfq{
  margin-bottom: 5px;
}

/* Create two equal columns that floats next to each other */
.column odd{
  float: left;
  width: 30%;
  padding: 10px;
}

.column even{
  float: left;
  width: 70%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Custom table style */
.techtable {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  border: 1px solid #558ED5!important;
  overflow: visible;  
  border-radius: 5px!important;
  border-collapse: separate;
}

.tablepress{
  margin-top: 0.25em!important;
  margin-bottom: 0.25em!important;  
  border-collapse: separate!important;
}

.techtable th, .tablepress thead th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #558ED5!important;
  color: white!important;
  line-height: 150%;
}

.tablepress thead th, .tablepress tfoot th {
  padding: 8px;
  text-align: center;
}

.techtable tr:nth-child(even) {
  background-color: #f2f2f2;
}

.techtable td, .tablepress tbody tr:first-child td, .tablepress .even td, .tablepress tbody td {
  border: 1px solid #558ED5;
  padding: 8px;
  text-align: center;
}

.tablepress .odd td {
  background-color: #f2f2f2!important;
  text-align: center;
}

.techtable tr:hover {
  background-color: #f2f2f2;
}
/* Custom table style */

/* Woocommerce cart table properties */
.shop_table{
  border: 1px solid #558ED5!important;  
  border-radius: 5px!important;
}

.shop_table th, .shop_table th{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #558ED5!important;
  color: white!important;
  line-height: 150%;
}

.shop_table tr:nth-child(even) {
  background-color: #f2f2f2!important;
  text-align: center;
}

.shop_table td, .shop_table td{
  border: 1px solid #558ED5;
  padding: 8px;
  text-align: center;
}

/* RFQ page quantity and remove(red x) alignment property */
.woocommerce .quantity, .woocommerce a.remove{
  width: auto;
}

/* Listview Data table Style *
#product_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#product_table td, #product_table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#product_table tr:nth-child(even){background-color: #f2f2f2;}

#product_table tr:hover {background-color: #f2f2f2;}

#product_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #558ED5;
  color: white;
  line-height: 150%;
}
/* Listview Data table Style */

/* Limit the size of single page woo-image *
.woocommerce-product-gallery__image {
  max-width: 250px;
  margin-left: auto!important;
  margin-right: auto!important;
}

/* fixed footer bar text */
#footer-bottom {
  background-color: transparent!important;
  margin-bottom: 0px!important;
}

/* Final product page expandable product list symbol color */
.sym{
  color: #558ED5;
}


table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable td:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #558ED5;
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}



















@media (max-width: 980px) {

#et_mobile_nav_menu {
    display: block;
  }

#top-menu {
    display: none;
  }
	
/* remove padding from top of section in Divi */
.et_pb_section {
    padding-top: 0px!important;
    padding-bottom: 0px;
  }

.woocommerce .et_overlay:before {
    font-size: 5vw;
  }

#et-top-navigation {
  padding-right: 0px;
	}
}


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

}