/**
*
*
*    Block Products By Country
*    Copyright 2021  Inno-mods.io
*
*    @author    Inno-mods.io
*    @copyright Inno-mods.io
*    @version   1.0
*    Visit us at http://www.inno-mods.io
*
*
**/

.products-restricted-for-your-country{
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
  font-size: 1rem;
  padding: .75rem 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.products-restricted-for-your-country i{
  margin: 0 30px 0 10px;
}

.products-restricted-for-your-country ul{
  list-style: circle;
  padding: 10px 0 0 30px;
}

.products-restricted-for-your-country a.btn{
  margin: 0 10px 0 20px;
}

.products-restricted-for-your-country a.btn:hover{
  color: #fff !important;
}

.cart-summary .checkout a.btn.disabled{
  cursor: not-allowed;
  opacity: .65;
  pointer-events: none;
}
