html,
body {
  height: 100%;
}
 th{
	padding-right:20px;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.wrapper-2 {
    padding: 30px;
    text-align: center;
}
.thxpg h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 3em;
    letter-spacing: 3px;
    color: #ff5858;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 20px;
	text-align: center;
}
#idorder_form {
    margin-top: 20px;
    border: #0fa349 2px solid;
    margin: 20px 0px;
    padding: 15px 0px;
}
.order_form label { width: 100px;}
.order_form input, .order_form textarea { width: 200px;}
.order_form .row { width: 100%;}
.annotated-list .sort2 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 15px;
    border-radius: 25px;
    border: none;
    display: inline-block;
    color: #2e2e2e;
    text-decoration: none;
    background-color: rgba(0,0,0,0.05);
    margin: 2px 0;
}
.annotated-list .sort {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 15px;
    border-radius: 25px;
    border: none;
    display: inline-block;
    color: #2e2e2e;
    text-decoration: none;
    background-color: rgba(0,0,0,0.05);
    margin: 2px 0;
}
.annotated-list .sort.asc::after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2e2e2e;
    content: "";
    position: relative;
    top: 11px;
    right: -4px;
}
.annotated-list .sort.desc::after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #2e2e2e;
    content: "";
    position: relative;
    top: -9px;
    right: -4px;
}
.annotated-list input {
    border-radius: 25px;
    padding: 7px 14px;
    background-color: transparent;
    border: solid 1px rgba(0,0,0,0.2);
    width: 150px;
    box-sizing: border-box;
    color: #2e2e2e;
    margin-bottom: 5px;
}




.container {
	margin-top:20px;
	width:100%;
	max-width: 100%;
	min-height:100vh;

	/* 	margin-left:55px; padding-bottom: 700px; */
	
}
.navbar {

}
.dropdown-menu {
	background: #fff;
	border-radius: 1px;
border-left: #ddd 2px solid;
border-bottom: #ddd 2px solid;
border-right: #ddd 2px solid;
padding-right: 10px;	
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
	background: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
    border: 0;

}
.navbar-light .navbar-nav .nav-link:hover {
    color: #1a69e4 !important;
}
.navbar-light .dropdown-item.nav-link:hover {
    background: #000000;
}
.navbar-light .navbar-nav .nav-link {
background:#fff;color:#333333!important;
}
.hidden {
	display:none;
}


.container {
	margin-top:0px!important;
	width:100%;
	max-width: 100%;
	min-height:100vh;

	/* 	margin-left:55px;  padding-bottom: 700px;padding-bottom: 10px!important;*/
	 
}

#idofval {
    background: #ea36db;
    border-radius: 100%;
    color: #fcfcfc;
    padding: 3px 9px;
    width: 24px;
    font-size: 12px;
    left: 20px;
    position: absolute;
    display: block;
    height: 24px;
}
@media (max-width:576px){ 
#idofval {

    margin-left: 28px!important;
}

.img-circleblock{
	box-sizing:content-box;
-webkit-box-sizing:content-box;
width:70px;
height:70px;
background-image:url(../img/icon/cart.png);
background-position: center center;background-repeat:no-repeat;
background-size: 70px 70px!important;
color: black;
}
.img-circleblock img{
	width:50px!important;
	height:50px!important;
	color: black;
}
.circle-fill{box-sizing:content-box;
-webkit-box-sizing:content-box;
background-color:#D50D0D;
width:100px;
height:100px;
bottom:0px;
right:35px;
position:absolute;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
animation: circle-fill-anim 2.3s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;transition: all 0.5s;}

}


#popup__toggle{
	z-index: 9999;
	bottom:45px;right:10px;position:fixed;display: none;}
.img-circle img{box-sizing:content-box;-webkit-box-sizing:content-box;
	color: black;
}

.circle-fill{box-sizing:content-box;
-webkit-box-sizing:content-box;
background-color:#D50D0D;
width:100px;
height:100px;
bottom:0px;
right:35px;
position:absolute;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
animation: circle-fill-anim 2.3s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;transition: all 0.5s;}

.img-circleblock img{
	width:90px;
	height:90px;
	color: black;
	bottom:-25px;
right:10px;
}
.img-circleblock{
	box-sizing:content-box;
-webkit-box-sizing:content-box;
width: 175px;
height: 106px;
background-image:url(../img/cart.png);
background-position: center center;background-repeat:no-repeat;
background-size: 90px 90px;
color: black;

}
.img-circle:hover{opacity: 1;}


.circlephone{box-sizing:content-box;
-webkit-box-sizing:content-box;
border: 2px solid #D50D0D;
width:150px;height:150px;
bottom:-25px;
right:10px;
position:absolute;
-webkit-border-radius:100%;
-moz-border-radius: 100%;
border-radius: 100%;
opacity: .7;
-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
-o-animation: circle-anim 2.4s infinite ease-in-out !important;
animation: circle-anim 2.4s infinite ease-in-out !important;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all 0.5s;}

.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  
  

  
  #video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(bg/daisy-stock-poster.jpg) no-repeat #94a233;
    background-size: cover;
}
 
#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}

 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }
 .swiper-container img {width: 100%;}