/* 
 Theme Name:     Ecom
 Template:       Divi
 Version:        1.0
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans%7CMaven+Pro');

/* General styling */

body {
  font-family: 'Maven Pro', Verdana, sans-serif !important;
}

ul li,
table tr td {
  font-family: 'Josefin Sans', serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', Verdana, sans-serif !important;
}

h1 {
  line-height: 38px !important;
}

h2 {
  margin: 10px 0 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.3em !important;
}

h3 {
  line-height: 1.1em !important;
  margin: 10px 0 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

/* Bootstrap Table styles */

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* BUTTONS */

.cta-btn {
  color: #ffffff !important;
  font-size: 1em;
  font-weight: bold;
  background-color: #d31dd0 !important;
  box-shadow: #bd19ba 0 3px 0 !important;
  border: 2px solid #d31dd0 !important;
  padding: 6px 16px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 1s ease;
  transition: color 1s ease;
}

.cta-btn.small {
  padding: 3px 8px;
  font-size: 12px;
  box-shadow: #bd19ba 0 1px 0;
}

.cta-btn:hover {
  background-color: #bd19ba !important;
  border: 2px solid #bd19ba !important;
  cursor: pointer;
  text-decoration: none;
}

.cta-btn.blue {
  background-color: #41b2e8;
  box-shadow: #3ca3d4 0 3px 0;
  border: 2px solid #41b2e8;
}

.cta-btn.blue:hover {
  background-color: #3ca3d4;
  border: 2px solid #3ca3d4;
}

.cta-btn.emerald {
  background-color: #0b5446;
  box-shadow: #062d26 0 3px 0;
  border: 2px solid #0b5446;
}

.cta-btn.emerald:hover {
  background-color: #062d26;
  border: 2px solid #062d26;
}

.jump-list {
  text-align: center;
  padding: 0 !important;
  margin: 40px 0;
}

.jump-list li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}

.jump-list__link {
  font-size: 16px;
}

/* Divi Specific */

#main-content {
  background-color: transparent !important;
}

/* Reviews - WP Review Pro */

#review.review-wrapper {
  background: transparent !important;
  border-color: #ea5191 !important;
}

.review-wrapper .review-list {
  border-color: #ea5191 !important;
}

.review-wrapper .review-list li,
.review-wrapper .review-list li.review-title,
.review-wrapper h5 {
  background-color: transparent !important;
  border-color: #ea5191 !important;
  color: #ea5191 !important;
}

.review-wrapper .review-list li .mts-icon-star {
  color: #f5ba29 !important;
}

.review-total-wrapper span.review-total-box {
  color: #ea5191 !important;
}

.review-total-only {
  background-color: transparent !important;
}

.wp_review_comments_template #comments .fn {
  color: #ea5191 !important;
}

.wp_review_comments_template #comments .fn a {
  color: #ea5191 !important;
}

.wp_review_comments_template input.text-input,
.wp_review_comments_template #commentform input[type='submit'] {
  color: #ea5191 !important;
  border-color: #ea5191;
  border-radius: 5px;
  letter-spacing: 0px;
  font-size: 20px;
  width: auto !important;
  background: transparent !important;
}

.review-result-wrapper .mts-icon-star {
  color: #f5ba29;
}

/* GAME GRID */

.product-grid {
  text-align: center;
}

.product__item {
  list-style-type: none;
  text-align: center;
  margin: 10px;
  width: 230px;
  display: inline-block;
  padding: 20px 10px 20px 10px;
  border: 3px solid rgba(53, 231, 108, 0.25);
  border-radius: 5px;
}

.product-grid__logo {
  width: 180px;
}

.product-grid__item:hover {
  background-color: rgba(53, 231, 108, 0.25);
}

.product-title {
  display: block;
}

.product-rating {
  display: block;
}

.product-filter {
  margin: 0 10px 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url('images/arrow-down.png') no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 240px;
  background-color: rgba(53, 231, 108, 0.5);
  display: inline-block;
}

.grid-filter select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  width: 268px;
  color: #fff;
}

.review-total-only {
  background: transparent !important;
}

/* Sidebar game list */

.sidebar-game-list__item {
  list-style-type: none;
}

.sidebar-game-list__item a {
  display: block !important;
}

.sidebar-game-list__item .review-total-only {
  display: block !important;
}

.sidebar-game-list__thumb {
  max-width: 100%;
}

/* sidebar game txonomy list */

.sidebar-gametype-list__item {
  list-style-type: none;
  font-size: 18px;
}

.aff-list .aff-list__container {
  list-style-type: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 20px;
  margin-bottom: 20px;
}

/*.aff-list .aff-list__container:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
}*/
.entry-content ul.aff-list {
  padding: 0;
  line-height: 1.1em;
}

.aff-list .nested-product-list {
  min-width: 300px;
  min-height: 220px;
}

.aff-list .nested-product-list-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
}

.aff-list .aff-list__item h3 {
  text-align: center;
  margin-top: 0px !important;
}

.aff-list .aff-list__item {
  position: relative;
  list-style-type: none;
  max-width: 1000px;
  padding: 20px 0;
  border-radius: 2px;
  margin: 0px auto 0 auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  align-content: stretch;
}

.aff-list .aff-logo {
  margin: 0 10px;
}

.aff-list .aff-list-logo-container {
  min-height: 220px;
}

.aff-list .aff-list-logo-container img {
  max-width: 220px;
}

.aff-list .product-specification {
  margin-left: 40px;
  width: 100%;
  min-height: 220px;
}

.aff-list .product-specification ul {
  padding: 0;
  line-height: 1.2em;
}

.aff-list .product-specification-title {
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
}

.aff-list .product-details {
  width: 100%;
}

.aff-list .toggle-link {
  display: block;
  margin: 0 20px auto;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}

.aff-list .details-text-hidden {
  display: none;
}

.color-emerald {
  color: #297c10;
}

.color-orange {
  color: #ff8d52;
}

@media screen and (max-width: 1080px) {
  .aff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .aff-list .nested-product-list {
    min-height: auto;
  }

  .aff-list .aff-list__item {
    max-width: 640px;
    text-align: center;
    flex-direction: column;
  }

  .aff-list .aff-logo img {
    max-width: 220px;
  }

  .aff-list .aff-list__item {
    text-align: center;
    flex-direction: column;
  }

  .aff-list .aff-logo {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .aff-list .product-specification {
    margin: 0;
    width: 100%;
    width: 240px;
    text-align: left;
    min-height: auto;
    margin-bottom: 20px;
    font-size: 13px;
  }
	
	
  .aff-list .aff-list__item h3 {
    max-width: 280px;
    font-size: 14px !important;
  }

  .aff-list .aff-list__container {
    padding: 0;
    margin-bottom: 10px;
  }
}

.entry-content ul.shop-bullet-points li {
  list-style-type: none;
}

.bg-gray {
  background-color: #eee !important;
}

.bg-mystic {
  background-color: #fde4ff !important;
}

.dark-frame {
}

.shop-title-container {
  display: flex;
}

.shop-page .et_pb_section {
  padding: 0;
}

.shop-teaser-link {
  text-align: center;
}

.max-center {
  width: 100%;
  text-align: center;
}

.shop-page-product-list-title {
	text-align: center !important;
}

.product-category-pagination ul {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.product-category-pagination ul li {
  margin: 0 8px;
  font-size: 20px;
  font-weight: bold;
}

.product-store-list {
  padding: 0px !important;
}

.product-store-list .store-logo {
  width: 90px;
}

.product-store-list .store-price {
  margin-left: 5px;
  font-size: 14px;
}

.product-store-list .store-link {
  margin-left: auto;
}

.product-store-list .list-item {
  display: flex;
  padding: 10px !important;
  align-items: center;
}

.product-store-list .list-item img {
 display: block; 
}

.product-store-list .list-item:nth-child(odd) {
   background-color: #fff3f3;
}

.product-store-list .list-item:nth-child(even) {
   background-color: #fbfbfb;
}



.product-list-filters {
  display: flex;
  margin: 20px 0;
}

.product-list-filters .select {
    position: relative;
    display: inline-block;
    margin:auto 20px 15px;
    width: 100%;
}

@media screen and (max-width: 768px) {	
	.product-list-filters {
	  flex-direction: column;
	  margin: 20px 0;
	}
	
    .product-list-filters .select {
     margin: 0 0 10px 0;
 }
}

.product-list-filters .select select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0px solid #000000;
	border-radius: 0px;
	background: #e6e6e6;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.product-list-filters .select select::-ms-expand {
	display: none;
}

.product-list-filters .select select:hover,
.product-list-filters .select select:focus {
	color: #000000;
	background: #cccccc;
}

.product-list-filters .select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}



.product-list-filters .select_arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.product-list-filters .select select:hover ~ .select_arrow,
.product-list-filters .select select:focus ~ .select_arrow {
    border-top-color: #000000;
}

.product-list-filters .select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}