
/*IMPORTS*/
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* ANIMATIONS */
@keyframes rotate {
	from {
    	transform: rotate(0deg);
  	}
  	to {
		transform: rotate(359deg);
  	}
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333; 
    /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #cccccc; 
}

/* ----------------------------------------------------------------------------------- */
body {
	margin: 0;
	color: #333;
	font-family: 'Poppins', sans-serif;
}

.nav {
	position: relative;
	width: 100%;
	height: 60px;
	/*border: 1px solid red;*/
}

.tc-doublenav {
	position: relative;
	height: 105px;
}

.tc-doublenav .nav-bottom-mobile {
	position: absolute;
	bottom: 1px;
}

#tc-scrollnav, #tc-scroll-double-nav {
	position: fixed;
	top: 0;
	z-index: 100;
	transition: 0.3s;
}

#tc-fixednav {
	position: fixed;
	top: 0;
	z-index: 600;
}

.nav-left, .nav-center, .nav-right {
	display: inline-block;
	margin: 0 10px;
}

.nav-links, .nav-search {
	display: inline-block;
}

.nav-links {
	width: max-content;
}

.nav-left h1 {
	margin: 0;
	margin-left: 30px;
}

.nav-left img {
	max-height: 40px;
	margin-top: 5px;
}

.nav-left span {
	font-size: 1.8em;
	transform: translateY(-10px);
	margin-right: 10px;
}

.nav-links a {
	text-decoration: none;
	padding: 18px 14px;
	color: #333;
	font-size: 18px;
	/*font-weight: bold; */
}

.nav-search {
	margin-left: 30px;
}

.nav-search table {
	border: 2px solid #333;
	border-radius: 20px;
	transform: translateY(5px);
	width: 250px;
}

.nav-search input {
	border: none;
	outline: none;
	background-color: transparent;
	color: #333;
	height: 25px;
}

.nav-search span {
	margin-right: 3px;
}

.nav-search {
	width: 400px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
}

.nav-search .nav-search-cont {
	background-color: white;
}

.nav-search .nav-search-cont .search-block {
	display: inline-block;
	width: 89%;
}

.nav-search .nav-search-cont .search-btn {
	display: inline-block;
	width: 9%;
}

.nav-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.nav-links .nav-service {
	color: white;
}

.nav-top-mobile .nav-center-mobile {
	text-align: center;
    transform: translate(-50%, 0);
    top: 15px;
}

.nav-left-mobile {
	position: absolute;
	left: 10px;
	top: 15px;
}

.nav-left-mobile  span {
	font-size: 1.8em;
}


.nav-center-mobile {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nav-center-mobile img {
	width: 70px;
	margin-top: 5px;
}

.nav-right {
	float: right;
	margin-top: 20px;
	display: none;
}

.nav-right span {
	font-size: 2em;
	margin: 0 10px;
	color: #333;
}

.nav-right a {
	text-decoration: none;
	font-size: 2em;
	margin: 0 10px;
	color: #333;
}

.nav-right-mobile {
	font-size: 2em;
	position: absolute;
	right: 10px;
	top: 10px;
}

.nav-right-mobile a {
	text-decoration: none;
	color: #333;
}

.nav-right button {
	width: 80px;
	height: 35px;
	transform: translateY(-5px);
}

.nav-bottom-mobile {
	width: 100%;
	overflow-x: auto;
}

.nav-bottom-mobile::-webkit-scrollbar {
	display: none;
}

.nav-bottom-mobile .nav-left a span {
	font-size: 1.2em;
	transform: translateY(0px);
}

body .pc {
	display: none;
}

body .mb {
	display: inline-block;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGES */
.pages {
	width: 100%;
}

.page {
	width: 100%;
}

.notice {
	color: red;
}

.warning {
	color: red;
}

.ok {
	color: lime;
}

.center-text {
	text-align: center;
}

.inline-text {
	display: inline-block;
}

.stack {
	display: inline-block;
}

.icon-input {
	width: 90%;
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
}

.icon-input span {
	padding: 0 5%;
	display: inline-block;
}

body .icon-input input {
	display: inline-block;
	background-color: transparent;
	border: none;
	width: 80%;
	height: 45px;
	margin: 0;
	padding: 0;
	outline: none;
}

.left-block {
	/* display: inline-block; */
	width: 50%;
	height: max-content;
	float: left;
	margin-bottom: 25px;
}

.right-block {
	display: inline-block;
	width: 50%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* SIDE NAV */
.side-outer {
	position: absolute;
	width: 25%;
	height: 100%;
	left: -25%;
	top: 0;
}

.right-side-outer {
	position: fixed;
	width: 20%;
	height: 100%;
	right: 0;
	top: 0;
	display: none;
}

.side-menu::-webkit-scrollbar {
	display: none;
}

/* +++++++++++++++++++++++++++++++ */
.side-menu {	
	position: fixed;
	overflow-y: auto;
	width: 80%;
	height: 100%;
	background-color: white;
	right: -100%;
	top: 0;
	z-index: 20;
	border-left: 1px solid #cccccc;
	transition: 0.3s;
}

.glass-side-white {
	backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .7);
    /* color: white; */
}

.glass-side-black {
	backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .7);
    /* color: white; */
}

.side-menu h1 {
	text-align: center;
	margin-top: 40px;
}

.side-menu .side-logo {
	width: 100%;
	text-align: center;
}

.side-menu .side-logo img {
	width: 90%;
}
/* ++++++++++++++++++++++++++++++++++++++ */
.side-close {
	font-size: 2em;
	position: absolute;
	right: 10px;
	top: 5px;
}

/* .right-side-close {
	font-size: 2em;
	position: absolute;
	left: 10px;
	top: 5px;
} */
/* ++++++++++++++++++++++++++++++++++++++ */
.side-search {
	width: 80%;
	margin: auto;
}

.side-search table {
	border: 2px solid #333;
	border-radius: 20px;
	transform: translateY(5px);
	width: 100%;
}

.side-search input {
	border: none;
	outline: none;
	background-color: transparent;
	color: #333;
	width: 90%;
}

.side-search span {
	margin-right: 3px;
}
/* +++++++++++++++++++++++++++++++++++++++++ */
.side-links {
	margin-left: 10%;
	margin-top: 30px;
}

.side-links a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 6vw;
	font-weight: bold;
	padding: 14px 0;

}

.side-links a span {
	margin-right: 10px;
}
/* +++++++++++++++++++++++++++++++++++++++++ */
.side-social {
	text-align: center;
}

.side-social span, .side-social a {
	text-decoration: none;
	font-size: 2em;
	padding: 20px;
	color: #333;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.center-btn, .message-block .center-btn {
	width: max-content;
	margin: auto;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.center-border {
	/* width: 10%; */
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.center-border img {
	/* width: 100%; */
	height: 100%;
}

.center-border-mb {
	width: 100%;
}

.center-border-mb img {
	width: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.slide-controls {
	width: max-content;
	margin: auto;
	margin-top: 20px;
}

.arrow {
	font-size: 2em;
	cursor: pointer;
}

.slide-controls span {
	margin: 0 5px;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////// */
.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* IMAGE GALLERY */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tc-grid {
	width: 95%;
	margin: auto;
}

.tc-grid .tc-image {
	width: 28vw;
	height: 28vw;
	overflow: hidden;
	display: inline-block;
	margin-left: 2%;
	/* margin-right: 1%; */
	margin-top: 10px;
}

.tc-grid .tc-image img {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: 0.3s;
}

.tc-grid .tc-image img:hover {
	transform: scale(1.05, 1.05);
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* TC COUNTER */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tc-counter {
	display: inline-block;
	width: max-content;
	margin-bottom: 20px;
}

.tc-counter {
	border: 1px solid #333;
	/* border-radius: 10px; */
	padding: 0;
}

.tc-counter span {
	padding: 0 10px;
	border-left: 1px solid #333;
}

.tc-counter span:hover {
	color: #cccccc;
}

.tc-counter tr {
	width: 100%;
}

.tc-counter-input {
	width: 80%;
}

.tc-counter input {
	border: none;
	outline: none;
	font-size: 14px;
	width: 98%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FOOTER */
.footer {
	background-color: #333;	
	color: white;
	text-align: center;
	padding: 20px 0;
}

.footer-cont div {
	display: block;
	margin-bottom: 60px;
}

.footer p {
	text-align: left;
	width: 70%;
	margin: auto;
}

.footer-cont .quick-links a {
	text-decoration: none;
	background-color: #1DABF8;
	color: white;
	padding: 14px 16px;
	margin: 0 10px;

	display: inline-block;
	width: 25%;
}

.footer-cont span, .footer-cont .footer-links a {
	text-decoration: none;
	color: white;
	font-size: 2em;
	margin: 0 30px;
}

.copy-right {
	display: block;
}

.copy-right a {
	text-decoration: none;
	color: white;
	font-size: 16px;
}

.copy-right span {
	font-size: 16px;
}

.copy-right a:hover {
	color: #1DABF8;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ELEMENTS */
button {
	width: max-content;
	height: 35px;
	border: none;
	outline: none;
	background-color: #333;
	color: white;
	font-weight: bold;
	padding: 0 20px;
}

input {
	background-color: transparent;
	border: 1px solid #333;
	height: 35px;
	border-radius: 5px;
	text-indent: 5px;
}

input[type=file] {
	border: none;
} 

textarea {
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 5px;
	resize: none;

	/* text-indent: 5px; */
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* EXTRA FEATURES */
.set-btn {
	position: absolute;
	padding: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.set-btn a {
	text-decoration: none;
	color: #1DABF8;
}

.set-btn span:hover {
	color: #1DABF8;
}

.hidden {
	display: none;
}

/* SLIDE 2 */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.slide2-cont::-webkit-scrollbar {
	display: none;
}

.slide2-cont {
	width: 100%;
	margin: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;	
}

.slide2-cont table {
	min-height: 350px;
	width: max-content;
}

.slide2-cont table td {
	position: relative;
	text-align: center;
	width: 250px;
	max-width: 250px;
	/* scroll-snap-align: start; */
}

.slide2-cont table td img {
	width: 80%;
	/* position: absolute; */

	/* left: 50%; */
	/* top: 50%; */
	/* transform: translate(-50%, -50%); */
	/* box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	z-index: 0;
	transition: 0.3s;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* MESSANGER 1 */
/* MESSAGE BUTTON */
.message-btn {
	position: fixed;
	bottom: 3%;
	right: 2%;
    transition: 0.3s;
}

.message-btn span {
	padding: 50%;
	transform: translateX(-50%);
	font-size: 2em;
	background-color: #333;
	color: white;

	border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    /* border: 1px solid white; */
	box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*Message block*/
.message-block::-webkit-scrollbar {
	display: none;
}

.message-block {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 0%;

	background-color: white;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	z-index: 1;
	overflow-y: scroll;
	transition: 0.3s;
	/* text-align: center; */
}

.message-block label {
    display: block;
	font-size: 16px;
	margin: 0;
	/* margin-bottom: 10px; */
}

.message-block .message-cont {
	width: 90%;
	margin: auto;
	text-align: left;
}

#message-close {
	position: absolute;
	right: 2%;
	font-size: 8vw;
	margin: 2%;
	color: #333;
}

.message-block h1 {
	text-align: center;
	font-size: 8vw;
	margin-top: 20px;
}

.message-block input {
	width: 70%;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 16px;
	padding: 3px;
}

.message-block select, .message-block textarea {
	width: 60%;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 4vw;
	padding: 1vh 0vw;
}

.message-block textarea {
	width: 90%;
	height: 200px;
	font-size: 4vw;
	background-color: #f5f5f5;
	border: 2px solid #cccccc;
	margin: 0;
}

#msg {
    margin-left: 10px;
    color: red;
}

.message-block p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.order-page2 {
	display: none;
}

/* ////////////////////////////////////////////// */
/* Edit Block */

#edit-block {
	z-index: 50;
}

#edit-block h1 {
	margin: 50px auto;
}

#edit-block .block-cont {
	text-align: left;
	width: 90%;
	margin: auto;
}

#edit-block .block-cont label {
	text-align: left;
}

#edit-block .block-cont input {
	padding: 3px;
	float: left;
	margin-bottom: 30px;
	clear: both;
}

#edit-block .center-btn {
	margin-top: 40px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PAYPAL */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#paypal {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
	margin-top: 40px;
	padding: 20px;
	background-color: white;
}

#paypal div {
    margin: 0;
}

#paypal .paypal-button-number-0 {
	margin-bottom: 30px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* INFO DISPLAY */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.info-display {
	position: fixed;
	width: 90%;
	min-height: 20%;
	/* height: max-content; */
	padding-bottom: 20px;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	/* background-image: linear-gradient(to right, #FFFFFF, #c4c4c4); */
	background-color: white;
	color: #333;

	z-index: 100;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
}

.info-display h1 {
	margin-top: 15px;
	font-size: 20px;
	margin-bottom: 30px;
	margin-left: 15px;
}

.info-display .info {
	margin: 0 15px;
	word-wrap: break-word;
}

.info-display .close-info {
	float: right;
	font-size: 1.5em;
	margin-right: 15px;
	margin-top: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.info-display .close-info:hover {
	color: red;
}

.info-display .yes-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

.prompt-block button {
	margin-top: 20px;
	border-radius: 10px;
	height: 40px;
	font-size: 18px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* IMAGE VIEWER */
.viewer-cont {
    position: fixed;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;

    display: none;
	z-index: 500;
}

.image-viewer {
	text-align: center;

    background-color: white;
	overflow-y: hidden;

    width: 100%;
    height: 100%;
    z-index: 200;

}

.image-viewer h1 {
    position: absolute;
    left: 2%;
    top: 2%;
    font-size: 8vw;
    margin: 0;
}

.image-viewer #img-close {
    position: absolute;
    font-size: 10vw;
    right: 2%;
    top: 2%;
}

#img-back {
    position: absolute;
    left: 30%;
    bottom: 2%;
    font-size: 15vw;
}

#img-next {
    position: absolute;
    right: 30%;
    bottom: 2%;
    font-size: 15vw;
}

.image-viewer img {
	position: absolute;
    max-width: 90%;
	max-height: 70%;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}
/* ************************************************************************ */
/* TC Cropper */
.viewer-cont .tc-cropper {
    background-color: #333;
	color: white;
}

.tc-cropper img {
	position: absolute;
    max-width: 90%;
	max-height: 70%;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}

.tc-cropper .viewer-img {
	position: absolute;
	top: 0;
	width: 90vw;
	height: 90vw;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}

.tc-cropper button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);

	border-radius: 10px;
	background-color: white;
	color: #333;
	width: 30%;
	height: 40px;
	font-size: 18px;
}

.cr-slider {
    border: none;
    color: white;
}

.cr-slider::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.5);
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* IMAGE SLIDE */

.image-slide {
	width: 100%;
	overflow-x: scroll;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
  	/* scroll-padding: 50%; */
}

.image-slide img {
	width: 100%;
	/* display: none; */
}

.image-slide::-webkit-scrollbar {
	display: none;
}

.image-slide table {
	width: 500%;
}

.image-slide table td {
	width: 20%;
	scroll-snap-align: center;
	/*border: 1px solid red;*/
}

.slide-controls {
	margin-bottom: 20px;
}

.slide-controls .arrow {
	color: #1DABF8;
	font-size: 2.5em;
	transition: 0.3s;
	display: none;
}

.arrow:hover {
	color: #333;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SEARCH RESULTS */
.search-results::-webkit-scrollbar {
    display: none;
}

.search-results {
    position: fixed;
    z-index: 51;
	top: 0;
	left: 0;

    background-color: white;
	overflow-y: scroll;
    overflow-x: hidden;

    width: 100%;
    height: 100%;
    display: none;
}

.search-results h1 {
    position: absolute;
    left: 30px;
    top: 2%;
    font-size: 8vw;
    margin: 0;
}

.search-results h2 {
	font-size: 6vw;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;

}

.search-results p {
	font-size: 6vw;
	/* color: #2E2E88; */
}

.results {
    height: max-content;
	margin: 0 10px;
	margin-top: 20%;
}

.results a {
    text-decoration: none;
	color: #333;

    display: block;
    padding: 2vh 2vw;
}

.search-results #search-close {
    position: absolute;
    font-size: 8vw;
    right: 2%;
    top: 2%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TC Review*/
.tc-yr-review {
	background-color: #cccccc;
	color: black;
	width: 90%;
	margin: auto;
	padding-bottom: 10px;
}

.yr-review-cont {
	width: 90%;
	margin: auto;
}

.tc-yr-review .yr-top {
	width: 100%;
	/* height: 40px; */
}

.yr-top table {
	width: 100%;
	overflow: hidden;
}

.tc-yr-review .yr-top .yr-stars {
	width: max-content;
}

.yr-stars span {
	font-size: 1.5em;
	margin-right: 3px;
	cursor: pointer;
}

.tc-yr-review .yr-top .yr-title {
	margin: 0;
}

.tc-yr-review .yr-title h2 {
	margin: none;
	float: right;
	font-size: 4.6vw;
}

.yr-center textarea {
	background-color: white;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	border-radius: 0;
	border: none;
	outline: none;
}

/* ///// */
.tc-review {
	background-color: #222;
	color: white;
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

.rev-left {
	position: relative;
	width: 25%;
	border-right: 1px solid white;
}

.rev-left .rev-del {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.rev-right {
	width: 70%;
}

.rev-left .rev-pp {
	width: 80%;
	margin: auto;
}

.rev-left .rev-pp img {
	width: 100%;
}

.rev-header {
	border-bottom: 1px solid white;
}

.rev-user {
	border-right: 1px solid white;
	padding-right: 10px;
}

.rev-header h2 {
	font-size: 4vw;
	margin-left: 10px;
}

.rev-rating {
	padding-left: 10px;
}

.rev p {
	margin-left: 10px;
	margin-right: 5px;
	font-size: 4vw;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TC LOADER*/
.tc-loader {
	font-size: 4em;
	animation:  rotate 2s infinite linear;
	width:  max-content;
	color: #00BBFF;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TC SEARCH*/
.tc-search {
	display: inline-block;
	border: 1px solid #333;
	background-color: white;
	border-radius: 10px;
	padding-right: 10px;
}

.tc-search div {
	display: inline-block;
}

.tc-search .tc-search-bar {
	width: 95%;
}

.tc-search input {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 16px;
	width: 100%;
}

.tc-search span {
	transform: translateY(1px);
	font-size: 1.1em;
	margin-left: 10px;
	cursor: pointer;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TC SORT BY*/
.tc-sortby select {
    width: 150px;
    height: 40px;
    padding-left: 5px;
    border: 2px solid #CCCCCC;
    border-radius: 10px;
    font-size: 16px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SHAPES*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* .triangle-bottom-right {
	width: 0;
	height: 0;
	border-bottom: 100px solid #333;
	border-left: 100px solid transparent;

	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.triangle-top-left {
	width: 0;
	height: 0;
	border-top: 100px solid #333;
	border-right: 100px solid transparent;

	position: absolute;
	top: 0;
	left: 50px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (min-width: 768px) {
	body .mb {
		display: none;
	}

	body .pc {
		display: inline-block;
	}

	.page-right {
		width: 50%;
		float: right;
	}
	
	.page-left {
		width: 50%;
		float: left;
	}
	
	.page {
		clear: both;
		min-height: 650px;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* FOOTER PC */
	.footer {
		width: 100%;
		clear: both;
	}
	
	.footer-cont .footer-block {
		float: left;
		width: 33%;
		height: 300px;
	}

	.footer-cont h1 {
		white-space: nowrap;
	}

	.footer-cont p {
		/* width: 100%; */
		font-size: 20px;
		text-align: center;
	}

	.footer-cont .expand-txt {
		width: 100%;
		/* border: 1px solid red; */
	}

	.footer-cont button {
		width: 200px;
		cursor: pointer;
	}

	.footer-cont .center-btn {
		width: max-content;
		height: max-content;
	}

	.footer .quick-links a {
		width: 30%;
	}

	.nav-center {
		display: inline-block;
	}

	.nav-right {
		display: inline-block;
	}

	.nav-center-mobile {
		display: none;
	}

	.nav-right-mobile {
		display: none;
	}

	.tc-doublenav {
		/* border-bottom: 1px solid red; */
		height: 120px;
	}
	
	.tc-doublenav .top-nav {
		position: relative;
		height: 60px;
	}

	.tc-doublenav .top-nav .nav-right {
		margin-right: 25px;
	}

	.tc-doublenav .bottom-nav {
		position: relative;
		height: 60px;
		/* overflow: hidden; */
	}

	.tc-doublenav .bottom-nav .nav-left {
		overflow: hidden;
		height: 60px;
		margin-top: 10px;
		/* transform: translateY(-10px); */
	}

	.tc-doublenav .bottom-nav .nav-left .nav-links {
		margin-top: 7px;
	}

	.nav-links a {
		text-decoration: none;
		padding: 7px 14px;
		color: #333;
		font-size: 18px;
		/*font-weight: bold; */
		border-radius: 10px;
	}

	.tc-doublenav .nav-center {
		/* border: 1px solid red; */
		width: 50%;
	}
	
	/* .pc-search-box {
		background-color: white;
		border: 1px solid #333;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
        border-right: none;
	} */

	.tc-doublenav .nav-center .nav-search {
		width: 80%;
		height: 40px;
		margin-left: 50%;
		margin-top: 10px;
		transform: translateX(-50%);
	
		background-color: white;
		border-radius: 10px;
		overflow: hidden;
	}

	.tc-doublenav .nav-center .nav-search .nav-search-cont {
		position: relative;
		width: 100%;
		height: 40px;
	}

	.tc-doublenav .nav-search .search-block {
		position: absolute;
		width: 90%;
		left: 0;
		top: 5px;
	}

	.tc-doublenav .nav-search input {
		border: none;
		outline: none;
		background-color: transparent;
		color: #333;
		height: 30px;
		width: 100%;
		font-size: 17px;
	}

	.tc-doublenav .nav-search .search-btn {
		position: absolute;
		right: 0;
		top: 0;
	}

	#pc-search-btn {
		/* background-color: #333; */
		/* border: 1px solid #333; */
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;

		padding: 11px;
		margin: 0;
	}

	.bottom-nav .nav-right {
        position: absolute;
        right: 20px;
        top: 10px;
    }
	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* MESSAGE BLOCK PC */
	.message-block {
		position: fixed;
		
		background-color: white;
		border-radius: 20px;
		box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
		z-index: 500;
		overflow-y: scroll;
		transition: 0.3s;
	
		width: 25%;
		height: 0;
		bottom: 0%;
		/* left: 50%; */
		/* transform: translateX(-50%); */
		right: 30px;
		margin-bottom: 20px;
	}
	
	/* .message-block div {
		margin: 20px 5%;
		text-align: left;
	} */
	
	.message-block span {
		position: absolute;
		right: 2%;
		font-size: 2em;
		margin: 2%;
		color: #333;
	}
	
	.message-block h1 {
		text-align: center;
		font-size: 2vw;
	}

	.message-block label {
		font-size: 18px;
	}
	
	.message-block input {
		width: 80%;
		border: 1px solid #cccccc;
		background-color: #f5f5f5;
		border-radius: 5px;
		margin-top: 5px;
		font-size: 16px;
		padding: 1vh 10px;
	}

	.message-block select {
		font-size: 16px;
	}
	
	.message-block textarea {
		width: 80%;
		height: 100px;
		border: 1px solid #cccccc;
		background-color: #f5f5f5;
		border-radius: 5px;
		margin-top: 5px;
		font-size: 16px;
		padding: 3px;
	}

	#message-close {
		font-size: 2em;
		top: 10px;
	}

	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* IMAGE VIEWER */
	.info-display {
		width: 20%;
	}

	/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* IMAGE VIEWER */
	.viewer-cont {
		position: fixed;
		top: 0;
		left: 0;
		
		z-index: 100;
		width: 100%;
		height: 100%;

		display: none;
	}

	.image-viewer {
		position: relative;
		text-align: center;

		background-color: white;
		color: #333;
		border-radius: 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		overflow-y: hidden;

		width: 80%;
		height: 90%;
		top: 5%;
		left: 50%;
		transform: translateX(-50%);
	}

	.image-viewer img::-moz-selection {
		background-color: transparent;
	}
	
	.image-viewer img::selection {
		background-color: transparent;
	}

	.image-viewer h1 {
		position: absolute;
		left: 2%;
		top: 2%;
		font-size: 2vw;
		margin: 0;
	}

	.image-viewer #img-close {
		position: absolute;
		font-size: 3vw;
		right: 2%;
		top: 2%;
		cursor: pointer;
	}

	#img-back {
		position: absolute;
		left: 3%;
		top: 45%;
		/* transform: translateY(-50%); */
		font-size: 4vw;
		cursor: pointer;
	}

	#img-next {
		position: absolute;
		right: 3%;
		top: 45%;
		/* transform: translateY(-50%); */
		font-size: 4vw;
		cursor: pointer;
	}

	.image-viewer img {
		position: absolute;
		max-height: 80%;
		max-width: 85%;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* TC Cropper */
	.tc-cropper img {
		position: absolute;
		max-height: 80%;
		max-width: 85%;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.tc-cropper .viewer-img {
		position: absolute;
		top: 0;
		width: 400px;
		height: 400px;

		top: 7%;
		left: 50%;
		transform: translateX(-50%);
	}

	/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* SEARCH RESULTS */
	.search-results {
		position: fixed;
		top: 50%;
		left: 50%;
		
		transform: translate(-50%,-50%);
	
		z-index: 31;
	
		background-color: white;
		border-radius: 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		overflow-y: scroll;
		overflow-x: hidden;
	
		width: 80%;
		height: 90%;
		display: none;
	}
	
	.search-results h1 {
		position: absolute;
		left: 30px;
		top: 2%;
		font-size: 2vw;
		margin: 0;
	}
	
	.results {
		height: max-content;
		margin: 0 20px;
		margin-top: 5%;
	}

	.results h2 {
		font-size: 2vw;
		padding-top: 60px;
	}
	
	.results a {
		text-decoration: none;
		color: #333;
		display: block;
		padding: 0;
	}
	
	.search-results #search-close {
		position: absolute;
		font-size: 3vw;
		right: 2%;
		top: 2%;
	}
	/* ////////////////////////////////////////////////////////////////////////////////////////// */
	.tc-yr-review {
		width: 80%;
	}

	.tc-yr-review .yr-top h2 {
		font-size: 2vw;
	}

	.yr-center textarea {
		height: 120px;
		margin-bottom: 30px;
	}

	.tc-reviews {
		width: 80%;
		margin: auto;
	}

	.tc-review {
		width: 70%;
		margin: auto;
		/* float: right; */
		margin-top: 40px;
		/* margin-right: 2.4%; */
		/* margin-left: 2.4%; */
		border-radius: 10px;
	}

	.tc-review table {
		width: 100%;
		height: 100%;;
	}

	.rev-left .rev-pp {
		width: 70%;
		/* height: 10vw; */
		padding: 20px;
		margin: auto;
	}

	.tc-review span {
		font-size: 1.5em;
	}

	.rev-header h2 {
		font-size: 1.5vw;
		margin-left: 10px;
	}

	.rev-header span {
		margin-right: 10px;
	}

	.rev p {
		font-size: 1.5vw;
		max-width: 38vw;
		word-wrap: break-word;
	}

	.rev-del {
		cursor: pointer;
	}
}