/*
Theme Name: Camagears
Theme URI: https://camagears.ir/
Author: Rata Asgharpor
Author URI: rataasgharpor@gmail.com
Description: This is a template for Camagears store.
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camagears
Tags: e-commerce, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Camagears is distributed under the terms of the GNU GPL v2 or later.
*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: none;
}

.clear:after {
  clear: both;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}