/* Global CSS */
.woocommerce .title-page {
  margin-bottom: 20px;
}
.woocommerce a.remove.icon-trash-empty {
  color: #419dcb!important;
  height: 27px;
  width: 27px;
}
.woocommerce a.remove.icon-trash-empty::before {
  margin: 0px;
}
.woocommerce a.remove.icon-trash-empty:hover {
  color: #FFFFFF!important;
  background-color: #419dcb!important;
}

.entry-content > .woocommerce {
	max-width: 1360px;
	margin: auto;
}

.site-content .woocommerce a.button.view {
  color: #FFFFFF;
  background-color: #419dcb;
  border-top-left-radius: 20px;
  font-family: 'Lato';
  text-transform: uppercase;
}

/* Login/Registration Page */
.site-content .woocommerce .hide-nopopup {
	display: none;
}

.site-content .woocommerce .customer-login {
	max-width: 1200px;
	margin: auto;
}
.site-content .woocommerce .customer-login .title {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato';
	font-size: 50px;
	font-weight: bold;
	color: #419dcb;
	margin-bottom: 20px;
}
.site-content .woocommerce .customer-login .account-forms {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.site-content .woocommerce .sub-title {
	font-family: 'Jaldi';
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.site-content .woocommerce .customer-login input:not([type="submit"]),
.site-content .woocommerce .edit-account input:not([type="submit"]),
.site-content .woocommerce .dashboard input:not([type="submit"]) {
	height: 40px;
	padding-left: 10px;
	border: 1px solid #419dcb;
}
.site-content .woocommerce .customer-login .login-form form,
.site-content .woocommerce .customer-login .register-form form {
	display: flex;
	flex-flow: column nowrap;
	width: 90%;
	border-radius: 0px;
	border-top-left-radius: 25px;
	border: 1px solid #419dcb;
}
@media screen and (min-width:900px) {
	.site-content .woocommerce .customer-login .login-form form,
	.site-content .woocommerce .customer-login .register-form form{
		min-width: 400px;
	}
}
@media screen and (min-width:1200px) {
	.site-content .woocommerce .customer-login .login-form form,
	.site-content .woocommerce .customer-login .register-form form{
		min-width: 500px;
	}
}
.site-content .woocommerce .customer-login .login-form form {
	color: #000000;
	background-color: #FFFFFF;
}
.site-content .woocommerce .customer-login .register-form form {
	color: #FFFFFF;
	background-color: #419dcb;
}
.site-content .woocommerce .customer-login .lost_password.hide-popup {
	text-align: right;
}
.site-content .woocommerce .customer-login .lost_password.hide-popup a {
	text-decoration: none;
	font-size: 15px;
	color: #000000;
}
.site-content .woocommerce .customer-login .line-pwd-btn {
	display: flex;
	flex-flow: column nowrap;
	flex-grow: 1;
}
.site-content .woocommerce .customer-login .btn-field {
	display: flex;
  justify-content: center;
	margin-top: auto;
}
.site-content .woocommerce .customer-login .btn-field input {
	background-color: #419dcb;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	outline: none;
	border-top-left-radius: 25px;
	line-height: 30px;
	min-width: 250px;
	margin-top: 20px;
}
.site-content .woocommerce .customer-login .register-form .btn-field input {
	color: #419dcb;
	background-color: #FFFFFF;
}

/* Navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-flow: column wrap;
  padding: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 20px;

  margin: 4px;
  height: 60px;
  color: #3f3f41;
  background-color: #FFFFFF;
  border: 1px solid #419dcb;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #000000;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.active {
  color: #FFFFFF;
  background-color: #419dcb;
  border: 1px solid #419dcb;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.active a {
  color: #FFFFFF;
}
/* Hide the dashboard button, useless */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}
@media screen and (min-width: 900px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-flow: row nowrap;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.back-dashboard {
  text-align: right;
}
.back-dashboard a {
  background-color: #419dcb;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  outline: none;
  border-top-left-radius: 25px;
  line-height: 30px;
  min-width: 250px;
  margin-top: 20px;
  text-decoration: none;
  padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
  margin: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Lato', sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-content .account_blocs > div {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .account_blocs > div.active {
  display: block;
}

/* Dashboard page */
.site-content .woocommerce .dashboard .sub-title {
  max-width: 800px;
  margin: auto;
  border-bottom: 1px solid #419dcb;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.site-content .woocommerce .edit-account,
.site-content .woocommerce .woocommerce-address-fields {
  text-align: center;
}

.site-content .woocommerce .dashboard .my_account_orders {
  margin-bottom: 40px;
  border: 0px;
  font-family: 'Lato';
}
.site-content .woocommerce .dashboard .my_account_orders th {
  text-transform: uppercase;
}
.site-content .woocommerce .dashboard .my_account_orders td {
  border: 0px;
}

.site-content .woocommerce input[name="save_account_details"],
.site-content .woocommerce input[name="save_address"] {
  background-color: #419dcb;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  outline: none;
  border-top-left-radius: 25px;
  line-height: 30px;
  min-width: 250px;
  margin-top: 20px;
}
.site-content .woocommerce .woocommerce-address-fields p.address-field {
  text-align: left;
}
.site-content .woocommerce .woocommerce-address-fields p.address-field .select2-selection{
  height: 40px;
  padding: 7px 0;
  border: 1px solid #419dcb;
  border-radius: 0px;
  outline: none;
}

/* Cart page */
.woocommerce .wc-proceed-to-checkout.top {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}
.woocommerce .wc-proceed-to-checkout.top > a {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px;
  color: #000000;
}
.woocommerce-cart-form table.shop_table {
  border: 0px;
}
.woocommerce-cart-form table.shop_table td {
}
.woocommerce-cart-form table.shop_table th {
  text-transform: uppercase;
  font-family: 'Jaldi';
  font-size: 24px;
}
.woocommerce-cart-form table.shop_table td {
  text-transform: uppercase;
  font-family: 'Lato';
  border-top: 1px solid #419dcb;
  padding: 10px;
}

.woocommerce-cart-form table.cart th:not(.product-name),
.woocommerce-cart-form table.cart td:not(.product-name) {
  text-align: center;
}
.woocommerce-cart-form td.product-thumbnail img {
  min-width: 60px;
}
.woocommerce-cart-form td.product-quantity .quantity {
  display: inline;
}
.woocommerce-cart-form td.product-quantity .quantity input.qty {
  border: 0px;
}
.cart_totals table th,
.cart_totals table td {
  text-align: right;
}
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table tr,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  border: 0px;
}


/* Customers also viewed */
.related-products .title_line {
  margin: 10px 0 20px 0;
}
.related-products .products {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width : 600px) {
  .related-products .products {
    flex-flow: row wrap;
  }
}
.related-products .products .product {
  max-width: 130px;
}


/* Message when add to card */
.woocommerce-message .popup_add_to_cart_bg {
  display: block!important;
}

.woocommerce-message .popup_add_to_cart {
  background-color: #FFFFFF;
  z-index: 999999;
}

.woocommerce-message .popup_add_to_cart *{
  text-transform: uppercase;
}

.woocommerce-message .popup_add_to_cart .title {
  text-align: center;
  font-weight: bold;
  color: #419dcb;
  margin-bottom: 15px;
}

.woocommerce-message .popup_add_to_cart > .title {
  font-size: 30px
}

.woocommerce-message .popup_add_to_cart .current_product .options {
  font-size: 18px
}

.woocommerce-message .popup_add_to_cart .current_product .options .title {
  font-family: 'Jaldi';
  font-size: 25px;
}

.woocommerce-message .popup_add_to_cart .current_product img {
  max-width: 200px;
  max-height: 200px;
}

.woocommerce-message .popup_add_to_cart .current_product .link_big {
  align-self: center;
}

.woocommerce-message .popup_add_to_cart .line_between {
  height: 2px;
  background-color: #419dcb;
  margin: 20px;
}

.woocommerce-message .popup_add_to_cart .recommended_products .title {
  font-size: 20px
}

.woocommerce-message .popup_add_to_cart .recommended_products .list_products .product {
  text-align: center;
}

.woocommerce-message .popup_add_to_cart .recommended_products .list_products .product img {
  height: 100px;
}

.woocommerce-message .popup_add_to_cart .recommended_products .list_products .product .link_big div {
  width: auto;
}

.woocommerce-message .popup_add_to_cart .recommended_products .list_products .continue_shop div {
  border: 1px solid #419dcb;
  color: #419dcb;
  background-color: #FFFFFF;
  align-self: flex-end;
}

.woocommerce-message .popup_add_to_cart .recommended_products .list_products .continue_shop a{
  color: #419dcb;
}

/* Top (image) */

.woocommerce-product-gallery__wrapper {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

.woocommerce-product-gallery__wrapper h1,
  .woocommerce-product-gallery__wrapper h2,
  .woocommerce-product-gallery__wrapper h3 {
  font-size: 30px;
}

.woocommerce div.product div.packshot_images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 25px;
}
.woocommerce div.product div.packshot_images img {
  display: inline;
}

.woocommerce div.product div.packshot_images img.ps_left {
  max-width: 200px;
}
.woocommerce div.product .winsoft-image .desc-product {
  padding: 0 10px;
}
@media screen and (min-width: 900px) {
  .woocommerce div.product div.packshot_images img.ps_right {
    max-width: 650px;
  }
}

/* Top (choices) */
span.ui-selectmenu-button {
  background-color: #FFFFFF;
  border: 1px solid #404146;
  text-transform: uppercase;
}

div.entry-summary.winsoft-choices {
  padding: 0px 5px;
}

div.entry-summary.winsoft-choices.display-bar {
  position: fixed;
  left: 0px;
  top: 67px;
  width: 100%!important;
  background-color: #419dcb;
  border-bottom: 1px solid #FFFFFF;
  z-index: 2;
  padding: 0px 20px;
}

div.entry-summary.winsoft-choices.display-bar .content-bar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: 1360px;
  margin: auto;
}

div.entry-summary.winsoft-choices .content-bar a.icon-share {
  font-size: 31px;
  top: -45px;
  position: relative;
}
div.entry-summary.winsoft-choices.display-bar .content-bar a.icon-share {
  display: none;
}

div.entry-summary.winsoft-choices .title-bar {
  display: none;
}
div.entry-summary.winsoft-choices.display-bar .title-bar {
  display: inline;
  font-family: 'Jaldi';
  text-transform: uppercase;
  font-family: 'Jaldi';
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}

div.entry-summary.winsoft-choices .subtitle_choices {
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Jaldi', sans-serif;
  font-size: 30px;
}

div.entry-summary.winsoft-choices.display-bar .subtitle_choices {
  display: none;
}
div.entry-summary.winsoft-choices.display-bar table.variations td.label {
  display: none;
}
div.entry-summary.winsoft-choices.display-bar table.variations tbody tr {
  margin: 0 2px;
}

div.entry-summary.winsoft-choices span.ui-selectmenu-button,
  div.entry-summary.winsoft-choices form.cart button.single_add_to_cart_button {
  width: 100%;
}
div.entry-summary.winsoft-choices.display-bar span.ui-selectmenu-button {
  margin-top: 15px;
}

span.ui-selectmenu-button:hover,
  span.ui-selectmenu-button:active {
  background-color: #419dcb;
  color: #FFFFFF;
}

.ui-selectmenu-menu .ui-menu-item {
  text-transform: uppercase;
}

.ui-selectmenu-menu .ui-menu-item .ui-state-active {
  background-color: #419dcb;
  border: 1px solid #419dcb;
  color: #FFFFFF;
}

div.entry-summary.winsoft-choices.display-bar table.variations {
  width: auto;
}
div.entry-summary.winsoft-choices.display-bar form.cart,
div.entry-summary.winsoft-choices.display-bar table.variations tbody,
div.entry-summary.winsoft-choices.display-bar div.single_variation_wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0px;
}
div.entry-summary.winsoft-choices.display-bar form.cart {
  flex-grow: 1;
}
div.entry-summary.winsoft-choices.display-bar table.variations {
  margin-left: 50px;
}
div.entry-summary.winsoft-choices.display-bar div.single_variation_wrap {
  margin-left: auto;
}

div.entry-summary.winsoft-choices form.cart select.platform_select {
  display: none;
}

div.entry-summary.winsoft-choices form.cart ul.platform_ul,
  ul.button_tab {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
ul.button_tab {
  flex-flow: column nowrap;
}
@media screen and (min-width:900px) {
  div.entry-summary.winsoft-choices form.cart ul.platform_ul,
    ul.button_tab {
    flex-flow: row nowrap;
  }
}
div.entry-summary.winsoft-choices.display-bar form.cart ul.platform_ul {
  display: none;
}

div.entry-summary.winsoft-choices form.cart ul.platform_ul li,
  ul.button_tab li {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  margin: 4px;
  color: #3f3f41;
  background-color: #FFFFFF;
  border: 1px solid #419dcb;
}
@media screen and (min-width:900px) {
  ul.button_tab li {
    flex-basis: 0;
    flex-grow: 1;
  }
}

div.entry-summary.winsoft-choices form.cart ul.platform_ul li {
  flex-basis: 0;
  flex-grow: 1;

  border: 1px solid #404146;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

div.entry-summary.winsoft-choices form.cart ul.platform_ul li.active,
  ul.button_tab li.active {
  color: #FFFFFF;
  background-color: #419dcb;
  border: 1px solid #419dcb;
}

  /* hide the input to define the number desired */
div.entry-summary.winsoft-choices form.cart div.quantity {
  display: none;
}

div.entry-summary.winsoft-choices form.cart .woocommerce-price-ws {
  text-align: right;
}
div.entry-summary.winsoft-choices form.cart .woocommerce-simple-price {
  margin-top: 50px;
}
div.entry-summary.winsoft-choices.display-bar form.cart .woocommerce-price-ws {
  margin: 0 5px;
}
div.entry-summary.winsoft-choices form.cart .woocommerce-price-ws * {
  color: #419dcb;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
}
div.entry-summary.winsoft-choices.display-bar form.cart .woocommerce-price-ws * {
  color: #FFFFFF;
  font-size: 25px;
}

div.entry-summary.winsoft-choices form.cart .woocommerce-price-ws sup {
  font-size: 25px;
}
div.entry-summary.winsoft-choices.display-bar form.cart .woocommerce-price-ws sup {
  font-size: 15px;
}

div.entry-summary.winsoft-choices form.cart button.single_add_to_cart_button {
  border-top-left-radius: 50px;
  background-color: #419dcb;
  height: 80px;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
div.entry-summary.winsoft-choices.display-bar form.cart button.single_add_to_cart_button {
  font-size: 20px;
}
div.entry-summary.winsoft-choices form.cart button.single_add_to_cart_button {
  display: flex;
  white-space: inherit;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
div.entry-summary.winsoft-choices form.cart button.single_add_to_cart_button.disabled:hover {
  opacity: 0.6;
}

.woocommerce-product-gallery__wrapper .demo-modal {
  text-decoration: none;
  font-size: 30px;
  color: #419dcb;
}

/* Main Accordion */
ul.button_tab li {
  height: 60px;
}

div.full_description .main_tab {
  display: none;
}

div.full_description .main_tab.active {
  display: block;
}

.main_tab_subtitle {
  padding-left: 15px;
  color: #419dcb;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (min-width:900px) {
  .main_tab_subtitle {
    font-size: 45px;
  }
}

.woocommerce-tabs span.leftpart {
  display: flex;
  align-items: center;
  line-height: 28px;
}

.main_tab_subtitle a {
  display: none;
}
@media screen and (min-width:900px) {
  .main_tab_subtitle a {
    display: inline;
  }
}

.sub_tab_1 .ui-accordion-header {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  background-color: #d9ebf5;
  color: #419dcb;
  border: 0px;
  outline: 0;
}

.sub_tab_1 > .ui-accordion-header span.content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  line-height: 70px;
  height: 70px;
  width: 100%;
}

.sub_tab_1.no-title .header,
  .sub_tab_2.no-title .section-title {
  display: none;
}

.header.ui-accordion-header img.picto {
  max-height: 70px;
}

.sub_tab_1 .ui-accordion-header span.icon-arrow:before,
.sub_tab_1 .ui-accordion-header-collapsed span.icon-arrow:before { content: '\e80A'; }

.sub_tab_1 .ui-accordion-header-active span.icon-arrow:before { content: '\e80B'; }

.sub_tab_1 .ui-accordion-header-icon {
  display: none;
}

.sub_tab_1 .ui-accordion-content {
  border: 0px;
}

.sub_tab_1 .sub_tab_subtitle {
  font-size: 25px;
  text-transform: none;
}

/* Sub Accordion */
.sub_tab_2 {
  border-bottom: 1px solid #89898a;
}
.sub_tab_2 .section-desc th {
  padding: 0 10px 20px 10px;
}
.sub_tab_2 .section-desc td {
  padding: 0px 20px 15px 20px;
}
.sub_tab_2 .section-title.ui-accordion-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;

  background-color: #FFFFFF;
  color: #000000;
  font-size: 20px;
  text-transform: none;
  padding-left: 0px;
}

.sub_tab_2 .section-desc.ui-accordion-content {
  border: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  padding-left: 0px;
}

/* They trust us */
.trust_us {
  clear: both;
  background-image: url('../images/trust_us.jpg');
  background-size: cover;
  background-position-y: center;
  margin-top: 50px;
}

.trust_us .title_line {
  margin-top: 0px;
}

@media screen and (min-width: 900px) {
  .woocommerce section#main nav.woocommerce-breadcrumb,
    .woocommerce section#main div.product div.product_resize {
    max-width: 1360px;
    margin: auto;
    margin-bottom: 20px;
  }

  .woocommerce-message {
    border: 0px;
    background-color: transparent;
  }

  .woocommerce-message::before {
    content: '';
  }

  .woocommerce-message .popup_add_to_cart {
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 800px;
  }

  .woocommerce-message .popup_add_to_cart .current_product,
    .woocommerce-message .popup_add_to_cart .recommended_products .list_products {
    display: flex;
  }

  .woocommerce-message .popup_add_to_cart .recommended_products .list_products .product {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }

  .woocommerce-message .popup_add_to_cart .current_product img,
    .woocommerce-message .popup_add_to_cart .current_product .options {
    margin: 0 20px;
  }

  .woocommerce-message .popup_add_to_cart .btn_right {
    flex-grow: 1;
    text-align: right;
    display: block;
    align-self: flex-end;
    margin-right: 20px;
  }

  /* Top (img) */
  div.winsoft-image {
    width: 65% !important;
  }

  /* Top (choices) */
  div.entry-summary.winsoft-choices {
    width: 35% !important;
    padding-left: 70px;
  }

  div.entry-summary.winsoft-choices form.cart ul.platform_ul {
      float: left;
      position: relative;
  }

  /* Tabs */
  div.full_description {
    clear: both;
    margin-bottom: 40px;
  }

  .sub_tab_1 {
    max-width: 1200px;
    margin: auto;
    clear: both;
  }

  /* They trust us */
  .trust_us {
    margin-bottom: 40px;
  }

  .trust_us .product_resize {
    padding: 40px 0 90px 0;
  }
}

@media screen and (min-width: 1000px) {
  .woocommerce-message .popup_add_to_cart {
    min-width: 1000px;
  }
}
