/*
Theme Name: atmss
Theme URI: http://underscores.me/
Author: Munjin Hasan
Author URI: https://bcswebsiteservices.com
Description: WordPress theme for ATM Sales and Systems
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atmss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

atmss is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.sticky {}

.gallery-caption {}

.bypostauthor {}


.foxyshop-category-all .foxyshop_categories .list-group-item {
      text-align: center;  
    display: inline-block!important;
    margin-bottom: 5px;
}

.foxyshop-category-all .foxyshop_categories .list-group-item a img.alignnone {margin:20px; }

.foxyshop-category-all  .foxyshop_categories.list-group{  /*text-align: center; */ }
.foxyshop_oldprice {text-decoration: line-through;}

.footer-phone-link {
	    font-family: 'ProximaNova-Regular';
    font-size: 17px;
}

.footer-phone-link:hover { color: #fff; }

/*================= Added on 5/25/2021 ===================*/

.foxyshop_product_list .foxyshop_product_box .foxyshop_product_image img {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
    max-height: 200px;
}

#free_shipping_product_page {
  display: inline-block; 
  margin: 10px 0px; 
  width: 170px;
}

.foxyshop_related_product_list {
  list-style: none; 
}

.foxyshop_related_product_list .foxyshop_product_box
{
 float:left;
 width: 30%; 
 max-height: 50%;
 height: 50%; 
 padding: 19px;
 margin: 0px 10px 10px 0px;
} 

.foxyshop-category-all .foxyshop_categories .list-group-item a img.alignnone {
  margin-left: auto;
  margin-right: auto;
}

.foxyshop-category-all .foxyshop_categories #foxyshop_category_104, .foxyshop-category-all .foxyshop_categories #foxyshop_category_74{
  display: none!important; 
}



.foxyshop-category-all .foxyshop_categories .list-group-item p {
    display: none; 
}

.newarrivals-item .foxyshop_product_image .foxyshop_main_image{
    padding: 30px; 
    margin: auto;
    max-height: 250px; 
    max-width: 280px;
}

.foxyshop_categories  .list-group-item {
    width:49.5%;
    height: 230px; 
}

@media (max-width: 768px) {
  .foxyshop_related_product_list .foxyshop_product_box{
    width: 47%;
  }
}

@media (max-width: 576px) {
  .foxyshop_related_product_list .foxyshop_product_box{
    width: 100%;
    }
  .foxyshop_categories  .list-group-item {
        width:100%;
    }
}






