/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

section.my_account_orders.parutto-table .table-header, section.my_account_orders.parutto-table .row {
	display: flex;
  padding-bottom: 0;
  }

  section.my_account_orders.parutto-table .col {
	flex: 1;
  margin-bottom: 0;
  
  }
  section.my_account_orders.parutto-table .row.content {
    border-bottom: 1px solid #ddd;
  }
 section.my_account_orders.parutto-table .table-header .col {
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 10px;
}
section.my_account_orders.parutto-table .table-header {
  border-bottom: 1px solid;
}
section.my_account_orders.parutto-table .col:first-child {
  flex: 0;
  flex-basis: 6%;
}
.woocommerce-account .woocommerce {
  width: 100%;
}
.shipping-notice.woocommerce-info {
  background-color: #d35151 !important;
}
@media screen and (max-width: 699px) {
  .col[data-hide="phone,tablet"] {
    display: none !important;
  }
  section.my_account_orders.parutto-table .row.content .col:nth-child(3) {
    display: none;
    }
    section.my_account_orders.parutto-table .col:first-child {
      flex: 0;
      flex-basis: 13%;
    }
}		
@media screen and (min-width: 700px) {
  section.my_account_orders.parutto-table .row .col:last-child,
  section.my_account_orders.parutto-table .table-header .col:last-child {
    flex-basis: 12%;
  }
  section.my_account_orders.parutto-table .row .col:nth-child(3),
  section.my_account_orders.parutto-table .table-header .col:nth-child(3) {
    flex-basis: 12%;
  }
}

/* cookiebot */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #003366 !important;
  border-color: #003366 !important;
  color: #ffffff;
}
#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #003366 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
  list-style: none;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #003366 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: transparent;
  border-color: #003366 !important;
  color: #141414;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #003366 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #003366 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #003366 !important;
  border-color: #003366 !important;
  color: #ffffff;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
  border-bottom: 1px solid #003366 !important;
  color: #003366 !important;
}
#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogPoweredbyImage, #CybotCookiebotDialogPoweredByText {
  display: none !important;
}	
