/**
 * All of the CSS for your public-facing functionality should be included in this file.
 */

html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

#wpadminbar {
    display: none !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    background: white;
    box-shadow:
        0 14px 28px rgba(0, 0, 0, .25),
        0 10px 10px rgba(0, 0, 0, .25);
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-button {
    padding: 6px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #f0f0f0;
    margin-bottom: -1px;
    margin-right: -1px;
}
.tab-button:hover {
    background: #e0e0e0;
}
.tab-button.active {
    background: #fff; /*#e0e0e0;*/
}
.tab {
    border: 1px solid #ccc;
    padding: 10px;
}

/**
 *  Burger menu *
 **/
.hidden {
    visibility: hidden;
}
button {
    cursor: pointer;
}
/* remove blue outline */
button:focus {
    outline: 0;
}
.burger-button {
    position: relative;
    height: 30px;
    width: 40px;
    display: block;
    z-index: 99;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    pointer-events: all;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
}
.burger-bar {
    background-color: #444;
    position: absolute;
    top: 50%;
    right: 6px;
    left: 6px;
    height: 3px;
    width: auto;
    margin-top: -1px;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .6s cubic-bezier(.165, .84, .44, 1);
}
.burger-bar--1 {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    top: 40%;
}
.burger-bar--2 {
    transform-origin: 100% 50%;
    transform: scaleX(1);
}
.burger-button:hover .burger-bar--2 {
    transform: scaleX(1);
}
.no-touchevents .burger-bar--2:hover {
    transform: scaleX(1);
}
.burger-bar--3 {
    transform: translateY(6px);
    top: 60%;
}
#tb60-menu-burger.active .burger-button {
    transform: rotate(-180deg);
}
#tb60-menu-burger.active .burger-bar {
    background-color: #2b2b68;
}
#tb60-menu-burger.active .burger-bar--1 {
    transform: rotate(45deg);
    top: 50%;
}
#tb60-menu-burger.active .burger-bar--2 {
    opacity: 0;
}
#tb60-menu-burger.active .burger-bar--3 {
    transform: rotate(-45deg);
    top: 50%;
}
#tb60-menu-burger {
    display: block;
}

#navbarNav {
    width: 100%;
}
.global-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1,1,1,.77);
    z-index: 50;
}
#navbarNav {
    float: right;
}
.navbar {
    z-index: 100;
}
#navbarNav {
    display: block;
    margin-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    background: rgb(248, 249, 250);
}

/**
 * End of Burger menu *
 */
#tb60-customer-new-token h1 {
	font-size: 1.5rem;
	text-align: right;
	margin-bottom: 3.5rem;
}
#tb60-customer-new-token p, #tb60-customer-new-token h2 {
	display: none;
}
#tb60-catalog .tb60fullcatalog .row:nth-child(4), #tb60-catalog .tb60fullcatalog .row:nth-child(5) {
	display: none;
}
body {
	margin-top:30px;
	margin-bottom: 0;
	padding: 0;
}
#tb60-shopping-cart {
	min-height: calc(100vh - 140px);
	direction: rtl;
}
button, [type="submit"], [type="button"] {
	color: #333;
	border-color: #333;
}
.table {
	direction: rtl;
	display: flex;
	flex-direction: column;	
}
.table .row{
	direction: rtl;
	display: flex;
	flex-direction: row;	
	gap: 8px;
	border-bottom: 1px solid #777;
}
#tb60-shopping-cart .col-2, #tb60-shopping-cart .col-3, #tb60-shopping-cart .col-1{
flex: inherit;
	max-width: calc(20% - 8px);
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 3px 0;
}
.prepopulated-address {
	text-align: right;
	direction: rtl;
}
#tb60-shopping-cart .col-2 {
	max-width: calc(25% - 8px);	
}
#tb60-shopping-cart {
	gap: 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#tb60-shopping-cart .row > div:nth-child(3) {
	display: none
}
#tb60-top-menu {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	display: flex;
	width: 100%;
	max-width: 100vw;
	flex-wrap: nowrap;
	height: 100px;
	justify-content: space-between;
	z-index:100;
}
.logo-actual {
	order: 2;
justify-content: center;
    height: 100px;
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
}
.logo-actual img {
	max-height: 80px;
}
#tb60-top-menu {
background-color: white !important;	
}
#tb60-top-menu .navbar {
	position: absolute;
		order: 3;
    top: 25px;
    padding: 0 10px;
    left: 10px;
    height: 40px;
    width: 40px;
    direction: ltr;
    z-index: 2200;
    border-radius: 100px;
    background-color: white !important;
    border: 1px solid black;
}
.vip-area {
	order: 1;
}
#navbarNav {
	position: fixed;
	padding-top: 110px;
	width: 80vw;
	height: 100vh;
	top: 0;
	z-index:2000;	
}
#tb60-catalog{
	z-index: 90;
}
.navbar-brand {
	display: none;
}
#tb60-menu-burger button{
	background-color: transparent;
	border: none;
}
#tb60workshop {
	direction: rtl;
	height: 100vh;
	font-family: Heebo;
	font-size: 1.2rem;
	max-width: 90vw;
}
.row.login-oauth, .row.registernew{
	display: none;
}
.row.login-logo {
	margin-bottom: 80px;
}

.row.login-logo img{
	max-height: 150px;
}
.row {
	margin: 0;
}
.tb60-form-signin {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	
}
.tb60-form-signin .row {
	align-items: center;
	justify-content: center;
}
.row.login-wordpress {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 300px;
}

#tb60-menu-burger, .tb60-menu-burger-button {
	z-index: 100000;
	width: 30px;
	height: 20px;
	position: relative;
    margin: 0 -3.5px 0;
}
input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], select, textarea {
	text-align: center;
	min-height: 50px;
	width: 100%;
}
#dynamic-component, #dynamic-component > div, #tb60-logged-customer {
	min-height: 100vh;
}
#dynamic-component, #tb60-catalog {
	margin: 0 0;
	min-width: 90vw;
	display: flex;
	flex-direction: column;
}
#tb60-catalog {
	position: relative;
	min-height: calc(100vh - 100px);
	justify-content: space-between;
}
#sign-in {
	width: 100%;
	background-color: #4286f5;
	color: white;
	border: none;
	height: 50px;
	font-weight: bold;
}
.row.bgr-image {
	display: none;
    position: absolute;
	bottom: 0;
    width: 100vw;
    margin: 0 -5vw;
    justify-self: end;
}

.col-5, .col-2, .col-12 {
	flex: inherit;
	max-width: inherit;
	margin: 0;
	padding: 0;
}
.row button {
	width: 100%;
	font-size: 1.2rem;	
	color: #333;
	border: 1px solid #333;	
}
#order-now {
	margin: 0 !important;
	width: 100%;
}
.tb60fullcatalog {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-bottom: 50px;	
	margin-bottom:200px;
}
.row.tb60-product-image {
	height: 15vh;
}
.row.tb60-product-image img {
	height: 15vh;
	object-fit: contain;
}
.d-flex {
	gap: 20px;
}
.d-flex .col-6 {
	border: 1px solid #666;
	border-radius: 3px;
	flex: inherit;
	padding: 3px 6px 12px;
	max-width: calc(50% - 10px);
}

.d-flex .col-6 .row {
	justify-content: center;
	gap: 10px;
}
.d-flex .col-6 .input-group .form-control {
	width: 30%;
	font-size: 1.5rem;
	border-radius: 3px;
	background-color: #f8f8f8;
}
.d-flex .col-6 .input-group > .btn {
	font-size: 1rem;
	border-radius: 100px;
	height: 30px;
	width: 40px;
	padding: 0;
	margin-top: 10px;
	max-width: 20%;
}
.row.tb60-product-limits {
	display: none;
}
.btn {
	border-radius: 3px;
}
button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus {
	background-color: #f8f8f8;
	border-radius: 3px;
}
.tb60-product-title {
	font-size: 1.5rem;
}
.card-text {
	text-align: center;
}
#clear-cart {
	display: none;
}
.addbtn-passive, .addbtn-passive:hover, .addbtn-passive:focus {
	background-color: white;
	color: #4287F4 !important;
	font-weight: normal;
	border-color:#4287F4 !important;
}
#go-purchase, .addbtn-active, .btn-ordernow, .addbtn-active:hover, .addbtn-active:focus {
	margin: 0 !important;
	background-color: #4287F4;
	color: white !important;
	font-weight: normal;
	border-color:#4287F4 !important;
}
.addbtn-passive {
	font-weight: normal;
}
.btn-group {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row.thead-light > div{ 
padding: 1rem;}

#tb60-customer-new-token {
	    height: 1100px;
}
#tb60-purchase-history .row > div {
	flex: inherit;
	max-width: calc(100% / 3);
	text-align: right;
	padding: 6px 3px;
	border-bottom: 1px solid #888;
}
#generate-password, #copy-password {display: none;}

#tb60-purchase-history .row > div {
	font-size: 1rem;
}
#tb60-purchase-history .row > div:nth-child(3) {
	display: none;
}
#tb60-customer-repsonal-cabinet {
	text-align: right;
	direction: rtl;
}
#tb60-customer-repsonal-cabinet form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#tb60-customer-repsonal-cabinet form  input {
	border-radius: 3px;
}
#tb60-customer-new-token *{
	 text-align: center;
}
#tb60-customer-new-token button {
	margin-top: 10px;
}
#tb60-customer-change-password {
	text-align: center;
}
#tb60-customer-change-password h1 {
	font-size: 1.5rem;
}
#tb60-customer-change-password .row{
	margin-bottom: 8px; 
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#tb60-shopping-cart #lottie {
	margin: 0 auto;
}