body {
	font-family: 'Be Vietnam Pro', Verdana, Arial, sans-serif;
	font-size: 0.75rem;
	color: #000!important;
}
a{
	color: rgba(108,117,125,.5);
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: rgba(108,117,125,.7);
}
.navbar-light .navbar-nav .nav-link:hover{
	text-decoration: none;
	color: rgba(108,117,125,.7);
}
.z-index-5{
	z-index: 5;
}
.fs-7{
	font-size: 0.75rem!important;
}
h1{
	font-size: 1.25rem;
}
h2{
	font-size: 1rem;
}
nav{
	font-size: 0.75rem;
}
body nav.navbar::after{
	height: 100%!important;
}
.navbar-light .navbar-toggler{
	border:none;
}
.navbar-toggler:focus{
	box-shadow: none;
}
header.masthead{
	padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    /*background: url(../images/hg80_opt_tr.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;*/
	position: relative;
}
header.masthead div.header-img a{
	display: block;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    position: absolute;
}
section.shop-link{
	height: 5vh;
	max-width: 100%;
	text-align: center;
}
section.shop-link a{
    padding: 1.5%;
	color: #000;
}

.form-control:focus, .form-select:focus, .form-check-input:focus{
	border-color: #6c757d;
	box-shadow: none;
}

footer div.card-icon{padding: 0.5rem 1rem;}

.offcanvas.show{
	background-color: rgba(250,248,246,0.9);
}

#home-page{height:auto}
.video-hw{width:100vw;height:100vh;position:relative}
.video-hw>video{
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background-size:50% 50%;
	background-color:#fff;
	background-image: /* our video */;
	background-position:center center;
	background-size:contain;
	object-fit:cover;
	object-position:50% 50%
}
.home-fs{position:relative;width:100vw;height:auto}
.hg-tn.f-img .bgcov:first-child{background-position:bottom center}
.hg-tn.f-img{height:100vh;background-position:50% 50%}
.hg-tn{position:relative;display:table;width:100%;height:auto}
.f-img>a,.f-img>div{display:block;width:50%;height:100vh;top:0;left:0;position:absolute}
.f-img>a:last-child,.f-img>div:last-child{left:auto;right:0}
.home-fs .shop-link{display:block;position:relative;background-color:#fff}
.home-fs .btn-in-sub{width:auto;margin:0 auto}
.home-fs .btn-in-sub p{white-space:nowrap;width:auto}
.home-fs .btn-in-sub .in-c-item:last-child{width:auto;padding-left:1em}
.home-fs .btn-in-sub:hover .in-c-item svg g{fill-opacity:1}
.home-fs .btn-in-sub .in-c-item svg{
-webkit-animation:lodMstF .4s infinite alternate;
-moz-animation:lodMstF .4s infinite alternate;
animation:lodMstF .4s infinite alternate;
}
.h-clmn, #main-nav-in li, .in-c-item{
	position: relative;
    display: inline-table;
}

.accordion-button{	
    border-bottom: 1px solid rgba(125,125,125,.7);
}
.accordion-button:not(.collapsed) {
    color: #6c757d;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
.accordion-item{
	border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* інвертує білий в чорний */
}

/* Welcome page */
header.welcome {
  /*position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;*/
  padding: 6rem 0 0 0;
}

header.welcome video {
  /*position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);*/
}

header.welcome .container {
  position: relative;
  z-index: 3;
}

header.welcome .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3px;
  right: 0;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 2;
}

/* End Welcome page */
/* Products page */
.product-card span{
	font-family: 'Be Vietnam Pro', Verdana, Arial, sans-serif;
	color: #161616;
	font-size: 1.4em;
}
.product-card h2{
	color: #161616;
}
.product-card .price{
	text-align:right;
}
.product-card span.sale-price{
	text-decoration: underline;
}
.product-card .image-container{
	min-height: 265px;
	margin-bottom: 10px;
}
.product-card .product-color-card{
	min-height: 75px;
}
div.image-container{
	position: relative;
}
div.image-container .imageAfter {
  width: 0;
  display: none;
  overflow: hidden;
}
div.image-container:hover .imageAfter {
  width: 100%;
  display: block;
}
div.image-container:hover .imageBefore {
  width: 0;
  display: none;
}
.product-filter{
	border: rgb(222, 226, 230) solid;
	border-width: 1px 0;
	padding: 5px 0;
	margin: 5px 0;
}
.accordion-button{
	font-size: 0.7rem;
}
.accordion-button:focus{
	border-color: #6c757d;
	box-shadow: none;
}
/* End Products page */

/* Product */
.product-card .title{
	font-size: 12px;
	text-transform: uppercase;
	min-height: 18px;
}
.product-card .price h6, .product-card .price h6>span{
	font-size: 14px;
}

span.old-price, h6.old-price{
	text-decoration: line-through;
}
.post-description section.description  *{
	font-size: 9pt!important;
	font-family: 'Be Vietnam Pro', Verdana, Arial, sans-serif!important;
	text-align: center!important;
}
.post-description table td{
	border-right: 1px solid #dedede;
    padding: 1em 0.25em;
    text-align: center;
}

/* Product size radio buttons */
#form-wrapper {
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
 form {
	 width: 100%;
}
 form #dimension-slider {
	 display: flex;
	 flex-direction: row;
	 align-content: stretch;
	 position: relative;
	 width: 100%;
	 height: 50px;
	 user-select: none;
}
form #dimension-slider::before {
	 content: " ";
	 position: absolute;
	 height: 2px;
	 width: 100%;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 background: #000;
}
form #dimension-slider input, form #dimension-slider label {
	 box-sizing: border-box;
	 flex: 1;
	 user-select: none;
	 cursor: pointer;
}
 form #dimension-slider label {
	 display: inline-block;
	 position: relative;
	 width: 20%;
	 height: 100%;
	 user-select: none;
}
 form #dimension-slider label::before {
	 content: attr(data-dimension);
	 position: absolute;
	 left: 50%;
	 padding-top: 10px;
	 transform: translate(-50%, 45px);
	 font-size: 1.2em;
	 letter-spacing: 0.4px;
	 font-weight: 400;
	 white-space: nowrap;
	 opacity: 0.85;
	 transition: all 0.15s ease-in-out;
}
 form #dimension-slider label::after {
	 content: " ";
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 width: 20px;
	 height: 20px;
	 border: 2px solid #000;
	 background: #fff;
	 border-radius: 50%;
	 pointer-events: none;
	 user-select: none;
	 z-index: 1;
	 cursor: pointer;
	 transition: all 0.15s ease-in-out;
}
 form #dimension-slider label:hover::after {
	 transform: translate(-50%, -50%) scale(1.25);
}
 form #dimension-slider input {
	 display: none;
}
 form #dimension-slider input:checked + label::before {
	 font-weight: 800;
	 opacity: 1;
}
 form #dimension-slider input:checked + label::after {
	 border-width: 4px;
	 transform: translate(-50%, -50%) scale(0.75);
	 background-color: black;
}
 form #dimension-slider input:checked ~ #dimension-pos {
	 opacity: 1;
}
form #dimension-slider #dimension-pos {
	 display: block;
	 position: absolute;
	 top: 50%;
	 width: 12px;
	 height: 12px;
	 background: #000;
	 border-radius: 50%;
	 transition: all 0.15s ease-in-out;
	 transform: translate(-50%, -50%);
	 border: 2px solid #fff;
	 opacity: 0;
	 z-index: 2;
}
 form:valid #dimension-slider input + label::before {
	 transform: translate(-50%, 45px) scale(0.9);
	 transition: all 0.15s linear;
}
 form:valid #dimension-slider input:checked + label::before {
	 transform: translate(-50%, 45px) scale(1.1);
	 transition: all 0.15s linear;
}
form #dimension-slider img.checked_icon{
	transform: translate(-50%, -50%) scale(0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 2;
}
form #dimension-slider input:checked + label > img.checked_icon {
	 opacity: 1;
}
form > button, a.btn-in-sub {
	 width: 100%;
	 display: block;
	 position: relative;
	 margin: 56px auto 0;
	 padding: 1.5em;
	 appearance: none;
	 transition: all 0.15s ease-in-out;
	 font-family: inherit;
	 background: #f7f7f7;
	 border: none;
	 outline: 0;
	 /*user-select: none;*/
	 cursor: pointer;
	 filter: invert(1);
}
form > button > span.text-button, a.btn-in-sub > span.text-button{
	float: left;
}
form > button > span.arrow, a.btn-in-sub > span.arrow{
	float: right;
}
form > button > span.arrow > svg, a.btn-in-sub > span.arrow > svg{
	position: relative;
	animation: wave_arrow 2.5s infinite alternate;
}
@keyframes wave_arrow {
	  0% {
		left: 0px;
	  }
	  25% {
		left: 5px;
	  }
	  50% {
		left: 5px;
	  }
	  75% {
		left: 0px;
	  }
	  100% {
		left: 0px;
	  }
}
form > button > span.rotate180, a.btn-in-sub > span.rotate180{
	transform: rotate(180deg);
}
 form > button:hover, a.btn-in-sub:hover {
	 filter: invert(1);
	 transition: 1s;
}
 /*form > button:hover:active, a.btn-in-sub:hover:active {
	 transform: scale(0.9);
}*/
 /*form > button:focus, a.btn-in-sub:focus {
	 background: #212529;
	 border-color: #212529;
	 color: #fff;
}*/
 /*form > button:focus>span, a.btn-in-sub:focus>span {
	 color: #fff;
}*/
 /*form > button:focus::before, a.btn-in-sub:focus::before {
	 animation: spin 1s linear infinite;
}*/
 form > button::before, a.btn-in-sub::before {
	 display: inline-block;
	 width: 0;
	 opacity: 0;
	 content: "\f3f4";
	 font-family: "Font Awesome 5 Pro";
	 font-weight: 900;
	 margin-right: 0;
	 transform: rotate(0deg);
}
 form:invalid > button {
	 pointer-events: none;
	 opacity: 0.25;
}
 @keyframes spin {
	 from {
		 transform: rotate(0deg);
		 width: 24px;
		 opacity: 1;
		 margin-right: 12px;
	}
	 to {
		 transform: rotate(360deg);
		 width: 24px;
		 opacity: 1;
		 margin-right: 12px;
	}
}
/* End Product size radio buttons */

/* Product color radio buttons */
.product-color {
    margin-top: 50px;
}
.custom-radios div {
    display: inline-block;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: 'Be Vietnam Pro', Verdana, Arial, sans-serif;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: 0.3s;
}
.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}
.custom-radios input[type="radio"]:checked + label {
	transform: scale(0.75);
	transition: all 0.15s linear;
}
/* End Product color radio buttons */
/* Cart */
.bgcov{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:calc(20vw*1.5);
}
/* End Cart */
/* Collection page */
.collection-title{
	font-size: 0.8rem;
    font-weight: 600;
}
/* End Collection page */
/* About page */
.about.title{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
/* End About page */
/* Media screen style for mobile devices */
@media screen and (min-width: 320px) {
	.product-card .image-container{
		min-height: 185px;
	}
	.product-card .title{
		min-height: 36px;
	}
	#navbarSupportedContent{
		padding: 0;
	}
	.main{
		margin-top: 18.5%;
		min-height: 68vh;
	}
	.about.title{
		font-size: 12px;
	}
	.thanks-page-title{
		font-size: 1rem;
	}
	.thanks-page-text{
		font-size: 0.75rem;
	}
}
@media screen and (min-width: 375px) {
	.product-card .image-container{
		min-height: 230px;
	}
	.product-card .title{
		min-height: 36px;
	}
	.about.title{
		font-size: 14px;
	}
	#navbarSupportedContent{
		padding: 0;
	}
	.main{
		margin-top:16%;
		min-height: 68vh;
	}
}

@media screen and (min-width: 768px) {
	.about.title{
		font-size: 18px;
	}
	.product-card .title{
		min-height: 36px;
	}
	.main{
		margin-top: 8%;
		min-height: 68vh;
	}
	header.masthead {
		/*height: 100vh;
		min-height: 40rem;*/
		padding-top: 5.5rem;
		padding-bottom: 0;
	}
	.product-card .image-container{
		min-height: 225px;
	}
	.thanks-page-title{
		font-size: 2rem;
	}
	.thanks-page-text{
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1024px) {
	nav{
		font-size: 0.75rem;
	}
	.product-card .title{
		min-height: 36px;
	}
	.main{
		margin-top: 7%;
		min-height: 68vh;
	}
	.product-card .image-container{
		min-height: 315px;
	}
}

@media screen and (min-width: 1440px) {
	body{
		font-size: 0.75rem;
	}
	nav{
		font-size: 0.75rem;
	}
	.product-card .image-container{
		min-height: 450px;
	}
	.product-card .title{
		min-height: 18px;
	}
}

@media screen and (min-width: 1920px) {
	.product-card .title{
		min-height: 18px;
	}
	.main{
		margin-top: 3.5%;
		min-height: 68vh;
	}
}
@media screen and (min-width: 2560px) {
	.product-card .title{
		min-height: 18px;
	}
	body{
		font-size: 1rem;
	}
}