/*
Theme Name:     APAC Asia
Theme URI:      http://www.sharlynsolomon.com
Description:    APAC Asia
Author:         Sharlyn Solomon Design
Author URI:     http://www.sharlynsolomon.com
Template:       logistic-business
Version:        1.0
*/

/*# sourceMappingURL=style.css.map */

/***********************************
 * Small parent theme adjustements *
 ***********************************/
.mid_nav_wrap #navigation > li > a {
	padding: 4px 8px;
}

ul.product-categories li::before, ul.product-breadcrumb li::before, ul.products li::before, ul.shopping-steps li::before, ul.woocommerce-order-overview li::before, ul.products-listing-breadcrumb li::before, ul.products-listing-categories li::before {
  content: none;
}

.woocommerce .quantity input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]).qty {
  padding: 0px;
}

ul.product-categories li a, ul.shopping-steps li a, ul.products-listing-breadcrumb li a {
  color: #454545;
}
ul.product-categories li:not(.current-cat) a:hover, ul.product-breadcrumb a:hover, ul.shopping-steps li:not(.current) a:hover, ul.products-listing-breadcrumb li a:hover {
  color: #959595;
}

ul.product-categories li.current-cat a, ul.shopping-steps li.current a {
  color: #db3844;
}

.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
  background-color: #f02930;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  margin: 0px;
  padding: 5px 7px 5px 7px;
  min-height: initial;
  min-width: initial;
  line-height: initial;
}

ins {
  text-decoration: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  color: #f02930;
}

.woocommerce-product-gallery ol li, .woocommerce-product-gallery ul li {
  padding-top: 0px;
}

.woocommerce div.product .stock {
  color: #000000;
}

h2.woocommerce-loop-product__title {
  line-height: normal;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #fcfcfc;
  color: #454545;
  border-top-color: #f02930;
}

ul.woocommerce-error li::before, ul.woocommerce-info li::before, ul.woocommerce-message li::before {
  content: none;
}

ul.woocommerce-order-overview li {
  padding-top: 0px;
}

p.woocommerce-store-notice {
  position: fixed;
  top: auto;
  bottom: 0px;
  background-color: #842c6c;
}

.header_mid .resp_mid_nav_wrap .resp_mid_nav {
  width: auto;
  height: auto;
  position: relative;
  border: none;
  padding-left: 1.25em;
  text-transform: uppercase;
}

.header_mid .resp_mid_nav_wrap .resp_mid_nav::before {
  content: '';
  position: absolute;
  top: 0.375em;
  height: 0.725em;
  left: 0;
  width: 1em;
  background-color: transparent !important;
  background: linear-gradient(
    to bottom, 
    #2c2c2c, #2c2c2c 20%, 
    transparent 20%, transparent 40%, 
    #2c2c2c 40%, #2c2c2c 60%, 
    transparent 60%, transparent 80%, 
    #2c2c2c 80%, #2c2c2c 100%
  );
}

.header_mid .resp_mid_nav_wrap .resp_mid_nav:hover::before {
  background: linear-gradient(
    to bottom, 
    #f02930, #f02930 20%, 
    transparent 20%, transparent 40%, 
    #f02930 40%, #f02930 60%, 
    transparent 60%, transparent 80%, 
    #f02930 80%, #f02930 100%
  );
}

/****************
 * Quality page *
 ****************/
.certificate{
  max-width: 300px;
}

/*************************
 * Aviator shop menu bar *
 *************************/
div.shop-menu-no-heading {
  overflow: hidden;
  margin-bottom: 8px;
}

div.shop-menu-heading {
  overflow: hidden;
  margin-top: 8px;
}

div.shop-menu, div.shop-menu-heading, div.shop-menu-heading a {
  font-size: 16px;
}

div.headline_aligner, div.headline_text {
  margin-top: -28px;
}

/****************************************
 * Aviator shop product categories menu *
 ****************************************/
div.shop-menu ul.product-categories {
  float: left;
  position: relative;
  z-index: 10;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

div.shop-menu ul.product-categories li {
  display: inline;
}

div.shop-menu ul.product-categories li:not(:last-child)::after {
  content: '\007c';
}

/**************************
 * Aviator shop breadcumb *
 **************************/
ul.product-breadcrumb {
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 10;
}

ul.product-breadcrumb li {
  display: inline;
}

ul.product-breadcrumb li a {
  color: #000000;
}

ul.product-breadcrumb li::after {
  content: ' \002f';
}

/**********************
 * Shopping cart link *
 **********************/
div.cart-link {
  float: right;
  position: relative;
  z-index: 10;
}

/******************
 * Shopping steps *
 ******************/
div.shopping-steps-container {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
}
 
 ul.shopping-steps {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: table;
  table-layout: fixed;
}
ul.shopping-steps li {
  display: table-cell;
  text-align: center;
}

ul.shopping-steps li.passed a, ul.shopping-steps li.current a {
  font-weight: bold;
}

ul.shopping-steps li div.dot {
  border: solid 2px #e0e0e0; /*#959595*/
  border-radius: 50%;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 8px auto 8px auto;
  z-index: 1;
}

ul.shopping-steps li.passed div.dot {
  background-color: #e0e0e0;
}

ul.shopping-steps li.current div.dot {
  background-color: #e0e0e0;
}

ul.shopping-steps li.upcoming div.dot {
  background-color: #ffffff;
}

div.shopping-steps-container div.line {
  position: relative;
  bottom: 16px;
  background-color: #e0e0e0;
  width: 75%;
  height: 2px;
  margin: auto;
}

/*******************
 * Shipping method *
 *******************/
.woocommerce table.shop_table tfoot td .free_shipping {
  font-weight: normal;
}

/*******************
 * Responsive menu *
 *******************/
.resp_shop {
  margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
  #menu-item-8283.menu-item-8283 {
    display: none;
  }
}

/*****************
 * Products page *
 *****************/
.cmsmasters_icon_top.product_brands {
  padding-top: 150px !important;
}
.cmsmasters_icon_box.box_icon_type_image.product_brands::before {
  background-size: contain;
  margin: 0px !important;
  /*width: 60% !important;*/
  /*height: 40% !important;*/
  left: 0px;
  top: 0px;
}
.cmsmasters_icon_box_link {
  color: #454545;
}
.cmsmasters_icon_box_link:hover {
  color: #bababa;
}
.cmsmasters_heading_wrap.cat-title {
  overflow: visible;
  white-space: nowrap;
}
/*.cmsmasters_heading_wrap h1.cmsmasters_heading {
  margin-bottom: 20px;
}*/
.cmsmasters_column.one_fourth {
  margin: 0 4%;
  width: 17%;
}
@media only screen and (max-width: 1024px) {
  .cmsmasters_column.one_fourth {
    width: 42%;
  }
}
@media only screen and (max-width: 768px) {
  .cmsmasters_column.one_fourth {
    width: 92%;
  }
}
	
/*******************************
 * Sidebar for product listing *
 *******************************/
.sidebar.fl {
  padding: 0 30px 30px 0;
  /*border-right: 1px solid #e0e0e0;*/
}
.sidebar .widget {
  margin-bottom: 30px;
}

/*****************
 * Search widget *
 *****************/
.widget_product_search form button[type="submit"] {
  display: none;
}

/************************************
 * Products listing category widget *
 ************************************/
.widget_product_categories ul li,
.widget_product_categories ul li:first-child,
.widget_product_categories ul li li:first-child {
  border: 0px;
  padding: 0px;
}
.widget_product_categories ul li {
  margin-bottom: 15px;
}
.widget_product_categories ul li ul.children li {
  margin-bottom: 0px;
}
.widget_product_categories ul li a {
  color: #f02930;
}
.widget_product_categories ul.children {
  border-top: 1px solid #e0e0e0;
  padding-left: 20px;
}
.widget_product_categories ul.children a {
  color: #2c2c2c;
}
.widget_product_categories ul.children li:first-child {
  margin-top: 5px;
}

/*************************
 * Products listing page *
 *************************/
.content.entry.fr {
  padding-top: 0px;
  /*padding-left: 30px;*/
}
img.products-listing-title-image {
  max-width: 205px;
  max-height: 100px;
}
ul.products-listing-breadcrumb {
  margin-top: 20px;
}
ul.products-listing-breadcrumb li {
  display: inline;
}
ul.products-listing-breadcrumb li::after {
  content: ' \002f';
}
ul.products-listing-categories {
  margin-top: 20px;
  border-left: 1px solid #e0e0e0;
}
ul.products-listing-categories ul {
  padding-left: 20px;
}
li.products-listing-product {
  padding: 0;
}

/***********************
 * Product page banner *
 ***********************/
.product-banner {
  width: 100%;
  text-align: center;
  position: relative;
  top: -20px;
}

/*************************
 * On-site only products *
 *************************/
.onsite-only {
    margin-bottom: 2em;
}

/*************
 * Free Gift *
 *************/
.ocwg_elgbmsg_main {
	display: table;
}
.ocwg_elgbmsg_txt {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.ocwg_elgbmsg_link {
	display: table-cell;
	float: none;
}
.ocwg_elgbmsg_txt p {
	margin: 0;
	padding: 0;
}
.ocwg_gift_btn {
	border-radius: 3px;
	text-transform: uppercase;
}
.wg_gift .item.wg_gift_product {
    border: 0;
}

/*******************
 * Product Listing *
 *******************/
.cmsmasters_column .cmsmasters_heading_wrap .cmsmasters_heading {
	font-weight: 700;
}