@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");
/* --- COLORS --- */
/* --- ANIMATION --- */
/* --- SLIDER HOME --- */
.home_slider .overlay {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); }

.home_slider .slide {
  height: 75vh;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .home_slider .slide .slide_box {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: right; }
    .home_slider .slide .slide_box h3 {
      margin-top: 30vh;
      font-size: 80px;
      font-weight: 900;
      color: #fff; }
    .home_slider .slide .slide_box .description {
      color: #fff;
      margin-bottom: 30px;
      font-size: 45px;
      font-weight: 200; }

.home_slider .owl-nav > div {
  position: absolute;
  top: 50%;
  color: #00adef;
  font-size: 40px;
  margin-top: -30px; }
  .home_slider .owl-nav > div.owl-prev {
    left: 5px; }
  .home_slider .owl-nav > div.owl-next {
    right: 5px; }

.info-banner {
  height: 450px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .info-banner .overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 173, 239, 0.8); }
  .info-banner .info-caption {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    color: #fff; }
    .info-banner .info-caption h3 {
      font-size: 25px;
      margin-bottom: 30px;
      font-weight: 300;
      padding-left: 30px; }

.custom-grid {
  padding: 30px 15px; }

.product-box {
  text-align: right; }
  .product-box .product-image {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px; }
    .product-box .product-image button {
      position: relative;
      top: 45%;
      z-index: 10; }
  .product-box img {
    max-height: 320px;
    display: block;
    margin: 0 auto; }
  .product-box h4 {
    padding-right: 20px; }

@media (max-width: 1300px) {
  .info-banner {
    height: 360px; }
  .product-box img {
    max-height: 230px; }
  .product-box h3 {
    font-size: 22px; } }

.numbers {
  height: 470px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 30px;
  color: #fff;
  text-align: center; }
  .numbers ul {
    margin-bottom: 40px; }
  .numbers h3 {
    font-size: 50px;
    font-weight: 900; }
  .numbers p {
    font-size: 25px;
    font-weight: 300; }

.search-footer {
  height: 470px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 30px;
  color: #fff;
  text-align: center; }
  .search-footer h3 {
    font-size: 50px;
    font-weight: 900; }
  .search-footer .input-group {
    max-width: 550px;
    background-color: transparent;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 40px; }
    .search-footer .input-group input {
      background-color: transparent;
      color: #fff;
      height: 38px;
      border-color: #fff;
      border-right: 0 !important;
      border-radius: 30px; }
      .search-footer .input-group input::-webkit-input-placeholder {
        color: #fff; }
      .search-footer .input-group input:-ms-input-placeholder {
        color: #fff; }
      .search-footer .input-group input::placeholder {
        color: #fff; }
  .search-footer .search_btn {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #fff;
    border-left: 0;
    height: 38px;
    width: 38px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
    .search-footer .search_btn:hover {
      color: #4c4c4c; }

/** ------ CARRELLO ------ **/
.overflow-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 450px; }

.cart_title {
  margin-top: 55px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px; }

.cart_count_articles {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px; }
  .cart_count_articles .quantity {
    color: #00adef;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px; }

.cart_empty {
  margin: 60px 0 90px;
  text-align: center; }

.item h5 {
  font-weight: normal; }
  .item h5 .service_price {
    font-weight: 500; }

.item.item_not_valid .item_name a {
  color: #aaa; }

.item.item_not_valid .item_price {
  color: #aaa; }

.item.item_not_valid .not_valid_label {
  font-size: 20px;
  font-weight: 500;
  color: #e61212;
  margin-bottom: 20px; }

.item.item_not_valid .item_image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.item .item_image {
  margin-bottom: 20px; }

.items_buttons {
  text-align: right;
  padding-bottom: 20px; }
  .items_buttons .wishlists {
    margin-top: 0;
    display: inline-block; }
  .items_buttons form {
    display: inline; }

.item_header {
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #ddd; }
  .item_header .item_name {
    margin-top: 0px;
    margin-bottom: 5px; }
  .item_header .product_code {
    margin-bottom: 8px; }

.item_quantity_form {
  max-width: 200px; }
  .item_quantity_form input {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px; }
  .item_quantity_form .input-group-btn:last-child > .btn, .item_quantity_form .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
    padding: 6px 12px; }

.item_price {
  font-size: 16px;
  margin-top: 0px;
  display: block; }
  .item_price.price {
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #ddd; }
  .item_price.full_price {
    font-size: 12px;
    color: #999;
    margin-bottom: 0px; }

.delete-form {
  display: inline-block; }
  .delete-form .btn {
    padding: 4px 15px; }
    .delete-form .btn:hover, .delete-form .btn:active, .delete-form .btn:focus {
      background-color: inherit;
      border-color: transparent !important; }

.coupon_form input[type="text"] {
  max-width: 300px;
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.checkout-table {
  margin-top: 30px;
  border: 1px solid #ddd; }
  .checkout-table th {
    padding: 8px;
    background: #f6f6f6;
    border: 0px !important;
    font-weight: 900;
    font-size: 16px; }
  .checkout-table td {
    border: 0px !important;
    border-bottom: 1px solid #ddd !important; }

/** ------ STEPS ------ **/
.checkout_steps {
  text-align: center;
  margin: 80px 0px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .checkout_steps li {
    position: relative;
    padding: 0px; }
    .checkout_steps li .step_title {
      text-transform: uppercase;
      font-weight: 500;
      margin-top: 10px;
      color: #aaa; }
    .checkout_steps li.active .step_title {
      color: #00adef; }
    .checkout_steps li i {
      background: #fff;
      border: 1px solid #aaa;
      color: #aaa;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      font-size: 22px; }
    .checkout_steps li.active i {
      background: #00adef;
      border: 1px solid #00adef;
      color: #fff; }
    .checkout_steps li:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      height: 1px;
      width: 230px;
      top: 30px;
      left: 50%;
      background-color: #aaa; }
    .checkout_steps li.active:before {
      background-color: #00adef; }
    .checkout_steps li.current:before {
      background-color: #aaa; }
    .checkout_steps li:last-child:before {
      display: none; }

.step_item {
  margin-top: 20px; }
  .step_item h3 {
    margin-top: 0px; }
  .step_item .step_item_price {
    font-size: 16px;
    font-weight: 500;
    text-align: right; }

.checkout .address_type {
  margin: 0 0 20px; }

.checkout label h4 {
  margin: 0 0 10px; }

.checkout label.address, .checkout label.carrier {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.checkout-description {
  font-size: 14px;
  line-height: 1.4;
  margin: 20px 0px; }

/** ------ ADDRESS ------ **/
.add_address_btn {
  margin-bottom: 20px; }

/** ------ SIDEBAR CHECKOUT ------ **/
.cart_summary .sidebar_summary {
  padding: 20px;
  border: 1px solid #ddd;
  border-bottom: 0px; }
  .cart_summary .sidebar_summary > h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }

.cart_summary .checkout_edit_btn {
  font-size: 20px;
  color: #fff; }

.cart_summary .summary_item {
  margin-top: 20px; }
  .cart_summary .summary_item .item_name {
    font-size: 18px;
    margin-top: 0px; }
  .cart_summary .summary_item .tiny_cart_remove {
    display: none; }

.cart_summary .checkout_total {
  background: #f5f5f5;
  padding: 20px 20px 5px; }

.next_step_btn {
  padding: 20px;
  background: #f5f5f5;
  display: block; }

/** ------ CHECKOUT SUMMARY ------ **/
.section_title {
  margin-top: 10px; }
  .section_title .btn-default {
    color: #00adef; }
  .section_title:after {
    clear: both; }

.section {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 20px; }
  .section .item_wrap_info {
    height: 61px; }

.tools_buttons {
  margin-top: 20px; }

.btn_back i, .edit_btn i, .btn_print i {
  color: #fff; }

.choose_address, .choose_carrier, .choose_payment {
  padding: 20px 0 0 0; }

label.address, label.carrier, label.payment_method {
  display: block; }
  label.address p, label.carrier p, label.payment_method p {
    font-weight: normal; }

/** ------ TOTALS ------ **/
.checkout_total h4 {
  text-transform: uppercase;
  font-weight: normal; }
  .checkout_total h4.items_total_title {
    font-weight: 500; }

.checkout_total p {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .checkout_total p.items_total_value {
    font-size: 24px;
    color: #000;
    font-weight: 900;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .checkout_total p.items_total_taxinfo {
    border-bottom: 0;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 10px; }

.mfp-content {
  background: none repeat scroll 0 0 #fff;
  margin: 20px auto;
  max-width: 50vw;
  padding: 0;
  position: relative;
  width: auto; }

.easyzoom {
  display: block; }

.product_toolbar {
  position: relative;
  margin-bottom: 20px; }
  .product_toolbar .print_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }

.breadcrumb {
  background: none;
  text-transform: uppercase;
  margin: 10px;
  padding: 0; }
  .breadcrumb a {
    color: #333 !important; }
  .breadcrumb > .active {
    color: #00adef !important; }
  .breadcrumb > li + li:before {
    content: "|"; }

.product_contents {
  padding: 35px; }

.product_info h1 {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  margin-top: 10px; }

.product_info .product_code {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000; }

.product_info .product_price {
  margin-bottom: 10px; }
  .product_info .product_price .discount_percentage {
    font-size: 18px;
    font-weight: 500; }
    .product_info .product_price .discount_percentage .percentage_value {
      color: #000;
      font-weight: 900; }

.product_info .price {
  color: #00adef;
  font-size: 26px;
  font-weight: 900; }
  .product_info .price.discounted_price {
    color: #000; }
  .product_info .price.full_price {
    color: #888;
    font-size: 16px; }

.product_contents {
  margin-bottom: 30px; }
  .product_contents h3 {
    font-size: 22px;
    margin: 20px 0; }
  .product_contents .gallery_thumbs {
    margin-top: 20px; }
  .product_contents .gallery_thumbs img {
    max-height: 100px;
    text-align: center;
    margin: 0 auto 10px; }
  .product_contents .selected_image {
    max-height: 400px;
    margin: 0 auto; }
  .product_contents.product_not_available .product_price, .product_contents.product_bookable .product_price {
    margin-bottom: 5px; }
    .product_contents.product_not_available .product_price .price, .product_contents.product_bookable .product_price .price {
      color: #aaa !important; }
  .product_contents.product_not_available .wishlists, .product_contents.product_bookable .wishlists {
    margin-top: 0;
    float: left; }
  .product_contents .product_availability.not_available, .product_contents .product_availability.bookable {
    color: #e61212;
    padding: 5px 0px;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase; }
  .product_contents .product_availability.available {
    color: green;
    padding: 5px 0px;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase; }

.product_page_forms .table td {
  width: 50%; }

/* --- VARIANTS --- */
.variants_header {
  border-top: 1px solid #e5e5e5; }
  .variants_header .variants_title {
    float: left; }
  .variants_header button {
    float: right;
    margin-top: 15px; }

.variants_select .variant {
  float: left;
  margin-right: 50px; }

.variants_select h4 {
  font-weight: 500;
  font-size: 16px; }

.variants_select select {
  height: 34px;
  padding: 0px 10px;
  border-color: #e5e5e5;
  margin-bottom: 15px; }

#page_info_variant .page_info_img {
  margin-bottom: 30px; }

/* --- SERVICES --- */
.services_group_title {
  margin: 30px 0 20px; }

.services_list {
  margin-bottom: 30px; }
  .services_list .details_modal_btn {
    margin-top: -10px; }

.service_modal_description {
  margin: 10px 0; }

.quantity-wrapper {
  max-width: 180px; }
  .quantity-wrapper .input-group-addon {
    background: none;
    font-size: 12px; }

.product_page .wishlists {
  margin-top: 119px;
  width: 100%; }
  .product_page .wishlists .wishlist_btn {
    width: 100%; }

.related_title {
  margin: 40px 0;
  font-size: 26px; }

.share_title {
  float: left;
  margin-right: 10px;
  font-weight: 500;
  text-transform: uppercase; }

.social_list_icons {
  margin: 30px 0; }

/* --- GENERAL STYLES --- */
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #4c4c4c;
  width: 100%;
  height: 100%; }

#site_content {
  background-color: #fff; }

a {
  color: #00adef; }
  a:hover, a:active, a:focus {
    color: #0088bc;
    text-decoration: none; }

a.inverted_a, .inverted_a a {
  color: #4c4c4c; }
  a.inverted_a:hover, a.inverted_a:active, a.inverted_a:focus, .inverted_a a:hover, .inverted_a a:active, .inverted_a a:focus {
    color: #00adef; }

.btn {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  padding: 10px 20px; }
  .btn.btn-primary {
    background-color: #00adef; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #0088bc;
      text-decoration: none; }
  .btn.btn-black {
    background-color: #4c4c4c;
    color: #FFF; }
    .btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
      background-color: #f5f5f5;
      text-decoration: none;
      color: #4c4c4c; }
  .btn.btn-default {
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #00adef; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      background-color: #FFF;
      border-color: #00adef; }
  .btn.btn-danger {
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #e61212;
    height: 40px;
    background-color: transparent; }
    .btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus {
      background-color: inherit;
      border-color: #e61212; }
  .btn.btn-ghost.main {
    background-color: transparent;
    border: 2px solid #00adef;
    border-color: #00adef;
    border-radius: 30px;
    color: #00adef;
    padding: 6px 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px; }
    .btn.btn-ghost.main:hover, .btn.btn-ghost.main:active, .btn.btn-ghost.main:focus {
      background-color: #00adef;
      border-color: #00adef;
      color: #fff; }
  .btn.btn-ghost.white {
    background-color: transparent;
    border: 2px solid #fff;
    border-color: #fff;
    border-radius: 30px;
    color: #fff;
    padding: 6px 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px; }
    .btn.btn-ghost.white:hover, .btn.btn-ghost.white:active, .btn.btn-ghost.white:focus {
      background-color: #fff;
      border-color: #fff;
      color: #00adef; }
  .btn.btn-custom.main {
    background-color: #00adef;
    border-color: #00adef;
    border-radius: 30px;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px; }
    .btn.btn-custom.main:hover, .btn.btn-custom.main:active, .btn.btn-custom.main:focus {
      background-color: #000;
      border-color: #000; }
  .btn.btn-custom.white {
    background-color: #fff;
    border-color: #fff;
    border-radius: 30px;
    color: #00adef;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px; }
    .btn.btn-custom.white:hover, .btn.btn-custom.white:active, .btn.btn-custom.white:focus {
      background-color: #00adef;
      border-color: #00adef;
      color: #fff; }

.dropdown-toggle::before {
  display: none; }

.open > .dropdown-toggle.btn-default {
  background-color: #FFF;
  border-color: #00adef;
  color: #00adef; }
  .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background-color: #FFF;
    border-color: #00adef;
    color: #00adef; }

.open > .dropdown-toggle.btn-primary {
  background-color: #0088bc;
  border-color: #0088bc;
  color: #FFF; }
  .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus {
    background-color: #0088bc;
    border-color: #0088bc;
    color: #FFF; }

.dropdown-menu {
  border-radius: 0;
  margin-top: -1px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 18px; }

input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea.form-control, select.form-control {
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #999;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea.form-control:focus, select.form-control:focus {
    border-color: #00adef;
    -webkit-box-shadow: none;
    box-shadow: none; }
    input[type="text"]:focus ~ span > button, input[type="email"]:focus ~ span > button, input[type="password"]:focus ~ span > button, input[type="number"]:focus ~ span > button, textarea.form-control:focus ~ span > button, select.form-control:focus ~ span > button {
      border-color: #00adef; }

header {
  margin-bottom: 0px; }
  header:after {
    clear: both; }

.account h1, .checkout h1 {
  color: #000;
  font-weight: 900; }

.radio_label {
  float: left;
  width: 20px; }

.label_details {
  float: left; }

.section_title {
  margin-top: 10px;
  line-height: 40px; }

.page-header {
  margin: 20px 0; }

label {
  font-weight: 500; }

/* --- OWL CAROUSEL --- */
.owl-carousel .owl-item {
  -webkit-backface-visibility: visible; }

.owl-carousel .owl-dots {
  text-align: center;
  margin: 15px 10px; }

.owl-carousel .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e5e5e5;
  margin: 0 5px; }
  .owl-carousel .owl-dot.active {
    background-color: #4c4c4c; }

/* --- TOASTER --- */
.toast {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*************
--- HEADER ---
**************/
.warning_message_bar {
  background-color: #00adef;
  color: #FFF; }
  .warning_message_bar .message_text {
    margin: 5px 0; }
    .warning_message_bar .message_text a {
      color: #FFF;
      text-decoration: underline; }
  .warning_message_bar .message_close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 14px;
    color: #FFF;
    cursor: pointer; }

.site_header {
  border-bottom: 1px solid #e5e5e5; }

/* --- TOOLBAR --- */
.top_toolbar {
  background-color: #000; }
  .top_toolbar .toolbar_menu {
    float: right;
    margin: 8px 0; }
    .top_toolbar .toolbar_menu > li {
      padding: 0 8px; }
      .top_toolbar .toolbar_menu > li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px; }
        .top_toolbar .toolbar_menu > li a:hover {
          color: #00adef; }

/* --- MAIN HEADER --- */
.nav_header {
  padding-top: 10px;
  position: relative;
  height: 130px; }
  .nav_header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10; }
    .nav_header .logo img {
      max-height: 170px; }

/* --- POPOVERS --- */
.popover {
  font-family: 'Rubik', sans-serif;
  max-width: 100%;
  width: 360px;
  border-radius: 0;
  border: 0;
  padding: 0; }
  .popover.bottom > .arrow {
    border-bottom-color: #00adef; }
    .popover.bottom > .arrow:after {
      border-bottom-color: #00adef !important; }
  .popover .popover-content {
    overflow: hidden;
    border-top: 10px solid #00adef; }
  .popover h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400; }
    .popover h4 .items_count {
      color: #00adef;
      font-weight: 500; }
  .popover .cart_with_items h4 {
    margin-bottom: 30px; }
  .popover .cart_with_items .edit_btn {
    display: block;
    padding: 10px;
    text-align: right; }
  .popover .cart_with_items .tiny_cart_remove {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: #efab04;
    margin-top: 5px;
    padding: 0; }
  .popover .cart_with_items .summary_item {
    margin: 10px 0; }
    .popover .cart_with_items .summary_item img {
      max-height: 130px; }
    .popover .cart_with_items .summary_item h3 {
      margin: 5px 5px 5px 0;
      font-size: 1em; }
    .popover .cart_with_items .summary_item .product_code {
      font-size: 12px;
      margin-bottom: 15px; }
    .popover .cart_with_items .summary_item .item_quantity {
      margin-bottom: 5px; }
    .popover .cart_with_items .summary_item .price {
      font-weight: 500; }
    .popover .cart_with_items .summary_item .full_price {
      color: #4c4c4c;
      font-size: 12px; }
  .popover .cart_with_items .total {
    background-color: #f5f5f5;
    margin: 0 -15px;
    padding: 20px 15px 5px;
    text-align: right;
    font-size: 18px;
    text-transform: uppercase; }
    .popover .cart_with_items .total .total_value {
      color: #00adef;
      font-weight: 500;
      margin-left: 10px; }
  .popover .cart_with_items .cart_popover_actions {
    margin: 0 -15px -10px;
    background-color: #4c4c4c; }
    .popover .cart_with_items .cart_popover_actions .btn {
      width: 50%;
      margin: 0 -1px; }
  .popover .empty_cart {
    text-align: center; }
    .popover .empty_cart h4 {
      margin-bottom: 20px; }
  .popover .form_login .page-header {
    margin-top: 0;
    text-align: center; }
  .popover .form_login input[type="submit"] {
    float: right;
    margin: 0;
    display: block;
    width: 100%; }
  .popover .form_login > a {
    text-align: center;
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%; }
  .popover .signup_section {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px; }
    .popover .signup_section .btn {
      margin-top: 20px;
      display: block; }
  .popover .popover_list {
    margin: 10px 10px 20px; }
    .popover .popover_list li {
      padding: 10px 0;
      border-bottom: 1px solid #e5e5e5; }
      .popover .popover_list li:last-child {
        border-bottom: 0; }
      .popover .popover_list li h5 {
        font-size: 18px; }
        .popover .popover_list li h5 a {
          display: block; }
  .popover .logout_container .btn {
    display: block; }

/* --- ECOMMERCE TOOLS --- */
.search_form {
  width: 250px;
  margin-bottom: 0px; }
  .search_form input {
    border-right: 0; }
    .search_form input:focus ~ span > button {
      border-color: #00adef; }
  .search_form form .input-group {
    max-width: 250px;
    background-color: #00adef;
    color: #fff;
    border-radius: 30px; }
    .search_form form .input-group input {
      background-color: #00adef;
      color: #fff;
      height: 38px;
      border-color: #00adef;
      border-radius: 30px; }
      .search_form form .input-group input::-webkit-input-placeholder {
        color: #fff; }
      .search_form form .input-group input:-ms-input-placeholder {
        color: #fff; }
      .search_form form .input-group input::placeholder {
        color: #fff; }
  .search_form form .search_btn {
    font-size: 16px;
    background-color: #00adef;
    border: 1px solid #00adef;
    border-left: 0;
    height: 38px;
    width: 38px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 30px; }
    .search_form form .search_btn:hover {
      color: #4c4c4c; }

.ecommerce_tools {
  margin-top: 15px; }
  .ecommerce_tools .ecommerce_tools_icons li {
    vertical-align: top; }
  .ecommerce_tools .ecommerce_tools_icons > li a i.fa {
    font-size: 20px; }
  .ecommerce_tools .ecommerce_tools_icons > li a .cart_count {
    background-color: #00adef;
    color: #FFF;
    padding: 0;
    border-radius: 10px;
    height: 20px;
    width: auto;
    display: inline-block;
    line-height: 0;
    text-align: center;
    padding-top: 10px;
    position: relative;
    top: -15px;
    left: 5px;
    letter-spacing: 0px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px; }

.user_icon .dropdown-toggle.btn-ghost {
  min-width: 220px; }

.user_icon .dropdown.open .btn-ghost {
  background-color: #00adef;
  color: #fff;
  border-radius: 22px 22px 0px 0px; }

.user_icon .dropdown.open .dropdown-menu {
  background-color: #00adef;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px 0px 22px 22px;
  border: 1px solid #00adef;
  min-width: 220px; }
  .user_icon .dropdown.open .dropdown-menu a {
    color: #fff;
    font-size: 16px;
    border-bottom: 2px solid #4dceff;
    padding: 8px 0px;
    margin: 0px 20px;
    font-weight: 300;
    display: block; }
    .user_icon .dropdown.open .dropdown-menu a:hover {
      background-color: #00adef;
      color: #eee; }
  .user_icon .dropdown.open .dropdown-menu li:last-child a {
    border-bottom: 0px; }

.nothing_found {
  text-align: center;
  margin-top: 70px;
  font-size: 30px; }

/* --- MAIN MENU TOP --- */
.main_menu_top {
  margin-bottom: 0; }
  .main_menu_top ul.navbar-nav {
    float: right;
    margin-right: -5px; }
    .main_menu_top ul.navbar-nav > li {
      position: static; }
      .main_menu_top ul.navbar-nav > li > a {
        border: 1px solid transparent;
        border-bottom: 0;
        background-color: #FFF;
        font-size: 18px; }
      .main_menu_top ul.navbar-nav > li.item_with_children > a {
        cursor: pointer; }
        .main_menu_top ul.navbar-nav > li.item_with_children > a:hover, .main_menu_top ul.navbar-nav > li.item_with_children > a:active, .main_menu_top ul.navbar-nav > li.item_with_children > a:focus {
          background-color: #FFF; }
      .main_menu_top ul.navbar-nav > li.item_with_children.open > a {
        background-color: #FFF;
        border: 1px solid #00adef;
        border-bottom: 0;
        z-index: 9999;
        color: #00adef; }
      .main_menu_top ul.navbar-nav > li .menu_dropdown {
        width: 100%;
        margin: -1px 0 0;
        border-color: #00adef;
        border-radius: 0;
        padding: 25px; }
        .main_menu_top ul.navbar-nav > li .menu_dropdown h2 {
          margin: 0;
          text-transform: uppercase;
          font-weight: 500;
          font-size: 22px; }
          .main_menu_top ul.navbar-nav > li .menu_dropdown h2 a {
            color: #00adef; }
            .main_menu_top ul.navbar-nav > li .menu_dropdown h2 a:hover, .main_menu_top ul.navbar-nav > li .menu_dropdown h2 a:active, .main_menu_top ul.navbar-nav > li .menu_dropdown h2 a:focus {
              color: #4c4c4c; }
        .main_menu_top ul.navbar-nav > li .menu_dropdown h3 {
          margin: 12px 0px;
          font-size: 15px; }
        .main_menu_top ul.navbar-nav > li .menu_dropdown .subchild_list li {
          margin: 5px 0; }
  .main_menu_top .active > a {
    color: #00adef; }
  .main_menu_top .evidence > a {
    color: #e61212; }

/*********************
--- USER DASHBOARD ---
*********************/
.account h1 {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-top: 55px; }

.account .address_type {
  font-weight: 500; }

.account .tools_buttons {
  margin: 15px 0px; }

.section_content table {
  margin-bottom: 0; }
  .section_content table td {
    border-top: none !important; }

.used_giftcard {
  margin-bottom: 40px; }
  .used_giftcard:last-child {
    margin-bottom: 0; }
  .used_giftcard.empty_giftcard .remaining strong {
    color: #e61212; }

.section_buttons {
  margin-bottom: 10px; }

.order_section .order_title {
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-top: 10px;
  line-height: 1.6; }

.applied_coupons h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px; }

/******************************
--- SEARCHED PRODUCTS LIST ---
******************************/
.category_bg, .category_no_bg {
  height: 340px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4c4c;
  background-size: cover;
  background-position: center center; }

.category_info {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px; }
  .category_info h1 {
    font-weight: 900;
    margin: 0px;
    padding-top: 50px;
    color: #000;
    float: left; }

.sub-categories {
  margin-top: 30px; }
  .sub-categories a {
    display: inline-block;
    padding: 12px;
    border: 1px solid #00adef;
    margin-bottom: 15px;
    width: 100%; }
    .sub-categories a i {
      margin-right: 6px; }
    .sub-categories a:hover {
      background: #00adef;
      color: #fff; }

.banner_list_top img {
  max-height: 260px;
  margin: 0 auto; }

.term_searched_header {
  color: #00adef; }

.search_toolbar {
  margin: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  line-height: 40px; }
  .search_toolbar .tool {
    display: inline-block;
    float: left; }
    .search_toolbar .tool.order_by {
      padding: 0 20px; }
  .search_toolbar .pagination {
    float: right;
    margin: 0;
    height: 40px; }

ul.pagination {
  margin: 0;
  margin-top: 55px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  ul.pagination li span, ul.pagination li a {
    border: 1px solid #e5e5e5;
    border-radius: 0 !important;
    margin: 0 2px;
    color: #4c4c4c; }
    ul.pagination li span:hover, ul.pagination li a:hover {
      color: #00adef;
      background-color: #FFF;
      border-color: #00adef; }
  ul.pagination li.active span {
    background-color: transparent;
    color: #00adef;
    border-color: #00adef; }
    ul.pagination li.active span:hover {
      background-color: #FFF;
      border-color: #00adef;
      color: #00adef; }
  ul.pagination li.disabled {
    display: none; }

.products_found {
  padding-top: 50px; }

.single_product, .child {
  margin-bottom: 60px;
  /* IMMAGINI SENZA RESIZE */ }
  .single_product.horizontal, .child.horizontal {
    margin-bottom: 30px; }
    .single_product.horizontal .product_code, .child.horizontal .product_code {
      font-weight: 900;
      font-size: 12px; }
    .single_product.horizontal .product_price span, .child.horizontal .product_price span {
      font-weight: 900; }
    .single_product.horizontal table th, .child.horizontal table th {
      padding: 8px;
      background: #f6f6f6;
      border-color: #ddd;
      font-weight: 900; }
      .single_product.horizontal table th.make_order, .child.horizontal table th.make_order {
        background: #00adef;
        border-color: #00adef;
        color: #fff;
        text-align: center;
        width: 100px;
        vertical-align: middle; }
        .single_product.horizontal table th.make_order button, .child.horizontal table th.make_order button {
          border: 0px;
          background: none; }
        .single_product.horizontal table th.make_order img, .child.horizontal table th.make_order img {
          height: 20px;
          display: block;
          margin: 0px auto 10px; }
    .single_product.horizontal table td, .child.horizontal table td {
      border: 0px; }
  .single_product .img_container, .child .img_container {
    margin-bottom: 30px; }
    .single_product .img_container a, .child .img_container a {
      height: 200px;
      white-space: nowrap;
      text-align: center;
      display: block; }
      .single_product .img_container a .helper, .child .img_container a .helper {
        height: 100%;
        vertical-align: middle; }
      .single_product .img_container a img, .child .img_container a img {
        max-height: 200px;
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        margin: 0 auto; }
  .single_product .placeholder-image, .child .placeholder-image {
    width: 100%;
    background: #eee;
    color: #8a8a8a;
    font-size: 50px;
    text-align: center;
    padding: 60px 0px; }
  .single_product .product_categories, .child .product_categories {
    text-transform: uppercase;
    font-weight: 500; }
  .single_product h3, .child h3 {
    font-size: 18px;
    margin: 5px 0 12px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 900; }
    .single_product h3:hover, .child h3:hover {
      color: #00adef; }
  .single_product .product_content:hover, .child .product_content:hover {
    color: #4c4c4c; }
  .single_product .product_description, .child .product_description {
    margin-bottom: 10px; }
  .single_product .product_price, .child .product_price {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px; }
    .single_product .product_price .full_price, .child .product_price .full_price {
      color: #999999;
      font-size: 12px;
      font-weight: normal; }
  .single_product .product_availability, .child .product_availability {
    font-weight: 900; }
    .single_product .product_availability.not_available, .child .product_availability.not_available {
      color: #e61212; }
    .single_product .product_availability.available, .child .product_availability.available {
      color: green; }
  .single_product.not_available .img_container img, .single_product.bookable .img_container img, .child.not_available .img_container img, .child.bookable .img_container img {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .single_product.not_available .img_container img:hover, .single_product.bookable .img_container img:hover, .child.not_available .img_container img:hover, .child.bookable .img_container img:hover {
      opacity: 1; }
  .single_product.not_available h3 a, .single_product.not_available .discounted_price, .single_product.not_available .price, .single_product.not_available .product_description, .single_product.bookable h3 a, .single_product.bookable .discounted_price, .single_product.bookable .price, .single_product.bookable .product_description, .child.not_available h3 a, .child.not_available .discounted_price, .child.not_available .price, .child.not_available .product_description, .child.bookable h3 a, .child.bookable .discounted_price, .child.bookable .price, .child.bookable .product_description {
    color: #bbb; }
  .single_product:hover a, .single_product:active a, .child:hover a, .child:active a {
    color: #00adef; }

.product_links a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 12px; }
  .product_links a:hover {
    color: #000; }
  .product_links a img {
    display: inline-block;
    height: 12px; }

.loader {
  background-color: #FFF;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/** ---- PRODUCT SEARCH SIDEBAR ----- **/
.products_sidebar {
  margin-top: 40px; }
  .products_sidebar > div {
    margin: 20px 0 50px; }
  .products_sidebar h2, .products_sidebar .price_range_filter h4, .products_sidebar .advanced-search-cont h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px; }
  .products_sidebar .page-header {
    padding: 0;
    border-bottom: 0; }

.side_menu .panel, .side_menu_categories .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px; }
  .side_menu .panel h3, .side_menu_categories .panel h3 {
    font-size: 16px;
    font-weight: 700; }
  .side_menu .panel h4, .side_menu_categories .panel h4 {
    font-size: 15px; }
  .side_menu .panel .submenu-sidebar, .side_menu_categories .panel .submenu-sidebar {
    margin-left: 15px; }
    .side_menu .panel .submenu-sidebar > li, .side_menu_categories .panel .submenu-sidebar > li {
      margin-bottom: 5px; }
  .side_menu .panel .child-item + a, .side_menu_categories .panel .child-item + a {
    float: none !important; }
  .side_menu .panel ul > li, .side_menu_categories .panel ul > li {
    margin-bottom: 10px; }
  .side_menu .panel .panel-heading, .side_menu_categories .panel .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    padding: 3px 0px; }
    .side_menu .panel .panel-heading .panel-title a, .side_menu_categories .panel .panel-heading .panel-title a {
      color: #333;
      text-decoration: none;
      font-weight: 700; }
      .side_menu .panel .panel-heading .panel-title a:hover, .side_menu .panel .panel-heading .panel-title a.active, .side_menu_categories .panel .panel-heading .panel-title a:hover, .side_menu_categories .panel .panel-heading .panel-title a.active {
        color: #00adef; }
    .side_menu .panel .panel-heading + .panel-collapse .panel-body, .side_menu_categories .panel .panel-heading + .panel-collapse .panel-body {
      border-top: 0 none;
      padding: 10px 12px; }
      .side_menu .panel .panel-heading + .panel-collapse .panel-body > ul, .side_menu_categories .panel .panel-heading + .panel-collapse .panel-body > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px; }
        .side_menu .panel .panel-heading + .panel-collapse .panel-body > ul h4, .side_menu_categories .panel .panel-heading + .panel-collapse .panel-body > ul h4 {
          margin-top: 0px; }
        .side_menu .panel .panel-heading + .panel-collapse .panel-body > ul li a, .side_menu_categories .panel .panel-heading + .panel-collapse .panel-body > ul li a {
          font-size: 15px;
          color: #333; }
          .side_menu .panel .panel-heading + .panel-collapse .panel-body > ul li a:hover, .side_menu .panel .panel-heading + .panel-collapse .panel-body > ul li a.active, .side_menu_categories .panel .panel-heading + .panel-collapse .panel-body > ul li a:hover, .side_menu_categories .panel .panel-heading + .panel-collapse .panel-body > ul li a.active {
            color: #00adef; }

.side_menu a .fa, .side_menu_categories a .fa {
  font-size: 20px;
  line-height: 0;
  margin-top: 8px; }

/** ------ PRICE RANGE FILTER ------- **/
.range_inputs {
  margin-bottom: 20px; }
  .range_inputs label {
    width: 40px;
    text-align: right;
    margin-right: 10px; }
  .range_inputs input {
    width: 70px;
    border-color: #e5e5e5;
    padding: 5px;
    margin: 5px 0; }

#price_range_slider {
  margin: 10px 15px 30px;
  background: #dedede;
  border: 0;
  height: 5px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #price_range_slider .noUi-handle {
    z-index: 5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #efab04;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
    #price_range_slider .noUi-handle:before, #price_range_slider .noUi-handle:after {
      content: none; }
  #price_range_slider .noUi-connect {
    background-color: #00adef;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

#range_submit {
  width: 100%;
  margin-bottom: 10px; }

/** ------ WISHLISTS ------ **/
.create_wishlist input[type="text"] {
  display: inline-block;
  max-width: 300px;
  height: 40px; }

.wishlists_index .subsection_title {
  margin: 0 0 10px; }

.wishlists_index .section {
  position: relative; }
  .wishlists_index .section .wishlist_commands {
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px; }
    .wishlists_index .section .wishlist_commands form {
      display: inline; }

.wishlist_items .item .item_main_img {
  margin-bottom: 10px; }

.wishlist_show header {
  position: relative;
  margin-bottom: 50px; }

.wishlist_show .wishlist_commands {
  position: absolute;
  top: 20px;
  right: 0; }
  .wishlist_show .wishlist_commands form {
    display: inline-block; }

.wishlists_menu button {
  background: none;
  border: none;
  padding: 5px 15px;
  display: block;
  width: 100%;
  text-align: left; }
  .wishlists_menu button:hover {
    background-color: #f5f5f5; }

.create_wishlist a {
  font-weight: 500;
  color: #00adef; }

.wishlist_form {
  margin-top: 40px; }

/* --- PAGE GENERIC --- */
.page_generic {
  margin-top: 50px; }

.page_contents {
  margin: 20px 0 60px; }
  .page_contents .page_title {
    margin-top: 0; }
  .page_contents .page_image {
    margin-bottom: 40px; }
  .page_contents .page_gallery {
    margin: 30px 0; }
  .page_contents .page_tags {
    margin: 20px 0; }
  .page_contents .page_contacts {
    margin: 20px 0; }

/* --- NEWS --- */
.news_date {
  font-style: italic; }

/* --- 404 --- */
.not_found_page {
  margin-bottom: 40px; }

/* --- FOOTER --- */
footer.site_footer {
  margin-top: 50px; }

.footer-logos img {
  width: auto;
  height: 48px;
  margin: 20px 0px; }

.footer-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900; }

.social_list {
  margin-top: 0;
  margin-bottom: 5px; }
  .social_list a {
    color: #FFF;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .social_list a:hover {
      color: #4c4c4c; }

.footer_menu h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900; }

.footer_menu li {
  margin: 10px 0; }
  .footer_menu li > a {
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .footer_menu li > a:hover {
      color: #4c4c4c; }

.footer_section3 {
  background-color: #000;
  color: #FFF;
  padding: 15px 0 5px; }
  .footer_section3 a {
    color: #FFF; }
    .footer_section3 a:hover {
      text-decoration: underline; }

.credits {
  margin: 10px 0; }

@media (max-width: 1300px) {
  /* HOMEPAGE */
  .home_slider .slide {
    height: 60vh; }
    .home_slider .slide .slide_box h3 {
      font-size: 50px;
      margin-top: 20vh; }
    .home_slider .slide .slide_box .description {
      font-size: 30px; }
  .menu_child_col:nth-child(4n+1) {
    clear: both; }
  .main_menu_top ul.navbar-nav > li .menu_dropdown h3 {
    margin: 5px 0px; }
  /* ELENCO PRODOTTI */
  .single_product .img_container a, .child .img_container a {
    height: 160px; }
  .single_product .placeholder-image, .child .placeholder-image {
    padding: 40px 0px; }
  .mfp-content {
    max-width: 70vw; } }

/* MOBILE MENU */
.slideout-menu {
  position: fixed;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

#mobile_sidebar {
  border-left: 1px solid #00adef; }
  #mobile_sidebar > header {
    background-color: #00adef;
    text-align: center;
    margin-bottom: 20px; }
    #mobile_sidebar > header .mobile_icons_menu {
      color: #FFF; }
      #mobile_sidebar > header .mobile_icons_menu li {
        padding: 5px;
        margin: 5px; }
        #mobile_sidebar > header .mobile_icons_menu li a {
          color: #FFF;
          font-size: 20px; }
        #mobile_sidebar > header .mobile_icons_menu li .user_name {
          font-size: 16px; }
        #mobile_sidebar > header .mobile_icons_menu li.logout_icon a {
          color: #e61212; }
  #mobile_sidebar .mobile_tools_menu {
    margin-bottom: 20px; }
    #mobile_sidebar .mobile_tools_menu li {
      margin-bottom: 10px; }

.mobile_sidebar_content {
  padding: 0 15px 40px; }
  .mobile_sidebar_content h2 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .mobile_sidebar_content .side_menu_categories .panel h3 {
    font-size: 18px; }

.contacts_toolbar_mobile {
  margin-top: 20px;
  font-size: 12px; }

/*******
col-md
*******/
@media only screen and (max-width: 992px) {
  .btn.btn-default {
    border: 1px solid #00adef; }
  .checkout header a.btn, .account header a.btn {
    position: static !important;
    float: none !important;
    margin: 10px 0; }
  .items_buttons {
    text-align: left; }
  /* --- HEADER --- */
  .nav_header .logo img {
    max-height: 40px; }
  .ecommerce_tools {
    margin: 0; }
    .ecommerce_tools .ecommerce_tools_icons {
      margin: 5px 0; }
      .ecommerce_tools .ecommerce_tools_icons > li > a i, .ecommerce_tools .ecommerce_tools_icons .mobile_sidebar_toggle {
        font-size: 22px;
        margin: 0 0 10px 5px;
        color: #00adef; }
  .mobile_searchbar {
    float: none;
    text-align: center;
    margin: 5px auto; }
  .popover .cart_with_items .cart_popover_actions .btn {
    width: 100%;
    margin: 0; }
  /* --- HOME --- */
  /* --- SEARCH PRODUCTS --- */
  .category_bg, .category_no_bg {
    height: auto;
    padding: 0;
    margin: 0 -15px;
    background-color: transparent; }
    .category_bg .category_contents, .category_no_bg .category_contents {
      padding: 0 15px; }
      .category_bg .category_contents h1, .category_no_bg .category_contents h1 {
        color: #00adef; }
  .search_toolbar {
    margin: 20px 0 40px; }
  .tool.pagination {
    margin-top: 15px; }
  /* --- PRODUCT PAGE --- */
  .product_contents .gallery_thumbs .owl-item {
    text-align: center; }
  .product_contents .gallery_thumbs img {
    max-height: 360px;
    width: auto !important;
    display: inline-block !important;
    text-align: center; }
  .product_info .form-group {
    max-width: 320px; }
  /* --- CART --- */
  .checkout.cart .item img {
    max-height: 320px; }
  .item_header {
    border-bottom: 0; }
  .item_quantity_form {
    margin-bottom: 30px; }
    .item_quantity_form .form-group {
      max-width: 320px; }
  .coupon_form {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
  /* --- WISHLISTS --- */
  .wishlists_index .section .wishlist_commands, .wishlist_show .wishlist_commands {
    position: static;
    margin: 10px 0; }
    .wishlists_index .section .wishlist_commands .btn, .wishlist_show .wishlist_commands .btn {
      margin-bottom: 10px; }
  .wishlists_index .section .items_buttons, .wishlist_show .items_buttons {
    text-align: left; }
  /* --- CHECKOUT --- */
  .add_address_btn {
    margin: 20px 0 0;
    float: none !important;
    display: block; }
  .cart_summary {
    margin-top: 30px; }
  .checkout .step_item_price {
    text-align: left;
    margin-left: 20px; }
  .checkout .section .item .item_section_title, .checkout .section .item h4 {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px; }
  .checkout .section .item img {
    max-height: 300px; }
  .summary_page .checkout_total {
    margin-top: 40px; }
  .summary_title {
    margin-bottom: 20px; }
    .summary_title .btn {
      margin-top: 20px; }
  /* --- FOOTER --- */
  footer.site_footer {
    margin-top: 30px; }
  .footer_showcase .footer_showcase_item {
    margin-bottom: 10px; }
  .footer_menu {
    margin-bottom: 30px; }
  .footer_text {
    margin-bottom: 30px; } }

/*******
col-sm
*******/
@media only screen and (max-width: 767px) {
  .nav_header {
    height: 100px;
    padding-top: 5px; }
  .nav_header .logo img {
    max-height: 80px; }
  .search_form {
    width: 180px;
    display: inline-block !important; }
  .ecommerce_tools {
    margin-top: 0px; }
  /* HOMEPAGE */
  .home_slider .slide {
    height: 40vh; }
    .home_slider .slide .slide_box h3 {
      font-size: 40px;
      margin-top: 100px; }
    .home_slider .slide .slide_box .description {
      font-size: 20px; }
  .product-box img {
    max-height: 180px; }
  .product-box h3 {
    font-size: 18px;
    font-weight: bold; }
  .product-box h4 {
    font-size: 14px; }
  #mobile_sidebar > header .mobile_icons_menu li.logout_icon a {
    color: #fff; }
  .numbers {
    height: 300px;
    padding: 30px;
    color: #fff;
    text-align: center; }
    .numbers ul {
      margin-bottom: 0px; }
    .numbers h3 {
      font-size: 25px;
      font-weight: 900; }
    .numbers p {
      font-size: 16px;
      font-weight: 300; }
  .ecommerce_tools .ecommerce_tools_icons > li a i.fa {
    margin: 0px; }
  .page_contents .page_image {
    max-height: 360px; }
  .services .services_group_title {
    margin-top: 10px 0 0; }
  .services .service_checkbox label {
    display: block; }
  .services .service_checkbox .details_modal_btn {
    float: left !important;
    margin: 5px 0 15px; }
  .single_product .img_container a {
    height: auto; }
  .category_info h1 {
    padding-top: 20px;
    font-size: 24px; }
  .single_product .img_container a img, .child .img_container a img {
    max-height: 130px; }
  .single_product .img_container, .child .img_container {
    margin-bottom: 10px; }
  .single_product.horizontal table th.make_order, .child.horizontal table th.make_order {
    width: 80px; }
  .quantity-wrapper {
    max-width: 120px; }
    .quantity-wrapper .btn {
      padding: 6px 12px; }
  .section .item_wrap_info {
    height: auto; }
  .item_quantity_form {
    margin-bottom: 0px; }
  .item_header {
    margin-bottom: 0px; }
  .item_header form {
    display: inline-block; }
  .item_price.full_price {
    display: inline-block; } }

/*******
col-xs
*******/
@media only screen and (max-width: 480px) {
  /* --- SEARCH FORM --- */
  /* --- PAGE PRODUCT --- */
  .product_toolbar .print_btn {
    position: static; }
  .product_page .wishlists {
    margin-top: 20px;
    margin-bottom: 20px; }
  /* --- FOOTER --- */
  .footer_section1 .newsletter_form {
    margin-bottom: 10px; }
    .footer_section1 .newsletter_form input {
      width: 100%;
      max-width: none; }
  .footer_section1 .social_list {
    text-align: center;
    float: none !important; } }

@media print {
  a:after {
    content: "";
    display: none; }
  .item img {
    max-height: 4cm !important; }
  .selected_image {
    display: block !important; }
    .selected_image img {
      max-height: 12cm; }
  .btn {
    display: none; }
  .section {
    page-break-inside: avoid; }
  /* fix for print in xs */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666666666666%; }
  .col-sm-10 {
    width: 83.33333333333334%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666666666666%; }
  .col-sm-7 {
    width: 58.333333333333336%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666666666667%; }
  .col-sm-4 {
    width: 33.33333333333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.666666666666664%; }
  .col-sm-1 {
    width: 8.333333333333332%; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666666666666%; }
  .col-md-10 {
    width: 83.33333333333334%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666666666666%; }
  .col-md-7 {
    width: 58.333333333333336%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666666666667%; }
  .col-md-4 {
    width: 33.33333333333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.666666666666664%; }
  .col-md-1 {
    width: 8.333333333333332%; } }

.step-header {
  padding: 15px;
  background: #eee;
  color: #333; }

.step-options {
  margin-bottom: 30px;
  text-align: center;
  position: relative; }
  .step-options .overlay {
    display: none; }
  .step-options .checkbox {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px; }
    .step-options .checkbox img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      margin-bottom: 15px; }
    .step-options .checkbox label {
      padding: 0px; }
  .step-options input {
    display: block;
    margin: 0 auto; }

.opacity.step-header {
  opacity: .5; }

.opacity .overlay {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1; }

/* padding-bottom and top for image */
img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-container {
  padding: 0; }
