/*
Theme Name: Website theme by Inovatyvus partneris
Author: Inovatyvus partneris
Author URI: http://asmeninis.lt
Version: 1.0
Text Domain: asmeninis
*/

body {
	background: #3c414c;
}

.d-inline-block {
	display: inline-block;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.color-inherit {
	color: inherit;
}

.float-right {
	float: right;
}

.theme-bg-1 {
	background: rgb(234, 234, 234);
}

.main-title {
	font-size: 28px;
	margin-top: 0;
}

.padded-section {
	padding-bottom: 30px;
}

header.top_panel_wrap {
	-webkit-box-shadow: 2px 10px 29px -2px rgba(222,222,222,0.5);
	-moz-box-shadow: 2px 10px 29px -2px rgba(222,222,222,0.5);
	box-shadow: 2px 10px 29px -2px rgba(222,222,222,0.5);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #fab700;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #e8aa00;
}

.woocommerce-order h2 {
	font-size: 24px;
	line-height: 28px;
}

/**
 * Product page
 -----------------------------------------------------------------------------------------------------------------------
 */

/* main holder */
.sticker-object-holder {
	overflow: hidden;
	position: relative;
	width: 625px;
}

.sticker-object-holder .main-object {
	margin-top: 75px;
}

.statuses-holder,
.statuses-holder-image,
.sticker-position {
	position: absolute;
	right: 35px;
}

/* statuses */
.statuses-holder,
.statuses-holder-image {
	top: 10px;
}

.woocommerce a.remove,
.sticker-alert {
	color: #da0404 !important;
}

.alert {
	display:block;
	width:100%;
	padding:.25em .5em;
	font-size:1.25em;
	text-align: center;
	color:white;
	border-radius: 3px;
}

.alert-success {
	background-color:green;
}

.alert-danger {
	background-color:red;
}

/* postion */
.sticker-position {
	top: 40px;
}

/* positoin real */
.sticker-position.real {
	top: unset;
	bottom: 39px;
	left: 75px;
	-webkit-transform: scale(0.22);
	-moz-transform: scale(0.22);
	-o-transform: scale(0.22);
	transform: scale(0.22);

	bottom: 38px;
	left: 160px;
	width: 300px;
}
.sticker-position.real .sticker-text-holder,
.sticker-position.real .sticker-image-holder
{
	border-radius: 30px;
}
.sticker-position.real .sticker-image-holder {
	overflow: hidden;
}

/* sticker holders */
.sticker-text-holder,
.sticker-image-holder
{
	background: white;
    width: 300px;
    height: 150px;    
    display: flex;
    flex-wrap: wrap;
	padding: 10px;
	box-shadow: 5px 10px 14px #d0d0d0;
}
.sticker-image-holder {
	padding: 0;
}
.sticker-image-holder .image {
    width: 300px;
    height: 100%;
    display: inline-block;
    padding: 10px;
	line-height: 130px;
    text-align: center;
}
.sticker-image-holder .image img {
    max-height: 100% !important;
    width: auto;
	vertical-align: middle;
}

/* text */
.background-hide {
	background: white !important;
}
.sticker-text-holder {
	display: flex;
	align-items: center;

	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-origin: content-box;
}
.sticker-text-holder .sticker-text {
	width: 100%;
	max-height: 100%;
}
.sticker-text-holder .inner-attachment {
	text-align: center;
	position: relative;
	z-index: 1;
	height: 0;
}
.sticker-text-holder.background-hide .inner-attachment {
}
.sticker-text-holder .inner-attachment.attached {
	margin: 10px auto;
	height: 50px;
}
.woocommerce-cart table.cart .inner-attachment img,
.woocommerce-checkout table.cart .inner-attachment img
{
	width: auto;
}
.sticker-text-holder .inner-attachment img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.sticker-text-holder .inner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	top: 0;
	left: 0;
	opacity: 0.7;
	border-radius: 30px;
}

.sticker-text-holder .inner-content {
	z-index: 1;
	position: relative;
}

.sticker-text-holder .inner-content p {
	line-height: initial;
}

.sticker-text {
	color: black;
	margin: auto;
	margin-bottom: auto !important;
	border: 1px solid transparent;
	background: white;
	background: transparent;
}
.sticker-text p {
	margin-bottom: 5px;
}

.sticker-text p:last-child {
	margin-bottom: 0;
}
.with-error .sticker-text {
	border-color: #da0404;
}












/**
 * Cart
 -----------------------------------------------------------------------------------------------------------------------
 */

.sticker-in-preview {
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	border-radius: 30px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.sticker-in-preview.preview-image img {
	width: auto !important;
	max-height: 100% !important;
}

.sticker-in-preview .sticker-text-holder {
	box-shadow: none;
}

.sticker-in-preview-holder {
	width: 225px;
	height: 115px;
	margin: 0 auto;
	text-align: center;
	background: none !important;
	padding: 0 !important;
	border: none !important;
}

.sticker-in-preview {
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	transform-origin: left top;
}

/**
 * Order preview
 -----------------------------------------------------------------------------------------------------------------------
 */

.wc-item-meta-label {
	display: none;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before
{
	content: none !important;
}

.product-thumbnail .wc-item-meta {
	padding-left: 0;
}
.product-thumbnail .wc-item-meta li {
	list-style: none;
	width: 100%;
	text-align: center;
}


/**
 * Menu
 */

.menu_main_wrap .logo {
    margin-bottom: 21px;
    margin-top: 29px;
	margin: 0;

	display: flex;
	align-items: center;
	height: 111px;
}

.menu_main_wrap .logo_main {
	max-height: 55px;
	width: auto;
}

.menu_main_wrap .menu_main_nav_area {
	display: flex;
	align-items: center;
	height: 111px;
}

.menu_main_wrap .menu_main {
	margin: 30px 0 25px;
	margin: 38px 0 25px;
	margin: 0;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive {
	width: 100%;
}


.tox .tox-toolbar__group {
	width: 100%;
}

.tox .tox-tbtn.tox-tbtn--bespoke {
	width: 60px;
	margin-left: auto;
}

.description-line {
	margin-bottom: 4px;
}

.upload-image,
.sm-back-to-text
{
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.upload-image {
	color: #5cb9e2;
	border-color: #5cb9e2;
}
.sm-back-to-text {
	color: #eeba00;
	border-color: #eeba00;
}
.customizer .cart {
	display: flex;
    align-items: center;
}

.price-holder {
	display: block;
}

.actual-price {
	font-size: 28px;
	font-weight: bold;
}

.customizer .qty {
	width: 80px;
}

.woocommerce a.remove:hover {
	background: #da0404;
}

.customizer-elements {
	padding: 40px 0;
}

body.page .main-text-content table td {
	border: 1px solid lightgrey;
}

.visible-inline {
	display: inline;
}

.sm-download-image {
	height: 150px !important;
	width: 300px !important;
	display: inline-block;
	outline: none !important;
	background: transparent;
}


/* upload form */
.file-upload {
	position: relative;
	display:block;
	width:150px;
	height:150px;
	border-radius: 3px;
	background-color:rgba(0,0,0,0.3);
	font-size: 14px;
	color:white;
	text-align: center;
	line-height: 150px;
}

.file-upload input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}

.file-preview img{
	width:100%;
	height: auto;
}

.file-preview .ibenic_file_preview {
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
}

.ibenic_file_delete {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	padding:0.5em;
	text-align: center;
	color:white;
	background-color:red;
}

/* Preloading */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover
{
	background-color: #fab700;
}
.sm-preloader {
	width: 300px;
	background: rgba(255, 255, 255, 0.6);
    position: absolute;
}

.actual-price {
	color: #3c414c;
}

.woocommerce-info {
	border-top-color: #fab700;
}
.woocommerce-info::before {
	color: #fab700;
}

/**
 * Menu
 */
.responsive_menu .menu_main_nav_area {
	width: 100%;
}

/**
 * Page content
 */
.page_wrap .page_content,
.fullwidth_section.theme-bg-1.customizer
{
	min-height: calc(100vh - 111px - 60px);
}

.page_wrap .page_content
{
	padding-top: 50px;
}

.page_wrap .page_content .customizer {
	margin-top: -50px;
	overflow-y: auto;
}

/**
 * Cart
 */

/*fields*/
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea
{
	padding: 0.45em 0.5em;
	border: 2px solid #8c8c8c;
	color: #000000;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label
{
	color: #000000;
}

/*custom select*/
.select2-container--default .select2-selection--single {
	line-height: 1.3em;
	border: 2px solid #8c8c8c;
	border-radius: 0;
}
.select2-container .select2-selection--single {
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
 	height: 38px;
}
.select2-dropdown {
	border: 2px solid #8c8c8c;
	border: 2px solid #e5e5e5;
	border-radius: 0;
}
/* payment method fields */
/*.stripe-card-group #stripe-card-element {*/
	/*height: 38px;*/
/*}*/

.wc_payment_method.payment_method_stripe > label {
	width: 100%;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	height: 38px;
	padding-top: 10px !important;
}

/* borders */
.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details address
{
	border: 1px solid #8c8c8c;
	border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-customer-details address
{
	color: #000000;
}
body.page .main-text-content table td {
	border: 1px solid #e5e5e5;
}

body.page .main-text-content table {
	color: #3c414c;
}

/*labels*/

.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox],
.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox],
.woocommerce-form__label-for-checkbox.checkbox input[type=radio],
.woocommerce-form__label-for-checkbox.checkbox input[type=radio]
{
	top: 3px;
}

#ship-to-different-address-checkbox {
	top: 0;
	position: relative;
	margin-left: 3px;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: none;
}

/* terms and conditions */
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required
{
	padding-left: 0;
}

.woocommerce-terms-and-conditions-wrapper .form-row.validate-required input
{
	position: relative;
	margin-right: 4px;
	/*margin-top: -8px;*/
}



@media (min-width: 1200px) {
	.customizer {
		display: flex;
		align-items: center;
		min-height: calc(100vh - 111px - 60px);
	}

	.customizer-elements {
		margin-top: -30px;
		padding: 80px 0;
	}

	.menu_main_wrap .menu_main {
		margin: 10px 0 25px;
		margin: 15px 0 25px;
		margin: 0;
	}
	.menu_main_wrap .menu_main_nav_area {
		float: right;
	}
}

@media (max-width: 991px) {
	.menu_main_wrap .menu_main {
		width: auto !important;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 0;
		height: 111px;
	}

	.responsive_menu .menu_main_responsive_button {
		position: static;
	}

	/* fields */
	.select2-container .select2-selection--single {
		height: 34px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 34px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 34px;
	}
}

@media (max-width: 767px) {
	.statuses-holder,
	/*.statuses-holder-image,*/
	.sticker-position.preview {
		right: auto;
		left: 0;
	}

	.menu_main_wrap .menu_main_nav_area .menu_main_responsive {
		margin-bottom: 15px;
		margin-top: 0;
	}

	/* fields */
	.select2-container .select2-selection--single {
		height: 31px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 31px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 31px;
	}

	/* labels */
	.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
		padding-left: 3px;
	}

	.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox],
	.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox],
	.woocommerce-form__label-for-checkbox.checkbox input[type=radio],
	.woocommerce-form__label-for-checkbox.checkbox input[type=radio]
	{
		position: relative;
		margin-left: 0;
		top: 0;
	}

	.woocommerce-terms-and-conditions-wrapper .form-row.validate-required input
	{
		margin-top: -1px;
	}

	/**
	 * Cart
	 */
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail
	{
		display: block;
	}

	.woocommerce-page table.cart .product-thumbnail {
		text-align: center !important;
	}
	.woocommerce-page table.cart .product-thumbnail:before {
		content: "";
	}
}

@media (max-width: 479px) {
	.menu_main_wrap .logo,
	.menu_main_wrap .menu_main
	{
		width: auto;
	}
	.menu_main_wrap .logo {
		float: left;
	}
	.menu_main_wrap .menu_main
	{
		float: right;
	}
	.responsive_menu .menu_main_responsive_button {
		left: auto;
		right: 0;
	}
	.responsive_menu .menu_main_nav_area {
		padding-top: 0;
	}

}

@media (max-width: 400px) {
	.sticker-object-holder .main-object {
		margin-left: -95px;
		margin-top: 135px;
	}
	.sticker-position.real {
		left: -80px;
	}


	.sticker-in-preview-holder {
		width: 225px;
		height: 115px;
		margin: 0 auto;
	}

	.sticker-in-preview {
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75);
		transform-origin: left top;
	}




	.statuses-holder {
		width: 300px;
		left: 15px;
	}
	.sticker-position.preview {
		width: calc(100vw - 30px);
	}
	.sticker-position.preview .sticker-text-holder{
		margin: 0 auto;
	}
	.sticker-image-holder {
		margin: auto;
	}


}

/*@media (max-width: 340px) {*/
	/*.sticker-position.preview .sticker-text-holder,*/
	/*.sticker-position.preview .sticker-image-holder*/
	/*{*/
		/*width: 270px;*/
		/*padding: 7px;*/
	/*}*/
/*}*/

/**
 * Dropzone
 */
.dropzone .dz-preview {
	width: 100%;
}

.dropzone .dz-preview .dz-image {
	max-height: 100% !important;
	width: auto !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropzone .dz-preview .dz-image img {
	display: inline-block !important;
	width: auto;
	/*height: 100%;*/
	/*max-width: 300px;*/
	/*height: auto;*/
	max-height: 100%;
	height: auto;
}


/* sticker-file-add */
.sticker-file-add {
	margin-top: 5px;
}
.sticker-file-add .dropzone {
	min-height: auto;
	padding: 5px 10px;
	/*border-color: transparent;*/
	/*background: transparent;*/
	/*transition: 0.3s;*/
}
.sticker-file-add:hover .dropzone {
	/*border: 1px dashed rgba(0, 0, 0, 0.3);*/
	/*background: #FFFFFF;*/
}
.sticker-file-add .dropzone .dz-message {
	margin: 0;
}
.sticker-file-add .dropzone .dz-button {
	height: auto;
}
.sticker-file-add .dropzone .dz-preview {
	margin: 0;
	width: auto;
}
.sticker-file-add .dropzone .dz-preview.dz-image-preview {
	background: transparent;
}
.sticker-file-add .dropzone .dz-preview .dz-details {
	padding: 0;
}

.sticker-file-add .dropzone .dz-preview .dz-details {
	/*position: relative;*/
	top: 25%;
}

/* Additional checkboxes */

.sm-checkbox {
	margin: 10px 0;
	cursor: pointer;
}
.sm-checkbox input[type="checkbox"] {
	margin: 0 5px;
}
