:root {
  --vh-offset: 0px;
}

/** height: calc(100vh - var(--vh-offset)); **/

body{
	margin:0;
	padding:0;
	font-size: 14px;
	color:#656565;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background: #f4f4f4;
  font-family: 'Ubuntu', sans-serif;
}

html, body {
     overflow-x:hidden;
     -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

html {

}

a { color:inherit; }

b { font-weight: 700; }

h1, h2, h3, h4, h5 {font-weight: normal; margin: 0;}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-style: italic;
}

p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 0;
}

@media only screen and (max-width: 1100px) {

  h1 {
    font-size: 25px;
  }

}

#main_wrapper {
  background: #fff;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 100vh;
  min-height: calc(100vh - var(--vh-offset));
  -webkit-box-shadow: 0 0 200px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 200px 0 rgba(0,0,0,0.08);
  overflow-x: hidden;
}

#header {
  position: relative;
  width: 100%;
}

#top_bar {
  background: #1B3D60;
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
}

#top_bar .box {
  font-size: 12px;
  opacity: 0.6;
}

#top_bar .box span a:hover {
  text-decoration:underline;
}

.social_box {
  margin-left: 10px;
}

.social_box i {
  font-size: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

.social_box a:last-child i {
  margin-right: 0;
}

.social_box a:hover {
  opacity: 0.8;
}

#header_main {
  background: #224F7D;
  height: 80px;
  padding: 0 20px;
}

#main_logo {
  width: 240px;
  margin-top: 16px;
}

#main_logo img {
  width: 100%;
}

#search_box {
  margin-top: 20px;
}

#search_box input[type="text"] {
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius:40px;
  border-radius:40px;
  border: 0px none;
  width: 450px;
  font-size: 16px;
  color: #224F7D
}

#search_box button {
  width: 40px;
  height: 40px;
  border: 0px none;
  margin-left: 10px;
  font-size: 20px;
  color: #224F7D;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 0!important;
}

#search_box button:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #1B3D60;
  color:#fff;

}

#static_menu {
  font-size: 14px;
  color:#fff;
  text-transform: uppercase;
  margin-top: 30px;
}

#static_menu a {
  margin-right: 20px;
}

#static_menu a:hover {
  opacity: 0.6;
}

#static_menu a:last-child {
  margin-right: 0;
}

#main_menu_content {
  height: 50px;
}

#main_menu {
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,0.16);
  box-shadow: 0 0 60px 0 rgba(0,0,0,0.16);
  font-size: 0;
}

#main_menu.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1400px;
  z-index: 20;
}

#main_menu .big {
  text-transform: uppercase
}

#main_menu .big b {
  color: #1B3D60;
}

.main_menu_item {
  height: 50px;
  line-height: 50px;
  border-left: 1px #DBDBDB solid;
  padding: 0 20px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.main_menu_item:hover:before {
  height: 100%;
}

.main_menu_item span {
  position: relative;
}

.main_menu_item:before {
  background: #e0e0e0;
background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
opacity: 0.7;

  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  content: '';
}

#main_menu a:first-child .main_menu_item {
  border-left: 0px none;
}

#brand_search {
  float: right;
  cursor: pointer;
  border-left: 0px none;
}

#mobile_menu_btn {
  display: none;
}

#mobile_search_btn {
  display: none;
}

#mobile_logo {
  display: none;
}


#mobile_menu_btn:hover:before {
  height: 100%;
}

@media only screen and (max-width: 1500px) {

  #main_wrapper {
    max-width: 100%;
  }

  #main_menu.sticky {
    max-width: 100%;;
  }

}

@media only screen and (max-width: 1200px) {

  #static_menu {
    display: none;
  }

  .main_menu_item {
    display: none;
  }

  .main_menu_item.big {
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
  }

  #brand_search {
    float: none;
  }

  #mobile_menu_btn {
    display: block;
    position: absolute;
    right: 0;
    color: #224F7D;
    font-size: 20px;
    top: 115px;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }

  #mobile_menu_btn.sticky {
    z-index: 21;
    position: fixed;
    top: 0;
  }

  #mobile_menu_btn:before {
    background: #e0e0e0;
    background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
    opacity: 0.7;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    content: '';
  }

}


@media only screen and (max-width: 1000px) {

  #search_box input[type="text"] {
    width: 350px;
  }

}

@media only screen and (max-width: 750px) {

  #main_menu {
    height: 0;
    overflow: hidden;
  }

  #main_menu_content {
    height: 0;
    overflow: hidden;
  }

  #search_box {
    position: absolute;
    top: 80px;
    z-index: 10;
    left: 0;
    right: 0;
    text-align: center;
    background: #1B3D60;
    margin-top: 0;
    padding: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  #search_box.open {
    opacity: 1;
    visibility: visible;
  }

  #search_box input[type="text"] {
    width: 100%;
  }

  #search_box button {
    position: absolute;
    right: 20px;
  }

  #top_bar {
    display: none;
  }

  #mobile_menu_btn {
    top: 0;
    height: 80px;
    width: 80px;
    color: #fff;
    font-size: 25px;
    position: fixed;
    z-index: 10!important;
    background: #224F7D;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  #mobile_menu_btn:before {
    display: none;
  }

  #mobile_search_btn {
    top: 0;
    height: 80px;
    width: 80px;
    color: #fff;
    font-size: 25px;
    position: absolute;
    z-index: 10;
    background: #224F7D;
    right: 80px;
    display: block;
    cursor: pointer;
    font-size: 22px;
  }

  #mobile_menu_btn.small {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

}

@media only screen and (max-width: 600px) {

  #header_main {
    height: 55px;
    line-height: 55px;
  }

  #mobile_menu_btn {
    height: 55px;
    width: 55px;
  }

  #mobile_search_btn {
    height: 55px;
    width: 55px;
    right: 55px;
  }

  #main_logo {
    width: 180px;
    margin-top: 10px;
  }

  #search_box {
    position: absolute;
    top: 55px;
    z-index: 30;
    left: 0;
    right: 0;
    text-align: center;
    background: #1B3D60;
    margin-top: 0;
    padding: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }

}

@media only screen and (max-width: 500px) {

  #main_logo {
    display: none;
  }

  #mobile_logo {
    display: block;
    width: 31px;
    margin-top: 10px;
    float: left;
    position: absolute;
    top: 0px;
  }


}



#home_big_slide {
  position: relative;
}

#home_big_slide .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#home_big_slide .swiper_slide {
  cursor: pointer!important;
}

#home_big_slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38%;
}

#home_threeBanner_box {
  font-size: 0;
}

#home_threeBanner_box .box {
  position: relative;
  width: 33.3333%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.5);
}

#home_threeBanner_box .box:hover .bg {
  opacity: 0.85;
}

#home_threeBanner_box .box:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38%;
}

@media only screen and (max-width: 850px) {

  #home_threeBanner_box a:first-child .box {
    width: 100%;
  }

  #home_threeBanner_box .box {
    position: relative;
    width: 50%;
  }

}

@media only screen and (max-width: 650px) {

  #home_threeBanner_box .box {
    position: relative;
    width: 100%!important;
  }

}

.all_products_btn_row {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #224F7D;
  color:#fff;
  text-transform: uppercase;
  position: relative;
}

.all_products_btn_row:hover {
  opacity: 0.9;
}

#home_text_box {
  background: #1B3D60;
  padding: 80px;
  text-align: center;
  color: #fff;
}

#home_text_box .content {
  text-align: left;
  width: 100%;
  max-width: 900px;
  font-size: 0;
  margin: 0 auto;
}

#home_text_box .title {
  width: 35%;
}

#home_text_box .title h1 {
  font-weight: 300;
  text-transform: uppercase;
}

#home_text_box .text {
  width: 65%;
  padding-left: 50px;
}


.buttons_row {
  margin-top: 40px;
}

.buttons_row .main_btn {
  margin-right: 25px;
  vertical-align: middle;
}

.buttons_row a:last-child .main_btn {
  margin-right: 0;
}

.buttons_row .social_box {
  color: #214E7C;
  vertical-align: middle;
  margin-left: 0;
}

.buttons_row .social_box i {
  font-size: 20px;
  margin-right: 10px;
}

.buttons_row .social_box a:last-child i {
  margin-right: 0;
}


.main_btn {
  padding: 16px 30px;
  background: #fff;
  color: #224F7D;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius:40px;
  border-radius:40px;
  min-width: 120px;
  text-align: center;
  border: 0px none;
  cursor: pointer;
}

.main_btn.alt {
  background: #224F7D;
  color: #fff;
}

.main_btn:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #224F7D;
  color:#fff;
}

.main_btn.alt:hover {
  background: #ededed;
  color:#224F7D;
}


@media only screen and (max-width: 800px) {

  #home_text_box {
    padding: 80px 50px;
  }

  #home_text_box .content {
    text-align: center;
  }

  #home_text_box .title {
    width: 100%;
  }

  #home_text_box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

}

@media only screen and (max-width: 600px) {


  .buttons_row {
    margin-top: 60px;
  }

  .buttons_row .main_btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .buttons_row a:last-child .main_btn {
    margin-bottom: 0;
  }


}

@media only screen and (max-width: 400px) {

  #home_text_box {
    padding: 50px 30px;
  }

}

#home_products_box {
  text-align: center;
}

#home_products_box h2 {
  text-transform: uppercase;
  color: #224F7D;
}

.padding {
  padding: 40px;
}

.products_list {
  font-size: 0;
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

.pages_products_box .products_list {
  margin-top: 0;
}

.product_item {
  background: #fff;
  -webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,0.16);
  box-shadow: 0 0 60px 0 rgba(0,0,0,0.16);
  font-size: 14px;
  text-align: left;
  width:18%;
  margin: 1%;
  position: relative;
}

.product_item .photo {
  width: 100%;
}

.product_item .photo:hover {
  opacity: 0.8;
}

.product_item .photo .bg {
  top: 20px;
  left: 20px;
  bottom:0px;
  right: 20px;
}

.product_item_content {
  padding: 20px;
  padding-bottom: 75px;
}

.product_name {
  font-weight: 700;
  color:#224F7D;
  font-size: 16px;
}

.product_brand {
  color: #7B7B7B;
  font-style: italic;
  font-weight: 700;
  margin-top: 5px;
}

.product_bottom_bar {
  background: #224F7D;
  padding: 20px;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  min-height: 55px;
}

.product_item_content .promo_price {
  text-decoration: line-through;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #224F7D;
}

.product_bottom_bar:hover .product_button {
  text-decoration: underline;
}

.product_bottom_bar .product_button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.product_bottom_bar .price {
  font-weight: 700;
  font-size: 16px;
}


@media only screen and (max-width: 1400px) {

  .product_item {
    width:23%;
    margin: 1%;
  }

  #home_products_box .product_item:nth-child(1), #home_products_box .product_item:nth-child(2), #home_products_box .product_item:nth-child(3), #home_products_box .product_item:nth-child(4), #home_products_box .product_item:nth-child(5), #home_products_box .product_item:nth-child(6) {
    width:31.3%;
    margin: 1%;
  }


}

@media only screen and (max-width: 1100px) {

  .product_item {
    width:31.3%!important;
    margin: 1%;
  }

  #home_products_box .product_item:nth-child(1), #home_products_box .product_item:nth-child(2), #home_products_box .product_item:nth-child(3), #home_products_box .product_item:nth-child(4) {
    width:48%!important;
    margin: 1%;
  }

}

@media only screen and (max-width: 850px) {

  .product_item {
    width:48%!important;
    margin: 1%;
  }

}

@media only screen and (max-width: 650px) {

  .product_item {
    width:98%!important;
    margin: 10px 0!important;
  }

  #home_products_box .product_item:nth-child(1), #home_products_box .product_item:nth-child(2), #home_products_box .product_item:nth-child(3), #home_products_box .product_item:nth-child(4) {
    width:98%!important;
    margin: 10px 0!important;
  }

}

@media only screen and (max-width: 400px) {

  .padding {
    padding: 20px;
  }

}


.category_boxes {
  background: #1B3D60;
  font-size: 0;
  padding: 25px 20px;
  position: relative;
}

.category_item {
  width: 100%;
  background: #224F7D;
  position: relative;
}

.category_item:hover .bg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.category_item .image {
  height: 150px;
  width: 100%;
  position: relative;
}

.category_item .bg {
  opacity: 0.4;
}

.category_item .category_title {
  padding: 15px;
  font-size: 16px;
  color:#fff;
  text-align: center;
  text-transform: uppercase;
}


@media only screen and (max-width: 1100px) {



}


#footer {
  font-size: 0;
  background: #fff;
  padding: 80px;
  position: relative;
}

#footer .col {
  padding-right: 60%;
  position: relative;
  z-index: 3;
}

#footer .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  top: 0;
}

#footer .img:before {
  content: '';
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  z-index: 1;
}

#footer .title {
  color: #1B3D60;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#bottom_row {
  padding: 20px;
  background: #1B3D60;
  text-align: center;
  font-size: 12px;
  color:#fff;
  line-height: 18px;
}

#bottom_row span {
  opacity: 0.6;
}

#bottom_row span a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1100px) {

  #footer .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    top: 0;
    opacity: 0.2;
  }

  #footer .col {
    padding-right: 0;
    position: relative;
    z-index: 3;
    text-align: center;
  }


}

@media only screen and (max-width: 800px) {

  #footer {
    padding: 80px 50px;
  }

}

#mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#mobile_menu_overlay.open {
  opacity: 1;
  visibility: visible;
}

#mobile_menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  max-width: 400px;
  z-index: 51;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#mobile_menu.open {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#mobile_menu_top_bar {
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #224F7D;
}

#mobile_menu_close {
  top: 13px;
  right: 20px;
  color: #fff;
  font-size: 23px;
  position: absolute;
  cursor: pointer;
}

.mobile_menu_static {
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

#mobile_menu.desktop .mobile_menu_static {
  display: none;
}

#mobile_menu .static_menu_item {
  width: 100%;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px #d7d7d7 solid;
  height: 55px;
  line-height: 55px;
  font-weight: 700;
}

#mobile_menu .static_menu_item:hover {
  color: #224F7D;
}

.mobile_menu_category {
  top: 165px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
}

#mobile_menu.desktop .mobile_menu_category {
  top: 55px;
  bottom: 0;
}

.mobile_category_title {
  background: #ededed;
  padding: 0 20px;
  line-height: 55px;
  height: 55px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mobile_category_box {
  top: 55px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mobile_category_item {
  padding-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  background: #fff;
  border-bottom: 1px #d7d7d7 solid;
}

.mobile_category_item.open {
  padding-bottom: 20px;
}

.mobile_category_item.sub {
  padding-right: 55px;
}

.mobile_category_item .arrow {
  top: 0;
  right: 0;
  width: 55px;
  bottom: 0;
  color: #878787;
  font-size: 27px;
  position: absolute;
  background: #f8f8f8;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}

.mobile_category_item.open .arrow i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile_category_item  span {
  padding: 20px;
  display: block;
  font-weight: 700;
  width: 100%;
}

.mobile_category_item  span:hover {
  text-decoration: underline;
  color: #224F7D;
}

.mobile_category_item ul {
  padding-left: 40px;
  position: relative;
  height: 0;
  overflow-y:hidden;
}

.mobile_category_item.open ul {
  height: auto;
}

.mobile_category_item ul:before {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 6px;
  content: '';
  background: #224F7D;
}

.mobile_category_item ul li {
  margin-bottom: 10px;
  cursor: pointer;
}

.mobile_category_item ul li:last-child {
  margin-bottom: 0;
}

.mobile_category_item ul li a {
  display: block;
  padding: 10px 0px;
}

.mobile_category_item ul li a:hover {
  text-decoration: underline;
  color: #224F7D;
}

.mobile_menu_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#mobile_menu.desktop .mobile_menu_bottom {
display: none;
}

.mobile_menu_big_btn {
  height: 80px;
  line-height: 80px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  background: #224F7D;
  padding: 0 20px;
  text-transform: uppercase;
}

.mobile_menu_big_btn.dark {
  background: #1B3D60;
}

.mobile_menu_big_btn:hover span {
  opacity: 0.6;
}

/* BOX CONTATTI */

#contacts_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

#contacts_overlay.show {
  visibility: visible;
  opacity: 1;
}

#contacts_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  max-width: 500px;
  z-index: 41;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#contacts_box.show {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#contacts_box h3 {
  color:#224F7D;
  font-weight: 700;
}

#contacts_content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
  padding: 20px;
}

#contacts_box .form_box {
  margin-top: 30px;
}

#contacts_box h4 {
  font-size: 20px;
  color: #6b6b6b;
}

#contacts_box h4 a {
  margin-top: 15px;
  font-size: 23px;
  text-decoration: none;
}

#contacts_box h4 a:hover {
  opacity: 0.8;
}

#contacts_box h4 a img {
  width: 30px;
  margin-right: 10px;
}

.showContacts {
  cursor: pointer;
}

#contactsCloseBtn {
  position: fixed;
  right: 520px;
  width: 20px;
  z-index: 41;
  cursor: pointer;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -50px;
}

#contactsCloseBtn.show {
  opacity: 1;
  visibility: visible;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 15px;
}

#contactsCloseBtn:hover {
  opacity: 0.7;
}

#contacts_box .buttons_row {
  margin-top: 10px;
}

@media only screen and (max-width: 560px) {

  #contacts_box {
    width: auto;
    left: 60px;
  }

  #contactsCloseBtn {
    right: auto;
    left: 20px;
  }

}

#pages_content {
  position: relative;
  font-size: 0;
}

#pages_sidebar {
  width: 21%;
  background: #f9f9f9;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
  border: 1px #e8e8e8 solid;
  border-left: 0px none;
  border-bottom: 0px none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#pages_sidebar_content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}

.sidebar_category {

}

.sidebar_category_title {
  background: #fff;
  color: #6a6a6a;
  padding: 0 20px;
  line-height: 55px;
  height: 55px;
  text-transform: uppercase;
  position: relative;
}

.sidebar_category_title span {
  position: relative;
}

.sidebar_category_title:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e0e0e0;
  background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
  content: '';
  opacity: 0.5;
}

.sidebar_category_item {
  padding-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  background: #fff;
  border-bottom: 1px #e2e2e2 solid;
}

.sidebar_filter_item {
  padding-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  background: #fff;
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 20px;
}

.sidebar_category_item.open {
  padding-bottom: 20px;
}

.sidebar_filter_item input[type="checkbox"] {
  position: absolute;
  right: 20px;
  top: 2px;
}

.sidebar_filter_item input[type="radio"] {
  position: absolute;
  right: 20px;
  top: 2px;
}

.sidebar_category_item.sub {
  padding-right: 55px;
}

.sidebar_category_item > .arrow {
  top: 0;
  right: 0;
  width: 55px;
  bottom: 0;
  color: #b1b1b1;
  font-size: 20px;
  position: absolute;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}

.sidebar_category_item ul li .arrow {
  color: #b1b1b1;
  font-size: 18px;
}

.sidebar_category_item.open .arrow i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar_category_item  span {
  padding: 20px;
  display: block;
  font-weight: 700;
  width: 100%;
}

.sidebar_category_item  span:hover {
  text-decoration: underline;
  color: #224F7D;
}

.sidebar_filter_item  span {
  padding: 20px;
  display: block;
  font-weight: 700;
  width: 100%;
}

.sidebar_category_item ul {
  padding-left: 40px;
  position: relative;
  height: 0;
  overflow-y:hidden;
  margin-top: 0px;
}

.sidebar_filter_item ul {
  padding-left: 20px;
  position: relative;
}

.sidebar_category_item.open ul {
  height: auto;
}

.sidebar_category_item > ul:before {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 6px;
  content: '';
  background: #224F7D;
}

.sidebar_category_item ul ul:before {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 6px;
  content: '';
  background: #dbdbdb;
}

.sidebar_category_item ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.sidebar_category_item ul li:last-child {
  margin-bottom: 0;
}

.sidebar_filter_item ul li  {
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.sidebar_filter_item ul li:last-child {
  margin-bottom: 0;
}

.sidebar_category_item ul li a:hover {
  text-decoration: underline;
  color: #224F7D;
}

#sidebar_mobile_done {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 50px;
  background: #1B3D60;
  color:#fff;
  right: 0;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  display: none;
}

#sidebar_mobile_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 59;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#sidebar_mobile_overlay.open {
  opacity: 1;
  visibility: visible;
}

#mobile_sidebar_btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background-color: #1B3D60;
  padding: 0 20px;
  cursor: pointer;
  display: none;
}

#pages_products_box .products_list {
  margin-top: 0;  
}

#pages_products_box {
  width: 79%;
  position: relative;
}

#pages_products_box .products_list .product_item {
  width: 23%;
}

#pages_banner_box {
    background: #1B3D60;
    font-size: 0;
    padding: 25px;
}

#pages_banner_box .pages_banner_item {
    width: 49%;
    margin: 0 auto;
    border: 5px #fff solid;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
}

#pages_banner_box .pages_banner_item img {
  width: 100%;
}

#pages_products_title {
  margin-bottom: 40px;
}

#pages_products_title h1 {
  color: #224F7D;
  padding-right: 130px;
}

#pages_products_title h2 {
  font-weight: 300;
  padding-right: 130px;
}

#main_menu_content.pages {
  height: 50px;
}

#navBar {
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,0.16);
  box-shadow: 0 0 60px 0 rgba(0,0,0,0.16);
  font-size: 0;
  line-height: 50px;
  padding: 0 20px;
  color:#9a9a9a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#navBar a {
  font-size: 14px;
  font-weight: 700;
}

#navBar .spacer:before {
  content: '/';
  font-size: 14px;
  margin: 0 5px;
}

#navBar a:hover {
  text-decoration: underline;
}

#navBar span {
  font-size: 14px;
}

#products_list_type {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  right: 50px;
  top: 50px;
}

.product_list_type_item {
  font-size: 20px;
  margin-right: 15px;
  color: #a4a4a4;
  cursor: pointer;
}

.product_list_type_item.selected {
  color: #224F7D;
}

#products_list_type .product_list_type_item:last-child {
  margin-right: 0;
}

.products_list.small_list .product_item {
  width: 100%!important;
  position: relative;
}

.products_list.small_list .product_item .product_item_content {
  padding-left: 120px!important;
  min-height: 120px!important;
}

.products_list.small_list .product_item .product_bottom_bar  {
  padding: 10px 20px;
  min-height: 0px;
}

.products_list.small_list .product_item .product_bottom_bar .promo_price {
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: middle;
    margin: 0!important;
}

.products_list.small_list .product_item .product_bottom_bar .price {
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: middle;
}

.products_list.small_list .product_item .product_bottom_bar .product_button {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    float: right;
}


.products_list.small_list .product_item .photo {
  width: 120px!important;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  -webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
	transition: all 0ms ease;
}

@media only screen and (max-width: 1300px) {

  #pages_products_box .products_list .product_item {
    width: 31.33%;
  }

}

@media only screen and (max-width: 1100px) {

  #pages_sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 60;
    width: 50%;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    border-right: 0;
  }

  #pages_sidebar_content {
    bottom: 50px;
    -webkit-overflow-scrolling: touch;
  }

  #pages_sidebar.open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #pages_products_box {
    width: 100%;
  }

  #sidebar_mobile_done {
    display: block;
  }

  #mobile_sidebar_btn {
    display: block;
  }


}

@media only screen and (max-width: 750px) {


  #navBar {
    display: none;
  }

  #main_menu_content.pages {
    height: 0;
  }

  #pages_banner_box .pages_banner_item {
      width: 100%;
      margin-bottom: 20px;
  }

  #pages_banner_box a:last-child .pages_banner_item {
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 600px) {

  #pages_sidebar {
    width: 80%;
  }

  #pages_products_title h1 {
    padding-right: 0px;
  }

  #pages_products_title h2 {
    padding-right: 0px;
  }

  #products_list_type {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 40px;
    padding-top: 40px;
  }

}

@media only screen and (max-width: 400px) {

  #products_list_type {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 20px;
    padding-top: 20px;
  }

  .products_list.small_list .product_item .product_bottom_bar .product_button {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      float: none;
      margin-top: 10px;
  }

}





#product_detail_box {
  font-size: 0;
  position: relative;
  margin: 50px 0;
}

#product_detail_box.black {
  background: #000;
}

.completo #product_detail_box {
  padding-top: 0;
}

#product_detail_box .gradient {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

#product_slide_box {
  width: 50%;
  position: relative;
}

.completo #product_slide_box {
  width: 100%;
}

.completo #product_slide_image {
  height: 500px;
}

#product_slide_image {
  position: relative;
  width: 100%;
}

#product_slide_image .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.slide_next {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  z-index:2;
  cursor: pointer;
  opacity: 0.5;
}

.slide_prev {
  position: absolute;
  left: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  z-index:2;
  cursor: pointer;
  opacity: 0.5;
}

.slide_next img {
  width: 30px;
  vertical-align: middle;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide_prev img {
  width: 30px;
  vertical-align: middle;
}

#product_info_box {
  width: 50%;
  padding-left: 50px;
  color: #000;
  position: relative;
}

#product_info_box h1 {
  color:#224F7D;
}

#product_info_box h3 {
  margin-top: 10px;
  color: #4c4c4c;
}

#product_info_box h4 {
  color:#224F7D;
  font-size: 18px;
  margin-top: 30px;
  font-style: italic;
}

#product_info_box p {
  margin-top: 20px;
}

#product_info_box ul.info_list {
  font-size: 16px;
  margin-top: 40px;
}

#product_info_box ul.info_list li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

#product_info_box ul.info_list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  background: #224F7D;
  width: 10px;
  height: 10px;
}

#product_info_box ul.info_list li:last-child {
  margin-bottom: 0;
}

#product_info_box .buttons_row {
  margin-top: 20px;
}

#product_info_box .buttons_row .others_btn span {
  color: #000;
}

.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font-size: 16px;
    color:black;
    border:1px solid #ccc;
    height: 43px;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:10px;
    font-weight:bold;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:20px;
    right:6px;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:10px;
}
.options li:hover {
    background: #E07122;
}

.product_price {
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  background: rgb(233,233,233);
  background: -moz-linear-gradient(left,  rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=1 );
  -webkit-border-radius:20px;
  border-radius:20px;
  padding: 20px;
  color: #595959;
}

.product_price span {
  opacity: 0.5;
  font-size: 20px;
  text-decoration: line-through;
}

.colors_accordion {
  width: 100%;
  background: #f1f1f1;
  -webkit-border-radius:20px;
  border-radius:20px;
  margin-top: 30px;
  overflow: hidden;
}

.colors_accordion_content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.colors_accordion_content.open {
  max-height: 700px;
}

.colors_accordion_header {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 20px;
  cursor: pointer;
  background: #224F7D;
  -webkit-border-radius:20px 20px 0 0;
  border-radius:20px 20px 0 0;
  position: relative;
  color: #fff;
}

.colors_accordion_header .arrow {
  position: absolute;
  right: 10px;
  top: 1px;
  width: 20px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.colors_accordion_header .arrow.open {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 20px;
  top: 0;
}

.colors_accordion_header .arrow img {
  width: 100%;
}

.colors_accordion_item {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px #cdcdcd solid;
  min-height: 110px;
  font-size: 14px;
  padding-left: 110px;
}

.colors_accordion .colors_accordion_item:last-child {
  border-bottom: 0;
}

.colors_accordion_item span {
  margin-top: 24px;
}

.color_palette {
  width: 70px;
  border: 3px #fff solid;
  -webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 60px 0 rgba(0,0,0,0.25);
  background: #b27f60;
  position: absolute;
  top: 20px;
  left: 20px;
}


@media only screen and (max-width: 1000px) {

  #product_detail_box {
    text-align: center;
  }

  #product_slide_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  #product_info_box {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    text-align: left;
  }

}

@media only screen and (max-width: 650px) {

  .slide_next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }

  .slide_next img {
    width: 15px;
  }

  .slide_prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }

  .slide_prev img {
    width: 15px;
  }

}

#info_pages_box h1 {
  color: #224F7D;
}

#info_pages_box h2 {
  margin-top: 10px;
}

#info_pages_box p {
  margin-top: 20px;
}

p.boxed.big {
  padding: 50px;
  margin: 50px 0!important;
  font-size: 20px;
  line-height: 35px;
  -webkit-box-shadow: 0 0 200px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 200px 0 rgba(0,0,0,0.08);
}


#brands_box {
  width: 100%;
  font-size: 0;
}

.brand_item {
  width: 14.66%;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
  margin: 1%;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.brand_name {
  font-size: 14px;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #224F7D;
}

.brand_item:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.brand_logo .centerimage {
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1300px) {

  .brand_item {
    width: 18%;
  }

}

@media only screen and (max-width: 1100px) {

  .brand_item {
    width: 23%;
  }

}

@media only screen and (max-width: 900px) {

  .brand_item {
    width: 31.33%;
  }

}

@media only screen and (max-width: 700px) {

  .brand_item {
    width: 48%;
  }

}

@media only screen and (max-width: 450px) {

  .brand_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

}


@media only screen and (max-width: 1100px) {

  #pages_sidebar {
    position: fixed;
    left: 0!important;
    bottom: 0!important;
    top: 0!important;
    height: auto!important;
    min-height: auto!important;
  }

}



#popup_overlay {
    background: #000;
    opacity: 0.8;
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  #popup_overlay.show {
    opacity: 0.8;
    visibility: visible;
  }

  #popup_box {
    background: #fff;
    padding: 35px;
    position: fixed;
    z-index: 51;
    width: 100%;
    max-width: 600px;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  #popup_box.show {
    opacity: 1;
    visibility: visible;
  }

  #popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    cursor: pointer;
  }

  #popup_box h1 {
    font-size: 25px;
  }

  #popup_box p {
    margin-top: 10px;
  }

  #popup_box .main_btn {
    margin-top: 20px;
  }