/*
Theme Name: Kidtyshop
Theme URI: http://etssoft.net/preview/wordpress/kidtyshop
Author: ETS-Soft
Description: Kidty Shop - For kid and toy stores
Version: 1.0.1
License: Themeforest.net Standard Licenses
License URI: https://themeforest.net/licenses/standard
Text Domain: kidtyshop
*/

/*style*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size:62.5%;
}

body {
	margin: 0;
	line-height:1.75;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

.h1, h1 {
	font-size: 24px;
	font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	line-height: inherit;
}
figcaption,
figure,
main {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: inherit;
}

a:active,
a:hover,
a:focus{
	outline-width: 0;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
    background: none;
    color: inherit;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
.invisible {
	visibility: hidden;
}

.hidden-xs-up {
	display: none;
}


th, td {
    padding: 0.4375em;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
table, th, td {
    border: 1px solid #eee;
}
table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
td {
    border-width: 0 1px 1px 0;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none;
	}
}

.hidden-xl-down {
	display: none;
}

.visible-print-block {
	display: none;
}

@media print {
	.visible-print-block {
		display: block;
	}
}

.visible-print-inline {
	display: none;
}

@media print {
	.visible-print-inline {
		display: inline;
	}
}

.visible-print-inline-block {
	display: none;
}

@media print {
	.visible-print-inline-block {
		display: inline-block;
	}
}

@media print {
	.hidden-print {
		display: none;
	}
}

ul, ol {
	margin: 0;
	padding: 0;
}
ul {
    list-style: none;
}
pre {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
img{
	max-width:100%;
	height: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    max-width: 100%;
}
.h3, h3{
	font-size:18px;
	text-transform: uppercase;
}
.h2, h2 {
	font-size: 21px;
}
* {
	padding: 0;
}
footer{
	float:left;
	width:100%;
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}
img.alignleft {
    float: left;
    margin-right: 1.5em;
}

img.alignright {
    float: right;
    margin-left: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption, .gallery-caption {
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
.page-links {
    font-weight: 700;
    padding: 2em 0px 3em;
}

.page-links {
    clear: both;
    margin: 0px 0px 1em;
    padding:0;
    font-weight: 400;
}


/* fix container king-composer*/
@media (min-width:768px) {
	.kc-container {
		width: 750px !important;
	}
	.no_pd_right{
		padding-right:0;
	}
	.hidden_xs_up{
		display: none;
	}
}
@media (min-width:992px) {
	.kc-container {
		width: 970px !important;
	}
	.hidden_sm_up{
		display: none;
	}
}
@media (max-width:991px) {
	.hidden_sm_down{
		display:none;
	}
}
@media (min-width:1200px) {
	.kc-container {
		max-width: 1200px !important;
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.hidden_xs_down{
		display: none;
	}
}


.fixed_button {
    display: none!important;
}