/*
Theme Name: AK One
Author: Andriy Kondratyuk
Author URI: https://www.facebook.com/gvakon
Version: 1.0
*/


.alignnone {
    margin: 5px 15px 10px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 10px 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
}
.bypostauthor{
	display: inline-block;
}
.wp-caption {
    background: #fff;
	border: none;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 10px;
	display: inline-block;
	vertical-align: top;
}
.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: 12px;
    line-height: 17px;
    margin: 10px 0 0;
    padding: 0 4px 5px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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. */
}



a.checkout-button-cart{
	text-decoration: none !important;
	transition: .3s;
}
a.checkout-button-cart:hover{
	opacity: 0.8;
}



.woocommerce div.product form.cart .button{
	z-index: 2;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    border: 0px;
    background: unset;
	position: relative;
    display: flex;
    width: fit-content;
    margin-top: auto;
	padding: 15px 40px;
}
.woocommerce div.product form.cart .button:hover{
	color: #fff;
    outline: 0 !important;
    box-shadow: none !important;
    border: none;
    background: none;
}

.woocommerce div.product form.cart .button span{
	color: #fff;
	position: relative;
	z-index: 1;
}
.woocommerce div.product form.cart .button:after, .woocommerce div.product form.cart .button:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
	background-image: -moz-linear-gradient( 0deg, rgb(255 0 114) 0%, rgb(255 153 0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255 0 114) 0%, rgb(255 153 0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255 0 114) 0%, rgb(255 153 0) 100%);
    transform: skew(-20deg);
    transition: all .3s linear;
}
.woocommerce div.product form.cart .button:before {
    top: 5px !important;
    left: 5px !important;
    opacity: 0.2;
}


.woocommerce-variation-add-to-cart {
	position: relative;
	display: flex;
    justify-content: center;
}
.woocommerce-variation-add-to-cart .quantity {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}