/*
 Theme Name:   Avada Child
 Theme URI:    https://richardsapperdesign.com/avada-child
 Description:  Avada Child Theme
 Author:       Weybridge-IT
 Author URI:   https://www.weybridge-it.co.uk
 Template:     Avada
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  avada-child
*/

.single-products .avada-page-titlebar-wrapper,
.page-id-66 .avada-page-titlebar-wrapper {
  display: none;
}

.single-entry {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}

.product-content {
  width: 25%;
}

.product-coontent-right {
  width: 75%;
}
.product-coontent-right .single-innner {
    margin-top: 10px;
}
.product-content {
  text-align: left;
}

.social_icon a:hover i {
  color: #fff;
}
table.rs-table thead tr th {
    font-weight: 500;
}
.product-meta {
  margin: 20px 0;
}
.product-coontent-right .nav.portfolio-menu {
    margin-bottom: 16px;
}
.single-products h1 {
  color: #1a1a1b;
  font-size: 30px;
  margin: 5px 0 10px;
  line-height: 36px;
}

.product-content span.product-code {
  font-size: 17px;
  font-weight: 600;
}

.product-meta span {
  display: block;
  line-height: 27px;
  color: #777;
  font-size: 17px;
}

.product-item {
  position: relative;
  z-index: 1;
}

.product-info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}

.item-info {
  margin-bottom: 15px;
}

.item-info span {
  color: #cccccc;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-bottom: 20px;
  transition: .4s;
}

a.single-item:hover .item-info span {
  color: #232020;
}

.item-info span:first-child {
  padding-right: 10px;

}

.item-info span:first-child::after {
  content: "|";
  top: -1px;
  right: -7px;
  position: relative;
}

.gallery-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #ddd;
}
.gallery-items ul li {
  width: 30%;
  margin: 0 20px 20px 0;
  float: left;
}

.product-item .product-meta {
  position: absolute;
  left: 25px;
  top: 25px;
}

.product-item .product-meta span {
  font-size: 19px;
  line-height: 1.2;
}

.grid-sizer,
.grid-item {
  background-clip: content-box;
  width: 24%;
  margin-bottom: 15px;
}

.portfolio-menu {
  max-width: 51.7%;
  margin: 0;
}

.portfolio-menu button,
.custom-tab .nav li a,
.single-tab .nav a {
  border: none;
  background-color: transparent;
  font-size: 25px;
  position: relative;
  color: #999;
  cursor: pointer;
  line-height: 0.5;
  transition: .4s;
}
.portfolio-menu button{
  padding: 15px 0 !important;
  line-height: 1;
}
.portfolio-menu button::after,
.custom-tab .nav li a::after {
  position: absolute;
  right: 0;
  top: 11px;
  content: "|";
}

.portfolio-menu button:last-child::after,
.custom-tab .nav li:last-child a::after {
  content: "";
}

.portfolio-menu button:hover,
.portfolio-menu button.active {
  color: #444;
}

.table > tbody > tr > th {
  border-top: 0 none !important;
  color: #999999;
  font-weight: 400 !important;
}
.archive_page .d-flex  {
  margin-top: 50px;
}
.archive_page .d-flex h2 a {
  padding-left: 20px;
  display: inline-block;
  color: #999;
  border-left: 3px solid #999;
  margin-left: 20px;
}

.grid-item {
  border-radius: 4px;
}

.custom-tab.fusion-tabs .nav-tabs>li .fusion-tab-heading,
.custom-tab .nav li a::after {
  color: #ccc;
}

.product-item .product-meta {
  position: absolute;
  left: 0px;
  top: 20px;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: .4s;
}

a.single-item .item-img {
  border-radius: 4px;
  overflow: hidden;
}

.product-item .product-meta span {
  color: #ccc;
  font-size: 17px;
  line-height: 24px;
}

.product-item:hover .product-meta span:nth-child(1),
.product-item:hover .product-meta span:nth-child(2) {
  color: #fff;
}

.product-item a {
  display: block;
  z-index: 1;
  position: relative;
}

.product-item a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: .4s;
  background: rgba(0, 0, 0, .35);
}

.product-item:hover .product-meta {
  opacity: 1;
  left: 20px;
}

.product-item:hover a::after {
  opacity: 1;
}

.single-products .single-navigation.clearfix {
  border: none;
  max-width: 40%;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.single-products .single-navigation.clearfix>a {
  margin-right: 40px;
}

.fusion-tabs .nav-tabs.nav-justified {
  width: 40%;
  margin: 0 60px 0;
}


.fusion-tabs .nav-tabs.nav-justified>li {
  display: inline-block;
}

.fusion-tabs .nav-tabs.nav-justified li a {
  color: #ccc !important;
}

.nav.portfolio-menu {
  max-width: 100%;
}

.nav.portfolio-menu li button {
  padding: 16px 0;
}

.nav.portfolio-menu li:first-child button {
  margin-right: 35px;
}

.nav.portfolio-menu li:first-child button::after {
  content: "|";
  color: #ccc;
  top: 16px;
  left: 112%;
}

table.rs-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;;
}

.rs-table td,
.rs-table th {
  text-align: left;
  padding: 11px 0 !important;
  color: #222;
  font-size: 17px;
}
.home .rs-table tbody tr td {
  padding: 6px 0 !important;
  transition: .4s;
}
.rs-table tbody tr td:hover,.rs-table tbody tr td a:hover {
  color: #999 !important;
}
.rs-table td a,.product-content ul li a.active {
  color: #222;
}

/* ======================================
Filter Page CSS */
.single-tab {
  width: 33%;
  float: left;
}

.filter-tab-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.single-tab .nav {
  display: block;
}

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

.single-tab .nav li {
  display: block;
  line-height: 0.5;
}

table.rs-table tr td a {
  color: #1a1a1b;
}

.product-content {
  text-align: left;
}

.product-content .back-btn,
.product-content p {
  color: #ccc;
}

.product-content .back-btn:hover {
  color: #1a1a1b;
}

.product-info-table {
  text-align: left;
}

.product-info-table ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-info-table li {
  padding: 8px 0;
  border-bottom: 1px solid #ebebeb;
  color: #333;
  display: table;
  width: 100%;
}

.product-info-table li span {
  color: #ccc;
  width: 180px;
  display: block;
  float: left;

}
.product-info-table li p{
  display: block;
  margin: 0 0 0 190px;
}
.product-content span.product-code {
	font-weight: 4;
	color: #222;
	font-size: 20px;
}
.product-content span {
	line-height: 22px;
  font-size: 16px;
}

.child-products {
  width: 33%;
  float: left;
  margin: 5px;
}
.child-img {
  position: relative;
}

.chil-meta {
  position: absolute;
  left: 16%;
  top: 0%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: #fff;
  transition: .4s;
  opacity: 0;
}

.child-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f0e0ea3;
  content: "";
  opacity: 0;
  transition: .4s;
}
.child-products:hover .child-img::before{
  opacity: 1;
}
.child-products:hover .chil-meta{
  opacity: 1;
  top: 15%;
}

.product-content ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.product-content ul li {
  line-height: 1.4;
  font-size: 28px;
}
.page-template-product-filter .single-tab .nav li a {
    line-height: 1.2;
    font-size: 32px;
}
.page-template-product-filter .single-tab .nav li a:hover,.archive_page .d-flex h2 a:hover {
    color: #222;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grid-sizer,
  .grid-item {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
.portfolio-menu {
	margin: 20px 0 0 0;
}
  .product-content,
  .product-coontent-right {
    width: 100%;
  }

  .product-coontent-right.float-end.ps-5 {
    padding: 30px 0 0 !important;
  }

  .gallery-items ul li {
    width: 100%;
    margin: 0 0 15px;
    float: none;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
  }
   .single-tab .nav a { 
	font-size: 16px;
}
.filter-tab-wrap {
    margin-top: 0 !important;
}
.filter-tab-wrap .single-tab {
    width: 100%;
    float: none;
}
}

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 25px;
  }
  .table td {
    padding-left: 50%;
    text-align: right;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  .page-template-product-filter .single-tab .nav li a {
    font-size: 26px;
}
.home .rs-table tbody tr td {
    font-size: 15px;
}
}
