
@font-face {
    font-family: "Santral-Light";
    src: url("../fonts/Taner Ardali - Santral-Light.otf");
}

html,
body {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}

body a {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}
input {
    outline: none;
}
button {
    outline: none;
}
input[type="button"],
input[type="submit"] {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
    font-family: 'Lato', sans-serif;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
    letter-spacing: 1px;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
.nav .show-nav{
    margin: 0;
    padding: 0;
    list-style: none;
}
.slider-img ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#moreProducts ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*-- //Reset-Code --*/
.about,.services,.contact,.team,.clients,.gallery,.event-make,.days-coming{
    padding: 5em 0;
}

h3.title {
    font-size: 45px;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
h3.clr {
    color: #fff;
}
.event-make{
    background:#FFF
}
.clients{
    background:#25bd78;
}
.contact{
    position: relative;
    z-index: 9;
    margin-top: 8rem;
    background:#3a8f96;
}
/*--header --*/
.header-srow {
    padding-top:4em;
}
.header-logo{
    float: left;
}
.its-banner{
    position:relative;
}
/*-- menu --*/
.menu {
    margin-top: 30px;
    display: inline-block;
    box-sizing: border-box;
    background:#000;
    border: 1px solid #000;
    overflow: hidden;
    height: 50px;
    border-radius:5px;
    width: 55px;
    position: absolute;
    -webkit-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97);
    -moz-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97);
    -o-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97);
    -ms-transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97);
    transition: 1.3s cubic-bezier(0.15, 0, 0, 0.97);
    right: 0;
    z-index:9999;
}
.menu.open {
    width: 100%;
    overflow: inherit;
}
.dropdown-menu a.show-nav-link {
    color: #fff;
    font-size:14px;
}
.nav {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}
.menu ul.dropdown-menu {
    min-width: inherit;
    top: 156%;
    background-color: #4362ca;
}
.nav.show-nav {
    opacity: 1;
    padding:0em 5em;
    text-align: center;
}
.nav.show-nav li a.show-nav-link {
    opacity: 1;
}
.menu ul.dropdown-menu li {
    margin: 0;
    display: block;
}
.menu ul.dropdown-menu li a {
    padding: .5em 2em;
    font-size: 1em;
}
.nav.show-nav li a.show-nav-link:nth-of-type(2) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}
.nav.show-nav li a.show-nav-link:nth-of-type(3) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s;
}
.nav.show-nav li a.show-nav-link:nth-of-type(4) {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    -ms-transition-delay: .7s;
    transition-delay: .7s;
}
.nav.show-nav li a.show-nav-link:nth-of-type(4) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    -ms-transition-delay: .9s;
    transition-delay: .9s;
}
.nav li {
    display: inline-block;
    position: relative;
}
.nav.show-nav li a {
    opacity: 0;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-size:16px;
    padding: 14px 32px;
    -webkit-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    -moz-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    -o-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    -ms-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
}
.nav.show-nav li a:hover,.nav.show-nav li a.active{
    color:#ff787f;
    background-color: transparent;
}
.toggle {
    position: relative;
    height: 50px;
    width: 55px;
    cursor: pointer;
}
.toggle:after, .toggle:before {
    content: '';
    background: #fff;
    width: 28px;
    height: 4.5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    -moz-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    -o-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    -ms-transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
    transition: 1.3s cubic-bezier(0.53, 0, 0.15, 1.3);
}
.toggle:before {
    top: -24%;
}
.toggle:after {
    top: 28%;
}
.toggle.close:before {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 0px;
}
.toggle.close:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 0px;
}
.toggle.close {
    opacity: 1;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
    transition:.5s all;
}
/*-- //menu --*/
.header-outs {
    background: url(../backgrounds/buddhist.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 800px;
}
.header-logo h1 a {
    color: #fff;
    font-size: 45px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
}
.header-search {
    background-color: #0d0c0c;
    padding-bottom: 6rem;
}
/*--//header --*/
/*--Banner silder--*/
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
/*-- //banner Slider --*/
.rslides {
    margin: 0 auto 40px;
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

a {
    /* color: #fff; */
    text-decoration: none;
}

/* Callback example */
/*.events {
  list-style: none;
  }*/

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

/*.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }*/
.slider-info{
    background:rgba(0, 0, 0, 0);
    color: #fff;
    z-index: 999;
    margin-top: 18em;
}
.slider-info h4{
    font-weight:400;
    color: #fff;
    font-size:7em;
    letter-spacing: 3px;
    font-family: 'Risque', cursive;
}
.slider-info p{
    font-size: 20px;
    letter-spacing: 3px;
    padding: 16px 0px;
    color: #fff;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 80%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 53px;
    width: 53px;
    background:rgba(230, 230, 230, 0) url("../images/left-arrow.png") no-repeat left top;
    margin-top: -45px;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background:rgba(230, 230, 230, 0)  url("../images/right-arrow.png") no-repeat 0px 0px;
    background-position: right top;
    right: 0;
}
.callbacks_nav ,
.callbacks_nav.next {
    background-size:40px;
}
/*#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}--*/
/*--//Banner silder--*/
/*--about--*/
.welcome-left-left h2 {
    font-size: 36px;
    /*color: #000;*/
    font-weight: 400;
}
.welcome-left-left p {
    /*color: #000;*/
    font-size: 15px;
    line-height: 28px;
    padding: 1.5em 0em 1em 2em;
    letter-spacing: 1px;
    background: #E5E5E5;
    margin-top: 12px;
}
.welcome-left-left {
    margin-bottom: 33px;
}
.abut-mid-info h3 {
    font-size: 29px;
    /*color: #000;*/
    letter-spacing: 2px;
    border-bottom: 2px solid #000;
    padding-bottom: 0.6rem;
    font-weight: bold;
}
.abut-mid-info-details h3 {
    font-size: 29px;
    /*color: #000;*/
    font-weight: 600;
    padding-bottom: 9px;
    letter-spacing: 2px;
    font-weight: 600;
    padding-bottom: 9px;
}
.abut-mid-info p {
    font-size: 14px;
    /*color: #000;*/
    line-height: 24px;
    padding: 17px 0px 10px;
}
.about-num-left h6 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #6b61e6;
    width: 41px;
    height: 42px;
    margin: 0 auto;
    line-height: 41px;
    border-radius: 50px;
}
.abbr-info h4 {
    font-size: 16px;
    /*color: #000;*/
    text-align: justify;
    line-height: 28px;
}
.abbr-info{
    padding-left: 0px !important;
}
.price-search{
    font-weight: 600;
    font-size: 3rem;
}
/* aliniamiento */
.abbr-left-info h4 {
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 28px;
}
.white-shadow:nth-child(1),.white-shadow:nth-child(2) {
    padding-bottom: 1em;
}
.about-num-left {
    padding: 0px;
    width: 63px;
    padding-top: 6px;
}

/*.abut-right-side {
    background: url(../images/ab1.png)no-repeat center;
    min-height: 350px;
    padding:0px;
}*/
.abut-right-side h5 {
    font-size: 42px;
    color: #000;
    text-align: center;
    /* background: #ddd; */
    padding-top: 6em;
}

.abut-right-side-Hb {
    background: url(../imgHb/sahumerios.jpg)no-repeat center;
    min-height: 350px;
    padding:0px;
}
.abut-right-side-rb {
    object-fit: contain;
    min-height: 350px;
    max-height: 350px;
    padding:0px;
}
.abut-right-side-rb-carousel {
    object-fit: contain;
    min-height: 350px;
    max-height: 350px;
}
/*--//about--*/
/*--event--*/
/*-- counter timer --*/
.days-coming {
    background: url(../images/cnt.jpg)no-repeat center;
    background-size: cover;
}
/*--timer--*/
.timer{
    border-top:2px ridge #5F5F5F;
    border-bottom:2px ridge #5F5F5F;
}
.timer h4{
    font-size: 14px;
    color: #E5E5E5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 20px;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    display: inline-block;
    padding: 47px 0;
    float: left;
    width: 23.7%;
    background: rgba(4, 31, 167, 0.1);
    border: 1px solid rgba(193, 175, 78, 0.28);
    background: transparent;
    border: none;
    border-left: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.countDays:nth-child(1) {
    background: #25bd78;
}
.countHours {
    background: #c61fe2;
}
.countMinutes {
    background: #deb311;
}
.countSeconds {
    background:#ff787f;
}
/*.countDays, .countHours, .countMinutes, .countSeconds {
 border: 1px solid #fff;
   box-sizing: border-box;
       border-right: transparent;
}*/

/*.countSeconds:last-child {
     border-right: 1px solid #fff;	
}*/
.timer_wrap {
    width: 64%;
    margin: 0 auto;
    box-sizing: border-box;
}
.points {
    float: left;
    width:40px;
    margin: 0;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    line-height: 138px;
    text-shadow: none;
    color:#FFF;
    display: none;
}
.boxName {
    width: 100%;
    font-size: 17px;
    color: #ddd;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: capitalize;
    clear: both;
    padding: 19px;
}
/*--//timer--*/
.blog-rit-left:nth-child(2) {
    padding: 0px;
}
.blog-rit-left:nth-child(3) {
    padding: 0px;
}
.blog-rit-left:nth-child(4) {
    padding: 0px;
}
.booking-ticket h4 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding-bottom: 20px;
}
.booking-ticket {
    padding-top: 5em;
}
.booking-ticket p {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 32px;
}
.outs_more-buttn a:hover {
    background: rgba(255, 255, 255, 0.17);
    color: #fff;
}
.outs_more-buttn a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #000;
    outline: none;
    padding: 10px 22px;
    border: 2px solid #000;
}
.outs_more-buttn {
    display: inline-block;
    padding-top: 2em;
}
.booking-info input[type="text"],.booking-info input[type="email"],select.form-control {
    color: #fff;
    padding: .8em 1em;
    border: none;
    font-size: 14px;
    width: 100%;
    margin: 0px 0px 20px;
    background: #000;
    outline: none;
    letter-spacing: 1px;
    box-sizing: border-box;
}
.booking-info select.form-control {
    height:44px;
    border-radius: 0;
    box-sizing: border-box;
}
.booking-info:nth-child(1),.booking-info:nth-child(4) {
    padding-left: 0px;

}
.booking-info:nth-child(2),.booking-info:nth-child(5) {
    padding-right: 0px;
}
.modal-content {
    background-color: rgba(162, 162, 160, 0.76);
    padding: 1em;
}
option {
    background: #000;
}
.booking-info ::-webkit-input-placeholder {
    color:#fff;
}
.booking-info :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.booking-info ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.booking-info:-ms-input-placeholder {
    color:#fff;
}
button[type=submit] {
    width: 25%;
    background: #000;
    outline: none;
    color: #fff;
    margin: 18px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 9px 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button:hover{
    color:#000;
    /*background:#fff;*/
}
/*-- modal 2--*/
.about-modal .modal-body img {
    width: 100%;
}
.about-modal .modal-body h5 {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 1.5em 0 0;
    letter-spacing: 2px;
}
.about-modal .modal-body p {
    margin-top: 1em;
    font-weight: 400;
    color: #000;
    line-height:28px;
    font-size:14px
}
span {
    outline: none;
}
/*--//modal 2--*/
.inner-info ul li span,.outs_news_grid ul li span {
    color: #000;
    font-size: 15px;
    padding-right: 14px;
}
.inner-info ul li,.outs_news_grid ul li {
    color: #ffffff;
    font-size: 13px;
}
.inner-info ul li:nth-child(1),.outs_news_grid ul li:nth-child(1){
    margin-bottom: 10px;
}

.rand-prd-section {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0px;
    color: white;
    text-transform: capitalize;
    width: fit-content;
    background-color: black;
}

.random-prd-centered {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

/* w3css */
.card-ran-prd {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
}

.card-ran-prd h1 {
    margin-top: .2rem;
    font-size: 17px;
    color: black;
    opacity: 100%;
}

.card-ran-prd h1:hover {
    opacity: 100%;
}

.price-ran-prd {
    color: #4a4a4a;
    font-size: 18px;
}

.card-ran-prd button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}
.card-ran-prd button:hover {
    opacity: 0.7;
}
/* main container of a random product */
.random-products-main {
    background-color: #181818;
    width: 80%;
    margin-bottom: 1rem;
    color: #fff;
}
.news_grid_pos h4 a {
    color: #FFF;
    text-decoration: none;
    font-size: 21px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    font-weight: 600;
    outline:none;
}
.news_grid_pos h4 a:hover {
    color: #999;
}
.news_grid_pos h6 {
    font-size: 17px;
    padding: 15px 0px 0px;
    letter-spacing: 2px;
    color: #000;
}
.evn-two-grid {
    padding-top: 3.5em;
}
.booking-img img {
    width: 100%;
}
h4.modal-title {
    text-align: center;
    font-size: 32px;
    color: #000;
    letter-spacing: 2px;
}
/*--//event--*/
/*-- gallery --*/
.gallery_grid-more {
    padding-bottom: 2em;
}
.column .ile_gallery_effect{
    position: relative;
}
.ile_gallery_effect img {
    width: 100%;
}
a.sb {
    display: block;
}
.hover14 figure {
    overflow: hidden;
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform:skewX(-17deg);
    -moz-transform: skewX(-17deg);
    -o-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine .95s;
    -moz-animation: shine .95s;
    animation: shine .95s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/*-- //gallery --*/
/*-- Team Members-- */
.team ,.gallery{
    background:#ddd;
}
.team-members {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    text-align:center;
    bottom:8em;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc p {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.team-icons ul li {
    display: inline-block;
    text-align: center;
    border:none;
    width: 36px;
    height: 36px;
    margin: 0px 8px;
    background: #fff;
    line-height: 34px;
    border-radius: 50px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-icons ul li a {
    font-size: 15px;
    color: #000;
}
.team-icons ul li:hover {
    background: #ddd;
}
.team-icons {
    padding-top: 1.2em;
}
/*--Team Members-- */
/*--clients-- */
/*--video--*/
.pope{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.button{
    padding:8em 0em 0em;
}
.button a {
    padding: 16px 19px;
    top: 10em;
    left: 26.5em;
    display: inline-block;
    background:#000;
    border-radius: 55%;
    color: #ffffff;
    outline: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.button a:hover {
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    -moz-transition:0.5s all;
    -ms-transition:0.5s all;
    transition:0.5s all;
}
.button span {
    font-size: 35px;
    top: 2px;
}
.banner-its-btm {
    background: url(../images/video.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
    min-height: 321px;
    text-align: center;
    width: 418px;
    margin: 0 auto;
    margin: 0 auto 3em;
}
/*--//video--*/
.clients_ile_slider {
    padding-top: 3em;
    border: none;
    border-top: 2px solid #fff;
}
.ile_tesimonials_content h4 {
    color:#fff;
    font-size:17px;
    margin: 1em 0;
    text-transform: uppercase;
}
.ile_tesimonials_content p {
    color: #000;
    font-size:14px;
    margin: 0;
    line-height: 2em;
}
.about-midd-main img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
/*--//clients-- */
/*--contact-- */
.icon_grid_left {
    padding-bottom: 12px;
}
.icon_grid_left span {
    color:#fff;
    font-size: 28px;
    text-align: center;
}
.footer_grid_left p, .footer_grid_left p a {
    color:#000;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
}
.footer_grid_left p span {
    display: block;
}
.contact input[type="text"], .contact input[type="email"], .contact textarea {
    color: #000;
    padding:.7em 1em;
    border: 2px solid #000;
    font-size: 15px;
    width: 100%;
    background:rgba(229, 143, 230, 0);
    outline: none;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder {
    color:#fff;
}
.contact textarea {
    margin:1.5em 0em 1em;
    min-height: 14em;
    resize: none;
}
.styled-input:nth-child(2) {
    padding-right: 0px;
    margin-top: 0px;
}
.styled-input:nth-child(1) {
    padding-left: 0px;
    margin-top: 0px;
}
.contact input[type="submit"] {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border: solid 2px #000;
    padding: .7em 3em;
    outline: 0;
    background: #000000;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact input[type="submit"]:hover {
    background:#252424;
}
.contact-us {
    padding-top: 3em;
}
.map-grid {
    position: relative;
    z-index: 9;
    border: 4px solid #000;
    padding: 1em;
}
.map-grid iframe {
    width: 100%;
    height: 351px;
    border: 0;
}
/*--//contact--*/
/*--footer--*/
footer {
    background:rgb(0, 0, 0);
}

footer p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

footer p a:hover {
    color: rgb(255, 255, 255);
}

footer p a {
    color: #fff;
    text-decoration: underline;
}
.header-side {
    position: relative;
    z-index: 9;
}
.header-side.text-center {
    padding: 2em 0px;
}
.buttom-social-grids ul li {
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 37px;
    border-radius: 50px;
}

.buttom-social-grids ul li a {
    margin-left: 1px;
    font-size: 15px;
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.buttom-social-grids ul li a:hover {
    color:rgb(44, 190, 255);
}

.buttom-social-grids {
    padding-top:15px;
}

.buttom-social-grids ul li:nth-child(2),
.buttom-social-grids ul li:nth-child(3) {
    margin: 0px 4px;
}/*--//footer--*/
/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 26px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../images/arr.png") no-repeat 0px 0px;
    background-size: 40px;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.main-post-image-car {
    /* 
    min-height: 350px;
    max-height: 350px;
    */
    object-fit: contain;
    margin-top: 2rem;
    width: 100%;
}
.arrows-collect {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    top: 175px;
}
.product-price {
    font-family: 'Lato', sans-serif;
    font-size: 4.5rem;
    font-weight: bold;
    position: relative;
    top: 3.2rem;
    left: 1.2rem;
}
.product-price-car {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
hr {
    border-top: 1px solid #d5d5d5 !important;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
}
.carousel-container {
    margin-top: -0.7rem;
}
.carousel-container-car {
    margin-top: -5.7rem;
}
.toRigthImg {
    cursor: pointer;
    position: relative;
    top: 175px;
    left:37.1%;
    z-index: 2;
}
.toLeftImg{
    cursor: pointer;
    position: relative;
    top: 175px;
    right: 4.6rem;
    z-index: 2;
}
.toRigthImg-car {
    cursor: pointer;
    /* 
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 15.30rem;
    */
}
.toLeftImg-car {
    cursor: pointer;
    /* 
    position: absolute;
    top: 15.7rem;
    z-index: 2;
    left: 0px;
    */
}
.carousel-envolture-car {
    min-height: 350px;
    max-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.amount-buys {
    margin-top: 6px;
}
.buys-actions-pane {
    padding: 14px;
    border: solid 1px #D5D9D9;
    width: 54%;
}
.button-buys {
    margin-top: 6px;
    display: flex;
    justify-content: space-around;
}
.buypane-buttons {
    padding: 4px;
    border: 1px solid rgba(192, 192, 192, 0.61);
    background: #fff;
    border-radius: 7px;
    font-size: 13px;
}
.buypane-buttons:hover {                        
    background: #111111;
    color: #fff;
}
.textAmount {
    width: 8ch;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 2px;
    margin-top: 23px;
    color: #333333;
    border-radius: 3px;
}
.alert-add-prod {
    position: fixed;
    z-index: 40;
    display: none; /* needs be none in first instance */
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 30%;
     /* opacity: 0; maybe can make a animation with this*/
    transition-property: opacity;
    transition-duration: 1s;
}
.alert-wrap {
    background-color: #fff;
    border: solid 1px #D5D9D9;
    padding: 20px;
    border-radius: 5px;
}

#dataCharge{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.product-search{
    border: solid #d7d7d7 1px;
    padding: 1rem;
    margin: 1rem;
}
.prd-res-cont{
    display: flex;
    justify-content: center;
}
.prd-search-res{
    width: 100%;
}
.loading-products{
    display:flex;
    justify-content: center;
}
#button-to-search {
    background-color: #1c1c1c;
    color: white;
}
#search-form{
    float: left;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
#forMainPost a {
    color: #2956aa;
}
.about-left-info-car {
    margin-top: 2rem;
}
.about-left-info a{
    color: #2956aa;
}
#forMainPost a:hover {
    color: #4175d7;
}
.about-left-info a:hover{
    color: #4175d7;
}
.price-qr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qr-image-result{
    width: 8rem;
}
.footImageText{
    text-align: center;
    color: #a6a6a6;
    font-size: 12px;
}
.footImageText:hover{
    color: #8e8e8e;
    ;
}
.title-more-products {
    color: #fff !important;
    padding: 0 !important;
}
.section-more-products {
    font-size: 11px;
}
#pageNotFound {
    text-align: center;
    font-weight: bold;
    margin: 5rem 1rem;
}
.whs-container{
    position:fixed;
    width:60px;
    height:60px;
    bottom:80px;
    right: 1.3%;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whs-icon{
    /*margin-top:16px;*/
}
.tooltip-rand {
    position: relative;
    z-index: 9;
    display: inline-block;
}
.tooltip-rand .tooltiptext {
    display: none;
    width: 150px;
    background-color: #f9f9f9;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 11;
    bottom: 35%;
    left: 50%;
    margin-left: -75px;
}
.tooltip-rand:hover .tooltiptext {
    display: block;
}
/* style for cards on index html */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.product-card {
    animation-name: fadeIn;
    animation-duration: 0.3s;
    background-color: #fff;
    border: 1px solid #ccc;
    width:100%;
}
.product-card a{
    color: #000;
}
.product-card:hover .product-see-more p::after{
    width: 35%;
}
.product-image {
    padding: 3%;
}
.product-all-texts{
    padding: 3%;
    font-family: 'Santral-Light','Lato', sans-serif;
}
.product-title h1{
    font-size: 18px;
    font-weight: bold;
    font-family: 'Santral-Light','Lato', sans-serif;
}
.product-shor-descript {
    font-size: 13px;
    margin-top: 6%;
}
.product-see-more {
    margin-top: 15%;
}
.product-see-more p {
    color: #000;
}
.product-see-more p::after {
    content: "";
    position: relative;
    padding: 1px;
    border-bottom: solid #3a8f96 2px;
    width: 5%;
    display: block;

    transition-property: width;
    transition-duration: 1s;
}
.product-see-more p:hover::after {
    width: 35%;
}
.products-for-main{
    display: flex;
    flex-wrap: wrap;
}
.ind-prd {
    margin-bottom: 6rem;
}
.stat-links{
    margin-top: 10%;
}
.static-main {
    dsiplay:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.stat-image {
    display: flex;
    justify-content: center;
}
.stat-texts{
    text-align: center;
}
.stat-title{
    margin-top: 5%;
    font-weight: bold;
}
.stat-description{
    margin-top: 5%;
}
.stat-link {
    margin-top: 5%;
    font-weight: bold;
}
.img__wrapper{
    position: absolute;
    overflow: hidden;
}
.img__wrapper img{
    width: 100%;
}
.sold_out {
    top: 9em;
    left: -0.2em;
    color: #fff;
    display: block;
    position:fixed;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #004E9C;
    background-image: linear-gradient(0deg, rgba(38, 97, 156, 1) 25%, rgba(22, 89, 156, 1) 50%, rgba(7, 81, 156, 1) 75%, rgba(0, 78, 156, 1) 100%); 
    padding: 0.5em 8em 0.4em 8em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: bold 16px/1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(1.6,1.6);
    z-index:10;
}
.sold_out:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
}
.on-sold-out {
    background: #00000036;
}
.no-more-prd {
    text-align: center;
    margin-top: 0.2rem;
}

/*  for process pages    */
.inner{
     /*background-color: #191919;*/
    height: 65px;
}
.wrap{
    margin:0 auto;
    width:80%;
}
.wrapTop{
    text-align: center;
    margin: 0 auto;
    float: top;
    margin-top: 5px;
}

.wrapCenter{
    margin:0 auto;
    width:100%;

}

.wrapRight{
    margin:0 auto;
    width:20%;
    float: right;
}

.wrapDownCenter{
    margin:10px auto;
    float:bottom;
    width:100%;
}

.wrapRightPost{
    margin:0 auto;
    width:30%;
    float: right;
}

.wrapPreview{
    margin:0 auto;
    width:80%;
}

.wrapBorder{
    margin-top: 10px;
    border-radius: 25px;
    border: 5px solid #24b2e4;
}
.form-wrapper {
    padding: 10px;
    margin: 0 auto 0 auto;
  /*background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;*/
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

.form-wrapper input {
    width: 400px;
    height: 17px;
    padding: 10px 5px;
    float: left;    
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;      
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 37px;
    width: 110px;
    font: bold 13px/20px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   

.form-wrapper button:hover{		
    background: #e54040;
}	

.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 8px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
    border-right-color: #c42f2f;
}      

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}
.wrapper{
    padding:1% 2%;
}
p.para{
    text-align: justify;
    line-height:1.8em;
    color: #333;
    font-family: OpenSans,sans-serif;
    font-size: 1.0rem;
    margin-left: 3%;
    margin-right: 3%;
}
.main{
    margin-top: 5%; 
}
.loginbody{
/*    background:url(../imagesDesign/bg.jpg)  no-repeat center fixed;
    background-size: cover;*/
    position:relative;
    z-index: 2;
    background-color: #fff0 !important;
    font-family: 'Open Sans', sans-serif;
}
.login-html{
    background-color: #fff0 !important;
}
.wrapLogin {
        margin:8% auto 0;
        width:45%;
}
.content {
    margin-left: 3%;
    margin-right: 3%;
}

.contentList{
    border-bottom: 1px solid rgb(226, 226, 226);
    margin-left: 3%;
    margin-right: 3%;
    height: 120px;
}
.contentRandom{
    margin-left:auto;
    margin-right:auto;
    margin-top:8em;
    position:absolute;
    margin: auto;
    width: 100%;
}
/*.content h2.list{
    width: 75%;
    margin: 0 auto;
}*/
.content h3{
    margin-top: 1%;
}
/*.contentList h2.list{
    width: 75%;
    margin: 0 auto;
}
.contentList h3{
    margin-top: 1%;
}*/
.content-insta img{
    width: 100%;
    height: 100%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
}
.wrapLogin {
    background:#000000;
    width: 30%;
    margin:9% auto 4% auto;
    position: relative;
}
#textBriefPost {
    transition: none;
}
.descriptionarea {
    display:flex;
    flex-direction: column;
}
.grids_of_2 h2{
    display: block;
    /*font-family: 'nexa_boldregular';*/
    font-size: 2.5em;
    /*color: #111111;*/
    letter-spacing: -2px;
}
.grids_of_2 h2::after{
    display: block;
    content: '';
    width: 112px;
    height: 2px;
    /*background: #000;*/
    margin-top: 15px;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.grids_of_2 h2:hover::after {
  width: 130px;
}
.artical-commentbox {
    margin: 2% 0;
}
.clear{clear:both;}/* clear float */
#fbmodal .clear{
    clear:both;
}
#fbmodal .footer{
    background: #F0F0F0;
    border-top: 1px solid #DDDDDD;
    padding: 8px;
    height:58px;
    text-align: right;
}
.footer{
    padding: 0 4% 2%;
}
.table-form{
    width:100%;
}
.table-form form input[type="text"]::placeholder {
    color: #000;
}
.table-form form input[type="text"]{
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 10px;
    margin-top: 23px;
    color: #333333;
    overflow: hidden;
    width: 40%;
    display: block;/*was-inlineblock*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.table-form form input[type="password"]::placeholder{
    color: #000;
}
.table-form form input[type="password"]{
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 10px;
    margin-top: 23px;
    color: #333333;
    overflow: hidden;
    width: 40%;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.table-form form input[type="textKey"]{
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
     /*padding: 10px;*/
    margin-top: 20px;
    color: #333333;
    overflow: hidden;
    width: 8.6%;
    /*display: block;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.table-form form input[type="textSearch"]{
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
     /*padding: 10px;*/
    margin-top: 20px;
    color: #333333;
    overflow: hidden;
    width: 35%;
    /*display: block;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.table-form form input[type="textImageFoot"]::placeholder{
    color: #000;
}
.table-form form input[type="textImageFoot"]{
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
     /*padding: 10px;*/
     /*margin-top: 20px;*/
    color: #333333;
    overflow: hidden;
    width: 30%;
    /*display: block;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.table-form a:hover, .myButton:hover{
/*    background: #111111;
    color: #fff;*/
}
.table-form textarea{
    font-family: 'Merriweather Sans', sans-serif;
    padding: 8px;
    margin-top: 25px;
    outline:none;
    color: #333333;
    border: 1px solid rgba(192, 192, 192, 0.61);
    width:70%;
    height:100px;
    /*resize: none;*/
}
.myButton{
    outline: none;
    font-family: 'Merriweather Sans', sans-serif;
    color: #5a5a5a;
    padding:1% 3%;
    background: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid rgba(192, 192, 192, 0.61);
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
#accept-btn {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    right: 18px;
    top: -2px;
}
#section {
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 0.15rem;
    outline: none;
}
#section option {
     background-color: #fff;
}
.cssmenu {
    margin-top: 10px;
    float: right;
    height: 50px;
}
.cssmenu > ul > li {
    display:inline-block;
    position: relative;
}
.cssmenu > ul > li a.home{
    background: url('../images/home.png') no-repeat;
}
.cssmenu > ul > li a.home:hover{
    background: url('../images/home_h.png') no-repeat;
}
/*.cssmenu > ul > li.active a{
    color:#ffffff;
}*/
.cssmenu > ul > li span img {
    vertical-align: middle;
}
.cssmenu > ul > li > a {
    font-family: 'Merriweather Sans', sans-serif;
    color: #006699;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    padding: 1px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.userLogin{
    float:right;
    margin-right: 10px;
}
.userLogin a{
    text-align: right;
    color: #006699;
    text-transform: capitalize;
    font-size: 20.8px;
    font-family: 'Bodoni MT',sans-serif;
}
.foot_soc ul{
    list-style:none;
    margin:0;
}

.foot_soc ul li{
    float:left;
    margin-right: 3.3333%;
}

.foot_soc-right {
    width: 87%;
    float: none;
    margin-right: 0;
}

.foot_soc-right ul li{
    display: inline-block;
}

.foot_soc ul li a, .foot_soc-right ul li a{
    display: block;
}
.foot_soc ul li a{
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.foot_soc-right ul li a{
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}

.foot_soc-right ul li a.icon1 {
    background: #000000 url('../images/icon1.png') no-repeat 6px 6px;
    background-size: 60%;
}

.foot_soc-right ul li a.icon2 {
    background: #000000 url('../images/icon2.png') no-repeat 6px 6px;
    background-size: 60%;
}

.foot_soc-right ul li a.icon3 {
    background: #000000 url('../images/icon3.png') no-repeat 6px 6px;
    background-size: 60%;
}

.foot_soc-right ul li a.icon4 {
    background: #000000 url('../images/icon4.png') no-repeat 6px 6px;
    background-size: 60%;
}

.foot_soc ul li a.icon1{
    background: #000000 url('../images/icon1.png') no-repeat 12px 12px;
}
.foot_soc ul li a.icon2{
    background: #000000 url('../images/icon2.png') no-repeat 12px 12px;
}
.foot_soc ul li a.icon3{
    background: #000000 url('../images/icon3.png') no-repeat 12px 12px;
}
.foot_soc ul li a.icon4{
    background: #000000 url('../images/icon4.png') no-repeat 12px 12px;
}
.foot_soc ul li a:hover, .foot_soc-right ul li a:hover{
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.legend{
     /*width: 46.3333%;*/
    width: 100%;
     /*float: right;*/
    text-align: center;
    margin-top: 1%;
}
.legend{
    font-family: 'Merriweather Sans', sans-serif;
}
.legend p{
    text-transform: capitalize;
    font-size: 0.8725em;
    color: #555555;
    line-height: 1.8em;
}
.legend p a{
    color: #000000;
}
.legend p a:hover{
    color: #555555;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.kpi{
    text-align: center;
}
.kpi > div{
    display: inline-block; 
}
.KPIPageVisits{
    width: 400px;
    height: 300px;
}
.chart_div{
    width: 350px;
    height: 300px;
    margin-left: 150px;
}
.chart_div_week{
    width: 900px;
    height: 400px;
}
.chart_div_months{
    width: 900px;
    height: 300px;
}
.dual_y_div{
    width: 900px;
    height: 500px;
}
.piechart{
    width: 500px;
    height: 270px;
}
.piechart_3d{
    width: 500px;
    height: 270px;
}
.name-inv-elem {
        width: 15% ;
}
.filter {
        display:none;
}
#stores {
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 0.25rem;
    padding: 4px;
    width: 9rem;
}
#stores option {
    background-color: #fff;
}
.over-table-inv {
    margin: 40px 0px 20px 0px;
}
.over-table-inv h2 {
    margin: 0px 0px 0px 0px;
}
.stores-fields{
    justify-content: end;
    align-items: center;
}
.buy-sells-table th{
    text-align: center;
}
.date-bs {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 6px;
    margin-top: 23px;
    color: #333333;
    overflow: hidden;
    width: 160px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    color: #808080;
}
.date-wrap-bs {
    display: flex;
    gap: 10px;
}
#inventory-table-r th, td{
    text-align: center;
    vertical-align: middle;
}
.af-be-buttons{
    margin-top: 1rem;
    display:flex;
}
.af-be-buttons button{
    margin-right: 1rem;
}
.date-invent {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
}
.stock-red{
    color: red;
}
.inventorys-serc{
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    overflow: hidden;
    width: 18%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.search-section {
    justify-content: start;
    flex-direction: column;
}
.search-section input::placeholder {
    color: #000;
}
.stores-label {
    margin-bottom: 0;
}
.send-print-action:hover {
    background: #111111;
    color: #fff;
}
.filter {
    display: none !important;
}
.margin-headers-H {
    margin: 10px 0px 10px 0px;
}
.searchBar {
    margin-bottom: 10px;
    width: 220px;
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.headLogin {
    position: absolute;
    top:-15%;
    left: 35%;
    width: 100px;
    height: 100px;
    border: 6px solid rgba(221, 218, 215, 0.23);
    border-radius: 50%;
    background-color: #000;
}
.headLogin img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.formlogin {
    padding:24% 2.5em;
    margin-top: 2%;
}

.formlogin li{
    border:1px solid #B4B2B2;
    list-style:none;
    margin-bottom:25px;
    width:100%;
    background:none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
}
.formlogin input[type="text"], input[type="password"] {
    font-family: 'Open Sans', sans-serif;
    width:60%;
    padding:0.7em 2em 0.7em 1.7em;
    color:#858282;
    font-size:18px;
    outline: none;
    background: none;
    border:none;
    font-weight:600;
}

.formlogin li:hover{
    border:1px solid #40A9DF;
    box-shadow: 0 0 1em #40A9DF;
    -webkit-box-shadow: 0 0 1em #40A9DF;
    -o-box-shadow: 0 0 1em #40A9DF;
    -moz-box-shadow: 0 0 1em #40A9DF;
}
.formlogin input[type="submit"]{
    float:right;
    font-size:18px;
    display: inline-block;
    font-weight:600;
    color: #fff;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    cursor: pointer;
    outline: none;
    padding:15px 10px;
    margin-top:3px;
    font-family: 'Open Sans', sans-serif;
    width:40%;
    border:none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: #ffe49e; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffe49e 0%, #ffb700 3%, #ffad00 35%, #ff9000 97%, #e27f00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe49e), color-stop(3%,#ffb700), color-stop(35%,#ffad00), color-stop(97%,#ff9000), color-stop(100%,#e27f00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffe49e 0%,#ffb700 3%,#ffad00 35%,#ff9000 97%,#e27f00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffe49e 0%,#ffb700 3%,#ffad00 35%,#ff9000 97%,#e27f00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffe49e 0%,#ffb700 3%,#ffad00 35%,#ff9000 97%,#e27f00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffe49e 0%,#ffb700 3%,#ffad00 35%,#ff9000 97%,#e27f00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe49e', endColorstr='#e27f00',GradientType=0 ); /* IE6-9 */
}
.formlogin input[type="submit"]:hover{
    background: #e27f00; /* Old browsers */
    background: -moz-linear-gradient(top,  #e27f00 0%, #ff9000 3%, #ffad00 65%, #ffb700 97%, #ffe49e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e27f00), color-stop(3%,#ff9000), color-stop(65%,#ffad00), color-stop(97%,#ffb700), color-stop(100%,#ffe49e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e27f00 0%,#ff9000 3%,#ffad00 65%,#ffb700 97%,#ffe49e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27f00', endColorstr='#ffe49e',GradientType=0 ); /* IE6-9 */
}
.icon{
    background:url(../images/icons.png)  no-repeat 0px 0px;
    height:30px;
    width:30px;
    display: block;
    float:left;
    margin:7px -11px 0px 0px
}

.user{
    background: url(../images/icons.png) no-repeat 12px 11px;

}
.lock{
    background: url(../images/icons.png) no-repeat -17px 11px;
}

.p-container{
    margin-top:2em;
}
.p-container  .checkbox input {
    position: absolute;
    left: -9999px;
}
.p-container.checkbox i {
    border-color: #fff;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;

}
.p-container.checkbox i:hover {
    border-color:red;

}
.p-container  i:before {
    background-color: #2da5da;	
}
.p-container  .rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.p-container  .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
    content:url(../images/tick.png) no-repeat 7px 1px;
    top:-15px;
    left:1px;
    width: 15px;
    height: 15px;
}
.p-container  .checkbox {
    float: left;
    margin-right: 30px;
}
.p-container .checkbox {
    padding-left: 40px;
    font-size: 16px;
    line-height:60px;
    color:#858282;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;	
    font-weight: 600;
}
.p-container  .checkbox {
    position: relative;
    display: block;
}
.p-container  .checkbox i {
    position: absolute;
    top:18px;
    left:5px;
    display: block;
    width:22px;
    height:22px;
    outline: none;
    border:1px solid #999;
    background:#fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;

}
.p-container  .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.p-container .checkbox input + i:after {
    color: #2da5da;
}
.p-container .checkbox input:checked + i,
.p-container .input:checked + i {
    border-color: #2da5da;	
}
.p-container .rating input:checked ~ label {
    color: #2da5da;	
}
.p-container .checkbox input:checked + i:after {
    opacity: 1;
}
.legend-right {
    position: absolute;
    bottom:-16%;
    left: 43.7%;
}
.legend-right p {
    color: #fff;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;	
    font-weight: 600;
}
.legend-right p a {
    font-family: 'Open Sans', sans-serif;	
    font-size: 1em;
    color:#FF8E03;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.legend-right p a:hover {
    color:#fff;
}
.fix-pad {
    padding-left: 0px !important;
}
.pane-links a{
    font-size: 1.2rem;
}
.select-side {
    margin-top: 45px;
}
.print-from {
    display:flex;
    justify-content:flex-end;
    margin-right: 20px;
}
.toSelect {
    height: 340px;
    overflow-y: scroll;
    border: solid 1px #3e3e3e;
    border-radius: 5px;
    padding:5px;
    background-color: #fbfbfb;
}
::-webkit-scrollbar {
  width: 10px;
}
.candidateToPrint {
    width: 100%;
    padding: 1px;
    margin: 4px 0px 4px  0px;
    display: flex;
    justify-content: space-between;
    transition: background-color .250s;
    cursor: pointer;
    align-items: center;
    border-radius: 3px;
    padding: 2px 0px 2px 4px;
}
.candidateToPrint:hover {
    background-color: #eaeaea;
}
.printing-form-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inp-btn-qr {
    display: flex;
    align-items: center;
}
.inp-btn-qr button{
    margin-top: 0px;
}
.under-nav-qr {
    display:flex; 
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.print-by-key-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}
.under-envolve-qr{
    display: flex;
    justify-content: center;
}
#print-button {
    padding: 3% 6%;
}
.item h1.style  {
    font-family: 'nexa_boldregular';
    display:block;
    text-align: center;
    font-size: 0.9em;
    color: #111111;
    /*text-transform: capitalize;tko*/
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.item h1.style:hover  {
    color: #E7E7E7;
}
.instanskart  a.style{
    font-family: "Times New Roman", Serif;
    font-style: italic;
    font-style: oblique;
    font-size: 1.5em;
    margin: 0% auto;
    color: inherit;
}
/*                     */
h1.style a{
    font-family: 'nexa_boldregular';
    display:block;
    text-align: center;
    font-size: 1em;
    color: #111111;
    text-transform: capitalize;
    letter-spacing: -1px;
    word-spacing: -2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
h1.style strong{
    /*font-family: 'nexa_boldregular';*/
    font-family: "Ubuntu", OpenSans, sans-serif;
    display:block;
    text-align: center;
    margin-top: 1%;
    font-size: 0.8em;
    font-weight:bold;
    color: #111111;
    /*text-transform: capitalize;tko*/
    letter-spacing: -1px;
    word-spacing: -2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.styleSub{
    display: block;
    font-family: 'nexa_boldregular';
    font-size: 1.0em;
    color: #111111;
    letter-spacing: -1px;
}
h2.style a{
    font-family: 'nexa_boldregular';
    display:block;
    text-align: center;
    font-size: 1.6em;
    color: #111111;
    /*text-transform: capitalize;tko*/
    letter-spacing: -1px;
    word-spacing: -2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
h2.style a:hover{
    color:#333333;
}
h2.style a.previewTitle{
    font-family: 'Arial';
    font-size: 1.2em;
    font-weight: normal;
}
h3.style{
    text-align: center;
    font-size: 1rem;
    color: #777777;
     /*text-transform: capitalize;*/
    font-family: 'Merriweather Sans', sans-serif;
}
h4.style a{
    font-size: 16px;
    font-family: 'nexa_boldregular';
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
h4.style a:hover{
    color: #333333;
}
h5.style{
    font-size:14px;
    /*font-family: 'nexa_boldregular';*/
    font-family: 'Open Sans',sans-serif;
    color: #555555;
    line-height: 1.8em;
}

h5.style a{
    text-decoration: none;
}
h4.style1 a{
    font-size: 1.5em;
    /*font-family: 'nexa_boldregular';*/
    font-family: OpenSans,sans-serif;
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: 2em;
    font-weight: bold;
}
h4.style1 a:hover{
    color: #333333;
}
.candidateToPrint img{
    position: relative;
    right: 10px;
    animation-name: arrowMove;
    animation-duration: 1s;
    animation-iteration-count: infinite;
} 
@keyframes arrowMove {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.candidateToPrint h4 {
    user-select: none;
    font-size: 15px;
    font-weight: unset;
}
.selec-bold {
    font-weight: bold;
}

.wrapPreview{
    margin:0 auto;
    width:80%;
}
.wrapBorder{
    margin-top: 10px;
    border-radius: 25px;
    border: 5px solid #24b2e4;
}
.list_img_main{
    margin: 2% 0;
    text-align: center;
}

/*Zoom*/
.list_img_main img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.list_img_main:hover img {
    -webkit-transform:scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:scale(1.03); /* Opera */
    transform:scale(1.03);
}
.list_img_main{
    margin: 2% 0;
    text-align: center;
}

/*Zoom*/
.list_img_main img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.list_img_main:hover img {
    -webkit-transform:scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:scale(1.03); /* Opera */
    transform:scale(1.03);
}

/*.list_img {
    margin: 1% 0;
    text-align: center;
}*/

.list_img h4 {
    text-align: center;
}

.list_img img.left {
    float: left;
    margin: 2% 2% 0px 1%;
}

.list_img img.right {
    float: right;
    margin: 2% 0px 1% 1%;
}
.contenPost {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height:1.8em;
    color: #111111;
    font-size: 1.1em;
    text-align: justify;
}
.contenPost ol{
    list-style-type: decimal;
}
.contenPost ul{
    list-style-type: disc;
}
p.para{
    text-align: justify;
    line-height:1.8em;
    color: #333;
    font-family: OpenSans,sans-serif;
    font-size: 1.0rem;
    margin-left: 3%;
    margin-right: 3%;
}

p.para.blog{
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.2px;
}
p.para.blog a{
    color: #2956aa;
}
p.para.blog a:hover{
    color: #4175d7;
}

p.para.blog b{
    font-weight:bold;
}

p.para-right{
    margin-top: 5%;
    text-align:center;
    font-size: 0.6em;
    line-height:1.8em;
    color: #111111;
    font-family: 'Merriweather Sans', sans-serif;	
}
.para-author{
    margin-top: 2%;
}
.containerBox_ {
    position: relative;
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.containerBox_right {
    float:right;
    position: relative;
    display: inline-block;
    margin-bottom: 3%;
    padding-left: 1%;
}

.containerBox_left {
    float:left;
    position: relative;
    display: inline-block;
    margin-bottom: 3%;
    padding-right: 1%;
}
.text-box {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #999999;
    line-height: 10px;    
}
/* start blog*/
h4.style1 a{
    font-size: 1.5em;
    /*font-family: 'nexa_boldregular';*/
    font-family: OpenSans,sans-serif;
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: 2em;
    font-weight: bold;
}
h4.style1 a:hover{
    color: #333333;
}
.left{
    float:left;
    overflow:hidden;
}
.right{
    float:right;
}
.clear{
    clear:both;
}
.author{
    /*margin-top: %;*/
    display: inline-block;
    font-family: 'Roboto', Helvetica, arial;
    text-align: left;
    font-size: 0.9em;
    color: #000000;
    line-height: 1.5em;
    /*padding: 1px 0;*/
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.author:before{
    content:url('../images/tickauthor.png');
    float:left;
}
.author:hover{
    color: #333333;
}
.author b{
    color: #149bdf;
}
.author b:hover{
    color: #009999;
}
.form-inventory {
    margin-top: 80px;
}
.form-inventory label {
    font-weight: normal;
    font-size: 1.5rem;
}
.form-inventory form input[type="text"] {
  font-family: 'Merriweather Sans', sans-serif;
  border: 1px solid rgba(192, 192, 192, 0.61);
  outline: none;
  padding: 10px;
  margin-top: 23px;
  color: #333333;
  overflow: hidden;
  width: 40%;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.type-search-prod {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    overflow: hidden;
    width: 28%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.type-search-prod::placeholder {
    color: #000;
}
.type-search-user {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    overflow: hidden;
    width: 15%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.type-search-user::placeholder {
    color: #000;
}
.envolve-inventorys {
    display: flex;
    flex-direction: column;
}
.sel-status-btns {
    margin: 2% 0;
}
.sel-status-btns button {
    font-size: 16px;
    margin-right: 3%;
    margin-left: 10px;
    letter-spacing: 1px;
}
.inventory-form input::placeholder{
    color: #000;
}
.inp-inventory {
    margin-top: 20px;
}
.inp-clave-stores {
    margin-top: 10px;
}
.store-key-st {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    margin-top: 20px;
    color: #333333;
    overflow: hidden;
    width: 8.6%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.store-name-st {
    width: 30% !important;
}
.store-description-st {
    width: 42% !important;
}
.store-short-st {
    width: 28% !important;
}
.store-direction-st {
    width: 42% !important;
}
.store-notes-st {
    width: 28% !important;
}
.store-tel{
    width: 15%;
}
.search-preview {
    display: none;
    margin-top: 10px;
    background: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    width: 193px;
    border-radius: 4px;
    padding: 4px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.inv-center {
    text-align: center;
    vertical-align: middle !important;
}
.name-on-search-inv {
    font-size: 11px;
    margin-bottom: 4px;
}
.preview-on-search {
    text-align: center;
}
.prev-img-inv{
    width: 100%;
    height: 100%;
    display:flex;
    align-items: center;
    font-size: 10px;
}
.text-box-inv {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 10px;
    margin-top: 23px;
    color: #333333;
    overflow: hidden;
    width: 14.5%;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.cont-tooltip {
    display: flex;
    align-items: center;
}
.ts-tooltip {
    transition-property: opacity;
    transition-duration: 0.1s;
    
    color: #444;
    opacity: 0;
    width: 160px;
    text-align: justify;
    display: block;
    font-size: 12px;
    position: relative;
    top: 12px;
    left: 20px;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 7px;
}

.amount-inv {
    background-color: #f7f7f7;
}
.store-selector {
    width: 142px !important
}
.stores-sel-inv {
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 0.25rem;
    padding: 4px;
    width: 9rem;
}
.stores-sel-inv option {
    background-color: #fff;
}
.inventory-action-buttons {
    margin-top: 20px;
    margin-bottom: 100px;
}
.key-operation{
    width: 8% !important;
    padding: 3px !important;
    display: inline !important;
    margin-top: 0px !important;
}
.key-prod-inve {
    width: 8% !important;
    padding: 3px !important;
    display: inline !important;
}
.key-prod-asig-inve {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 10px;
    margin-top: 23px;
    color: #333333;
    overflow: hidden;
    width: 40%;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    width: 8% !important;
    padding: 3px !important;
    display: inline !important;
}
.select-stock {
    margin-top: 23px;
}
.ser-button {
    cursor: pointer;
    position: relative;
    top: 3px;
}
.lastClicked {
    border: solid black 1.5px;
}
.hoverHandler {
    cursor: pointer;
}
.hoverHandler:hover {
    background-color: #e8e8e8;
}
.hoverHandler td:nth-child(1){
    width: 15%;
}
.hoverHandler td:nth-child(2){
    width: 45%;
    text-align: left;
}
.hoverHandler td:nth-child(3){
    width: 40%;
}
.markedAc {
    background-color: #f2f2f2 !Important;
}
#identifier {
    position: relative;
    top: 5px;
    outline: none;
}
.prev-image-container {
    height: 235px;
    width: 250px;
    /*background-color: #e8e8e8;*/
}
.ktpl {
    width: 18ch;
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
/* logo and user */
.hon_logo_animation span {
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.hon_second_step .hon_logo_animation span {
    transform: rotateY(340deg);
}
.hon_logo_animation:hover span {
    transform: rotateY(340deg);
}
.hon_logo {
    font:900 28px/18px Open Sans, Arial;
    color:#333;
    text-transform: uppercase;
    position: absolute;
/*    top: 22px;*/
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.hon_logo:hover {
    color: #fff;
    transform: scale(1);
}
.hon_logo:hover {
    text-decoration: none;
    color:#333;
}
/* logo and user */

/*// sidebar init*/
.acces-sidebar{
    padding: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #202020;
    color: #fff;
}
.acces-sidebar a {
    color: #fff;
    height: 50px;
}
.sidebar-open-sp {
    font-size:30px;
    cursor:pointer;
    font-family:'nexa_boldregular';
    padding-bottom: 4px;
}
/* dropdown general styles */
.drop-down-section {
    padding: 0;
    height: 0;
    transition-property: opacity, height;
    transition-duration: 0.250s;
    transition-timing-function:ease-in-out;
}
.drop-down-section li {
    transition-property: height,opacity,display;
    transition-duration: 0.250s;
    transition-timing-function:ease-in-out;
    height: 0;
    opacity: 0;
    padding: 0.5rem 0rem 0.5rem 1rem !important;
    position: relative;
    z-index: -1;
}
.drop-down-section li>a {
    font-size: 9pt;
}
.drop-down-section li:hover {
    background-color: #313131;
}
.section-droper {
    position:relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 22px 0px 0px;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
}
.section-droper img {
    cursor: pointer;
}
.section-droper svg {
    cursor: pointer;
}
.sidenav ul{
    padding-left: 0;
}
.sidenav {
    font-family: Arial;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #202020;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    scrollbar-width: thin;
    /*scrollbar-color: #383838 #202020;*/
}
.sidenav li {
    font-family: Arial;
    padding: 0.3rem 0rem 0.3rem 0rem;
    line-height: 0;
    list-style: none;
}
.sidenav a {
    font-family: Arial;
    cursor: pointer;
    padding: 6px 0px 8px 0px;
    text-decoration: none !important;
    /*color: #fff;*/
    display: block;
    transition: 0.3s;
    margin-left: 10px;
}
.sidenav a:hover {
  text-decoration: none !important;
  /*color: #dbdbdb !important;*/
}
.sidenav .closebtn {
    font-family: initial;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 38px !important;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 12.5pt;}
}
/*  for process pages    */
.bt-ajust-sdop {
  line-height: normal !important;  
}
.bt-ajust-usr {
    margin-top: 13.5px !important;
    margin-bottom: 0 !important;
}
/* close btn side */
.bt-sd-x {
    line-height: normal !important;
}
/* ul on sidebar */
.bt-sd-ul {
    margin-top: 16px !important;
    font-size: 12pt !important;
}
.bt-sd-ul li{
   padding: 0.48rem 0rem 0.48rem 0rem !important;
}
.main-generate-qr {
    display:flex;
    justify-content: space-around;
    margin-top: 2%;
    margin-bottom: 5%;
}
.qr-frame {
    width: 48%;
}
.qr-foot-frame {
    display: flex;
    justify-content: flex-end;
}
.modeText {
    font-size: 120%;
    line-height: 1.5em; 
    margin-top: 3.5px;
}
.title-prod-adjust {
   margin: 0px 0px 40px 0px;
}
.content-ajust {
    margin-left: 0.75%;
    margin-right: 3%;
}
.centered {
    display: flex;
    justify-content: center;
}
.dynamic-pane {
    position: fixed;
    display: flex; /* change to flex to be visible */
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 3rem;
    z-index: 6;
}
.dynamic-content {
    background-color: #fbfbfb;
    width: 700px;
    height: 450px;
    border: 1px solid rgba(106, 106, 106, 0.61);
    border-radius: 4px;
}
.dynamic-top  {
    height: 5%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamic-title {
    position: relative;
    top: 6px;
}
.dynamic-regs {
    height: 41%;
    overflow: auto;
    margin: 0rem 18px;
}
.param-search-wapper {
    display: flex;
    height: 20%;
}
.parameters {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    height: 80%;
    gap: 3px;
}
.searchWrapp {
    width: 63%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.actionsTop {
    width: 100%;
    height: 0;
    display:flex;
    justify-content: space-around;
    justify-content: end;
    position: relative;
    bottom: 2.6rem;
    right: 2rem;
}
.search-pane {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dynamic-table {
    width: 100%;
    background-color: #2f2f2f;
    border-collapse: collapse;
}
.dynamic-table td{
  border: 1px solid #dddddd;
  padding: 1px;
  white-space: nowrap;
}
.dynamic-table th{
  border: 1px solid #2f2f2f;
  padding: 4px;
}
.dynamic-table thead tr {
    background-color: #2f2f2f;
    color: #f0f0f0;
}
.dynamic-table tbody tr {
    background-color: #fff;
}
.dynamic-table tbody tr td:first-child {
    text-align: center;
}
.GInput{
    padding: 0rem 0rem 0rem 0.5rem;
}
.GInput input {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    overflow: hidden;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.dynamic-foot {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 12%;
}
.paged-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 80px;
}
.modButton {
    margin-top: 0px;
    margin-left: 0px;
    padding: 5% 15%;
    cursor: pointer;
    position: relative;
    top: 1rem;
}
.search-button-pa {
    margin-top: 0px;
    margin-left: 0px;
    padding: 1.5% 5%;
    cursor: pointer;
    position: relative;
    top: -4px;
    right: 18px;
    color: #fff;
    background-color: #337ab7;
    border-radius: 4px;
    border: solid 1px #337ab7;
}
.search-button-pa:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.quitButton {
    padding: 1px 6px;
    position: relative;
    top: -5px;
    border-radius: 50%;
    cursor: pointer;
    right: -36px;
}
.paginated-wrapper {
    display: flex;
    justify-content: start;
    width: 37%;
    padding-left: 4px;
}
.under-top-pane {
    height: 40%;
}
.pag-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 2px;
    gap: 2px;
}
.pag-buttons {
    margin-top: 0px;
    margin-left: 0px;
    padding: 1% 2%;
    cursor: pointer;
    width: 24px;
    text-align: center;
    border: solid transparent 1.5px;
    border-radius: 3px;
}
.back-page-wrap {
    width: 26%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
}
.next-page-wrap {
    width: 26%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
}
.pagedButton {
    top: 0rem;
    padding: 3.2% 8%;
    color: #fff;
    background-color: #52c5e8;
    border: solid 1px #46b8da;
    border-radius: 4px;
}
.pagedButton:hover {
    color: #fff;
    background-color: #4dbedf;
    border-color: #269abc;
}
.main-reports {
    margin-top: 30px;
}
.master-repo {
/*    background-color: #f7f7f7;*/
    height: 100%;
}
.main-print-repo {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 90%;
}
.repo-image {
    width: 150px;
    height: 150px;
}
.repo-title {
    text-align: center;
    margin-top: 20px;
}
.repo-title p{
    font-size: 23px;
}
.repo-table {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display:flex;
    justify-content: center;
    width: 100%;
}
.top-repo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    width: 80%;
}
.top-repo-state {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    width: 80%;
}
.repo-table table {
    width: 100%;
}
.price-list-rep td{
    border: 1px solid #dddddd;
    padding: 1px;
}
.price-list-rep th{
    border: 1px solid #dddddd;
    padding: 1px;
}
.price-list-rep tr{
    border: 1px solid #dddddd;
    padding: 1px;
}

.price-list-rep th {
    padding: 5px;
}
.price-list-rep table {
    border-collapse: collapse;
}
.repo-table table td{
    padding: 0.5rem;
}
.separator-repo {
    width: 26%;
}
.title-list-rep {
    width: 50%;
}
.ti-report {
    text-align: left;
}
.repo-input-fix {
    display: inline !important;
    width: 240px !important;
}
.repo-input-fix::placeholder {
    color: #000;
}
.general-rep {
    margin-top: 23px;
}
.vert-inp {
    margin-top: 23px;
}
.w-date {
    display: flex;
    align-items: center;
}
.main-state-pane {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.state-print {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.state-center {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.status-field {
    width: 100%;
    text-align: center;
}
.status-field h3 {
    text-align: left;
}
.sf-simple {
    text-align: left;
}
.simple-detailed{
    margin-top: 23px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.net-utility {
    margin-top: 3rem !important;
}
.income-state {
    margin-top: 1rem;
}
.expenses-state {
    margin-top: 3rem;
}
.vert-inp label{
    display: block;
}
.vert-inp input{
    margin-top: 6px !important;
}
.date-reports {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.date-hidden {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: 0px;
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.5s;
}
.date-expand {
    height: 62px;
}
.repo-check {
    margin-top: 23px;
}
.printer-repo{
    margin-top: 23px;
    margin-bottom: 100px;
}
.printer-repo button {
    cursor: pointer;
}
.operationPG {
    opacity: 0;
}
.repo-date {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 10px;
    margin-top: 23px;
    color: #333333;
    overflow: hidden;
    width: 160px;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    color: #808080;
}
.rowsToBuild {
    margin-top: 33px;
}
.rowsToBuild h3{
    font-size: 17px;
    font-weight: normal;
}
.rowsWrappers {
    margin-top: 18px;
}
.candiRow {
    display: inline;
}
.scrolling {
    scrollbar-width: thin;
    scrollbar-color: #cacaca #fff;
}
.footer-repo-print {
    text-align: center;
}
.price-list-table td{
    vertical-align: middle !important;
}
.price-list-table th:nth-child(1){
    width: 13%;
}
.price-list-table th:nth-child(2){
    width: 42%;
}
.price-list-table th:nth-child(3){
    width: 15%;
}
.price-list-table th:nth-child(4){
    width: 15%;
}
.price-list-table th:nth-child(5){
    width: 15%;
}
.over-table-prices {
    display: flex;
    align-items: center;
    margin: 40px 0px 20px 0px;
}
.search-prices-list {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    overflow: hidden;
    width: 273px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.private-prices {
    margin-top: 23px;
    display: block;
}
.private-prices table {
    border-collapse: collapse;
}
.private-prices label {
    display: inline-block;
    font-size: 13.3px;
    border: 1px solid rgba(192, 192, 192, 0.61);
    padding: 10px;
    width: 133px;
}
.buy-price-in {
    border-radius: 0px 4px 0px 0px !important;
}
.sell-price-in {
    border-radius: 0px 0px 4px 0px !important;
}
.label-buy-in {
    border-radius: 4px 0px 0px 0px !important;
}
.label-sell-in {
    border-radius: 0px 0px 0px 4px !important;
}
.private-prices input {
    display: inline !important;
    width: 15% !important;
    margin-top: 0px !important;
    position: relative;
    right: 7px;
}
.prices-wrappers{
    display: block;
}
.pricebox {
    width: 20% !important;
    display: inline !important;
}

.buy-popUp {
    position: fixed;
    width: 100%;
    top: 38%;
    display: none; /* default: none  */
    justify-content: center;
}

.main-buy-popUp {
    width: 450px;
    height: 200px;
    background-color: #fff;
    border: 1.1px solid black;
    border-radius: 5px;
    padding: 5px;
}

.questions-popUp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ques-texts {
    margin-top: 8%;
    text-align: center;
    width: 80%;
}

.ques-texts p:last-child {
    margin-top: 5%;
}

.ques-btns {
    margin-top: 5px;
    width: 60%;
    display: flex;
    justify-content: space-around;
}
.ques-btns button {
    cursor: pointer;
    width: 60px;
    padding: 8px 0px;
}
.amount-buy-popUp {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.inp-buy-popUp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}
.buy-pop-inp{
    margin-top: 0px !important;
    width: 90px;
    padding: 7px;
}
.btn-buy-accept {
    cursor: pointer;
    padding: 7px;
    margin: 80% 0px 0px 0px !important;
}
.sold-out-cont {
    margin-left: 50px;
    display: inline;
}
.bs-amount{
    width: 14% !important;
}
.car-envolve{
    position: fixed;
    z-index: 10;
    top: 60px;
    right: 0px;
    width: 55px;
    height: 55px;
}
.buycar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    background-color: #211c1c;
    border-radius: 50%;
    padding: 6px;
}
.buycar-num-items{
    font-size: 11px;
    font-family: "Lato", sans-serif;
}
.buycar-num-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    background-color: #ff2727;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    right: 3px;
    font-family: "Lato", sans-serif;
}
.buycar-image-wrap{
    background-color: grey;
    border-radius: 50%;
    padding: 2px;
    width: 100%;
}
.buycar-wrap{
    width: 55px;
    height: 55px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buycar-image{
    width: 30px;
    fill: #fff;
}
.client-nav-wrap {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0px;
}
.client-nav{
    width: 100%;
    background-color: #232f3e;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    color: #fff;
}
.l-client-nav {
    width: 30%;
    color: #fff;
}
.l-client-nav a {
    color: #fff;
}
.l-client-nav a:hover {
    color: #dcdcdc;
}
.c-client-nav {
    display: flex;
    justify-content: center;
    width: 50%;
}
.search-client {
    width: 70%;
    color: #000;
    border-radius: 2px;
    padding: 4px;
    border: none;
}
.search-client::placeholder {
    color: #000;
}
.r-client-nav {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.client-buy-wrap {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.client-buy-section {
    display: flex;
    margin-right: 25px;
    gap: 10px;
    align-items: center;
}
.toBtn {
    padding: 2px;
    width: 25px;
    border: solid #7171714d 1px;
    border-radius: 3px;
    text-align: center;
    
    background-color: #000;
    color: #fff;
}
.toBuyS {
    width: 60px;
    text-align: center;
    border-radius: 3px;
    border: solid #7171714d 1px;
}
.client-btn {
    padding: 5px;
    border: solid #7171714d 1px;
    border-radius: 3px;
    text-align: center;
    
    background-color: #000;
    color: #fff;
}
.toBtn:hover {
    color: #fff;
}
.client-btn:hover {
    color: #fff;
}

.main-carclient {
    margin: 100px 20px 20px 20px;
    display: flex;
    justify-content: center;
}
.buycar-client{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    
    transition-property: width;
    transition-duration: 0.6s;
}
.my-buycar{
    width: 60%;
    height: 395px;
}
.carContent {
    overflow-y: auto;
    height: 340px;
}
.purchase-resume{
    width: 25%;
}
.purchase-data {
    margin-top: 23px;
}
.purchase-spacer {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}
.purchase-total {
    margin-top: 42px;
    font-size: 18px;
    font-weight: bold;
}
.purchase-continue-btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.resume-continue-btn {
    float: right;
    margin-top: 15px;
    color: #5a5a5a;
    padding:1% 3%;
    background: #fff;
    text-decoration: none;
    text-shadow: none;
    border: 1px solid rgba(192, 192, 192, 0.61);
    transition: all 0.3s ease-out;
    border-radius: 4px;
    width: 140px;
}
.resume-continue-btn:hover {
    background: #111111;
    color: #fff;
}
.car-card {
    border: 1px solid #ededed;
    background-color: #fff;
    padding: 5px 5px 12px 5px;
}
.car-card hr {
    margin-top: 5px;
    margin-bottom: 0px;
}


/*  car elements  */
.product-in-car{
    display:flex;
    margin: 4px;
}
.image-in-car{
    width: 100px;
    object-fit: contain;
}
.info-in-car{
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.name-in-car{
    width: 48%;
    margin-bottom: 10px;
}
.amount-sub-in-car{
    width: 50%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-in-car{
    
}
.delete-car-button {
    border: solid #fff0 1px;
    text-align: center;
    background-color: #24242400;
    margin-bottom: 10px;
    color: #007185;
    text-decoration: underline;
}
.delete-car-button:hover {
    color: #005a6a;
}
.unselect-all {
    font-size: 10px;
    color: #007185;
    cursor: pointer;
}
.unselect-all:hover {
    text-decoration: underline;
}
.selectAmount {
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 0.15rem;
    outline: none;
    width: 46px;
    padding: 4px;
}
.selectAmount option{
    color: #000;
    background-color: #fff;
}
.update-amount-btn {
    background-color: #FFD814;
    border: solid 1px #FCD200;
    border-radius: 3px;
    font-size: 9px;
}
.client-tobuy-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* purchase section */

.main-purchase {
    margin-top: 10rem;
    display: flex;
    justify-content: center;
}
.purchase-form-wrap {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.purchase-form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.purchase-data {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.purchase-section {
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 3px;
    width: 100%;
    margin-bottom: 23px;
}
.purchase-section-title {
    background-color: #f0f0f0;
    padding: 8px 24px;
    transition-property: padding;
    transition-duration: 1s;
}
.purchase-section-fields {
    padding: 4px 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
    transition-property: padding;
    transition-duration: 1s;
}
.user-data {
    width: 50%;
    transition-property: width;
    transition-duration: 1s;
}
.user-address {
    width: 50%;
    transition-property: width;
    transition-duration: 1s;
}
.purchase-section-fields select {
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 90px;
}
.purchase-section-fields option {
    background-color: #fff;
}
.address-phone {
    width: 110px !important;
}
.address-email {
    width: 240px !important;
}
.address-field {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}
.address-field label{
    margin: 0;
}
.address-field input{
    margin: 0;
    width: 170px;
}
.address-state {
    width: 140px !important;
}
.address-state option {
    background-color: #fff;
}
.field-100 {
    width: 100px !important;
}
.purchase-section-fields input{
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 4px;
    color: #333333;
    border-radius: 4px;
    font-weight: normal;
}
.purchase-section-fields label{
    font-weight: normal;
}
.address-extra-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.address-extra-wrap label {
    margin: 0;
}
.address-extra-wrap textarea{
    border: 1px solid rgba(192, 192, 192, 0.61);
    width: 260px;
    padding: 4px;
    border-radius: 4px;
}
.pay-date-card {
    width: 4ch !important;
    text-align: center;
}
.date-division {
    font-size: 16px;
}
.pay-cvv {
    width: 6ch !important;
}
.confirm-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.confirm-btn {
    padding: 5px;
    background-color: #fce500;
    border-radius: 4px;
    border: solid 2px #f2dc00;
    font-size: 13px;
    color: #171717;
}
.confirm-btn:hover {
    background-color: #fce300;
    color: #353535;
}
.prod-recount {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(192, 192, 192, 0.61);
    /* border-radius: 3px; */
    padding: 6px;
}
.recount-charge-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.purchase-prod-charge {
    width: 100%;
    height: 300px;
    overflow-y: auto;
}
.rec-image-wrap {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rec-prod-image {
    width: 100%;
    object-fit: contain;
}
.recount-name {
    width: 41%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rec-prod-info {
    width: 41%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pruchase-fields-wrapper {
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.purchase-float-pane-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.purchase-float-pane {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 3px;
    position: relative;
    width: 400px;
    /* top: 100px; */
}
.purchase-float-pane hr{
    width: 97%;
    margin-top: 5px;
    margin-bottom: 10px;
}
.purchase-pane-title {
    width: 100%;
    background-color: #f0f0f0;
    padding: 8px 24px;
}
.purchase-pane-title h3{
    font-size: 16px;
}
.wrap-purchase-info {
    width: 100%;
    padding: 8px;
}
.purchase-pay-methods {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
}
.purchase-pay-methods img{
    width: 20px;
}
.cards-btn {
    background-color: #f7f7f7;
    border: 1px solid rgba(192, 192, 192, 0.61);
    padding: 4px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}
.cards-btn img {
    width: 25px;
}
.cards-btn:hover {
    background-color: #ededed;
}
.paypal-btn {
    display: flex;
    align-items: center;
    background-color: #ffc43b;
    border: 0;
    padding: 5px 16px;
    border-radius: 3px;
}
.paypal-btn:hover {
    background-color: #f7bd35;
}
.paypal-btn p {
    font-weight: bolder;
    font-style: italic;
}
.paypal-btn span:first-child {
    color: #00186a;
}
.paypal-btn span:last-child {
    color: #0084ca;
}
.purchase-data-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.purchase-dates-card {
    
}
.card-section {
    width: 50%;
    transition-property: width;
    transition-duration: 1s;
}
.nav-img-wrap {
    height: 55px;
    /* background-color: #f7f7f7; */
    padding: 10px;
    border-radius: 50%;
}
.nav-img-wrap img{
    height: 100%;
}
.add-to-car-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 5rem;
}
.user-icon-wraper {
    background-color: #211c1c;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.user-icon {
    width: 2.8rem;
    height: 2.8rem;
}
.purchase-finish-main {
    margin-top: 9rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.center-purchase-finish {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.purchase-finish-pane {
    width: 90%;
    padding: 1rem;
    background-color: #fff;
    border-radius: 3px;
    
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.purchase-finish-prods {
    margin-top: 3rem;
    width: 90%;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 5px;
    
    height: 34rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.prod-finish {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 6px;
}
.main-configuration {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.config-tabs {
    display: flex;
    position: relative;
    top: 1px;
}
.conf-tab {
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    background-color: #fbfbfb;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    border: 1px #5252523b solid;
}
.conf-tab p {
    color: rgb(82, 82, 82);
    transition-property: color;
    transition-duration: 1s;
}
.config-pane-content {
    background-color: #fcfcfc;
    width: 100%;
    min-height: 22rem; /* Only for develop check the final heigth will finish*/
    border-radius: 0 4px 4px 4px;
    border: 1px #5252523b solid;
}
.config-sections-wraper {
    padding: 12px;
}
@keyframes showSection {
    from {
        opacity 0;
    }
    to {
        opacity: 1;
    }
}
.conf-section {
    display: none;
    opacity: 0;
    animation-name: showSection;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
.opacityOne {
    opacity: 1;
}
.content-section {
    margin-top: 1rem;
}
.field-configs {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.field-configs input {
    margin-top: 6px;
    max-width: 240px;
    height: 25px;
    width: 150px;
}
.field-configs input[type=radio]{
    width: fit-content;
    height: fit-content;
    margin-top: 0px;
}
.field-configs input[type=file]{
    margin-top: 6px;
    max-width: 240px;
    width: 100%;
    background-color: #fff;
    padding: 3px;
    height: auto;
    border-radius: 5px;
}
.file-input {
    margin-top: 6px;
    max-width: 240px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    padding: 3px;
    height: auto;
    border-radius: 5px;
}
.file-input::file-selector-button{
    cursor: pointer;
    border-radius: 4px;
    text-shadow: none;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 5px 7px;
}
.file-input::file-selector-button:hover{
    
}
.field-configs input[type=text]{
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 7px;
    border-radius: 4px;
    color: #000;
}
.field-configs input[type=color]{
    background-color: #fff;
    border: 1px silver solid;
    border-radius: 4px;
}
.field-configs select {
    margin-top: 6px;
    background-color: #fff;
    border: 1px solid rgba(192, 192, 192, 0.61);
    border-radius: 4px;
    outline: none;
    padding: 6px;
}
.field-configs option {
    background-color: #fff;
}
.preview-conf-image {
    margin-top: 1rem;
    width: 160px;
    height: 160px;
}
.inputs-colors {
    width: 38%;
}
.preview-colors {
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.colors-flex {
    display: flex;
    flex-wrap: wrap;
}
.preview-box {
    display: flex;
    width: 490px;
    height: 278px;
    background-color: #ababab4d;
    position: relative;
    top: -40px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.35);
}
.reset-changes-con {
    width: 490px;
}
.reset-changes-con button{
    margin: 0;
}
.side-bar-preview {
    color: #fff;
    width: 22%;
    height: 100%;
    background-color: black;
    position: relative;
}
.side-bar-preview ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    top: 1.5rem;
}
.side-bar-preview ul {
    text-decoration: none;
    font-size: 10px;
}
.section-droper-preview {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px 6px 6px;
}
.section-droper-preview img{
    width: 0.5rem;
    height: 0.5rem;
}
.closebtn-preview {
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 22px;
    font-family: initial;
}
.view-preview {
    height: 64%;
    width: 86%;
    display: flex;
    align-items: center;
    padding: 0.3rem;
}
.about-left-info-preview {
    width: 68%;
}
.imagesAlingCentered-preview {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.abut-right-side-rb-preview {
    object-fit: contain;
    padding:0px;
    width: 95px;
}
.abut-mid-info-details-preview {
    letter-spacing: 1px;
    font-weight: 600;
    padding-bottom: 6px;
    font-size: 9px;
    margin-top: 0.8rem;
}
.about-list-preview {
    margin-top: 0.2rem;
}
.abbr-info-preview {
    font-size: 8.8px;
    text-align: justify;
}
.abbr-info-preview h4 {
    font-weight: lighter;
}
.buttons-preview {
    margin-top: 1rem;
}
.preview-btn-view {
    width: 78%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.preview-button {
    cursor: pointer;
    border-radius: 4px;
    text-shadow: none;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    transition-property: background-color, color;
    transition-duration: 0.3s;
    padding: 12px 26px;
}
.radio-field {
    display: flex;
    justify-content: center;
    align-items: center;
}
.radio-wraper {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}
.sub-section {
    margin-bottom: 16px;
}
.lanuage-select {
    width: 12ch;
}
.config-pane-wraper {
    margin-top: 1.4rem;
    width: 60rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.save-config-btn {
    cursor: pointer;
    border-radius: 4px;
    text-shadow: none;
    border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
/*    background-color: #fff;
    color: #111111;*/
    transition-property: background-color, color;
    transition-duration: 0.3s;
    align-self: flex-end;
    margin-top: 20px;
    padding: 12px 26px;
}
/*.save-config-btn:hover {
    background-color: #111111;
    color: #fff;
}*/
.apparence-section {
    display: flex;
    flex-wrap: wrap;
}
.apparence-section .field-configs {
    width: 50%;
}
.buttons-wrap-config {
    align-self: flex-end;
}
.advanced-payments {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}
.config-contrast-op {
    background-color: #f7f7f7;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
    width: 360px;
}
.config-contrast-pp {
    background-color: #f7f7f7;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
    width: 360px;
}
.confi-color-contrast {
    margin-top: 10px;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
}
.top-logo-wrap {
    height: 53px;
    margin: 6px;
    width: auto;
}
.top-logo-wrap img{
    height: 100%;
}
.wrapper-btn {
    position: relative;
    left: 24px;
    top: 4px;
}
.wrapper-btn button{
    border: 1px solid rgba(192, 192, 192, 0.61);
}
.close-and-quit {
    cursor: pointer;
    border: none;
    padding: 3px;
    border-radius: 50%;
    width: 22px;
    font-size: 12px;
}

.pop-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000029;
    z-index: 100;
}
.pop-body {
    width: 400px;
    /*min-height: 140px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    background-color: #fff;
    padding: 12px
}
.pop-top {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.pop-close-top {
    border: 1px solid rgba(192, 192, 192, 0.61);
    position: absolute;
    right: -4px;
    top: -4px;
}
.pop-top p {
    font-size: 22px;
    font-weight: bold;
}
.pop-message {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 6px;
}
.pop-message p {
    text-align: left;
}
.pop-btn-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.pop-btn-container button {
    padding: 5px 14px;
}
.search-identifier {
    border-radius: 3px;
    margin-top: 2px;
    border: 1px solid rgba(192, 192, 192, 0.61);
}
.delete-image-Btn {
    margin-left: 6px;
    border: 5px transparent;
    padding: 3px;
    border-radius: 4px;
}
.editor-description {
    border-radius: 3px;
    margin-top: 2px;
    border: 1px solid rgba(192, 192, 192, 0.61);
}
.select-currency {
    width: 10ch;
}
.tooltips-cotaniner {
    display: flex;
    align-items: center;
}
.tooltips-radios {
    display: flex;
    align-items: center;
    gap: 18px;
}
.info-tooltip {
    color: #17b3ff;
    cursor: help;
    position: relative;
    bottom: 5px;
    border-radius: 50%;
    border: 1px solid #0067d5;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8px;
    width: 8px;
    padding: 1px;
}
.bills-descriptions {
    width: 360px;
}
.store-id-flex {
    display: flex;
    align-items: center;
}
.store-id-flex #bill-store {
    margin: 0;
}
.store-id-flex .search-identifier {
    margin-left: 0.2rem;
}
.inp-bills-dates {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}
.validity-date {
    display: none;
}


/*--Responsive--*/
@media only screen and (max-width: 2560px) {
    .item h1.style {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 1.6em;
    }
    .wrapper {
        padding: 0% 2%;
    }

    .wrap{
        width:100%;
    }
    .cssmenu > ul > li{
        float:left;
        position: relative;
    }

    .cssmenu > ul > li > a {
        font-size: 20px;
    }
    .foot_soc{
        float: left;
        width: 100%;
        text-align: center;
    }

    .foot_soc ul{
        display: inline-block;
        margin: 0;
        padding: 0;
        zoom:1;
        *display: inline;
    }

    .foot_soc ul li {
        margin: 0 auto;
        padding: 5px;
    }

    .foot_soc-right {
        width: 100%;
    }

    .foot_soc-right ul{
        margin: 0;
        padding: 0;
    }

    .foot_soc-right ul li a{
        width: 45px;
        height: 45px;
    }

    .foot_soc-right ul li a.icon1 {
        background: #000000 url('../images/icon1.png') no-repeat 15px 15px;
        background-size: 45%;
    }

    .foot_soc-right ul li a.icon2 {
        background: #000000 url('../images/icon2.png') no-repeat 15px 15px;
        background-size: 45%;
    }

    .foot_soc-right ul li a.icon3 {
        background: #000000 url('../images/icon3.png') no-repeat 15px 15px;
        background-size: 45%;
    }

    .foot_soc-right ul li a.icon4 {
        background: #000000 url('../images/icon4.png') no-repeat 15px 15px;
        background-size: 45%;
    }
}
@media(min-width:1940px){
    .container {
        width: 1700px;
    }
    .cssmenu > ul > li > a {
        font-size: 17px;
    }
    .item h1.style {
        font-size: 1.5em;
    }
}
@media(min-width:1720px){
    .container {
        width: 1550px;
    }
}
@media(min-width:1605px){
    .container {
        width: 1350px;
    }
    .item h1.style {
        font-size: 1.4em;
    }

    .instanskart a.style {
        font-size: 2.5em;
    }
}
@media(max-width:1440px){
    .header-outs {
        min-height: 608px;
    }
    .slider-info {
        margin-top: 11em;
    }
    .slider-info h4 {
        font-size: 6em
    }
    .slider-info p {
        padding: 8px 0px;
    }
    .about, .services, .contact, .team, .clients, .gallery, .event-make, .days-coming {
        padding: 4.5em 0;
    }
    h3.title {
        margin-bottom: 41px;
        font-size: 43px;
    }
}
@media(max-width:1366px){
    .welcome-left-left h2 {
        font-size: 32px;
    }
    .welcome-left-left p {
        padding: 1em 0em 1em 2em;
    }
    .welcome-left-left {
        margin-bottom: 28px;
    }
    .abut-mid-info h3 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .outs_more-buttn a {
        font-size: 13px;
        padding: 9px 14px;
    }
    .clients_ile_slider {
        padding-top: 2.5em;
    }
}
@media(max-width:1280px){
    .wrapLeftPost,.wrapPreview{
        width:70%;
    }
    .item h1.style {
        font-size: 0.8em;
    }
    .item h1.style {
        text-align: center;
        font-size: 0.8em;
    }

    .instanskart a.style {
        font-size: 1.5em;
    }

    h2.style a{
        font-size: 1.2em;
    }
    .header-logo h1 a {
        font-size: 41px;
    }
    .welcome-left-left p {
        padding: 1em 0em 1em 1em;
    }
    .slider-info {
        padding: 0px 32px;
    }
    .about, .services, .contact, .team, .clients, .gallery, .event-make, .days-coming {
        padding: 4em 0;
    }
    .news_grid_pos h6 {
        font-size: 16px;
    }
    .news_grid_pos h4 a {
        font-size: 19px;
    }
    .ile_tesimonials_content h4 {
        font-size: 16px;
    }
    .contact textarea {
        min-height: 12em;
    }
        .cssmenu > ul > li{
        float:left;
        position: relative;
    }

    .cssmenu > ul > li > a {
        font-size: 15px;
    }
    .foot_soc{
        float: left;
        width: 100%;
        text-align: center;
    }

    .foot_soc ul{
        display: inline-block;
        margin: 0;
        padding: 0;
        zoom:1;
        *display: inline;
    }

    .foot_soc ul li {
        margin: 0 auto;
        padding: 5px;
    }
}
@media(max-width:1200px){
    .button-buys {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }
    .button-buys button {
        width: 80%;
    }
}
@media(max-width:1199px){
    .product-title h1 {
        font-size: 16px;
    }
    .product-shor-descript p{
        font-size: 12px;
    }
    .rand-prd-section{
        left: 7px;
    }
    .toRigthImg{
        left:36.5%;
    }
}
@media(max-width:1088px){
    .title-car-card {
        font-size: 20px;
    }
}
@media(max-width:1080px){
    .header-outs {
        min-height: 562px;
    }
    .slider-info h4 {
        font-size: 5em;
    }
    .welcome-left-left p {
        font-size: 14px;
        line-height: 26px;
    }
    .abbr-info h4 {
        font-size: 14px;
    }
    .abut-right-side h5 {
        font-size: 34px;
        padding-top: 7em;
    }
    .booking-ticket p {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .booking-ticket {
        padding-top: 2.5em;
    }
    .booking-ticket h4 {
        font-size: 32px;
    }
    h3.title {
        margin-bottom: 38px;
        font-size: 39px;
    }
    .about, .services, .contact, .team, .clients, .gallery, .event-make, .days-coming {
        padding: 3.8em 0;
    }
    .ile_tesimonials_content h4 {
        margin: .8em 0;
    }
    .team-members .team-desc h4 {
        font-size: 20px;
    }
    .footer_grid_left p, .footer_grid_left p a {
        font-size: 15px;
    }
    .contact input[type="submit"] {
        font-size: 15px;
        padding: .7em 2.5em;
    }
    .map-grid iframe {
        height: 274px;
    }
    .buttom-social-grids ul li a {
        font-size: 14px;
    }
    .buttom-social-grids ul li {
        width: 37px;
        height: 37px;
        line-height: 37px;
    }
    .buttom-social-grids ul li:nth-child(2), .buttom-social-grids ul li:nth-child(3) {
        margin: 0px 6px;
    }
    .timer_wrap {
        width: 69%;
    }
    .outs_more-buttn {
        padding-top: 1.5em;
    }
}
@media(max-width:1050px){
    .welcome-left-left h2 {
        font-size: 30px;
    }
    .abut-mid-info h3 {
        font-size: 23px;
    }
    .about-num-left h6 {
        font-size: 16px;
        width: 39px;
        height: 39px;
        line-height: 38px;
    }
    .digit {
        font-size: 58px;
    }
    .countDays, .countHours, .countMinutes, .countSeconds {
        padding: 42px 0;
    }
    .banner-its-btm {
        min-height: 303px
    }
    .contact input[type="text"], .contact input[type="email"], .contact textarea {
        padding: .6em 1em;
    }
    .contact textarea {
        min-height: 11em;
    }
    .team-icons ul li {
        width: 34px;
        height: 34px;
        line-height: 32px;
    }
    .header-side.text-center {
        padding: 1.7em 0px;
    }
}
@media(max-width:1024px){
    .legend-right {
        left: 41%;
        bottom:-18%;
    }

    h2.style a.previewTitle{
        font-size: 1.0em;
    }
    .header-outs {
        min-height: 556px;
    }
    .slider-info h4 {
        font-size: 3.7em;
    }
    .slider-info {
        margin-top: 10em;
    }
    .news_grid_pos h6 {
        font-size: 15px;
        padding: 11px 0px 0px;
    }
    .booking-ticket h4 {
        font-size: 30px;
    }
    .booking-ticket p {
        font-size: 14px;
    }
    .booking-info input[type="text"], .booking-info input[type="email"], select.form-control {
        padding: .7em 1em;
    }
    .booking-info select.form-control {
        height: 40px;
    }
    h4.modal-title {
        font-size: 30px;
    }
    .team-members .team-desc {
        bottom: 7em;
    }
    .cssmenu > ul > li{
        float:left;
        position: relative;
    }
    .cssmenu > ul > li > a {
        font-size: 15px;
    }
    .chart_div {
        margin-left: 40px;
    }
    .chart_div_months{
        width: 700px;
    }
}
@media(max-width:992px){
    .carousel-w-car {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .carousel-envolture-car {
        width: 470px;
    }
    .buys-wraper {
        display: flex;
        justify-content: center;
    }
    .add-to-car-wrap {
        justify-content: center;
        align-items: center;
    }
    .config-pane-wraper {
        width: 100%;
    }
    .field-configs input[type="color"] {
        width: 122px;
    }
}
@media(max-width:991px){
    .product-title h1 {
        font-size: 10px;
    }
    .product-shor-descript p{
        font-size: 9px;
    }
    .tooltip-rand .tooltiptext {
        bottom: 38%;
    }
    .rand-prd-section {
        left:4px;
        top: 4px;
    }
    .card-ran-prd {
        margin: 0.4rem;
    }
    .card-ran-prd h1 {
        font-size: 17px;
    }
    .price-ran-prd {
        font-size: 16px;
    }
    .product-price{
        left: -14.8rem;
        text-align: center;
    }
    .prd-search-res{
        width:fit-content;
    }
    .imagesAlingCentered {
        display: flex;
        justify-content: center;
    }
    #imagesContainer {
        display:flex;
        justify-content: center;
    }
    .toLeftImg{
        top: 19.65rem ;
        right: -4.7rem ;
    }
    .toRigthImg{
        left: 80.5%;
        top: 19.65rem;
    }
    .nav.show-nav li a {
        font-size: 15px;
        padding: 14px 18px;
    }
    .nav.show-nav {
        padding: 0em 3em;
    }
    .header-outs {
        min-height: 543px;
    }
    .slider-info h4 {
        font-size: 4.4em;
    }
    .abut-right-side {
        min-height: 495px;
        margin-top: 26px;
    }
    .booking-ticket{
        padding-top:0em;
        padding-bottom:1.5em;
    }
    .evn-two-grid {
        padding-top: 2.5em;
    }
    .booking-ticket h4 {
        padding-bottom: 12px;
    }
    .outs_more-buttn {
        padding-top: 1em;
    }
    button[type=submit] {
        margin: 11px 0px 0px;
        font-size: 13px;
    }
    .about-modal .modal-body h5 {
        font-size: 1.2em;
        margin: 1em 0 0;
    }
    .about-num-left {
        padding: 0px;
    }
    .abbr-info h4 {
        line-height: 36px;
    }
    .button a {
        padding: 14px 16px;
    }
    .button span {
        font-size: 31px;
    }
    .banner-its-btm {
        min-height: 272px;
        width: 360px;
    }
    .button {
        padding: 7em 0em 0em;
    }
    .team-members .team-desc {
        bottom: 4em;
    }
    .team-members .team-desc h4 {
        font-size: 18px;
    }
    .team-icons ul li {
        margin: 0px 4px;
    }
    .footer_grid_left {
        padding: 0px;
    }
    .footer_grid_left p, .footer_grid_left p a {
        letter-spacing: 1px;
    }
    .map-grid iframe {
        height: 251px;
    }
    .resume-continue-btn {
        margin-top: 28px;
    }
}
@media(max-width:960px){
    .h2.style a{
        font-size: 1.0em;
    }
    .item h1.style {
        font-size: 0.8em;
    }
    p.para.blog{
        font-size: 1.2em;
    }
    .title-car-card {
        font-size: 15px;
    }
    .name-in-car {
        font-size: 12px;
    }
    .sub-in-car {
        font-size: 12px;
    }
    .toBtn {
        padding: 0px;
        width: 22px;
    }
    .buycar-client {
        width: 98%;
    }
    .address-extra-wrap textarea {
        width: 218px;
    }
}
@media(max-width:940px) {
    .inputs-colors {
        width: 34%;
    }
    .preview-colors {
        width: 66%;
    }
    .field-configs input[type="color"] {
        width: 105px;
    }
}
@media(max-width:922px){
    .config-contrast-pp {
        width: 40%;
    }
    .config-contrast-op {
        width: 40%;
    }
}
@media(max-width:900px){
    .date-bs {
        width: fit-content !important;
    }
    .bs-amount {
        width: fit-content !important;
    }
    .header-logo h1 a {
        font-size: 37px;
    }
    .welcome-left-left h2 {
        font-size: 27px;
    }
    .abut-mid-info h3 {
        font-size: 21px;
    }
    .welcome-left-left {
        margin-bottom: 22px;
    }
    .about-num-left h6 {
        font-size: 15px;
        width: 36px;
        height: 36px;
        line-height: 35px;
    }
    .news_grid_pos h4 a {
        font-size: 17px;
    }
    .booking-ticket h4 {
        font-size: 28px;
    }
    h3.title {
        margin-bottom: 34px;
        font-size: 38px;
    }
    .icon_grid_left span {
        font-size: 25px;
    }
    .contact input[type="submit"] {
        font-size: 14px;
        padding: .6em 2em;
    }
    .callbacks_nav, .callbacks_nav.next {
        background-size: 35px;
    }
    .c-client-nav {
        width: 46%;
    }
    .r-client-nav {
        width: 24%;
    }
}
@media(max-width:886px) {
    .confi-color-contrast {
        margin-bottom: 10px;
    }
    .colors-flex {
        justify-content: center;
    }
    .inputs-colors {
        width: 100%;
        justify-content: space-around;
    }
    .preview-colors {
        width: 100%;
    }
    .preview-box {
        top: 5px;
        margin-bottom: 10px;
    }
    .inputs-colors {
        display: flex;
    }
    .confi-color-contrast .radio-wraper {
        gap: 8px;
    }
    .field-configs input[type="color"] {
        width: 95px;
    }
}
@media(max-width:816px){
    .pruchase-fields-wrapper {
        width: 85%;
    }
}
@media(max-width:800px){
    .type-search-user{
        width: fit-content;
    }
    .margin-headers-H {
        font-size: 21px;
    }

    .item h1.style {
        font-size: 0.8em;
    }
    .h1.style strong{
        margin-top: 3%;
        font-size: 2.5em;
        word-spacing: 1px;
    }

    .h2.style a {
        font-size: 1.6em;
    }
    .dual_y_div{
        width: 730px;
        height: 300px;
    }
    .chart_div_week{
        width: 730px;
        height: 300px;
    }
    .header-logo h1 a {
        font-size: 33px;
    }
    .menu {
        height: 48px;
        width: 48px;
    }
    .toggle {
        height: 45px;
        width: 46px;
    }
    .header-outs {
        min-height: 497px;
    }
    .slider-info {
        margin-top: 8.5em;
    }
    .slider-info h4 {
        font-size: 4em;
    }
    .abut-right-side {
        min-height: 549px;
    }
    .boxName {
        font-size: 16px;
    }
    .inner-info ul li:nth-child(1), .outs_news_grid ul li:nth-child(1) {
        margin-bottom: 7px;
    }
    .evn-two-grid {
        padding-top: 2em;
    }
    .about, .services, .contact, .team, .clients, .gallery, .event-make, .days-coming {
        padding: 3.5em 0;
    }
    .ile_tesimonials_content p {
        line-height: 1.7em;
    }
    .team-members .team-desc h4 {
        font-size: 16px;
    }
    .team-icons ul li a {
        font-size: 14px;
    }
    .dynamic-content {
        width: 90%;
    }
}
@media(max-width:780px){
    .main-carclient {
        margin: 100px 10px 20px 10px;
    }
    .config-contrast-op .sub-section {
        font-size: 14px;
    }
}
@media(max-width:768px){
    p.para-right {
        font-size: 1.6em;
    }
    .wrapLeftPost,.wrapPreview{
        width:100%;
    }
    .legend-right {
        left:38%;
        bottom:-14%;
    }
    .wrapLogin {
        margin:12% auto 0;
        width:57%;
    }
    .item h1.style {
        display:block;
        font-size: 1.2em;
    }
    .dual_y_div {
        width: 650px;
        height: 500px;
    }
    .chart_div_week{
        width: 650px;
        height: 500px;
    }
    #search-form{
        float:none;
    }
    .header-logo h1 a {
        font-size: 32px;
    }
    .abut-right-side {
        min-height: 568px;
    }
    h4.modal-title {
        font-size: 27px;
    }
    h3.title {
        margin-bottom: 34px;
    }
    .banner-its-btm {
        margin: 0 auto 2.5em;
        min-height: 257px;
        width: 337px;
    }
    .ile_tesimonials_content h4 {
        font-size: 15px;
    }
    .about-midd-main {
        width: 100%;
    }
    .contact input[type="text"], .contact input[type="email"], .contact textarea {
        padding: 0.5em 1em;
    }
    .contact textarea {
        min-height: 9em;
    }
    .map-grid iframe {
        height: 202px;
    }
    .header-side.text-center {
        padding: 1.5em 0px;
    }
        .cssmenu {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    .cssmenu > ul > li{
        float:none;
    }

    .cssmenu > ul > li > a {
        font-size: 12px;
        padding: 1px 10px;
    }
    .foot_soc{
        width: 100%;
        text-align: center;
    }

    .foot_soc ul{
        display: inline-block;
        margin: 0;
        padding: 0;
        zoom:1;
        *display: inline;
    }

    .foot_soc ul li {
        margin: 0 auto;
        padding: 5px;
    }

    .foot_soc-right {
        width: 100%;
    }

    .foot_soc-right ul{
        margin: 0;
        padding: 0;
    }

    .foot_soc-right ul li a{
        width: 45px;
        height: 45px;
    }

    .foot_soc-right ul li a.icon1 {
        background: #000000 url('../images/icon1.png') no-repeat 15px 15px;
        background-size: 45%;
    }

    .foot_soc-right ul li a.icon2 {
        background: #000000 url('../images/icon2.png') no-repeat 15px 15px;
        background-size: 45%;
    }

    .foot_soc-right ul li a.icon3 {
        background: #000000 url('../images/icon3.png') no-repeat 15px 15px;
        background-size: 45%;
    }

    .foot_soc-right ul li a.icon4 {
        background: #000000 url('../images/icon4.png') no-repeat 15px 15px;
        background-size: 45%;
    }
}
@media(max-width:767px){
    .products-for-main {
        justify-content: center;
    }
    .header-outs {
        min-height: 456px;
    }
    .slider-info {
        margin-top: 7em;
    }
    .slider-info p {
        padding: 4px 0px;
    }
    .callbacks_nav, .callbacks_nav.next {
        background-size: 30px;
    }
    .welcome-left-left h2 {
        font-size: 25px;
    }
    .abut-mid-info h3 {
        font-size: 21px;
    }
    .abut-mid-info-details h3 {
        font-size: 21px;
    }
    .outss_gallery_grid1:nth-child(1) {
        margin-bottom: 2em;
    }
    .ile_tesimonials_content:nth-child(1) {
        margin-bottom: 26px;
    }
    .menu,.toggle{
        height: 45px;
        width: 50px;
    }
    .toggle:after, .toggle:before {
        width: 25px;
    }
    .nav.show-nav {
        padding: 0.8em 1em;
    }
    .nav li {
        display: block;
        margin: 1.2em 0;
    }
    .menu.open {
        height: inherit;
    }
    .toggle.close {
        position: absolute;
        right: 0px;
    }
    .nav li {
        display: block;
        margin: .7em 0px;
    }
    .nav.show-nav li a {
        padding: 10px 18px;
    }
}
@media(max-width:744px){
    .confi-color-contrast .radio-wraper {
        flex-direction: column;
    }
    .field-configs input[type="color"] {
        width: 130px;
    }
}
@media(max-width:736px){
    h1.style strong{
        margin-top: 2%;
        font-size: 2.3em;
        word-spacing: 1px;
    }
    .chart_div_months{
        width: 500px;
    }
    .toRigthImg{
        left: 80.2%;
        top: 20rem;
    }
    .toLeftImg {
        top: 20rem ;
        right: -5% ;
    }
    .map-grid iframe {
        height: 186px;
    }
    .welcome-left-left p {
        font-size: 13px;
        line-height: 26px;
    }
    .abbr-info h4 {
        line-height: 25px;
    }
    .footer_grid_left:nth-child(1),.footer_grid_left:nth-child(2)  {
        padding-bottom: 1em;
    }

    .abut-right-side h5 {
        padding-top: 9em;
    }
    .icon_grid_left span {
        font-size: 22px;
    }
    .footer_grid_left p, .footer_grid_left p a {
        line-height: 26px;
    }
    .cssmenu > ul > li > a {
        padding: 1px 10px;
    }
    .foot_soc-right {
        width: 100%;
    }

    .foot_soc-right ul{
        margin: 0;
        padding: 0;
    }

    .foot_soc-right ul li a{
        width: 45px;
        height: 45px;
    }

    .foot_soc-right ul li a.icon1 {
        background: #000000 url('../images/icon1.png') no-repeat 10px 10px;
        background-size: 60%;
    }

    .foot_soc-right ul li a.icon2 {
        background: #000000 url('../images/icon2.png') no-repeat 10px 10px;
        background-size: 60%;
    }

    .foot_soc-right ul li a.icon3 {
        background: #000000 url('../images/icon3.png') no-repeat 10px 10px;
        background-size: 60%;
    }

    .foot_soc-right ul li a.icon4 {
        background: #000000 url('../images/icon4.png') no-repeat 10px 10px;
        background-size: 60%;
    }
    
    .title-car-card {
        font-size: 14px;
    }
    .name-in-car {
        font-size: 10.5px;
    }
    .sub-in-car {
        font-size: 11px;
    }
    .toBtn {
        padding: 0px;
        width: 22px;
    }
    .buycar-client {
        width: 100%;
    }
    .delete-car-button {
        font-size: 12px;
    }
    .my-buycar {
        width: 85%;
    }
    .purchase-resume{
        width: 42%;
        margin-top: 20px;
    }
    .r-client-nav p{
        font-size: 9px;
    }
}
@media(max-width:712px){
    .margin-headers-H {
        font-size: 18px;
    }
    .main-generate-qr{
        flex-wrap: wrap;
    }
    .qr-frame{
        width: 85%;
    }
    .card-ran-prd h1 {
        font-size: 13px;
    }
    .select-side {
        margin-top: 0px;
    }
    .pruchase-fields-wrapper {
        width: 92%;
    }
}
@media(max-width:691px) {
    .config-contrast-pp {
        width: 42%;
        padding: 10px;
    }
   .config-contrast-op {
        width: 42%;
        padding: 10px;
    }
    .config-contrast-op .sub-section {
        font-size: 13px;
    }
}
@media(max-width:670px){
    .product-price{
        top: 1.2rem;
    }
    #imagesContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 315px;
    }
    .CarouselEnvolture {
        display: flex;
        justify-content: center;
    }
    .abut-right-side-rb {
        height: 100%;
        width: 100%;
    }
}
@media(max-width:667px){
    .searchWrapp {
        width: 57%;
    }
    .paginated-wrapper {
        width: 43%;
    }
    h1.style strong{
        margin-top: 2%;
        font-size: 2.0em;
        word-spacing: 1px;
    }

    h2.style a {
        font-size: 1.3em;
        word-spacing: 1px;
    }
    .dual_y_div {
        width: 600px;
        height: 500px;
    }
    .chart_div_week{
        width: 600px;
        height: 500px;
    }
    .toLeftImg{
        right: 0% ;
    }
    .toRigthImg{
        left: 84.4%;
    }
    .header-outs {
        min-height: 403px;
    }
    .slider-info h4 {
        font-size: 3.7em;
    }
    .slider-info {
        margin-top: 6em;
    }
    .about, .services, .contact, .team, .clients, .gallery, .event-make, .days-coming {
        padding: 3em 0;
    }
    .callbacks_nav {
        height: 30px;
        width: 34px;
    }
    .welcome-left-left p {
        padding: 1em 1em 1em;
    }
    .booking-info input[type="text"],
    .booking-info input[type="email"],
    select.form-control {
        font-size: 13px;
    }
    h3.title {
        font-size: 36px;
        margin-bottom: 31px;
    }
    .team-members .team-desc {
        bottom: 3em;
    }
    .banner-its-btm {
        min-height: 240px;
        width: 318px;
    }
    .team-icons ul li a {
        font-size: 13px;
    }
    .map-grid iframe {
        height: 174px;
    }
}
@media(max-width:640px){
    .search-button-pa {
        margin-top: 10px;
    }
    p.para-right {
        font-size: 1.4em;
    }
    .legend-right {
        left:36%;
        bottom:-18%;
    }
    .wrapLogin {
        margin:13% auto 0;
        width:70%;
    }
    h2.style a {
        font-size: 1.3em;
        word-spacing: 1px;
    }
    .header-srow {
        padding-top: 3em;
    }
    .slider-info p {
        font-size: 18px;
    }
    .welcome-left-left h2 {
        font-size: 23px;
    }
    .boxName {
        font-size: 15px;
    }
    .news_grid_pos h6 {
        font-size: 14px;
    }
    .booking-ticket h4 {
        font-size: 26px;
    }
    .outs_more-buttn a {
        padding: 7px 11px;
    }
    .team-grid {
        width: 54%;
        margin: 0 auto;
        float: none;
    }
    .team-members:nth-child(1),.team-members:nth-child(2) {
        margin-bottom: 20px;
    }
    .cssmenu {
        text-align:center;
    }
    .cssmenu > ul > li > a {
        font-size: 13px;
        padding: 1px 10px;
    }
    .legend{
        width: 100%;
        float: left;
    }
}
@media(max-width:624px){
    .toRigthImg{
        left: 83.4%;
    }
    .user-data {
        width: 45%;
    }
    .user-address {
        width: 55%;
    }
    .config-contrast-op {
        width: 45%;
    }
    .config-contrast-op {
        padding: 6px;
    }
}
@media(max-width:602px){
    .toRigthImg{
        left: 82.9%;
    }
}
@media(max-width:600px){

    .header-outs {
        min-height: 382px;
    }
    .nav.show-nav li a {
        padding: 8px 18px;
    }
    .slider-info h4 {
        font-size: 3.5em;
    }
    .button span {
        font-size: 29px;
    }
    .button {
        padding: 6em 0em 0em;
    }
    .ile_tesimonials_content h4 {
        font-size: 14px;
        margin: .5em 0;
    }
    .team-members .team-desc {
        padding: 0 9px;
    }
    .team-icons ul li {
        margin: 0px 2px;
    }
    .cssmenu {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    .cssmenu > ul > li > a {
        padding: 1px 10px;
    }
    .legend p {
        font-size: 1.5em;
    }
}
@media(max-width:583px){
    .toRigthImg{
        left: 82.5%;
    }
    .field-configs input[type="file"] {
        width: 80%;
    }
    .preview-conf-image {
        width: 140px;
        height: 140px;
    }
    .config-contrast-op {
        width: 80%;
    }
    .config-contrast-op .sub-section{
        font-size: 16px;
    }
    .config-contrast-pp {
        width: 80%;
    }
}
@media(max-width:578px){
    .l-client-nav {
        width: 30%;
    }
    .c-client-nav {
        width: 40%;
    }
    .r-client-nav {
        width: 30%;
        
    }
    .l-client-nav a{
        font-size: 24px !important;
    }
    .l-client-nav h1{
        font-size: 24px;
    }
    .searchWrapp {
        width: 50%;
    }
    .paginated-wrapper {
        width: 50%;
    }
}
@media(max-width:576px){
    .ktpl {
        width: 14ch;
    }
    .margin-headers-H {
        font-size: 16px;
    }
    .qr-frame-select {
        margin-top: 4%;
    }
    .preview-box {
        width: 367.5px;
        height: 208.5px;
    }
    .reset-changes-con {
        width: 367.5px;
    }
    .side-bar-preview {
        overflow-x: hidden;
    }
    .abut-right-side-rb-preview {
        width: 52px;
    }
}
@media(max-width:570px){
    .toRigthImg{
        left: 82%;
    }
}
@media(max-width:568px){
    h1.style strong{
        font-size: 2.0em;
    }
    p.para-right {
        font-size: 0.9em;
    }
    .dual_y_div{
        width: 530px;
        height: 300px;
    }
    .nav.show-nav li a {
        padding: 6px 15px;
    }
    .white-shadow:nth-child(1), .white-shadow:nth-child(2) {
        padding-bottom: .7em;
    }
    .white-shadow:nth-child(1), .white-shadow:nth-child(2) {
        padding-bottom: .7em;
    }
    .contact-us {
        padding-top: 2em;
    }
    .cssmenu {
        float: right;
    }   
    .legend p {
        font-size: 0.8725em;
    }
    .chart_div{
        width: 270px;
        height: 300px;
        margin-right: 30px;
    }
    .chart_div_week{
        width: 530px;
        height: 300px;
    }
}
@media(max-width:564px){
    .product-price{
        left: 0rem;
        text-align:left;
    }
    .field-configs input[type="color"] {
        width: 98px;
    }
    .radio-wraper .field-configs label {
        font-size: 14px;
    }
}
@media(max-width:554px){
    .toRigthImg{
        left: 81.8%;
    }
    .my-buycar {
        width: 100%;
    }
    .purchase-resume {
        width: 52%;
    }
    .user-address {
        width: 100%;
    }
    .user-data {
        width: 100%;
    }
}
@media(max-width:548px){
    .toRigthImg{
        left: 81%;
    }
    .carousel-envolture-car {
        width: 280px;
    }
    .arrows-collect {
        top: 135px;
    }
    .card-section {
        width: 100%;
    }
}
@media(max-width:533px){
    #key-product {
        width: 18% !important;
    }
    .store-key-st {
        width: 20% !important;
    }
    .textbox[type="text"]{
        width: fit-content !important;
    }
    .textbox[type="textKey"]{
        width: 20% !important;
    }
    .pricebox {
        width: fit-content !important;
    }
    .key-prod-asig-inve {
        width: 20% !important;
    }
    .record-key {
        width: 20% !important;
    }
    .inventorys-serc {
        width: fit-content;
    }
    .date-bs {
        width: fit-content !important;
    }
    .para-author{
        font-size: 1.2em;
    }
    .chart_div_months{
        width: 400px;
    }
}
@media(max-width:526px){
    .product-price{
        top: 2.2rem;
    }
    .abut-right-side-rb{
        width: 100%;
        min-height: 0;
    }
    .abut-right-side-rb-carousel {
        width: 100%;
        min-height: 0;
    }
    .toRigthImg{
        left: 80.2%;
    }
    .config-contrast-op {
        padding: 10px;
    }
    .config-contrast-pp {
        padding: 10px;
    }
}
@media(max-width:510px){
    #imagesContainer {
        height: 285px;
    }
    .abut-right-side-rb-carousel {
        max-height: 285px;
        min-height: 285px;
    }
    .toLeftImg{
        top:16.5rem ;
    }
    .toRigthImg{
        top:16.5rem;
    }
}
@media(max-width:502px){
    .toRigthImg{
        left: 79.6%;
    }
    .repo-input-fix{
        margin-top: 5px !important;
    }
    .range-prices {
        margin-top: 23px;
    }
    .range-prices label{
        display: block;
    }
    .searchWrapp {
        width: 38%;
    }
    .paginated-wrapper {
        width: 62%;
    }
}
@media(max-width:487px){
    .toRigthImg{
        left: 78.6%;
    }
}
@media(max-width:480px){
    .legend-right {
        left:30%;
        bottom:-17%;
    }
    h1.style strong{
        font-size: 1.5em;
    }
    .wrapLogin {
        margin:20% auto 0;
        width:90%;
    }
    h2.style a {
        font-size: 1.1em;
    }
    .piechart{
        width: 300px;
        height: 250px;
    }
    .piechart_3d{
        width: 200px;
        height: 250px;
    }
    .chart_div_week{
        width: 400px;
        height: 300px;
    }
    .chart_div_months{
        width: 300px;
        height: 300px;
    }
    .rand-prd-section{
        position:relative;
        left: 0;
        top: 0;
    }
    .KPIPageVisits{
        width: 300px;
        height: 300px;

    }
    .card-ran-prd h1{
        font-size: 16px;
    }
    .outs_img_grid_grid {
        margin: .5rem .5rem .5rem .5rem ;
    }
    .header-outs {
        min-height: 355px;
    }
    .timer_wrap {
        width: 100%;
    }
    .blog-rit-left{
        width: 100%;
    }
    .team-grid {
        width: 65%;
        margin: 0px 89px;
    }
    .styled-input{
        width: 100%;
    }
    .styled-input:nth-child(1) {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .styled-input:nth-child(2) {
        padding-left: 0px;
    }
    footer p {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0px 10px;
    }
    .cssmenu > ul > li > a {
        font-size: 10px;
        padding: 1px 10px;
    }
    .purchase-section-title h2{
        font-size: 25px;
    }
    .purchase-section-fields {
        padding: 4px 10px;
    }
    .purchase-section-title {
        padding: 4px 10px;
    }
}
@media(max-width:465px){
    .prd-search-res{
        width:100%;
    }
    .toRigthImg{
        left: 78.3%;
    }
    .hon_logo {
        font: 900 24px/18px Open Sans, Arial;
    }
    .userLogin a {
        font-size: 17.8px;
    }
    
    .image-in-car {
        width: 86px;
    }
    .address-field input {
        width: 150px;
    }
    .address-extra-wrap textarea {
        width: 178px;
    }
}
@media(max-width:456px){
    .carousel-container{
        overflow: hidden;
    }
    .toLeftImg{
        right: 1.4% ;
    }
    .toRigthImg{
        left: 78.3%;
    }
    .search-client {
        width: 100%;
        padding: 2px;
        font-size: 11px;
    }
    .l-client-nav a {
        font-size: 18px !important;
    }
    .l-client-nav h1 {
        font-size: 18px;
    }
    .buycar-num-wrap {
        top: 4px;
        width: 22px;
        height: 22px;
        right: 7px;
        font-size: 11px;
    }
    .buycar-wrap {
        width: 46px;
    }
    .buycar {
        width: 82%;
        height: 65%;
    }
    .r-client-nav p {
        font-size: 8px;
    }
    .c-client-nav {
        width: 35%;
    }
    .r-client-nav {
        width: 35%;
    }
    .user-icon {
        width: 25px;
        height: 25px;
    }
}
@media(max-width:440px){
    .slider-info h4 {
        letter-spacing: 1px;
        font-size: 3em;
    }
    .slider-info {
        text-align: center;
        padding: 0px;
    }
    .boxName {
        letter-spacing: 1px;
    }
    .icon_grid_left {
        padding-bottom: 7px;
    }
    .footer_grid_left p, .footer_grid_left p a {
        font-size: 14px;
    }
    .team-grid {
        width: 70%;
        margin: 0px 57px;
    }
    .buys-actions-pane {
        width: 80%;
    }
}
@media(max-width:428px){
    .no-more-prd {
        font-size: 26px;
    }
    .ktpl {
        width: 12ch;
    }
    .margin-headers-H {
        font-size: 14px;
    }
    .sold-out-cont {
        margin-top: 23px;
        margin-left: 0px;
        display: block;
    }
    .purchase-section-title h2{
        font-size: 20px;
    }
    .prod-recount {
        font-size: 9px;
    }
    .purchase-prod-charge {
        height: 200px;
    }
    .preview-box {
        width: 275px;
        height: 156px;
    }
    .reset-changes-con {
        width: 275px;
    }
    .view-preview {
        width: 96%;
    }
    .abut-right-side-rb-preview {
        width: 42px;
    }
    .buttons-preview {
        margin-top: 0;
    }
    .about-left-info-preview {
        position: relative;
        top: 0rem;
        overflow-y: hidden;
        height: 100%;
    }
    .section-droper-preview {
        padding: 6px 8px 6px 0px;
    }
    .radio-wraper .field-configs label {
        font-size: 12px;
    }
    .field-configs input[type="color"] {
        width: 80px;
    }
    .preview-button {
        padding: 10px 20px;
    }
    .preview-conf-image {
        width: 122px;
        height: 122px;
    }
}
@media(max-width:414px){
    .containerBox_right {
        float: none;
        padding:0;
    }
    .containerBox_left {
        float: none;
        padding:0;
    }
    .para-author{
        font-size: 1.0em;
    }
    h1.style strong{
        margin-bottom: 2%;
        font-size: 1.3em;
    }
    h2.style a {
        font-size: 0.80em;
    }
    .chart_div_week{
        width: 380px;
        height: 500px;
    }
    .ind-prd {
        margin-bottom: 4rem;
    }
    .toRigthImg{
        left: 76.8%;
        top: 15rem;
    }
    .toLeftImg{
        top: 15rem ;
    }
    #imagesContainer {
        height: 255px;
    }
    .abut-right-side-rb-carousel {
        margin-top: 2rem;
    }
    .header-outs {
        min-height: 342px;
    }
    .slider-info {
        margin-top: 5.5em;
    }
    .boxName {
        font-size: 13px;
    }
    .digit {
        left: 0px;
    }
    .booking-info{
        width: 100%;
    }
    .booking-info:nth-child(1), .booking-info:nth-child(4) {
        padding-right: 0px;
    }
    .booking-info:nth-child(2), .booking-info:nth-child(5) {
        padding-left: 0px;
    }
    footer p {
        line-height: 28px;
    }
    h3.title {
        font-size: 34px;
    }
    .cssmenu > ul > li > a{
        font-size: 0.55em;
    }
    .foot_soc {
        margin: auto;
    }

    .foot_soc-right {
        width: 100%;
    }

    .foot_soc-right ul{
        margin: 0;
        padding: 0;
    }

    .foot_soc-right ul li a{
        width: 45px;
        height: 45px;
    }

    .foot_soc-right ul li a.icon1 {
        background: #000000 url('../images/icon1.png') no-repeat 9px 9px;
        background-size: 60%;
    }

    .foot_soc-right ul li a.icon2 {
        background: #000000 url('../images/icon2.png') no-repeat 9px 9px;
        background-size: 60%;
    }

    .foot_soc-right ul li a.icon3 {
        background: #000000 url('../images/icon3.png') no-repeat 9px 9px;
        background-size: 60%;
    }

    .foot_soc-right ul li a.icon4 {
        background: #000000 url('../images/icon4.png') no-repeat 9px 9px;
        background-size: 60%;
    }
    .hon_logo {
        font: 900 21px/18px Open Sans, Arial;
    }
    .userLogin a {
        font-size: 14.8px;
    }
    .toBtn {
        width: 18px;
    }
    .toBuyS {
        width: 40px;
        padding: 0px;
    }
    .sub-in-car {
        font-size: 10px;
    }
    .name-in-car {
        font-size: 10px;
    }
    .delete-car-button {
        font-size: 11px;
    }
    .purchase-resume {
        width: 64%;
    }
    .arrows-collect {
        top: 115px;
        width: 100%;
    }
    .dynamic-title {
        font-size: 20px;
    }
    .searchWrapp {
        width: 28%;
    }
    .paginated-wrapper {
        width: 72%;
    }
    .conf-tab {
        font-size: 12px;
        padding: 9px;
    }
    .config-contrast-op .sub-section{
        font-size: 14px;
    }
    .config-contrast-pp .sub-section{
        font-size: 14px;
    }
}
@media(max-width:390px){
    .mode-adjust{
        display: block;
        margin-top: 28px;
    }
}
@media(max-width:384px){
    h1.style strong {
        font-size: 1.2em;
    }

    h2.style a {
        font-size: 0.8em;
        word-spacing: 1px;
    }
    .abut-right-side-rb-carousel {
        width: 100%;
        min-height: 0;
    }
    .toRigthImg{
        left: 75.1%;
    }
    .nav li {
        margin: .5em 0px;
    }
    .nav.show-nav li a {
        font-size: 14px;
    }
    .slider-info h4 {
        font-size: 2.7em;
    }
    .welcome-left-left h2 {
        font-size: 21px;
    }
    .about, .services, .contact, .team, .clients, .gallery, .event-make, .days-coming {
        padding: 2.7em 0;
    }
    .cssmenu > ul > li > a {
        padding: 1px 0px;
    }
    .purchase-section-fields {
        font-size: 10px;
    }
    .purchase-section-fields input, .purchase-section-fields select {
        padding: 3px;
    }
    .address-state {
        width: 110px !important;
    }
    .address-email {
        width: 180px !important;
    }
}
@media(max-width:375px){
    h1.style strong{
        margin-top: 3%;
        font-size: 1.3em;
        word-spacing: 1px;
    }
    .chart_div{
        width: 270px;
        height: 300px;
        margin-right: 30px;
    }
    .chart_div_week{
        width: 350px;
        height: 300px;
    }
    .dual_y_div{
        width: 350px;
        height: 300px;
    }
    .abut-mid-info h3 {
        font-size: 20px;
    }
    .abut-mid-info-details h3{
        font-size: 20px;
    }
    .about-modal .modal-body p {
        margin-top: .6em;
        font-size: 13px;
    }
    .outs_news_grid, .news_grid_pos {
        padding: 1em 0em;
    }
    .booking-ticket h4 {
        font-size: 25px;
    }
    .team-grid {
        width: 86%;
        margin: 0px 20px;
    }
    .footer_grid_left:nth-child(1), .footer_grid_left:nth-child(2) {
        padding-bottom: .7em;
    }
    .image-in-car {
        width: 80px;
    }
    .toBuyS {
        font-size: 11px;
    }
    .toBtn {
        font-size: 11px;
    }
    .name-in-car {
        font-size: 9px;
    }
    .sub-in-car {
        font-size: 8px;
    }
    .delete-car-button {
        font-size: 10px;
    }
}
@media(max-width:368px){
    .product-title h1 {
        font-size: 9px;
    }
    .product-shor-descript p{
        font-size: 8px;
    }
    .toRigthImg{
        left: 73.2%;
    }
    .product-price{
        top: 3.4rem;
    }
    
    .l-client-nav h1 {
        font-size: 15px;
    }
    .l-client-nav a {
        font-size: 15px !important;
    }
    .search-client {
        font-size: 9px;
    }
    .buycar-wrap {
        width: 38px;
        height: 45px;
    }
    .buycar {
        width: 84%;
        height: 68%;
    }
    .buycar-num-wrap {
        top: 2px;
        right: 2px;
        font-size: 9px;
    }
    .user-icon {
        width: 20px;
        height: 20px;
    }
    .field-configs input[type="color"] {
        width: 70px;
    }
    .radio-wraper .field-configs label {
        font-size: 11px;
    }
    .conf-tab {
        padding: 9px 4px;
    }
}
@media(max-width:360px){
    .modeButton {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sel-status-btns button{
        margin-left: 0px;
        margin-right: 2%;
        width: fit-content !important;
    }
    .item h1.style {
        font-size: 1.0em;
    }
    h1.style strong{
        margin-top: 2%;
        margin-bottom: 2%;
        font-size: 1.2em;
        word-spacing: 1px;
    }
    .dual_y_div{
        width: 340px;
    }
    .chart_div_week{
        width: 340px;
    }
    .foot_soc {
        margin: auto;
    }
    .foot_soc-right{
        width: 100%;
    }
    .foot_soc-right ul{
        margin: 0;
        padding: 0;
        padding: 2px;
    }
    .foot_soc-right ul li a{
        width: 45px;
        height: 45px;
    }
    .legend{
        width: 100%;
        float: left;
    } 
    .apparence-section .field-configs label {
        font-size: 14px;
    }
    .preview-conf-image {
        width: 116px;
        height: 116px;
    }
}
@media(max-width:346px){
    .searchWrapp {
        width: 20%;
    }
    .paginated-wrapper {
        width: 80%;
    }
    .toRigthImg{
        left: 71%;
    }
    .l-client-nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .c-client-nav {
        width: 50%;
    }
    .r-client-nav {
        width: 40%;
    }
    .search-client {
        width: 100%;
    }
    .buycar-num-wrap {
        top: 54px;
    }
    .address-extra-wrap textarea {
        width: 90%;
    }
    .address-state {
        width: 35% !important;
    }
    .main-purchase {
        margin-top: 12rem;
    }
}
@media(max-width:344px){
    .product-shor-descript p{
        font-size: 7px;
    }
    .hon_logo {
        font: 900 18px/18px Open Sans, Arial;
    }
    .userLogin a {
        font-size: 14px;
    }
}
@media(max-width:332px){
    .product-shor-descript p{
        font-size: 6px;
    }
    .product-title h1 {
        font-size: 9px;
    }
    .grids_of_2 h2 {
        font-size: 1.5em;
    }
    .image-in-car {
        width: 66px;
    }
    .toBtn {
        font-size: 9px;
        width: 14px;
    }
    .toBuyS {
        font-size: 9px;
    }
    .name-in-car {
        font-size: 8px;
    }
    .delete-car-button {
        font-size: 8px;
    }
}
@media(max-width:325px){
    .legend-right {
        left:20%;
        bottom:-10%;
    }
    .p-container .checkbox {
        float: none;
        text-align: center;
    }
    .p-container{
        margin-top: 0;
    }
    .icon{
        margin:6px -11px 0px 0px;
    }
    .p-container .checkbox i {
        position: absolute;
        top: 18px;
        left: 43px;
    }
    .formlogin{
        padding:19% 1.5em; 
    }
    .formlogin li{
        margin-top:10px;
    }

    .formlogin input[type="text"], input[type="password"]{
        font-size:15px;
        padding: 0.5em 1em 0.5em 1em;
    }
    .formlogin  input[type="submit"]{
        float:none;
        font-size: 15px;
        padding: 10px 10px;
        width: 40%;
        margin-left: 28%;
    }
    .headLogin{
        top: -23%;
        left: 32%;
    }
    .headLogin img {
        /*width:69%;*/
    }
    .wrapLogin {
        margin:20% auto 0;
        width:95%;
    }
    h1.style strong {
        font-size: 1.0em;
    }

    .h2.style a {
        font-size: 0.80em;
    }
    .chart_div{
        margin-left: 10px;
    }

    .dual_y_div{
        width: 300px;
        height: 300px;
    }

    .chart_div_week{
        width: 300px;
        height: 300px;
    }

    .chart_div_months{
        width: 300px;
        height: 300px;

    }
}
@media(max-width:320px){
    .hon_logo {
        font: 900 16.5px/18px Open Sans, Arial;
    }
    .userLogin a {
        font-size: 12.5px;
    }
    .toRigthImg{
        left: 70%;
    }
    .header-outs {
        min-height: 323px;
    }
    .slider-info h4 {
        font-size: 2.2em;
    }
    .slider-info {
        margin-top: 5em;
    }
    .slider-info p {
        font-size: 16px;
    }
    .callbacks_nav {
        top: 91%;
    }
    .header-logo h1 a {
        font-size: 30px;
    }
    .outss_gallery_grid1:nth-child(1) {
        margin-bottom: 1.5em;
    }
    .banner-its-btm {
        min-height: 213px;
        width: 265px;
    }
    .carousel-envolture-car {
        width: 240px;
    }
    .buys-actions-pane {
        width: 90%;
    }
}
/*--//responsive--*/