/*
Theme Name: Liber Fieri Theme By Titas Bhukta
Author: Titas Bhukta
Version: 1.0.0
*/


/*Header Styling*/

#shop-pages-header {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/prebooking-header.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 230px;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shop-pages-header .shop-pages-header-title {
  margin-top: 50px;
  text-align: center;
  color: #ffdf6c;
}
#shop-pages-header .shop-pages-header-title h3 {
  font-size: 26px;
}
#shop-pages-header .shop-pages-header-title h4 {
  font-size: 17px;
  margin-top: 10px;
}
#shop-pages-header .shop-pages-header-title a {
  color: #ffdf6c;
}
#shop-pages-header .shop-pages-header-title a:hover {
  color: #fff;
}
.woocommerce .btn-custom {
  border: none;
  background-color: #8d2922;
  color: #fff;
  padding: 9px 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #3c3c3c;
}
.woocommerce .btn-custom:hover {
  box-shadow: none;
}

/*Front Shop Page Styling*/

.product {
  list-style: none;
}
.woocommerce .price {
  display: block;
}
.product_card {
  border: 2px solid rgb(46, 41, 41);
  position: relative;
  width: 18rem;
  height: auto;
  background-color: rgba(189, 166, 38, 0.377);
  border-radius: 10px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.541);
  padding-bottom: 34px;
  text-align: center;
  transition: 0.2s ease-in-out;
}
.product_card:hover {
  transform: scale(1.02);
  box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.541);
}
.product_card img {
  height: 100%;
  width: 100%;
  border-radius: 8px 8px 0 0;
  padding-bottom: 12px;
}
.onsale {
  color: #8d2922;
  background-color: rgb(46, 41, 41);
  padding: 6px 12px;
  border-radius: 10px;
  z-index: 1;
  left: 10px;
  top: 10px;
  position: absolute;
  text-align: center;
}
.woocommerce-loop-product__title,
.woocommerce .price {
  color: rgb(46, 41, 41);
  text-decoration: none;
  margin-bottom: 0;
}
.woocommerce-loop-product__title:hover {
  color: #8d2922;
}
.woocommerce .price {
  padding-bottom: 12px;
}
.woocommerce-Price-amount {
  padding-right: 5px;
}
.woocommerce-Price-currencySymbol {
  padding-left: 5px;
  padding-right: 2px;
}
a {
  text-decoration: none !important;
  color: #000;
}
a:hover {
  color: #8d2922;
}
.product_type_grouped {
  background-color: rgb(46, 41, 41);
  color: #8d2922;
  border-radius: 10px;
  box-shadow: 0 0 2px grey;
  padding: 5px 10px;
}
.product_type_grouped:hover {
  box-shadow: 0 0 5px #8d2922 inset;
  color: rgb(233, 193, 147);
}
.woocommerce-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers a {
  color: #8d2922;
  background-color: rgb(46, 41, 41);
  padding: 0 15px;
  font-size: 20px;
  border: 1px solid rgb(46, 41, 41);
  border-radius: 10px;
  margin: 10px;
}
.page-numbers.current {
  color: #fff;
  background-color: #8d2922;
  padding: 5px 10px;
  font-size: 20px;
  border: 1px solid rgb(46, 41, 41);
  border-radius: 5px;
  margin: 10px;
}
.page-numbers a:hover {
  color: rgb(233, 193, 147);
  box-shadow: 0 0 5px #8d2922 inset;
}
.input-group {
  padding-top: 30px;
  position: relative;
  border: solid 1px #ddd;
  box-shadow: 0 0 5px grey;
  background: whitesmoke;
  margin: 0 0 40px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
}
.product_sort {
  border: 1px solid #ddd;
  box-shadow: 0 0 5px grey;
  border-radius: 4px;
  width: 35%;
  text-align: center;
  margin-left: 50px;
}
.woocommerce-result-count {
  color: #8d2922;
  background-color: rgb(46, 41, 41);
  border-radius: 4px 4px 0 0;
}
.orderby {
  background-color: #ddd;
  margin-bottom: 20px;
}
.input-group {
  margin-bottom: 0;
}
.woocommerce-product-search {
  display: flex;
  padding: 5px;
}
.woocommerce-product-search input {
  border-radius: 4px 0 0 4px;
}
.woocommerce-product-search button {
  background-color: rgb(46, 41, 41);
  color: #8d2922;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 2px grey;
  padding: 5px 10px;
}
.woocommerce-product-search button:hover {
  box-shadow: 0 0 5px #8d2922 inset;
  color: rgb(233, 193, 147);
}
.shop_main .row {
  margin-bottom: 20px;
}

/*Media Queries for the Shop Front Page*/

@media only screen and (max-width: 1101px) {
  .product_sort {
    width: 40%;
    margin-left: 45px;
  }
}
@media only screen and (max-width: 923px) {
  .product_sort {
    width: 50%;
    margin-left: 45px;
  }
}
@media only screen and (max-width: 896px) {
  .woocommerce-loop-product__title {
    font-size: 22px;
  }
  .woocommerce .price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-loop-product__title {
    font-size: 30px;
  }
  .woocommerce .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 630px) {
  .product_sort {
    width: 80%;
    margin-left: 45px;
  }
}
@media only screen and (max-width: 524px) {
  .product_card {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.541);
  }
  .product_card:hover {
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.541);
  }
  .woocommerce-pagination {
    padding-top: 40px;
  }
  .shop_main .col-md-4 {
    padding: 30px 20px;
  }
  .shop_main .col-xl-4:first-child {
    padding-left: 20px;
    padding-right: 10px;
  }
  .shop_main .col-xl-4:last-child {
    padding-left: 10px;
    padding-right: 20px;
  }
  .product_sort {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 507px) {
  .product_sort {
    width: 80%;
    margin-left: 35px;
  }
}
@media only screen and (max-width: 360px) {
  .product_sort {
    width: 90%;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 627px) {
  .woocommerce-loop-product__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 577px) {
  .product_card img {
    padding-bottom: 5px;
  }
  .product_card {
    padding-bottom: 20px;
  }
  .woocommerce .price {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .woocommerce-loop-product__title {
    font-size: 22px;
  }
  .woocommerce .price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 524px) {
  .woocommerce-loop-product__title {
    font-size: 24px;
  }
  .woocommerce .price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 467px) {
  .woocommerce-loop-product__title {
    font-size: 22px;
  }
  .woocommerce .price {
    font-size: 15px;
  }
}
@media only screen and (max-width: 415px) {
  .woocommerce-loop-product__title {
    font-size: 20px;
  }
  .woocommerce .price {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 373px) {
  .woocommerce-loop-product__title {
    font-size: 18px;
  }
  .woocommerce .price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 341px) {
  .woocommerce-loop-product__title {
    font-size: 17px;
  }
  .woocommerce .price {
    font-size: 11px;
    padding-bottom: 3px;
  }
  .product_card {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 309px) {
  .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 40px;
  }
  .shop_main .col-xl-4:first-child {
    padding: 0 40px;
  }
  .shop_main .col-xl-4:last-child {
    padding: 0 40px;
  }
  .woocommerce-loop-product__title {
    font-size: 25px;
  }
  .woocommerce .price {
    font-size: 11px;
  }
}
@media only screen and (max-width: 265px) {
  .orderby {
    width: 90%;
  }
  .woocommerce-loop-product__title {
    font-size: 20px;
  }
}

/*Single Product Page Styling*/

.entry-summary {
  width: 100%;
  text-align: center;
}
.added_to_cart {
  position: absolute;
  margin-left: 10px;
}
.cart {
  margin-top: 40px;
}
.product_meta {
  margin-top: 30px;
}
.sku_wrapper {
  display: none;
}
.posted_in a,
.tagged_as a {
  color: #8d2922;
}
.posted_in a:hover,
.tagged_as a:hover {
  color: #000;
}
.summary.entry-summary {
  width: 100%;
  text-align: center;
}
.woocommerce-tabs {
  display: flex;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 0 20px 0;
  left: 0;
  border: solid 1px #ddd;
  box-shadow: 0 0 5px grey;
  background: whitesmoke;
}
.woocommerce-tabs a {
  color: #8d2922;
}
.woocommerce-tabs a:hover {
  color: #000;
}
.woocommerce-tabs ul li {
  border: 1px solid #ddd;
  text-align: center;
  width: 12rem;
  border-radius: 4px;
}
.woocommerce-tabs ul li a {
  color: rgb(46, 41, 41);
}
.woocommerce-tabs ul li a:hover {
  color: #8d2922;
}
.woocommerce-tabs ul li a:focus {
  color: #8d2922;
}
.entry-content {
  margin: 0 50px;
  margin-top: 10px;
}
.woocommerce-tabs-panel h2 {
  text-align: center;
}
.woocommerce-tabs p {
  text-align: justify;
}
.woocommerce-noreviews {
  color: #8d2922;
  background-color: rgb(46, 41, 41);
  text-align: center;
}
.single_add_to_cart_button {
  background-color: rgb(46, 41, 41) !important;
  color: #8d2922 !important;
  border-radius: 5px;
  box-shadow: 0 0 2px grey !important;
  padding: 5px 10px !important;
  padding-top: 6px !important;
}
.related h2 {
  padding-top: 50px;
  text-align: center;
}
.card_center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.card_center_related_products {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.related_products_card {
  border: 2px solid rgb(46, 41, 41);
  position: relative;
  width: 18rem;
  height: auto;
  background-color: rgba(189, 166, 38, 0.377);
  border-radius: 12px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.541);
  padding-bottom: 20px;
  margin-bottom: 50px;
  text-align: center;
  margin-left: 0 !important;
}
.related_products_card h2 {
  padding: 0;
  margin-top: 10px;
}
ul.products.columns-3 li.product img {
  width: 14.7rem;
  height: auto;
}
ul.products li.product {
  width: 30.79667%;
  margin-right: 3.8%;
}
ul.products.columns-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.products.columns-3 li.product {
  width: 100%;
  text-align: center;
  height: auto;
  margin-bottom: 5px;
}
ul.products.columns-4 {
  display: inline-block;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
ul.products li.product img {
  display: inline-block;
  text-align: center;
  padding-top: 10px;
}
ul.products li.product .button {
  display: inline-block;
}
.onsale {
  position: absolute;
  text-align: center;
}
.added_to_cart {
  display: none;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  background-color: white;
}
.product_details {
  display: flex;
  padding-top: 20px;
}
.product_details img {
  margin-bottom: 5px;
  margin: 0 5px 5px;
  margin-top: 20px;
  border: 4px solid white;
  box-shadow: 0 0 10px #aaa;
  border-radius: 5px;
}
.product_details .onsale {
  top: 50px;
  left: 15px;
}
form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
  margin: 0;
}
.woocommerce-Reviews input[type="submit"] {
  color: #8d2922;
  background-color: rgb(46, 41, 41);
  border-radius: 10px;
  padding: 3px 7px;
}
.woocommerce-Reviews .form-submit {
  text-align: center;
}
.tagged_as {
  display: block;
}
.related.products .row {
  padding-top: 20px;
}

/*Media Queries for Single Product Page*/

@media only screen and (max-width: 991px) {
  .related.products .row .col-md-6:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  .related.products h2 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 772px) {
  ul.products.columns-3 li.product img {
    width: 13rem;
    height: auto;
  }
}
@media only screen and (max-width: 770px) {
  form.cart .qib-container+button[type='submit']:not(#qib_id):not(#qib_id),
  form.cart .qib-container+div:not(#qib_id):not(#qib_id):not(_) {
    margin-left: 0;
  }
  .entry-content {
    margin: 10px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .product_details {
    display: grid;
    text-align: center;
  }
  .woocommerce-product-gallery__trigger {
    margin-right: 102px;
  }
}
@media only screen and (max-width: 677px) {
  ul.products.columns-3 {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
  ul.products.columns-4 {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 676px) {
  .related.products {
    text-align: center;
  }
  .related.products .row {
    margin-left: 0;
  }
}
@media only screen and (max-width: 615px) {
  ul.products.columns-3 li.product img {
    width: 14.7rem;
    height: auto;
  }
}
@media only screen and (max-width: 608px) {
  .related_products_card h2 {
    font-size: 28px;
  }
  .related_products_card .woocommerce-Price-amount {
    font-size: 18px;
  }
  .related_products_card .button {
    font-size: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .product_details img {
    width: 70%;
    height: auto;
  }
  .woocommerce-product-gallery__trigger {
    margin-right: 80px;
  }
  .onsale {
    margin-left: 72px;
  }
}
@media only screen and (max-width: 525px) {
  .woocommerce-tabs ul li {
    width: 8rem;
  }
  .entry-content {
    margin: 10px 20px;
  }
}
@media only screen and (max-width: 507px) {
  .related_products_card {
    width: 16rem;
  }
  ul.products.columns-3 li.product img {
    padding-top: 0;
    border-radius: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 490px) {
  .woocommerce-tabs {
    display: block;
  }
  .woocommerce-Reviews .form-submit {
    text-align: right;
  }
  .woocommerce-tabs ul {
    display: flex;
    justify-content: center;
  }
  .woocommerce-Tabs-panel--additional_information h2,
  .woocommerce-Tabs-panel--description h2,
  .woocommerce-Tabs-panel--reviews h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 422px) {
  .woocommerce-product-gallery__trigger {
    margin-right: 50px;
  }
  .onsale {
    margin-left: 55px;
  }
}
@media only screen and (max-width: 375px) {
  .related_products_card {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 352px) {
  .related_products_card {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .related_products_card {
    width: 14rem;
    padding-bottom: 0;
  }
  ul.products.columns-3 li.product img {
    width: 13.7rem;
    height: auto;
    border-radius: 10px 10px 0 0;
    padding-top: 0;
  }
  .woocommerce-product-gallery__trigger {
    margin-right: 40px;
  }
  .onsale {
    margin-left: 45px;
  }
  .related_products_card h2 {
    font-size: 25px;
  }
  .related_products_card .woocommerce-Price-amount {
    font-size: 15px;
  }
  .related_products_card .button {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 323px) {
  .related_products_card {
    width: 14rem;
  }
}
@media only screen and (max-width: 305px) {
  .related_products_card {
    width: 12rem;
  }
  ul.products.columns-3 li.product img {
    width: 9rem;
    height: auto;
    border-radius: 0;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 230px) {
  .related_products_card {
    width: 10rem;
  }
  ul.products.columns-3 li.product img {
    padding-top: 0;
    border-radius: 10px 10px 0 0;
  }
}

/*My Account Page Stylling*/

#page_title {
  display: none;
}
.entry-content-myaccount .woocommerce {
  display: flex;
  justify-content: center;
}
.woocommerce-MyAccount-navigation .dashboard-user-info {
  background-color: #f7f7f7;
  box-shadow: 0 0 5px rgb(207, 207, 207);
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px 40px;
  margin-top: 20px;
  min-width: 17rem;
}
.woocommerce-MyAccount-navigation .dashboard-user-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px grey;
  margin-right: 20px;
}
.woocommerce-MyAccount-navigation .dashboard-user-details h5 {
  font-size: 17px;
  display: inline-block;
  color: rgb(63, 63, 63);
  margin-top: 5px;
}
.woocommerce-MyAccount-navigation .dashboard-user-details h5 a {
  color: rgb(68, 68, 68);
}
.woocommerce-MyAccount-navigation .dashboard-user-details h5 a:hover {
  color: #000;
}
.woocommerce-MyAccount-navigation .dashboard-navigation-links {
  background-color: #f7f7f7;
  box-shadow: 0 0 5px rgb(207, 207, 207);
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 17rem;
}
.woocommerce-MyAccount-navigation ul {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 20px 40px;
  font-size: 17px;
  color: rgb(63, 63, 63);
}
.woocommerce-MyAccount-navigation ul li:hover {
  color: #fff;
  background-color: #8d2922;
}
.woocommerce-MyAccount-navigation ul li:hover .navigation-menu-right-arrow i {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li i {
  font-size: 18px;
  margin-right: 10px;
}
.woocommerce-MyAccount-navigation .navigation-menu-right-arrow {
  float: right;
}
.woocommerce-MyAccount-navigation .navigation-menu-right-arrow i {
  margin-right: 0;
  color: grey;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul a {
  color: rgb(46, 41, 41);
}
.woocommerce-MyAccount-navigation ul a:hover {
  color: #8d2922;
}
.woocommerce-MyAccount-navigation .is-active {
  cursor: default;
  color: #fff;
  background-color: #8d2922;
}
.woocommerce-MyAccount-navigation .is-active .navigation-menu-right-arrow i {
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-info {
  width: 100% !important;
}
.woocommerce-MyAccount-content {
  padding-bottom: 50px;
  margin-left: 4%;
}
.account-dashboard .greeting h5 {
  text-align: left !important;
  padding: 0 !important;
  margin-bottom: 0;
  font-size: 17px;
}
.account-dashboard .greeting span {
  display: inline-block;
}
.account-dashboard p:first-of-type {
  margin-top: 20px;
}
.account-dashboard p {
  font-size: 16.5px;
  line-height: 28px;
}
.account-dashboard .navigation-boxes {
  margin-top: 60px;
}
.account-dashboard .navigation-boxes .navigation {
  padding: 20px;
  text-align: left;
  min-height: 140px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  /*
  display: flex;
  justify-content: center;
  align-items: center;*/
}
.account-dashboard .navigation-boxes .navigation i {
  font-size: 25px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.account-dashboard .navigation-boxes .navigation h5 {
  font-size: 17px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.account-dashboard .contact {
  background: url(/wp-content/themes/liberfierithemebytitas/assets/img/old-paper-texture.jpg);
  padding: 30px 20px;
  border-radius: 5px;
  margin-top: 60px;
}
.woocommerce-MyAccount-content p {
  margin: 0 !important;
}
.woocommerce-MyAccount-content a {
  color: #8d2922;
}
.woocommerce-MyAccount-content a:hover {
  color: #000;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  width: 100%;
  text-align: center;
  background-color: transparent;
}
.woocommerce-message--info {
  text-align: center;
}
.woocommerce-Message {
  text-align: center;
}
.woocommerce-MyAccount-content {
  width: 100%;
  padding-right: 20px;
  /*display: grid;*/
  margin-top: 20px;
  margin-right: 40px;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders.shop_table_responsive {
  margin: 0;
  width: 100%;
}
.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders.shop_table_responsive th.woocommerce-orders-table__header {
  color: #fff;
}
.woocommerce-MyAccount-content h5 {
  padding: 20px 0;
  text-align: center;
  line-height: 30px;
}
.woocommerce-Button {
  border: none;
  background-color: #8d2922;
  color: #fff !important;
  padding: 9px 20px !important;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #3c3c3c;
}
.woocommerce-Button:hover {
  box-shadow: none;
}
.woocommerce-EditAccountForm button {
  margin-top: 20px;
}
.account_details {
  padding-top: 20px;
  width: 70%;
  margin: auto;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p {
  margin-bottom: 25px !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label {
  width: 159.6%;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
  font-size: 19px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
}
.account_details input[type="text"],
.account_details input[type="email"],
.account_details input[type="password"],
.account_details input {
  width: 160%;
}
.woocommerce-form-row {
  display: block;
}
.woocommerce-MyAccount-content .address_form .woocommerce-address-fields .form-row {
  width: 100% !important;
  margin-bottom: 25px !important;
}
.woocommerce-address-fields button {
  margin-top: 20px;
}
.woocommerce-MyAccount-content .row {
  text-align: center;
}
.woocommerce-MyAccount-content .user-addresses h5 {
  text-align: left;
  font-size: 17.5px;
  line-height: 26px;
}
.woocommerce-MyAccount-content .user-addresses .address-box {
  padding: 20px;
  text-align: left;
  box-shadow: 0 0 5px #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .user-addresses .address-box i {
  margin-right: 4px;
}
.woocommerce-MyAccount-content .address-box .woocommerce-Address-title h3 {
  font-size: 20px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px !important;
  margin-bottom: 20px !important;
}
.woocommerce-MyAccount-content .address-box .woocommerce-Address-title {
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content .address-box .woocommerce-Address-title a {
  font-weight: bold;
}
.woocommerce-MyAccount-content .col-lg-6:first-child .address-box .woocommerce-Address-title i.address-icon::before {
  content: "\f15c";
}
.woocommerce-MyAccount-content .col-lg-6:last-child .address-box .woocommerce-Address-title i.address-icon::before {
  content: "\f0d1";
}
.woocommerce-MyAccount-content .user-addresses .address-box address {
  line-height: 27px;
}
.woocommerce-address-fields {
  display: block;
}
.form-row {
  display: block;
  width: 60%;
}
#billing_country_field,
#billing_state_field {
  position: relative;
  z-index: 1;
}
.woocommerce .select2-dropdown,
.woocommerce-page .select2-dropdown,
body .select2-dropdown {
  position: relative;
  z-index: 1;
}
.address_form {
  margin-left: 40px;
  margin-top: 20px;
}
.address_form h3 {
  padding-bottom: 8px;
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #bababa;
}
.button {
  padding: 5px 10px;
}
.button.view {
  color: #8d2922;
}
.button.view:hover {
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #8d2922;
  color: #fff;
}
.select2-container--default .select2-selection--single {
  border: 1px solid rgb(189, 184, 184);
  color: #515151;
  padding: 8px 10px;
  height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #515151;
  line-height: 21px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0.5px;
  right: 8px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2px;
}

/*Hiding the downloads link from navigation as there is no downloadable product*/


/*.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}*/


/*Media Queries for My Account Page*/

@media only screen and (max-width: 1255px) {
  .account_details {
    width: 80%;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1073px) {
  .account_details {
    width: 65%;
    margin-left: 65px;
  }
  .form-row {
    width: 80%;
  }
}
@media only screen and (max-width: 968px) {
  .account_details {
    width: 65%;
    margin-left: 60px;
  }
  .form-row {
    width: 80%;
  }
}
@media only screen and (max-width: 781px) {
  .account_details {
    margin-left: 40px;
  }
  .form-row {
    width: 90%;
  }
  .address_form {
    margin-left: 20px;
  }
  .woocommerce-MyAccount-content .user-addresses h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-MyAccount-content table.shop_table_responsive {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 659px) {
  .account_details {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 629px) {
  .entry-content-myaccount .woocommerce {
    display: block;
  }
  .woocommerce-MyAccount-content .woocommerce-info {
    width: 100% !important;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
  }
  .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    text-align: center;
  }
  .account_details {
    width: 68%;
    margin-left: 5.5px;
  }
  .woocommerce-MyAccount-content {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .address_form {
    margin-left: 5px;
    margin-right: 5px;
  }
  .address_form h3 {
    font-size: 22px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 384px) {
  .account_details {
    width: 67.5%;
  }
}
@media only screen and (max-width: 289px) {
  .address_form {
    margin: 3%;
    margin-left: 8%;
  }
}

/*Styling Variable Product*/

.flex-viewport {
  width: 100%;
  text-align: center;
  margin: 0 50px;
  padding-top: 20px;
}
.woocommerce-product-gallery__image .flex-active-slide {
  width: 100% !important;
  text-align: center;
}

/*.product-type-variable .woocommerce-product-gallery__trigger {
  margin-right: 36%;
}*/

.flex-control-thumbs {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.variations {
  display: flex;
  justify-content: center;
  text-align: initial;
  width: 103.5%;
  padding-bottom: 40px;
}
.variations label {
  padding: 5px 0;
  margin-bottom: 0;
  margin: 4px;
}
.reset_variations {
  color: #8d2922;
  padding-left: 5px;
}
.reset_variations:hover {
  color: #000;
}
.variations tr {
  padding: 5px 0;
}
.related.products .row {
  justify-content: space-around;
  width: 100%;
}

/*Media Queries for variable Product Page*/

@media only screen and (max-width: 768px) {
  .product-type-variable .onsale {
    margin-left: 20%;
  }
  .product-type-variable .woocommerce-product-gallery__trigger {
    margin-right: 19%;
  }
  .woocommerce-LoopProduct-link .onsale {
    margin-left: 0;
  }
}
@media only screen and (max-width: 456px) {
  .product-type-variable .onsale {
    margin-left: 15%;
  }
  .product-type-variable .woocommerce-product-gallery__trigger {
    margin-right: 14%;
  }
  .woocommerce-LoopProduct-link .onsale {
    margin-left: 0;
  }
}

/*Grouped Product Page Styling*/

.grouped_form table {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.grouped_form table td,
.grouped_form table a {
  padding: 2px 8px;
}
.grouped_form table a {
  color: #8d2922;
}
.grouped_form table a:hover {
  color: #000;
}

/*Login and Registration Page Styling*/

.lr_custom {
  border: 1px solid #ddd;
  box-shadow: 0 0 5px grey;
  width: 50%;
  margin: auto;
  padding: 20px 30px;
}
.lr_custom h2 {
  border-bottom: 1px solid #aaa;
  font-size: 26px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.lr_custom_login {
  display: block;
}
.lr_custom_registration {
  display: none;
}
.lr_custom_login-toggled {
  display: none;
}
.lr_custom_registration-toggled {
  display: block;
}
.lr_custom_registration_toggler,
.lr_custom_login_toggler {
  cursor: pointer;
  /*font-weight: bold;*/
  color: #8d2922;
  text-decoration: underline;
  display: inline-block;
}
.lr_custom_registration_toggler:hover,
.lr_custom_login_toggler:hover {
  color: #000;
}
#customer_login {
  margin-top: 40px;
  margin-bottom: 60px;
}
#customer_login .logo {
  text-align: center;
  margin-bottom: 20px;
}
#customer_login .logo img {
  width: 300px;
  height: auto;
}
.lr_custom .form-row {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.lr_custom .form-row.submit_row {
  margin-bottom: 20px;
}
.lr_custom .form-row.submit_row button {
  float: right;
}
.lr_custom .form-row.submit_row label {
  margin-top: 8px;
}
.lr_custom .form-row.submit_row label input[type="checkbox"] {
  padding-bottom: 1px;
  padding-right: 24px;
}
.lr_custom .form-row.submit_row .btn-custom {
  padding: 8px 30px;
}
.lr_custom_registration_toggler_text,
.lr_custom_login_toggler_text {
  text-align: center;
  border-top: 1px solid #aaa;
  margin-top: 40px;
  padding-top: 8px;
  line-height: 28px;
}
.lr_custom_registration .woocommerce-privacy-policy-text p {
  margin-top: 25px;
  font-size: 15px;
  text-align: center;
}
.lr_custom_registration .woocommerce-privacy-policy-text p a {
  color: #8d2922;
}
.lr_custom_registration .woocommerce-privacy-policy-text p a:hover {
  color: #000;
}
.lr_custom_registration button {
  text-align: center;
  width: 100%;
  color: #fff;
  background-color: #8d2922;
  border-radius: 10px;
  padding: 7px 18px;
  margin-top: 10px;
}

/*
.lr_custom {
  background-image: url(../assets/img/scroll.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 0 50px 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.lr_custom input[type="text"],
.lr_custom input[type="email"],
.lr_custom input[type="password"] {
  width: 120%;
}
.submit_row {
  display: flex;
  justify-content: space-between;
}
.lr_custom button:not(:disabled) {
  cursor: pointer;
  background-color: rgb(46, 41, 41);
  color: #8d2922;
  border-radius: 10px;
  box-shadow: 0 0 2px grey;
  padding: 5px 10px;
}
.lr_custom {
  justify-content: center;
}
.lr_custom a {
  color: rgb(46, 41, 41);
}
.lr_custom a:hover {
  color: #8d2922;
}
.lr_custom {
  margin-bottom: 100px;
}*/

.woocommerce-password-strength {
  position: absolute;
  margin-top: 100px;
  padding-right: 60px;
}
.woocommerce-password-hint {
  position: absolute;
  margin-top: 130px;
  padding-right: 100px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  color: #8d2922;
  background: transparent;
  list-style: none;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.woocommerce-error li {
  padding: 10px 10px 0;
}
.woocommerce-ResetPassword,
.lost_reset_password {
  padding: 100px;
  width: 100%;
}
.woocommerce-ResetPassword .form-row {
  width: 300px;
  padding: 0;
  margin-right: auto !important;
  margin-left: auto !important;
}
.woocommerce-ResetPassword.lost_reset_password .form-row-first {
  margin-top: 40px;
  width: 300px !important;
}
.woocommerce-ResetPassword p {
  width: 100%;
  text-align: center;
}
.password_reset_confirmation {
  width: 100%;
  padding: 100px;
  text-align: center;
}
.password_reset_alert .woocommerce-message {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  color: rgb(146, 155, 15);
}

/*Media Queries for Login and Registration page*/

@media only screen and (max-width: 993px) {
  .lr_custom {
    width: 60%;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0;
	width: 100% !important;
  }
  .woocommerce-ResetPassword, .lost_reset_password {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 800px) {
  .lr_custom {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .lr_custom {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .lr_custom {
    width: 90%;
  }
  .entry-content-myaccount .container {
    padding: 0;
  }
}
@media only screen and (max-width: 550px) {
  .entry-content-myaccount .container {
    padding: 0;
  }
  #customer_login {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .lr_custom {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  #customer_login .logo img {
    width: 245px;
    height: auto;
    max-width: 100%;
  }
  .lr_custom .form-row.submit_row button {
    float: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

/*@media only screen and (max-width: 1419px) {
  .woocommerce-ResetPassword .form-row {
    padding: 0 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .lr_custom {
    background-image: url(../assets/img/scroll-2.png);
    padding: 40px 0 40px 90px;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0 250px;
  }
  .password_reset_confirmation {
    padding: 100px 80px;
  }
  .woocommerce-password-strength {
    left: 60px;
  }
  .woocommerce-password-hint {
    left: 60px;
    padding-right: 73px;
  }
}
@media only screen and (max-width: 1073px) {
  .lr_custom input[type="text"],
  .lr_custom input[type="email"],
  .lr_custom input[type="password"] {
    width: 100%;
  }
  .lr_custom {
    background-image: url(../assets/img/scroll-5.png);
    padding: 40px 48px 40px 64px;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0 200px;
  }
  .woocommerce-password-strength {
    left: 40px;
    text-align: left;
  }
  .woocommerce-password-hint {
    margin-top: 149px;
    padding-right: 100px;
    left: 39px;
  }
}
@media (max-width: 1073px) and (min-width: 991px) {
  #customer_login.row {
    padding-left: 79px;
  }
}
@media only screen and (max-width: 991px) {
  .lr_custom {
    background-image: url(../assets/img/scroll-3.png);
    padding: 30px 0px 30px 50px;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0 100px;
  }
  .woocommerce-password-strength {
    left: 40px;
    text-align: left;
    padding-right: 0;
  }
  .woocommerce-password-hint {
    margin-top: 150px;
    padding-right: 60px;
  }
  .lr_custom {
    margin-bottom: 140px;
  }
}
@media (max-width: 992px) and (min-width: 801px) {
  #customer_login.row {
    padding-left: 39px;
  }
}
@media only screen and (max-width: 801px) {
  .woocommerce-password-strength {
    padding-right: 15px;
    left: 22px;
  }
  .woocommerce-password-hint {
    left: 22px;
  }
}
@media only screen and (max-width: 782px) {
  .lr_custom:last-child {
    padding-right: 30px;
  }
  .lr_custom:first-child {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lr_custom {
    background-image: url(../assets/img/scroll.png);
    padding: 40px 0px 60px 90px;
  }
  .woocommerce-ResetPassword,
  .lost_reset_password {
    padding: 50px;
  }
  .password_reset_confirmation {
    padding: 100px 60px;
  }
  .woocommerce-password-strength {
    position: absolute;
    margin-top: 100px;
    padding-right: 60px;
    left: 80px;
  }
  .woocommerce-password-hint {
    position: absolute;
    margin-top: 130px;
    padding-right: 100px;
    left: 80px;
  }
  .lr_custom {
    margin-bottom: 0;
  }
  .lr_custom:last-child {
    margin-bottom: 100px;
  }
  .lr_custom:first-child {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 623px) {
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-2.png);
    padding: 40px 40px 60px 80px;
    margin-left: 8px;
  }
  .lr_custom:first-child {
    margin-left: 5px;
  }
  .woocommerce-password-strength {
    position: absolute;
    margin-top: 110px;
    padding-right: 60px;
    left: 80px;
  }
  .woocommerce-password-hint {
    position: absolute;
    margin-top: 160px;
    padding-right: 100px;
    left: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .lr_custom {
    background-image: url(../assets/img/scroll-5.png);
  }
  .lr_custom:first-child {
    padding: 40px 70px 60px 63px;
    margin-left: 62px;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0 70px;
  }
  .password_reset_confirmation {
    padding-top: 80px;
  }
  .lr_custom:last-child {
    margin-bottom: 140px;
    margin-left: 6px;
  }
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-5.png);
    padding: 40px 60px 60px 70px;
    margin-left: 47px;
  }
}
@media only screen and (max-width: 555px) {
  .lr_custom {
    background-image: url(../assets/img/scroll-5.png);
    padding: 40px 0px 60px 70px;
  }
  .lr_custom:first-child {
    padding: 40px 50px 60px 60px;
    margin-left: 53px;
  }
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-5.png);
    padding: 40px 50px 60px 70px;
    margin-left: 36px;
  }
}
@media only screen and (max-width: 524px) {
  .lr_custom {
    background-image: url(../assets/img/scroll-4.png);
    padding: 40px 0 60px 80px;
  }
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-4.png);
    padding: 40px 30px 60px 80px;
    margin-left: 20px;
  }
  .lr_custom:first-child {
    padding: 40px 50px 60px 70px;
    margin-left: 36px;
  }
  .woocommerce-ResetPassword,
  .lost_reset_password {
    padding: 30px;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0 50px;
  }
  .woocommerce-password-strength {
    position: absolute;
    margin-top: 100px;
    padding-right: 0;
    left: 40px;
  }
  .woocommerce-password-hint {
    position: absolute;
    margin-top: 130px;
    padding-right: 0;
    left: 40px;
  }
}
@media only screen and (max-width: 512px) {
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-5.png);
    padding: 40px 60px 60px 58px;
    margin-left: 36px;
  }
  .lr_custom:first-child {
    margin-left: 26px;
  }
  .password_reset_confirmation {
    padding: 100px 40px;
    padding-top: 80px;
  }
  .woocommerce-password-strength {
    margin-top: 110px;
    padding-right: 40px;
  }
  .woocommerce-password-hint {
    margin-top: 160px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 503px) {
  .lr_custom:last-child {
    padding-right: 90px;
  }
  .lr_custom:first-child {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 497px) {
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-6.png);
    padding: 40px 90px 60px 60px;
    margin-left: 42px;
  }
  .lr_custom:first-child {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 459px) {
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-6.png);
    padding: 40px 80px 60px 75px;
    margin-left: 20px;
  }
  .lr_custom:first-child {
    background-image: url(../assets/img/scroll-6.png);
    padding: 40px 90px 60px 60px;
    margin-left: 32px;
  }
}
@media only screen and (max-width: 430px) {
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-6.png);
    padding: 30px 60px 60px 62px;
    margin-left: 13px;
  }
  .lr_custom:first-child {
    padding: 40px 70px 60px 60px;
    margin-left: 19px;
  }
  .password_reset_confirmation {
    padding: 100px 10px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 415px) {
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-7.png);
    padding: 30px 70px 60px 50px;
    margin-left: 30px;
  }
  .lr_custom:first-child {
    background-image: url(../assets/img/scroll-7.png);
    padding: 40px 75px 60px 50px;
    margin-left: 36.3px;
  }
  .woocommerce-ResetPassword,
  .lost_reset_password {
    padding: 30px 10px;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 399px) {
  .lr_custom {
    background-image: url(../assets/img/scroll-7.png);
    padding: 30px 0px 60px 62px;
  }
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-7.png);
    padding: 30px 70px 60px 62px;
    margin-left: 27px;
  }
  .lr_custom:first-child {
    padding: 40px 70px 60px 52px;
    margin-left: 35px;
  }
  .lr_custom:last-child {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 377px) {
  .lr_custom:last-child {
    padding: 30px 60px 60px 50px;
    margin-left: 15px;
  }
  .lr_custom:first-child {
    background-image: url(../assets/img/scroll-8.png);
    padding: 40px 72px 60px 50px;
    margin-left: 38px;
  }
}
@media only screen and (max-width: 363px) {
  .lr_custom:last-child {
    background-image: url(../assets/img/scroll-9.png);
    margin-left: 14px;
  }
  .lr_custom:first-child {
    background-image: url(../assets/img/scroll-8.png);
    margin-left: 36px;
  }
}
@media only screen and (max-width: 353px) {
  .lr_custom input[type="text"],
  .lr_custom input[type="email"],
  .lr_custom input[type="password"] {
    height: 30px;
  }
  .lr_custom:last-child {
    padding: 30px 60px 60px 50px;
    background-image: url(../assets/img/scroll-10.png);
    margin-left: 22px;
  }
  .lr_custom:first-child {
    background-image: url(../assets/img/scroll-8.png);
    margin-left: 29px;
  }
}
@media only screen and (max-width: 335px) {
  .lr_custom input[type="text"],
  .lr_custom input[type="email"],
  .lr_custom input[type="password"] {
    height: 25px;
  }
  .lr_custom:last-child {
    padding: 30px 60px 60px 40px;
    background-image: url(../assets/img/scroll-11.png);
    margin-left: 36px;
    margin-bottom: 200px;
  }
  .lr_custom:first-child {
    background-image: url(../assets/img/scroll-12.png);
  }
  .woocommerce-password-strength {
    margin-top: 120px;
    padding-right: 0;
    left: 0;
  }
  .woocommerce-password-hint {
    margin-top: 180px;
    padding-right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 326px) {
  .lr_custom h2 {
    font-size: 20px;
  }
  .lr_custom:last-child {
    padding: 30px 75px 60px 40px;
    margin-left: 26px;
  }
  .lr_custom:first-child {
    padding: 30px 75px 30px 40px;
    margin-right: 0;
    margin-left: 32px;
  }
  .woocommerce-ResetPassword,
  .lost_reset_password {
    padding: 30px 5px;
  }
  .woocommerce-ResetPassword .form-row {
    padding: 0 30px;
  }
  .lr_custom:last-child {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 315px) {
  .lr_custom:last-child {
    padding-right: 60px;
  }
  .lr_custom:first-child {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 289px) {
  .lr_custom a {
    font-size: 12px;
  }
  .lr_custom:last-child {
    padding: 30px 60px 60px 30px;
    background-image: url(../assets/img/scroll-13.png);
    margin-left: 41px;
  }
  .lr_custom:first-child {
    background-image: url(../assets/img/scroll-13.png);
    padding: 40px 55px 30px 33px;
    margin-left: 38px;
  }
}*/


/*Cart Page Styling*/

.woocommerce-cart-form {
  width: 100%;
}
.cart_custom {
  display: flex;
  justify-content: center;
  margin: 0 40px;
}
.cart_form {
  margin-right: 50px;
}
.cart_totals {
  margin-left: 50px;
}
table.shop_table_responsive {
  border-collapse: collapse;
  margin: 60px 30px;
  margin-top: 40px;
  box-shadow: 0 0 5px grey;
}
table.shop_table_responsive thead tr {
  background-color: #8d2922;
}
table.shop_table_responsive th,
table.shop_table_responsive td {
  padding: 18px 25px;
}
.shop_table_with_product_details th {
  color: #fff;
}
table.shop_table_responsive tbody tr {
  border-bottom: 2px solid #ddd;
}
table.woocommerce-cart-form__contents tbody tr:last-child {
  border-bottom: none;
}
table.shop_table_responsive:first-child {
  border: 1px solid #ddd;
  margin-bottom: 145px !important;
}
table.shop_table_responsive tbody tr:nth-last-of-type(2) {
  border-bottom: 2px solid #8d2922;
}
.qib-button:not(#qib_id):not(#qib_id) {
  color: black;
  background-color: transparent;
}
.qib-button:not(#qib_id):not(#qib_id):hover {
  color: whitesmoke;
}
table.shop_table_responsive a {
  color: rgb(46, 41, 41);
}
button[name='update_cart'] {
  display: none !important;
}
button[name='apply_coupon'] {
  margin-top: 20px;
  margin-bottom: 22px;
}
.cart_totals {
  margin-top: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 5px grey;
  padding: 20px 20px 40px 20px;
}
.cart_totals table.shop_table_responsive {
  margin-top: 20px;
}
.cart_totals table {
  box-shadow: 0 0 0;
}
.cart_totals h2 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  padding-bottom: 8px;
}

/*.cart_totals table.shop_table_responsive tbody {
  display: table-caption;
}*/

.cart_totals table th,
.cart_totals table tbody tr {
  border-bottom: 2px solid #8d2922;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping th {
  display: block;
  width: 200%;
  text-align: center;
  border-bottom: 1px solid #bbb;
  padding-bottom: 5px;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
  display: block;
  width: 200%;
  border-bottom: 2px solid #8d2922;
  margin-bottom: -1px;
  padding: 15px 0;
  text-align: center;
}
.cart_totals table.shop_table_responsive tbody tr:nth-last-of-type(2) {
  border-bottom: none;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td ul.woocommerce-shipping-methods li {
  list-style: none;
  text-align: center;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator a {
  color: #8d2922;
  font-weight: bold;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator a:hover {
  color: #000;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .shipping-calculator-form {
  margin-top: 20px;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .shipping-calculator-form .button {
  border: none;
  background-color: #8d2922;
  color: #fff;
  padding: 8px 25px;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #3c3c3c;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .shipping-calculator-form .button:hover {
  box-shadow: none;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator {
  width: fit-content;
  margin: auto;
}
.cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator .form-row {
  width: 100% !important;
}
.woocommerce .cart_totals .btn-custom {
  padding: 12px 20px;
}
a.remove {
  font-size: 25px;
}
.cart_custom .woocommerce-message {
  position: absolute;
}
.cart_custom .cross-sells {
  display: none;
}
.cart_custom .woocommerce-message {
  width: 58%;
}
a.restore-item {
  color: rgb(46, 41, 41);
}
.empty_cart {
  width: 100%;
  text-align: center;
  padding-bottom: 200px;
}
.empty_cart .woocommerce-info {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  color: #000;
}
.empty_cart .woocommerce-message {
  width: 100%;
  text-align: center;
}
.empty_cart img {
  width: 280px;
  height: auto;
  margin-top: 40px;
}
.empty_cart .return-to-shop {
  margin-top: 100px;
}
.cart-collaterals .shop_table tbody td {
  text-align: right;
}
.cart-collaterals .shop_table .order-total .woocommerce-Price-amount {
  padding-right: 0;
}
.woocommerce .checkout_custom {
  margin-bottom: 60px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .order-total td {
  text-align: center;
  width: 50%;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row {
  width: 100% !important;
}
#page-title h1 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-left: 30%;
  margin-right: 30%;
}

/*Media Queries for Cart Page*/

@media only screen and (max-width: 1419px) {
  .cart_custom {
    margin: 0;
  }
  .cart_form {
    margin-right: 40px;
  }
  .cart_totals {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1334px) {
  table.shop_table_responsive:first-child {
    margin-left: 0;
  }
  table.shop_table_responsive th,
  table.shop_table_responsive td {
    padding: 15px 20px;
  }
  .cart_form {
    margin-right: 20px;
  }
  .cart_totals {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1168px) {
  .cart_form {
    margin-right: 10px;
  }
  .cart_totals {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1103px) {
  table.shop_table_responsive th,
  table.shop_table_responsive td {
    padding: 11px 13px;
  }
  .cart_form {
    margin-right: 8px;
  }
  .cart_totals {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1050px) {
  .cart_custom {
    display: block;
  }
  table.shop_table_responsive {
    width: 100%;
    margin-left: 0;
  }
  table.shop_table_responsive th,
  table.shop_table_responsive td {
    padding: 18px 25px;
  }
  .cart_totals {
    margin-bottom: 100px;
  }
  .cart_totals table tr td {
    display: block;
    text-align: right;
    clear: both;
  }
  .cart_custom .woocommerce-message {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .cart_form {
    margin-right: 0;
  }
  .cart_totals {
    margin-left: 0;
  }
  #page-title h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-left: 20%;
    margin-right: 20%;
  }
  table.shop_table_responsive:first-child {
    margin-bottom: 0 !important;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping th {
    width: 136.6%;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
    width: 136.6%;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td .woocommerce-shipping-calculator {
    width: 100%;
    margin-left: 5.5px;
  }
}
@media only screen and (max-width: 870px) {
  table.shop_table_responsive th,
  table.shop_table_responsive td {
    padding: 14px 18px;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping th {
    width: 132%;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
    width: 132%;
  }
}
@media only screen and (max-width: 811px) {
  table.shop_table_responsive th,
  table.shop_table_responsive td {
    padding: 12px 15px;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping th {
    width: 130.3%;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
    width: 130.3%;
  }
}
@media only screen and (max-width: 768px) {
  table.shop_table_responsive tbody td.product-thumbnail {
    text-align: center;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) " ";
    float: left;
    font-weight: bold;
  }
  a.remove {
    padding: 0 10px;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) " ";
    float: left;
  }
  table.shop_table_responsive td.product-subtotal {
    margin-bottom: 20px;
  }
  table.shop_table_responsive td.product-remove {
    padding-bottom: 0;
  }
  .coupon label {
    float: left;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping th {
    width: 100%;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
    width: 100%;
  }
  .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td::before {
    content: none;
  }
}
@media only screen and (max-width: 657px) {
  .empty_cart img {
    width: 60%;
  }
}
@media only screen and (max-width: 550px) {
  .cart-template .entry-content {
    margin: 10px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .cart-template .entry-content {
    margin: 0;
    margin-top: -20px;
  }
  .empty_cart .woocommerce-info {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
    color: #000;
  }
}
@media only screen and (max-width: 395px) {
  #page-title h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 284px) {
  table.shop_table_responsive tr td {
    font-size: 14px;
  }
}

/*Styling the Checkout Page*/

abbr {
  color: rgb(255, 38, 0) !important;
  text-decoration: none !important;
}
.coupon_form_toggle,
.login_form_toggle {
  display: block;
}
.checkout_coupon {
  text-align: center;
}
.checkout_coupon p {
  padding-top: 20px;
}
.woocommerce-checkout {
  width: 100%;
}
.woocommerce_checkout_custom {
  display: flex;
}
.woocommerce-checkout .woocommerce-error li {
  margin: 0;
  border-bottom: 1px solid #ddd;
  background-color: rgb(46, 41, 41);
  background-color: transparent;
  padding: 5px 0;
}
.woocommerce-checkout .woocommerce-error li:first-child {
  border-top: 1px solid #ddd;
  margin-top: 40px;
}
.woocommerce-checkout-review-order {
  display: grid;
}
.checkout_information {
  width: 120%;
  margin-left: 200px;
  padding-top: 40px;
}
.checkout_information h3 {
  padding-bottom: 20px;
}
.checkout_information h3 {
  text-align: center;
  padding-right: 150px;
}
.checkout_review {
  width: 70%;
  margin-right: 200px;
  margin-top: 40px;
}
#order_review_heading {
  text-align: center;
}
.woocommerce-checkout-review-order {
  margin-top: 60px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px grey;
  border-radius: 4px;
  padding: 20px 20px 40px 20px;
}
.woocommerce-checkout-review-order table {
  box-shadow: 0 0 0;
}
.woocommerce-checkout-review-order h2 {
  border-bottom: 1px solid #ddd;
}
.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table tbody tr {
  border-bottom: 2px solid #ccc;
}
.woocommerce-checkout-review-order table tr:last-of-type {
  border-bottom: 2px solid #8d2922;
}
.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table tbody td {
  padding: 15px 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tfoot .cart-subtotal td {
  text-align: right;
  padding-right: 18px;
  border-bottom: 2px solid #ccc;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .order-total th {
  text-align: center;
  border-bottom: 2px solid #8d2922;
  padding-right: 0;
  padding-left: 0;
  width: 50%;
}
.woocommerce-checkout .woocommerce-checkout-review-order table .order-total {
  font-size: 22px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  padding: 15px 20px;
  text-align: right;
  border-bottom: 2px solid #ccc;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul {
  margin-bottom: 0;
  list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td ul li label {
  margin-bottom: 0;
}
.checkout_review .woocommerce-notice {
  width: 100%;
  text-align: justify;
}
.place-order {
  width: 100%;
  text-align: center;
}
.place-order .button {
  border: none;
  background-color: #8d2922;
  color: #fff;
  padding: 9px 20px;
  margin-top: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #3c3c3c;
}
.place-order .button:hover {
  box-shadow: none;
}
.checkout_information input[type="tel"] {
  width: 100%;
}
.checkout_cl_form .woocommerce-info {
  color: #000;
}
.checkout_cl_form .form-row {
  width: 100%;
}
.checkout_cl_form form {
  margin: 0 38%;
}
.checkout_cl_form p {
  padding-top: 20px;
  text-align: justify;
}
.checkout_cl_form .woocommerce-info {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.checkout_cl_form .btn-custom {
  margin-top: 0;
}
.checkout_cl_form button {
  color: #8d2922;
  background-color: rgb(46, 41, 41);
  border-radius: 10px;
}
.checkout_cl_form p.form-row {
  text-align: center;
}
.checkout_cl_form .lost_password {
  text-align: center;
  color: rgb(46, 41, 41);
}
.checkout_cl_form a {
  color: rgb(46, 41, 41);
}
.checkout_cl_form a:hover {
  color: #8d2922;
}
.checkout_information .form-row {
  width: 85%;
  text-align: left;
}
a.showlogin,
a.showcoupon {
  color: #8d2922;
}
a.showlogin:hover,
a.showcoupon:hover {
  color: #000;
}
.checkout_information .woocommerce-password-hint,
.checkout_information .woocommerce-password-strength {
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  text-align: inherit;
}
h3#ship-to-different-address {
  font-size: 20px;
  margin-top: 20px;
}
.wc_payment_methods li label {
  display: inline;
  padding-left: 2px;
  width: 100%;
  position: relative;
  top: -1.215px;
}
.wc_payment_methods li {
  list-style: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc;
  margin: 10px 0;
  background-color: whitesmoke;
  padding: 20px;
}
.wc_payment_methods p {
  text-align: justify;
  margin-bottom: 0;
}
.wc_payment_methods input {
  position: relative;
  top: 1.5px;
}
.wc_payment_methods img {
  position: relative;
  top: -5px;
  height: 35px;
  float: right;
  max-height: 35px !important;
  margin: 0px 0 5px 0 !important;
  display: none !important;
}
.wc_payment_methods a.about_paypal {
  position: relative;
  border-bottom: 1px solid #ccc;
  /*display: inline-block;*/
  float: right;
  font-size: 12px;
  color: #8d2922;
  top: 3px;
  margin-right: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 2px solid whitesmoke;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}
input[type="checkbox"] {
  width: 20px;
}
input[type="checkbox"]:after,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="radio"]:before {
  content: " ";
}
input[type="checkbox"]:after,
input[type="radio"]:after {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #8d2922;
  background-color: whitesmoke;
}
input[type="checkbox"]:before input[type="radio"]:before {
  position: absolute;
  left: 5%;
  top: 5%;
  background: #8d2922;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.input-checkbox:checked:before,
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  display: table;
  width: 5px;
  height: 10px;
  border: 2px solid rgb(46, 41, 41);
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.input-checkbox:after,
input[type="checkbox"]:after {
  border-radius: 3px;
}
input[type="radio"]:after {
  border-radius: 50%;
}
input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
input[type="radio"]:checked:after {
  border-color: rgb(46, 41, 41);
}
input[type="radio"]:before {
  position: absolute;
  left: 5%;
  top: 5%;
  background: #8d2922;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/*Media Queries for Checkout Page*/

@media only screen and (max-width: 1459px) {
  .checkout_information {
    margin-left: 100px;
  }
  .checkout_review {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1264px) {
  .checkout_review {
    width: 80%;
  }
  .checkout_information h3 {
    text-align: center;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .checkout_information {
    margin-left: 50px;
  }
  .checkout_review {
    margin-right: 50px;
  }
  .checkout_cl_form form {
    margin: 0 35%;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout_information {
    margin-left: 20px;
  }
  .checkout_review {
    margin-right: 20px;
    width: 90%;
  }
}
@media only screen and (max-width: 921px) {
  .checkout_information {
    margin-left: 2%;
  }
  .checkout_review {
    margin-right: 5px;
    width: 95%;
  }
}
@media only screen and (max-width: 841px) {
  .woocommerce_checkout_custom {
    display: block;
  }
  .checkout_information {
    width: 100%;
  }
  .checkout_review {
    width: 100%;
  }
  .checkout_information .form-row {
    width: 105%;
  }
  .checkout_information h3 {
    text-align: center;
    padding-right: 0;
  }
  .checkout_information .row {
    width: 100%;
  }
  .checkout.woocommerce_checkout_custom {
    padding: 0 40px;
  }
  .checkout_cl_form form {
    margin: 0 30%;
  }
}
@media only screen and (max-width: 629px) {
  .checkout.woocommerce_checkout_custom {
    padding: 0 20px;
  }
  .checkout_cl_form form {
    margin: 0 25%;
  }
  .checkout_information {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 510px) {
  .checkout.woocommerce_checkout_custom {
    padding: 0 10px;
  }
  .checkout_information .form-row {
    width: 107%;
  }
  .checkout_cl_form form {
    margin: 0 20%;
  }
}
@media only screen and (max-width: 445px) {
  .checkout.woocommerce_checkout_custom {
    padding: 0;
  }
  .checkout_cl_form form {
    margin: 0 10%;
  }
  .checkout_information {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .checkout_cl_form form {
    margin: 0 5%;
  }
  .order-total .woocommerce-Price-amount {
    padding-right: 30px;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order table .order-total td {
    text-align: center;
  }
}
@media only screen and (max-width: 309px) {
  .woocommerce-checkout-review-order table th,
  .woocommerce-checkout-review-order table tbody td {
    padding: 10px 10px;
  }
  .woocommerce-checkout-review-order {
    padding: 10px;
    font-size: 15px;
  }
  .place-order .button {
    margin-top: 15px;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order table .order-total th {
    font-size: 15px;
  }
  .order-total .woocommerce-Price-amount {
    padding-right: 30px;
    font-size: 15px;
  }
}

/*Styling the Thank You Page*/

.woocommerce-order p.woocommerce-thankyou-order-received {
  color: #8d2922;
  padding-top: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-order p {
  font-size: 18px;
  color: #8d2922;
  padding-top: 20px;
  text-align: center;
}
.woocommerce-order ul li {
  list-style: none;
  font-weight: bold;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.woocommerce-order ul {
  padding: 20px 100px;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 0 5px #c2c2c2;
}
.woocommerce-order ul li strong {
  padding-left: 10px;
  font-weight: normal;
  display: inline-block;
  font-size: 17px;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  text-align: center;
  margin-bottom: 25px;
}
h2.woocommerce-column__title {
  margin-top: 25px;
}
.woocommerce-table--order-details {
  display: grid;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 0 5px #c2c2c2;
}
.woocommerce-table--order-details tbody {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}
.woocommerce-table--order-details th {
  padding: 10px;
}
.woocommerce-table--order-details thead th:last-child {
  width: 100%;
  text-align: right;
}
.woocommerce-table--order-details tbody td {
  width: 100%;
  text-align: left;
  padding: 5px 0;
}
.woocommerce-table--order-details a {
  color: #8d2922;
}
.woocommerce-table--order-details a:hover {
  color: #000;
}
.woocommerce-table--order-details tfoot td {
  width: 100%;
  text-align: right;
}
.woocommerce-customer-details address {
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  background: #f7f7f7;
  box-shadow: 0 0 5px #c2c2c2;
  line-height: 28px;
  margin-bottom: 50px;
}
.woocommerce-customer-details address p {
  padding: 0;
  margin: 0;
  color: rgb(46, 41, 41);
  font-size: 16px;
}

/*Media Queries for the Thank You Page*/

@media only screen and (max-width: 620px) {
  .woocommerce-order ul {
    padding: 20px;
  }
}
@media only screen and (max-width: 370px) {
  .woocommerce-order ul li {
    font-size: 17px;
  }
  .woocommerce-order ul li strong {
    font-size: 16px;
  }
}
@media only screen and (max-width: 290px) {
  .woocommerce-order ul {
    padding: 10px;
  }
  .woocommerce-order ul li {
    font-size: 15px;
  }
  .woocommerce-order ul li strong {
    font-size: 14px;
  }
  .woocommerce-table--order-details {
    font-size: 14px;
  }
  .woocommerce-customer-details address {
    font-size: 14px;
  }
  .woocommerce-customer-details address p {
    font-size: 14px;
  }
}

/*WooCommerce added to cart popup (Ajax) Styling*/

.xoo-cp-container {
  background: url(../assets/img/tile-background.jpg);
}
.xoo-cp-atcn {
  background-color: rgb(240, 171, 92);
  color: rgb(46, 41, 41);
  text-align: center;
}
.xoo-cp-icon-cross:before {
  color: rgb(46, 41, 41);
}
td.xoo-cp-ptitle a {
  color: #8d2922;
  padding-left: 10px;
}
td.xoo-cp-ptitle a:hover {
  color: #000;
}
a.xcp-btn {
  color: #8d2922;
  background-color: rgb(46, 41, 41);
  box-shadow: 0 0 5px #8d2922 inset;
}
a.xcp-btn:hover {
  color: rgb(233, 193, 147);
}
.xoo-cp-variations .variation:first-of-type {
  padding-left: 10px;
}

/*XT WooCommerce Floating Cart Styling*/

.xt_woofc-trigger {
  border-radius: 50%;
  background-color: rgb(233, 212, 142);
}
.xt_woofc-inner .xt_woofc-wrapper {
  box-shadow: none;
}
.xt_woofc-inner:hover .xt_woofc-wrapper:hover {
  box-shadow: none;
}
.xt_woofc-trigger.xt_woofc-icontype-image .xt_woofc-trigger-cart-icon {
  background-image: url(../assets/img/cart_icon.svg) !important;
  width: 50px;
  top: 50px;
  left: 35px;
}
.xt_woofc-trigger.xt_woofc-icontype-image {
  box-shadow: 0 0 10px rgb(46, 41, 41);
}
.xt_woofc-trigger.xt_woofc-icontype-image:hover {
  box-shadow: 0 0 5px rgb(46, 41, 41);
}
.xt_woofc-is-desktop.xt_woofc-counter-pos-top-left .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-tablet.xt_woofc-counter-tablet-pos-top-left .xt_woofc-trigger .xt_woofc-count,
.xt_woofc-is-mobile.xt_woofc-counter-mobile-pos-top-left .xt_woofc-trigger .xt_woofc-count {
  top: 20px;
  left: 38px;
  transform: scale(1) translateY(-50%) translateX(-50%);
  background-color: maroon;
  height: 25px;
  width: 25px;
}
.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-inner .xt_woofc-header,
.xt_woofc-animation-morph.xt_woofc-cart-open .xt_woofc-inner .xt_woofc-body {
  background: url(../assets/img/tile-background.jpg);
}
.xt_woofc-cart-open .xt_woofc-inner a.xt_woofc-checkout,
.xt_woofc-cart-open .xt_woofc-inner a.xt_woofc-checkout * {
  color: rgb(46, 41, 41);
}
.xt_woofc-cart-open .xt_woofc-inner a.xt_woofc-checkout,
.xt_woofc-cart-open .xt_woofc-inner a.xt_woofc-checkout *:hover {
  color: #fff;
}
.xt_woofc-animation-morph.xt_woofc-is-desktop.xt_woofc-pos-bottom-right .xt_woofc-inner a.xt_woofc-checkout {
  background-color: rgb(240, 171, 92);
}
.xt_woofc-inner .xt_woofc-quantity input {
  color: rgb(46, 41, 41);
  background-color: white;
}
.xt_woofc-inner .xt_woofc-quantity .xt_woofc-quantity-button i {
  color: rgb(46, 41, 41);
  background: transparent;
}
.xt_woofc-inner .xt_woofc-quantity .xt_woofc-quantity-button i:hover {
  color: white;
  background-color: rgba(46, 41, 41, 0.671);
}
a.xt_woofc-delete-item {
  color: #8d2922 !important;
}
a.xt_woofc-delete-item:hover {
  color: #000 !important;
}
.xt_woofc-inner a.xt_woofc-checkout {
  background: #8d2922 !important;
}
.xt_woofc-inner .xt_woofc-product-title a {
  color: rgb(46, 41, 41) !important;
}
.xt_woofc-inner .xt_woofc-product-title a:hover {
  color: #8d2922 !important;
}
.xt_woofc-inner .xt_woofc-product-title a {
  color: rgb(46, 41, 41) !important;
}
.xt_woofc-inner .xt_woofc-product-title a:hover {
  color: #8d2922 !important;
}

/*Styles for the O Auth*/

.the_champ_outer_login_container {
  border: 1px solid #ddd;
  padding-bottom: 8px;
  text-align: center;
  box-shadow: 0 0 5px grey !important;
  border-radius: 4px;
  background: whitesmoke;
  width: 77%;
  position: relative;
  left: 0;
  margin-left: 3.8%;
}
.theChampLogin {
  border-radius: 10px;
  box-shadow: 0 0 5px grey;
  margin: 2px 13px !important;
  width: 40px;
  height: 40px;
}
.theChampFacebookLoginSvg {
  padding-top: 7px;
}
.theChampGoogleLogin {
  border: 1px solid #ddd !important;
  border-radius: 10px;
  box-shadow: 0 0 5px grey;
  margin: 2px 13px !important;
  width: 40px;
  height: 40px;
}
.the_champ_outer_login_container ul {
  display: flex;
  justify-content: center;
}
.the_champ_social_login_title {
  padding: 8px 10px 0;
}
@media only screen and (max-width: 840px) {
  .the_champ_outer_login_container {
    width: 90%;
    margin-left: 3%
  }
}
.woocommerce-Reviews .the_champ_outer_login_container {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-Reviews .the_champ_outer_login_container {
    width: 100%;
    margin-left: 0;
  }
}
.checkout_cl_form .the_champ_outer_login_container {
  width: 90%
}
.checkout_information .the_champ_outer_login_container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout_information #customer_details.row {
  padding-top: 0;
}
div.theChampFacebookLogoContainer {
  width: 30px;
  height: 30px;
}
.lr_custom .the_champ_outer_login_container {
  background: transparent;
  box-shadow: none !important;
  border: none;
  position: absolute;
  top: 41px;
  left: 30px;
}
.lr_custom .the_champ_social_login_title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .lr_custom .the_champ_outer_login_container {
    top: 30px;
    left: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .lr_custom .the_champ_outer_login_container {
    top: 21px;
    left: 60px;
  }
}
@media only screen and (max-width: 840px) {
  .lr_custom .the_champ_outer_login_container {
    top: 21px;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .lr_custom .the_champ_outer_login_container {
    top: 30px;
    left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .lr_custom .the_champ_outer_login_container {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 404px) {
  .lr_custom .the_champ_outer_login_container {
    top: 35px;
    left: 35px;
  }
  .theChampLogin {
    width: 35px;
    height: 35px;
  }
  div.theChampFacebookLogoContainer {
    width: 25px;
    height: 25px;
  }
  ul.the_champ_login_ul li {
    width: 50px !important;
  }
}
@media only screen and (max-width: 340px) {
  .lr_custom .the_champ_outer_login_container {
    top: -35px;
    left: -10px;
  }
  .lr_custom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 326px) {
  .lr_custom .the_champ_outer_login_container {
    top: -35px;
    left: -24px;
  }
  .lr_custom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 282px) {
  .lr_custom .the_champ_outer_login_container {
    top: -38px;
    left: -15px;
  }
  .lr_custom {
    margin-top: 70px;
  }
}