/*
Theme Name: oniks
Version: 1.0
*/

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.h1, h1 {
    font-size: 1.8rem!important;
}
.h2, h2 {
    font-size: 1.5rem!important;
}
.h3, h3 {
    font-size: 1.4rem!important;
}
.h4, h4 {
    font-size: 1.3rem!important;
}
.h4, h5 {
    font-size: 1.1rem!important;
}
p {
    margin-right: 1rem;
}

.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

a.skip-link.screen-reader-text {
    display: none;
}

header.entry-header {
    display: none;
}

footer.entry-footer {
    display: none;
}

header.page-header {
    display: none;
}

.table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529;
}
.table td {
    vertical-align: middle;
    font-style: italic;
    font-size: 1.125rem;
    text-align: center;
    border: 3px solid #3874ba;
    line-height: 1.1;
}

.table thead th {
	vertical-align: middle;
	background: #88b4e1;
	color: white;
	font-style: italic;
	font-size: 1.0rem!important;
	text-align: center;
	border: 3px solid #3874ba;
	line-height: 1.1
	}

.table tbody td {
	vertical-align: middle;
	font-style: italic;
	font-size: 1.125rem;
	text-align: center;
	border: 3px solid #3874ba;
	line-height: 1.1
}

.table-td-2-padding tr > td:nth-child(2) {
    padding: 0.5rem 0;
}

.sidebar li a.nav-link {
    background-color: initial !important;
    color: white;
    text-transform: initial;
    border-radius: initial;
    font-size: 1.3rem !important;
    padding: 0 !important;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.sidebar li.current-menu-item > a.nav-link {
	background-color: initial !important;
    color: #dedc00 !important;
}

.zag-red-h2 {
	font-family: 'Gabriela', sans-serif;
	font-weight: 600;
	color: #e60a80;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase; 
}

.zag-red-h4 {
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	color: #E60A80;
    margin-left: 20px;
	text-transform: uppercase;
	
}
.zag-darkblue-h3 {
	font-family: 'Cuprum', sans-serif;
	color: #006cb5;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 0.4rem;	
	font-size: 1.5rem;
	line-height: 112%;
}
.zag-darkblue-h4 {
	color: #006cb5;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.4rem;	
	font-size: 1.2rem;
	line-height: 112%;
}

.p-style {
	font-family: 'Cuprum', sans-serif;
	font-size: 1.25rem;
	text-align: justify;
	color: #006cb5;
	line-height: 112%;
}

.p-style-red {
	font-family: 'Cuprum', sans-serif;
	font-size: 1.25rem;
	text-align: justify;
	color: #e60a80;
	line-height: 112%;
}

.p-style-center {
	font-family: 'Cuprum', sans-serif;
	font-size: 1.1rem;
	text-align: center;
	color: #e60a80;
	line-height: 115%;
	font-weight: bold;
}

.ul-style {
	font-family: 'Cuprum', sans-serif;
	font-size: 1.2rem;
	color: #4F4F4F;
	line-height: 130%;	
}

.img-style {
	margin-bottom: 20px;
	position: relative;
    left: 10%;
}

.aligncenter {
    margin: 10px auto 10px;
	display: block;
}

@media (max-width: 991px) {
ul#menu-osnovnoe-menyu li {
    margin-top: 4px;
}
@media (min-width:345px) !important {
.img-fluid {
    max-width: 100%;
    height: auto;
}
@media (max-width: 576px)
.th, .td {
max-width: 40%;
}
}