
:root {
  --main: #2091F9;
  --second: #7692ae;
}
body{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.navbar-nav{
  float: none;
  text-align: right;
}
.navbar-nav>li{
  float: none;
  display: inline-block;
}
footer{
  /*display: inline-block;*/
  width: 100%;


  background-color: #252B42;
  /*height: 58px;*/
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  /*margin-top: -80px;*/
}

footer a, footer a.footer_menu-item{
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
}
footer a:hover, #menu .nav > li > a:hover, #menu .nav > li.current > a{
  color: #505050;
  text-decoration: none;
  position:relative;
}
#menu .nav > li > a:before{
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main);
  bottom: 8px;
  left: 10%;
  transition: all 0.3s;
}
 #menu .nav > li > a:hover:before{
   width: 80%;
   transition: all 0.3s;
}
#menu .nav > li.current > a {
  font-weight: bold;
}
#menu .nav > li.current > a{
  color: var(--main);
}
.copyright_block{
  display: inline-block;
  padding: 0px;
  margin-top: 14px;
  text-align: right;
}
.dev_block{
  padding: 0px;
  display: inline-block;
  float: left;
  text-align: center;
  vertical-align: middle;
}
.foter_nav{
  padding: 0px;
  margin-top: 14px;
  text-align: left;
}
header{
  height: 80px;
  padding-top: 18px;
  position: fixed;
  width: 100%;
  z-index: 55;
  background: #FFF;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
header + div{
  padding-top: 71px;
}
header .col-sm-6{
  padding: 0px;
}
#cart{
  margin-bottom: 10px;
}
.navbar{
  margin-bottom: 0px;
}
#menu{
  background: #FFF;
  border: none;
}
#logo{
  margin-top: 3px;
}
.navbar-collapse.collapse{
  padding: 0px;
}
#menu .nav > li > a {
  color: #000;
  text-align: center;
  text-shadow:none !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
  letter-spacing: 0.2px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a{
  background-color: #FFF;
}
.swiper-viewport img{
  width: 100%;
}
.b-comment_wrap {
  background: #92afc0;
  display: none;
  /*margin-top: -55px;*/
}
.b-comment_item {
  float: left;
  padding: 23px 9px 20px;
  font-size: 16px;
  color: #fff;
}
.b-comment_link {
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  background: var(--main);
  border-top: 1px solid #f7884a;
  border-bottom: 2px solid #f7884a;
  display: block;
  float: right;
  padding: 12px 44px;
  margin: 15px 23px 0 0;
}
.b-comment_link:hover {
  opacity: 0.6;
}
.carousel-indicators li{
  width: 12px !important;
    height: 12px !important;
    margin: 0px 5px !important;
    border-color: transparent;
  background: rgba(247, 137, 74, 0.5);
  box-shadow: inset 0 0 3px rgba(247, 137, 74, 0.5);
}
.carousel-indicators li:hover{
  background: rgba(247, 137, 74, 0.7);
}
.carousel-indicators li.active{
  background: rgba(247, 137, 74, 0.9);
}
.swiper-viewport{
  margin: 0px;
  border: none;
  box-shadow: none;
}
.swiper-wrapper{
  height: auto;
}
.swiper-slide{
  overflow: hidden;
  height: auto;
  /*margin: 0px !important;*/
}
.swiper-viewport .swiper-button-prev{
  left: 3px;
  display: none;
}
.swiper-viewport .swiper-button-next{
  right: 3px;
  display: none;
}
.swiper-pagination{
  /*display: none;*/
  bottom: 15px;
}
.carousel-inner>.item, .swiper-wrapper-{
  overflow: hidden;
}
  #slideshow0 .slider-item, .swiper-wrapper- .slider-item{
    height: 450px;
    width: 100%;
    max-width: 1920px;
    display: inline-block;
    margin: auto;
    /*-webkit-transform: translate(-14%);
    -moz-transform: translate(-14%);
    -o-transform: translate(-14%);
    transform: translate(-14%);*/
    background-size: cover;
    background-position: center;
  }

  
  .owl-dots{
    display: none;
  }
  .owl-carousel{
        width: 65%;
    margin: auto;
    padding: 0px 50px;
  }
  .owl-nav{
        position: absolute;
    top: 43%;
    width: 100%;
    left: 0px;
  }
  .owl-carousel .owl-nav button{
        width: 20px;
    height: 31px;
  }
  .owl-nav span{
    vertical-align: super;
  }
  .owl-prev{
        position: absolute;
    left: 0px;
    font-size: 50px !important;
  }
  .owl-next{
        right: 0px;
    position: absolute;
    font-size: 50px !important;
  }
  @media screen and (min-width: 992px) {
    .navbar-nav {
      display:flex;
      flex-flow: row;
      justify-content: center;
    }
  }

@media only screen and (max-width: 1460px){
  #slideshow0 .slider-item, .swiper-wrapper- .slider-item{
    height: 450px;
    width: 100%;
    max-width: 1920px;
    display: inline-block;
    margin: auto;
    background-size: cover;
    background-position: center;
  }
}
.title_wrap{
  margin: 52px auto 0;
  text-align: center;
}
.title-m {
  color: var(--main);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.title_page {
  color: #313131;
  font-size: 44px;
  font-weight: 100;
  margin-top: 24px;
  padding-bottom: 51px;
  text-transform: uppercase;
  position: relative;
}
.title_page:before {
  content: "";
  width: 58px;
  height: 1px;
  position: absolute;
  background: #525252;
  bottom: 40px;
  left: 50%;
  margin-left: -29px;
}
.img_tutorial_wrap {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 55px;
}
.img_tutorial_wrap img{
  margin: auto;
}
.QR-CODE-STORE{
  /*color: #000;*/
      font-size: 18px;
    color: #666;
    line-height: 24px;
}
.main-bg {
  background: #fafafa;
  padding-bottom: 20px;
}
#tab-description{
  margin-bottom: 30px;
}

.QR-CODE-STORE ul li{
  list-style: none;
  position: relative;
}
.QR-CODE-STORE ul{
  display: table;
}
.about_pic_wrapp{
  display: inline-block;
  width: 45%;
  float: left;
  margin-bottom: 50px;
}
.about_pic_wrapp img{
  width: 100%;
}
.QR-CODE-STORE ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background: var(--main);
    position: absolute;
    left: -23px;
    top: 7px;
}
.link_wrap{
  text-align: center;
}
.main_link {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 70px;
  display: inline-block;
}
.main_link:hover {
  opacity: 0.6;
}
#button-cart{
  width: 150px;
}
#content a.fire-quick-view:before{
  content: "\f00e";
  font-family: FontAwesome;
  position: relative;
  display: inline-block;
  font-weight: 100;
  font-size: 20px;
  margin-right: 10px;
}
#product #button-cart {
  max-width: 240px !important;
  width: 100% !important;
  background:var(--main);
  border: 2px solid var(--main);
  font-weight: bold !important;
}
#product #button-cart:hover {
  background: #fff !important;
  color: var(--main);
  border: 2px solid var(--main);
}
#content a.fire-quick-view{
  background: var(--main) !important;
}
.contact_page h3{
  text-transform: uppercase;
  text-align: center;
}
.map{
  margin-top: 30px;
}
.contact-detail .detail-box {
  padding-left: 35px;
  margin: 0px 0px 25px;
  position: relative;
}
.detail-box a{
  color: #666;
}
.wpcf7-form-control{
  border: 1px solid var(--main) ;
  border-radius: 17px;
}
.contact-detail .detail-box > i {
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 24px;
  color: var(--main);
}
textarea{
  resize: none;
}
a, input, textarea, button, select,
a:hover, input:hover, textarea:hover, button:hover, select:hover,
a:focus, input:focus, textarea:focus, button:focus, select:focus,
a:active, input:active, textarea:active, button:active, select:active,
.navbar-nav>li:active, .navbar-nav>li:focus, .navbar-nav>li:hover{
  outline: none !important;
}

#accordion .panel-default>.panel-heading{
  padding: 0px;
}
#accordion h4.panel-title{
  width: 78%;
  padding-left: 15px;
    line-height: 37px;
  display: inline-block;
}
#accordion .panel-title>a{
      width: 100%;
    display: block;
}
#accordion .qr-form {
  display: block !important;
}
#accordion .qr-link{
  width: 100%;
  min-width: auto;
}
#quick_view .thumbnails > li{
  height: 290px;
  width: 213px;
  position: relative;
}
#quick_view .thumbnails .thumbnail>img{
  position: absolute;
  top: 37px;
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -o-transform: scale(1.35);
  transform: scale(1.35);
}

#quick_view .list-unstyled{
  text-align: center;
}
#quick_view #product #button-cart{
  margin: auto;
}
#quick_view .tab-content{
  display: none;
}
.cart_login_block {
  position: relative;
  width: auto;
  display:flex;
  flex-flow: row-reverse;
  align-items: flex-end;
}
#header-login-btn:before{
  content: "\f007";
  font-family: FontAwesome;
  position: relative;
  display: inline-block;
  font-weight: 100;
  font-size: 20px;
  line-height: 22px;
  margin-right: 10px;
  top: 2px;
}
#header-login-label {
  display: flex;
  width: auto;
  padding:8px 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  float: right;
  margin-right: 30px;
  color: #fff !important;
  background-color: var(--main);
  font-size: 20px;
  font-weight: 400 !important;
  top: 10px;
  border-radius: 52px;
  transition: all 0.3s;
}
#header-login-label:hover {
  background-color: #555;
  transition: all 0.3s;
}

#header-login-label .icon{
  background: url(/catalog/view/theme/shopwall/image/user.svg) 2px 0 no-repeat;
  position: relative;
  display: inline-block;
  font-weight: 100;
  font-size: 20px;
  line-height: 22px;
  margin-left: 1px;
  width: 24px;
  height: 30px;
  border-radius: 20px;
/*  overflow: hidden;*/
  top: 7px;
  transition: all 0.3s;
}
/*=== cart overrides ===*/
#cart-total {
  position: absolute;
  top: -5px;
  left: 20px;
  height: 20px;
  width: 20px;
  font-family: sans-serif;
  background: var(--main);
  text-align: center;
  line-height: 20px;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50%;

}
.dd-block:hover  #user-menu{
  display: block !important;
}
#user-menu {
  border:none !important;
  top: 40px;
  right: unset;
  left: 15px;
  position: absolute;
  width: 190px;
  padding: 0 !important;
}
/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #222;
  padding: 8px 12px;
  transition: all 0.3s;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #fff;
  background: var(--main);
  border: 1px solid var(--main);
  text-shadow: 0 1px 0 var(--main);
  transition: all 0.3s;
}
#dd-wrap {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url('/catalog/view/theme/shopwall/image/cart.svg');
  background-position: 0 0;
  background-repeat: no-repeat;

}
.price_left{
  display: inline-block;
}
#input-quantity{
  width: 56px;
  vertical-align: super;
  border: 1px solid #9e9c9c;
  padding: 4px;
}
.quantity_block{
  margin-left: 20px;
  display: inline-block;
}
.quantity_block button{
    vertical-align: bottom;
    padding: 0px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 3px;
    margin-right: 1px;
    border: 1px solid #9e9c9c;
}
.raz {
  all: unset;
  -moz-appearance: textfield;
  width: 3em;
  text-align: center;
}
.raz::-webkit-inner-spin-button {
  display: none;
}
#g_capcha{
  display: inline-block;
}
#g_capcha + .buttons{
  display: inline-block;
  float: right;
  /* right: 0px; */
  margin-top: 44px;
}
#g_capcha + .buttons input[type=checkbox]{
      vertical-align: text-top;
}

#accordion .collapse{position: relative;}
.fa-trash-o:before {
    content: "\f014";
    color: #da4f49;
}
.accordio_trash{
    font-size: 21px;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px 10px 4px 2px;
    margin-top: 0px;
    border-radius: 4px;
    vertical-align: middle;
}
.main_togle{
      display: inline-block;
    float: right;
}
label.capsule {
	display: block;
	width: 85px;
	border: 1px solid rgb(200,200,200);
	line-height: 24px;
  margin: 4px 10px 0px;
	border-radius: 25px;
	background-color: red;
  position: absolute;
  right: 88px;
}

.circle {
    margin-top: 3px !important;
    margin-left: 5px !important;
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 30px;
	/*border: 1px solid black;*/
	background-color: rgb(219, 218, 218);
	box-shadow: 2px 1px 1px 0px rgb(109, 105, 105);
}

.text-signs {
	text-align: center;
    display: block;
}

.text-signs span {
	user-select:none;
	-webkit-user-select:none;
	color: rgb(93, 81, 81);
      line-height: 27px;
}





@media only screen and (max-width: 1460px) {
  .swiper-viewport img{
           width: auto; 
    height: 450px;
    /* width: 1920px; */
    max-width: 1920px;
    display: inline-block;
    margin: auto;
    -webkit-transform: translate(-14%);
	-moz-transform: translate(-14%);
	-o-transform: translate(-14%);
    transform: translate(-14%);
  }

}
  .stat-form{
    height: 400px !important;
  }
  .stat-form svg{
    height: 325px !important;
  }
@media only screen and (max-width: 1199px) {
  .stat-form{
    height: 400px !important;
  }
  .stat-form svg{
    height: 325px !important;
  }
  .about_pic_wrapp{
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  #header-login-btn:before{
    display: none;
  }
  #cart.fa-shopping-cart{
    margin-right: 10px; 
  }
  #menu .nav > li > a{
    margin: 3px 0px 0px 13px;
  }
  .img-mr{
    display: block;
    float: none !important;
    margin: auto;
  }
  .contact-address{
    padding-left: 15px;
  }
  header .container .row > div{
    padding: 0px;
    display: inline-block;
  }
  #header-login-btn{
    margin-right: 0px;
  }
  #logo {
    margin-top: 6px;
    z-index: 2;
    position: relative;
  }
  .store_item-img{
    margin-right: 20px;
  }
  #main-footer > .container{
    display: -webkit-flex;
    display: flex;
    flex-flow: column-reverse;
  }
  footer{
    height: auto;
    text-align: center;
  }
  .copyright_block, .dev_block{
    display: block;
    float: none;
  }
  .copyright_block{
    order: 2;
    -webkit-order: 2;
  }
  .foter_nav{
    -webkit-order: 3;
    order: 3;
    margin-bottom: 10px;
  }
  .dev_block{
    -webkit-order: 1;
    order: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: auto;
  }
  #product #button-cart {
    max-width: unset !important;
    width: 90vw !important;
  }
#accordion .panel-body{
  padding: 15px 5px;
}
  .about_pic_wrapp +div>b{
        display: block;
    text-align: center;
  }
  .QR-CODE-STORE ul{
        padding-left: 20px;
    margin-top: 5px;
  }
    #header-login-btn{
    height: 32px;
    width: 33px;
    padding-left: 8px;
    overflow: hidden;
  }
  #header-login-btn:before{
    display: block;
  }
  .stat-form .btn-default {
    margin: 3px 3px !important;
  }
  .stat-form {
    height: 655px !important;
    text-align: center;
}
.stat-form svg {
    height: 525px !important;
    /*width: 600px !important;*/
    overflow: inherit;
}
body #content .total-stat{
      margin: 10px 0 0px 0px !important;
      text-align: center;
}
#accordion .form-inline .form-group.pull-right{
      float: none!important;
      display: inline-block;
}
  .QR-CODE-STORE .row{
    margin: 0px;
  }
  .about_pic_wrapp{
    width: 80%;
    display: block;
    margin: 0px auto 30px;
    float: none;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        width: 23px;
    height: 70px;
  }
  .swiper-container- {
    display: none;
  }
  #menu .nav > li > a{
    padding: 12px 0px 5px;
    margin: auto;
    display: inline-block;
  }
  #menu .nav > li > a:hover{
    border-bottom: none;
  }
  .navbar-nav>li{
    display: block;
  }
  .navbar-toggle{
    margin-bottom: 14px;
  }
  .logo_wrap{
    float: left;
    width: 180px;
    margin-top: 4px;
    margin-left: 10px;
  }
  #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled]{
    background: transparent;
  }
  .fa-bars:before{
    font-size: 22px;
    color: var(--main);
  }
  a#header-login-label{
    margin-right: 3px;
    padding: 3px 5px;
    float: left;
  }
  #cart {
    margin-left: 20px;
  }
  .cart_login_block{
    width: 90px;
    position: absolute;
    top: 18px;
    right: 70px;
  }
  #user-menu a {
    font-weight: bold;
    text-align: center;
    color: var(--main);
  }
  #menu {
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.5);
    border-radius: 0;
  }
  div#cart-dd-list {
    width: 100% !important;
    position: fixed;
    left: 0;
    top: 60px;
  }
  #user-menu {
    border: none !important;
    top: 38px;
    right: -65px !important;
    position: absolute;
    left: auto;
    width: 102%;
    padding: 0 !important;
  }
  #menu .btn-navbar{
    background: transparent;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none !important;
  }
  .col_nav{
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 0;
  }
  .navbar-collapse.collapse{
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }
  .navbar-nav{
    text-align: center;
    margin: 7px 0px;
    /*background: #eaeaea;*/
  }
  .navbar-collapse{
        padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .swiper-viewport{
    display: none;
  }
  .title_page{
    font-size: 26px;
  }
  .main_link{
    margin-bottom: 25px;
  }
  .link_wrap .col-xs-12{
    width: 48%;
    display: inline-block;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
}
@media only screen and (max-width: 580px) {
  .b-comment_wrap{
    text-align: center;
  }
  .b-comment_item{
    float: none;
    margin: auto;
  }
  .b-comment_link{
    margin: 0px auto 10px;
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  footer a.footer_menu-item{
    display: block;
    margin-right: 0px;
  }

}
@media only screen and (max-width: 420px) {
  .store_item-img {
    width: 50%;
    margin: auto;
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 360px) {
  .stat-form {
    height: 700px !important;
}
}