/*
Theme Name: telecareshop
Theme URI: https://www.telecareshop.com
Author: Mindedge Team
Author URI: https://github.com/mindedgedevel
Description: ธีมสำหรับเว็บไซต์ telecareshop.com
Tags: telecareshop, Shop Online, buy now, Shopping Cart, Shoping online, Shop Now, ซื้อของออนไลน์, สั่งสินค้า
Version: 0.0.2
Tested up to: 5.6
Requires at least: 4.7
Requires PHP: 5.6
Updated: 2021-12-20 11:38:47
Text Domain: telecareshop
*/

@import url('https://fonts.googleapis.com/css?family=Prompt:200,300,500');
@import url('https://fonts.googleapis.com/css?family=K2D:300,400,500');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100%;
} /*16px*/

body {
  background: var(--body-light);
  font-family: 'K2D', sans-serif;
  font-weight: 300;
  line-height: 1.45;
  color: #000000;
}

p {
  margin-bottom: 1rem;
  line-height: 1.65;
}

a {
  text-decoration: none;
  color: var(--primary-light);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Prompt', sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

small,
.text_small {
  font-size: 0.8rem;
}

.swatch-shape-circle {
  width: 32px !important;
  height: 32px !important;
}

.label label {
  margin-right: 10px !important;
}