/*
 Theme Name:   Castshop
 Description:  Castshop
 Author:       Quadracode srl
 Template:     bootscore-5
 Version:      5.0.2.0
 Text Domain:  bootscore
*/
/*
Add as many files as you need for development.
When you're done, merge them all in the style.css file to reduce file requests.
*/
@import url("css/custom.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
body .container {
  max-width: 1920px;
}
body .text-primary {
  color: #000 !important;
}
body .logo {
  max-width: 120px;
  width: 100%;
}
body #bootscore-navbar {
  font-family: 'Open Sans', sans-serif;
}
body #bootscore-navbar li {
  color: #000;
  margin-right: 25px;
}
body #bootscore-navbar li .nav-link {
  padding: 0;
}
body #bootscore-navbar li a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
body #bootscore-navbar li a span {
  font-size: 18px;
}
body #page .site-header nav {
  border-top: 3px solid #FFBD1F;
  background: #f1f1f1 !important;
}
body #page .home-content {
  padding: 30px 0;
  background: #006bba;
  background: linear-gradient(180deg, #006bba 0%, #006bba 67%, #f1f1f1 67%, #f1f1f1 100%);
}
body #page .home-content .text-center h1 {
  font-family: 'Raleway', sans-serif;
  background: #ffbd1f;
  text-transform: uppercase;
  font-size: 24px;
  width: 40%;
  margin: 0 auto;
  padding: 15px 0;
  font-weight: 600;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
  body #page .home-content .text-center h1 {
    width: 70%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body #page .home-content .text-center h1 {
    width: 90%;
    font-size: 20px;
  }
}
body #page .home-content .text-center p {
  font-size: 20px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  width: 70%;
  margin: 0 auto;
  padding: 40px 0;
}
body #page .home-content .card-box {
  padding: 40px;
}
@media (max-width: 1000px) {
  body #page .home-content .card-box .col-lg-4 {
    margin-top: 40px !important;
  }
}
body #page .home-content .card-box .card {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 7px 3px 0px -1px rgba(162, 162, 162, 0.13);
  box-shadow: 7px 3px 0px -1px rgba(162, 162, 162, 0.13);
}
body #page .home-content .card-box .box .card-body {
  position: relative;
}
body #page .home-content .card-box .box .card-body .card-title {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-weight: 600;
}
body #page .home-content .card-box .box .card-body a {
  border-radius: 30px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  background: #ffbd1f;
  text-decoration: none;
  display: block;
  width: 40%;
  text-align: center;
  transition: 0.3s;
  font-family: 'Raleway', sans-serif;
}
body #page .home-content .card-box .box .card-body a:hover {
  color: #ffbd1f;
  background: #000;
}
body #page .home-content .card-box .box .card-body .card-text {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  padding-top: 40px;
}
body #page .home-content .card-box .box .card-body .dgwt-wcas-search-wrapp {
  margin-top: 10%;
}
body #page .home-content .card-box .box .card-body .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
}
body #page .home-content .card-box .box .itemContainer {
  height: 35px;
  padding-top: 10px;
  background: #fff;
}
body #page .home-content .card-box .box .itemContainer a {
  font-size: 12px;
  background: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 20px;
  border-radius: 0;
}
body #page .home-content .card-box .box .itemContainer a:hover {
  background: #fff;
  color: #000;
}
body #page .home-content .card-box .box .itemContainer .itemCode {
  background: #006BBA;
  color: #fff;
  font-size: 11px;
  font-family: Courier, monospace !important;
  border-radius: 4px;
  display: inline-block;
  padding: 0 5px;
}
body #page .home-content .card-box .box .tooManyItems {
  background: #ff0000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 3px;
}
body #page .home-content .card-box .logged img {
  max-width: 85px;
  width: 100%;
  padding-bottom: 10px;
}
body #page .home-content .card-box .logged h2 {
  font-size: 35px;
}
body #page .home-content .card-box .logged a {
  text-decoration: none;
}
body #page .home-content .card-box .logged a h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
body #page .home-content .card-box .login {
  background: #ffbd1f;
  padding: 30px;
  font-family: 'Open Sans', sans-serif;
}
body #page .home-content .card-box .login .card-body a {
  /*display:none;*/
}
body #page .home-content .card-box .login .card-body .card-text a {
  display: inline-block;
}
body #page .home-content .card-box .login h2 {
  color: #fff;
  padding-bottom: 30px;
}
body #page .home-content .card-box .login a {
  color: #fff;
  font-weight: 600;
}
body #page .home-content .card-box .login p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
body #page .home-content .card-box .login form {
  padding-bottom: 50px;
}
body #page .home-content .card-box .login form label {
  display: none;
}
body #page .home-content .card-box .login form .login-username {
  position: relative;
  z-index: 1;
  color: #fff;
}
body #page .home-content .card-box .login form .login-username input {
  color: #fff;
}
body #page .home-content .card-box .login form .login-username:before {
  position: relative;
  left: 0;
  bottom: 0;
  content: 'User';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  z-index: 0;
}
body #page .home-content .card-box .login form .login-password {
  position: relative;
  z-index: 0;
  color: #fff;
}
body #page .home-content .card-box .login form .login-password:before {
  position: relative;
  left: 0;
  bottom: 0;
  content: 'Password';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  z-index: 0;
}
body #page .home-content .card-box .login form .input {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  min-height: 50px;
  width: 100%;
}
body #page .home-content .card-box .login form .input::placeholder {
  color: #fff;
  font-size: 20px;
}
body #page .home-content .card-box .login form #wp-submit {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: 0;
  padding-left: 0;
}
body #page .bootscore-footer {
  background: #191919 url(img/footer-bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  body #page .bootscore-footer {
    padding-left: 20px;
  }
}
body #page .bootscore-footer a {
  color: #fff;
  text-decoration: none;
}
body #page .bootscore-footer .facebook i {
  display: block;
  background: #ffbd1f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  float: right;
  transition: 0.3s;
}
@media (max-width: 767px) {
  body #page .bootscore-footer .facebook i {
    float: left;
  }
}
body #page .bootscore-footer .facebook i:hover {
  background: #191919;
}
body #page .bootscore-footer li {
  line-height: 36px;
}
body #page .bootscore-footer li i {
  color: #ffbd1f;
  font-size: 26px;
  vertical-align: middle;
  padding-right: 15px;
}
body #page .bootscore-footer h2 {
  font-size: 22px;
  position: relative;
  z-index: 0;
}
body #page .bootscore-footer h2:after {
  content: '';
  background: #ffbd1f;
  height: 2px;
  width: 100px;
  display: block;
  margin-top: 15px;
}
body .itemContainer {
  height: 35px;
  padding: 10px;
  background: #fff;
}
body .itemContainer a {
  font-size: 12px;
  background: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 20px;
  border-radius: 0;
}
body .itemContainer a:hover {
  background: #fff;
  color: #000;
}
body .itemContainer .itemCode {
  background: #006BBA;
  color: #fff;
  font-size: 11px;
  font-family: Courier, monospace !important;
  border-radius: 4px;
  display: inline-block;
  padding: 0 5px;
}
body .tooManyItems {
  background: #ff0000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 3px;
}
.woocommerce-account .woocommerce {
  padding: 100px 50px;
}
.woocommerce-account #customer_login form {
  background: #fff;
  padding: 50px;
}
.woocommerce-account .woocommerce-ResetPassword {
  background: #fff;
  padding: 50px;
  width: 50%;
  margin: 0 auto;
}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group {
  border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a {
  border: 0;
  min-height: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  background: #006bba;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a:before {
  font-family: "unconventional", sans-serif;
  position: absolute;
  z-index: 0;
  left: 15px;
  top: 7px;
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a:nth-child(1):before {
  content: "\e8a0";
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a:nth-child(2):before {
  content: "\f290";
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a:nth-child(3):before {
  content: "\e8a2";
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a:nth-child(4):before {
  content: "\e836";
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a:nth-child(5):before {
  content: "\e830";
}
.woocommerce-account .woocommerce-MyAccount-navigation .list-group a:nth-child(6):before {
  content: "\e8a5";
}
.woocommerce-account .col-md-8 {
  background: #fff;
  padding: 50px;
}
.woocommerce-account .col-md-8 .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}
.woocommerce-account .col-md-8 .woocommerce-MyAccount-content a {
  color: #000;
  position: relative;
  z-index: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.page-template-page-blank-with-container .site-content {
  padding: 50px 150px;
}
@media (max-width: 767px) {
  .page-template-page-blank-with-container .site-content {
    padding: 20px;
  }
}
.page-template-page-blank-with-container .site-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.woocommerce-cart {
  background: #f1f1f1;
}
.woocommerce-cart .return-to-shop {
  display: none !important;
}
.woocommerce-cart .site-content {
  padding: 0;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form {
  width: 80%;
  margin: 0 auto;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form .actions {
  padding: 15px 0;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form table.cart td.product-quantity .qty {
  padding: 0.326em;
  width: 100px;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form input {
  border: 0;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form button {
  background: #ffbd1f;
  border-radius: 0;
  border: 0;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form .shop_table {
  border: 0;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form .shop_table th {
  border: 0;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form .shop_table td {
  border: 0;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form .shop_table td a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.woocommerce-cart .site-content .container .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
  background: #fff;
  border: 0;
}
.woocommerce-cart .site-content .cart-collaterals {
  width: 80%;
  margin: 0 auto 100px auto;
}
.woocommerce-cart .site-content .cart-collaterals .shop_table {
  background: #fff;
  border: 0;
  border-radius: 0;
}
.woocommerce-cart .site-content .cart-collaterals .shop_table tbody {
  border: 0;
}
.woocommerce-cart .site-content .cart-collaterals .shop_table th {
  border: 0;
}
.woocommerce-cart .site-content .cart-collaterals .shop_table td {
  border: 0;
}
.woocommerce-cart .site-content .cart-collaterals .btn-primary {
  background: #006bba;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
}
.page-template-contact-page .contact-header .title {
  background: #006bba;
  padding: 50px 0;
}
.page-template-contact-page .contact-header .title h1 {
  color: #fff;
}
.page-template-contact-page .contact-header .info {
  padding-top: 50px;
}
.page-template-contact-page .contact-header .blu .col-md-4 {
  background: #006bba !important;
}
.page-template-contact-page .contact-header .box {
  padding: 50px;
}
.page-template-contact-page .contact-header .box .col-md-4 {
  background: #FFBD1F;
  padding: 50px;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.page-template-contact-page .contact-header .box .col-md-4 i {
  font-size: 24px;
}
/*# sourceMappingURL=style.css.map */