.asp-spinner {
text-indent: -9999px;
vertical-align: middle;
margin-left: 5px;
display: inline-block;
box-sizing: border-box;
position: relative;
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid #ccc;
border-top-color: #333;
animation: asp-spinner .6s linear infinite;
}
@keyframes asp-spinner {
to {
transform: rotate(360deg);
}
} .asp-btn-spinner-container {
width: 100%;
text-align: center;
padding: 10px;
}
.asp-btn-spinner {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.asp-btn-spinner div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #6fcef3;
border-radius: 50%;
animation: asp-btn-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #6fcef3 transparent transparent transparent;
}
.asp-btn-spinner div:nth-child(1) {
animation-delay: -0.45s;
}
.asp-btn-spinner div:nth-child(2) {
animation-delay: -0.3s;
}
.asp-btn-spinner div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes asp-btn-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.asp_line_through {
text-decoration: line-through;
}
.asp_product_coupon_input_container {
margin: 5px 0 10px 0;
}
.asp_btn_normalize {
text-transform: none;
border: none;
margin: 0;
padding: 0;
width: auto;
overflow: visible;
background: transparent;
color: inherit;
font: inherit;
line-height: normal;
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
-webkit-appearance: none;
}
&::-moz-focus-inner {
border: 0;
padding: 0;
}
.asp_product_custom_field_error {
display: none;
color: red;
}
.asp_out_of_stock {
font-weight: bold;
}
.asp_product_buy_button input, .asp_product_buy_button select {
display: inline-block;
line-height: 1;
padding: 8px 10px;
height: auto;
}
.asp_product_custom_field_label {
margin-right: 10px;
}
.asp-product-variations-label {
margin-right: 10px;
}
.asp_product_coupon_field_label {
margin-right: 10px;
}
.asp_product_coupon_input_container input.asp_product_coupon_field_input {
width: auto;
max-width: 200px;
margin-right: 10px;
}
.asp_product_buy_btn_container {
display: inline-block;
}
.asp_product_buy_button input::placeholder {
font-style: italic;
color: #bbb;
}
@keyframes blink {
0% {
opacity: .2;
}
20% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.asp-processing-cont {
display: none !important;
}
.asp-processing i {
animation-name: blink;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-fill-mode: both;
}
.asp-processing i:nth-child(2) {
animation-delay: .1s;
}
.asp-processing i:nth-child(3) {
animation-delay: .2s;
}
.asp-popup-iframe {
z-index: 2147483647;
background: rgba(0, 0, 0, 0.004);
border: 0px none transparent;
overflow: auto;
-webkit-overflow-scrolling: touch !important;
visibility: visible;
margin: 0px;
padding: 0px;
-webkit-tap-highlight-color: transparent;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.asp-popup-iframe-cont {
align-items: center;
justify-content: center;
z-index: 2147483647;
background: rgba(0, 0, 0, .3);
border: 0px none transparent;
overflow: auto;
-webkit-overflow-scrolling: touch !important;
visibility: visible;
margin: 0px;
padding: 0px;
-webkit-tap-highlight-color: transparent;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.asp-popup-spinner-cont {
text-align: center;
height: 85px;
padding-top: 10px;
}
@media (max-width: 500px) {
.asp_product_buy_btn_container {
display: block;
margin-left: 0;
margin-top: 10px;
text-align: center;
width: 100%;
}
}.wp-asp-grid button {
background: #409ddb;
color: white;
padding: 10px 15px;
font-weight: normal;
line-height: normal;
}
.wp-asp-grid button:hover {
background: #308dcb;
}
.wp-asp-grid {
font-family: Tahoma,Verdana,Segoe,sans-serif;
}
.wp-asp-grid a,.wp-asp-grid a:hover,.wp-asp-grid a:active,.wp-asp-grid a:focus {
text-decoration: none;
box-shadow: none;
border: none;
}
.wp-asp-grid a, .wp-asp-grid button {
outline: 0;
}
.wp-asp-grid-item {
width: auto;
border: none;
background: #ededed;
position: relative;
margin: 0px 1% 10px 0px;
padding: 7px;
}
.wp-asp-grid-row {
width: 100%;
clear: both;
margin: 5px 0;
margin-bottom: 20px;
padding: 0;
}
.wp-asp-post-grid {
display: inline-block;
clear: both;
width: 100%;
}
.wp-asp-product-name {
text-align: center;
font-weight: bold;
font-size: 1em;
margin: 5px;
padding-bottom: 60px;
}
.wp-asp-product-thumb {
text-align: center;
margin: 10px 10px 5px 10px;
}
.wp-asp-product-thumb img {
margin: 0 auto;
min-height: 128px;
min-width: 128px;
width: 100%;
max-width: 100%;
object-fit: cover;
}
.wp-asp-product-price {
text-align: center;
margin-bottom: 10px;
font-size: 0.9em;
}
.wp-asp-view-product-btn {
bottom: 15px;
left: 0;
position: absolute;
width: 100%;
text-align: center;
}
.wp-asp-view-product-btn button {
border-radius: 4px;
border: none;
background: #409ddb;
color: white;
text-transform: none;
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 1em;
line-height: 1em;
} #asp-sort-by-form{    
width:30%
}
#asp-sort-by-form select{
vertical-align: middle;
height: auto;
padding: 5px;
box-sizing: border-box;
width: 100%;
display: inline-block;
line-height: normal;
}
#asp-sort-wrapper{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
#asp-search-wrapper{
display: flex;
align-items: center;
justify-content: center;
} #wp-asp-search-form{
text-align: center;
margin-bottom: 20px;
}
.wp-asp-listing-search-field{
width: 90%;
max-width: 90%;
text-align: center;
position: relative;
height: 35px;
margin: 0 auto;
}
.wp-asp-listing-search-field input {
vertical-align: middle;
height: 35px;
padding: 5px;
box-sizing: border-box;
width: 100%;
display: inline-block;
line-height: normal;
}
.wp-asp-listing-search-field button {
box-sizing: border-box;
vertical-align: middle;
padding: 5px 5px;
height: 35px;
width: 35px;
margin: 0;
position: absolute;
top: 0;
right: 0;
}
.wp-asp-listing-search-submit button span {
font-size: 20px;
height: 20px;
width: 20px;
}
.wp-asp-search-res-text {
text-align: center;
margin-bottom: 20px;
}
.wp-asp-search-res-text a {
color: #000;
}
.wp-asp-search-res-text a:hover, .wp-asp-search-res-text a:focus, .wp-asp-search-res-text a:active {
border-bottom: 1px solid grey;
} .wp-asp-pagination {
clear: both;
text-align: center;
}
.wp-asp-pagination ul {
font-weight: normal;
list-style: none;
}
.wp-asp-pagination li {
margin: 0 5px;
display: inline;
}
.wp-asp-pagination span {
padding: 5px 10px;
background: #409ddb;
color: white;
}
.wp-asp-pagination a {
opacity: 0.7;
color: black;
padding: 5px 10px;
text-decoration: none;
border: none;
box-shadow: none;
}
.wp-asp-pagination a:hover,.wp-asp-pagination a:active,.wp-asp-pagination a:focus {
background: #c0c0c0;
}
@media (min-width: 768px) {
.wp-asp-grid-row {
display: flex;
}
.wp-asp-listing-search-field{
width: 70%;
max-width: 70%;
}
.wp-asp-grid-item {
width: 31%;
margin-right: 1.5%;
margin-left: 1.5%;
display: inline-block;
position: relative;
box-sizing: border-box;
align-items: stretch;
}
}