.header-interno {
  position: relative;
}

.header-interno h1 {
  position: absolute;
  bottom: 30%;
  z-index: 2;
  color: #fff;
  width: 100%;
  padding: 0px 20px;
  font-size: 60px;
}

.img-wrapper {
  position: relative;
  display: inline-block;
}

.img-wrapper::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 7px;
  width: 80px;   /* dimensione del bordo */
  height: 55px;
  border-top: 10px solid #efab04;
  border-right: 10px solid #efab04;
  
}

.img-wrapper::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 7px;
  width: 80px;   /* lunghezza del bordo */
  height: 55px;
  border-bottom: 10px solid #efab04;
  border-left: 10px solid #efab04;
}


/* --- COLORS --- */
/* --- ANIMATION --- */
/* --- SLIDER HOME --- */
.home_slider.owl-carousel .slide .slide_box {
  opacity: 0; }

.home_slider .slide {
  position: relative; }
  .home_slider .slide .slide_bg {
    height: 550px;
    background-size: cover;
    background-position: center center; }
    .home_slider .slide .slide_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 112, 0.3); /* #191970 con trasparenza */
    pointer-events: none; /* così non blocca i click */
}
  .home_slider .slide .slide_box {
    position: absolute;
    height: 360px;
    padding: 70px;
    opacity: 1;
    top: 35px; }
    .home_slider .slide .slide_box .slide_content {
      padding: 0px;
      height: 280px;
      overflow: hidden;
      }
      .home_slider .slide .slide_box .slide_content h3 {
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase; }

.home_slider .owl-nav > div {
  position: absolute;
  top: 50%;
  color: #efab04;
  font-size: 40px;
  margin-top: -30px; }
  .home_slider .owl-nav > div.owl-prev {
    left: 5px; }
  .home_slider .owl-nav > div.owl-next {
    right: 5px; }
  
  .btn_slider {
    background: white;
    padding: 20px;
    color: #191970;
    font-weight: bold;
    border-right: 10px solid #191970;
  }

/* --- SHOWCASES --- */
.section_home {
  margin-top: 40px; }
  .section_home .owl-carousel .owl-nav {
    position: absolute;
    top: -75px;
    right: 0;
    font-size: 40px; }
    .section_home .owl-carousel .owl-nav > div {
      display: inline-block;
      color: #efab04;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .section_home .owl-carousel .owl-nav > div:hover {
        color: #bd8703; }
      .section_home .owl-carousel .owl-nav > div.owl-prev {
        margin-right: 20px; }
      .section_home .owl-carousel .owl-nav > div.disabled {
        opacity: 0.2; }
  .section_home .owl-carousel .single_product {
    padding: 0 15px;
    margin-bottom: 0; }
  .section_home .home_showcase_title {
    margin: 10px 0 30px;
    line-height: 1.5;
    color: #191970;
    font-size: 45px;
    font-weight: bold; }

.showcase_pages {
  margin: 20px 0; }
  .showcase_pages .showcase_page {
    text-align: center;
    margin-bottom: 40px; }
    .showcase_pages .showcase_page h3 {
      text-transform: uppercase;
      font-size: 22px; }
    .showcase_pages .showcase_page .image_container {
      height: 350px;
      width: 100%;
      display: block;
      background-size: cover;
      background-position: center center; }

/** ------ CARRELLO ------ **/
.cart_title {
  margin-top: 35px;
  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: #efab04;
    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 input {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  height: 40px; }

.item_quantity_form .input-group-btn:last-child > .btn, .item_quantity_form .input-group-btn:last-child > .btn-group {
  margin-left: 0px; }

.item_price {
  font-size: 16px;
  margin-top: 8px;
  display: inline-block; }
  .item_price.price {
    font-weight: 500;
    font-size: 20px; }
  .item_price.full_price {
    font-size: 14px;
    margin-left: 10px; }

.coupon_form input[type="text"] {
  max-width: 300px;
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

/** ------ STEPS ------ **/
.checkout_steps {
  text-align: center;
  margin: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: #efab04; }
    .checkout_steps li i {
      background: #fff;
      border: 1px solid #aaa;
      color: #aaa;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
      font-size: 22px; }
    .checkout_steps li.active i {
      background: #efab04;
      border: 1px solid #efab04;
      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: #efab04; }
    .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; }

/** ------ 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: #efab04; }

.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 {
  border: 20px solid #f5f5f5 !important;
  display: block; }

/** ------ CHECKOUT SUMMARY ------ **/
.section_title {
  margin-top: 10px; }
  .section_title .btn-default {
    color: #efab04; }
  .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: #efab04; }

.choose_address, .choose_carrier, .choose_payment {
  border: 1px solid #e5e5e5;
  padding: 0 20px 30px; }

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: #efab04;
    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; }

.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: #efab04; }
  .breadcrumb > li + li:before {
    content: "|"; }

.product_info h1 {
  margin-top: 10px;
  font-weight: normal; }

.product_info .product_code {
  margin-bottom: 15px; }

.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: #e61212; }

.product_info .price {
  color: #efab04;
  font-size: 26px;
  font-weight: 500; }
  .product_info .price.discounted_price {
    color: #e61212; }
  .product_info .price.full_price {
    color: #888;
    font-size: 16px; }

.product_info .page_product_short_description {
  margin-bottom: 15px; }

.product_info .products_info_descr {
  font-size: 12px;
  margin-bottom: 20px;
  color: #636363; }

.product_info #btn-acquista {
  margin-top: 65px; }

.product_contents {
  margin-bottom: 30px; }
  .product_contents h3 {
    font-size: 22px;
    margin: 20px 0; }
  .product_contents .gallery_thumbs img {
    max-height: 100px;
    text-align: center;
    margin: 0 auto 10px; }
  .product_contents .selected_image {
    max-height: 600px;
    margin: 0 auto; }
  .product_contents .product_description {
    margin-top: 10px; }
  .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 {
    background-color: #e61212;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 20px; }
  .product_contents .product_availability.available, .product_contents .product_availability.available_for_orders {
    color: #46bd0a; }

.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 input[type="text"] {
  height: 40px; }

.quantity-wrapper .input-group-addon {
  background: none;
  font-size: 12px; }

.product_page .wishlists {
  width: 100%;
  margin-bottom: 10px; }
  .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: 'Rubik', sans-serif;
  font-weight: 400;
  color: #4c4c4c;
  width: 100%;
  height: 100%; }

#site_content {
  background-color: #fff; }

a {
  color: #efab04;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover, a:active, a:focus {
    color: #bd8703;
    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: #efab04; }

.btn {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  padding: 10px 20px; }
  .btn.btn-primary {
    background-color: #efab04;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background-color: #bd8703;
      text-decoration: none; }
  .btn.btn-black {
    background-color: #4c4c4c;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black:focus {
      background-color: #333333;
      text-decoration: none;
      color: #FFF; }
  .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: #efab04;
    height: 40px; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
      background-color: #FFF;
      border-color: #efab04; }
  .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; }

.open > .dropdown-toggle.btn-default {
  background-color: #FFF;
  border-color: #efab04;
  color: #efab04; }
  .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background-color: #FFF;
    border-color: #efab04;
    color: #efab04; }

.open > .dropdown-toggle.btn-primary {
  background-color: #bd8703;
  border-color: #bd8703;
  color: #FFF; }
  .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus {
    background-color: #bd8703;
    border-color: #bd8703;
    color: #FFF; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #f5f5f5;
  color: #4c4c4c;
  font-weight: 500; }

.dropdown-menu {
  border-radius: 0;
  margin-top: -1px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 18px; }

b, strong {
  font-weight: 500 !important; }

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 #e5e5e5;
  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: #efab04;
    -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: #efab04; }

header {
  margin-bottom: 0px; }
  header:after {
    clear: both; }

.account h1, .checkout h1 {
  color: #efab04; }

.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: #efab04;
  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: #4c4c4c; }
  .top_toolbar .contacts_toolbar {
    color: #FFF;
    float: left;
    margin-top: 5px; }
  .top_toolbar .toolbar_menu {
    float: right;
    margin: 5px 0; }
    .top_toolbar .toolbar_menu > li {
      border-left: 1px solid #e5e5e5;
      padding: 0 10px; }
      .top_toolbar .toolbar_menu > li a {
        color: #f5f5f5;
        font-size: 14px; }
        .top_toolbar .toolbar_menu > li a:hover {
          color: #FFF; }
    .top_toolbar .toolbar_menu .lang_btn {
      padding: 0;
      background: transparent;
      color: #f5f5f5; }
    .top_toolbar .toolbar_menu .lang_dropdown {
      left: initial;
      right: -10px;
      background: #4c4c4c;
      border-radius: 0; }
      .top_toolbar .toolbar_menu .lang_dropdown li {
        background-color: transparent; }
        .top_toolbar .toolbar_menu .lang_dropdown li.active a {
          background-color: transparent;
          font-weight: 500; }
        .top_toolbar .toolbar_menu .lang_dropdown li a:hover {
          background-color: transparent;
          color: #FFF; }

/* --- MAIN HEADER --- */
.nav_header {
  padding-top: 0px; }
  .nav_header .logo img {
    max-height: 50px;
    margin: 0 auto; }

/* --- 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: #efab04; }
    .popover.bottom > .arrow:after {
      border-bottom-color: #efab04 !important; }
  .popover .popover-content {
    overflow: hidden;
    border-top: 10px solid #efab04; }
  .popover h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400; }
    .popover h4 .items_count {
      color: #efab04;
      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: #efab04;
      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: 420px;
  float: left; }
  .search_form .search_form_filter {
    height: 34px;
    float: left;
    border-radius: 0;
    background-color: #efab04;
    color: #FFF;
    border: 0;
    padding: 0 10px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }
    .search_form .search_form_filter option {
      background-color: #FFF;
      color: #4c4c4c;
      margin: 5px;
      outline: none;
      border-color: transparent; }
  .search_form input {
    border-right: 0; }
    .search_form input:focus ~ span > button {
      border-color: #efab04; }
  .search_form form .input-group {
    max-width: 420px; }
  .search_form form .search_btn {
    font-size: 16px;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    border-left: 0;
    height: 34px;
    width: 34px;
    color: #efab04;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .search_form form .search_btn:hover {
      color: #4c4c4c; }

.ecommerce_tools {
  float: right;
  margin-top: 15px; }
  .ecommerce_tools .ecommerce_tools_icons {
    float: left;
    margin: 5px 10px; }
    .ecommerce_tools .ecommerce_tools_icons > li > a i {
      font-size: 20px; }
    .ecommerce_tools .ecommerce_tools_icons > li > a .user_name {
      margin-left: 5px; }
    .ecommerce_tools .ecommerce_tools_icons > li > a .cart_count {
      background-color: #efab04;
      color: #FFF;
      padding: 0;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      overflow: hidden;
      display: inline-block;
      line-height: 0;
      text-align: center;
      padding-top: 10px;
      margin: -10px 0 5px -5px;
      font-size: 12px; }

.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;
        color: white; }
      .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 #efab04;
        border-bottom: 0;
        z-index: 9999;
        color: #efab04; }
      .main_menu_top ul.navbar-nav > li .menu_dropdown {
        width: 100%;
        margin: -1px 0 0;
        border-color: #efab04;
        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: #efab04; }
            .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: 20px 0 15px;
          font-size: 16px; }
        .main_menu_top ul.navbar-nav > li .menu_dropdown .subchild_list li {
          margin: 5px 0; }
  .main_menu_top .active > a {
    color: #efab04; }
  .main_menu_top .evidence > a {
    color: #e61212; }

/*********************
--- USER DASHBOARD ---
*********************/
.account h1 {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px; }

.account .address_type {
  font-weight: 500; }

.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: 260px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4c4c;
  background-size: cover;
  background-position: center center; }
  .category_bg .category_contents, .category_no_bg .category_contents {
    background-color: #FFF;
    padding: 25px 25px 15px;
    width: 100%; }
    .category_bg .category_contents h1, .category_no_bg .category_contents h1 {
      margin-top: 0;
      text-transform: uppercase;
      color: #efab04;
      font-size: 2em; }
    .category_bg .category_contents .category_description, .category_no_bg .category_contents .category_description {
      margin-bottom: 10px; }

.category_no_bg .category_contents {
  background-color: transparent; }
  .category_no_bg .category_contents h1 {
    color: #FFF; }

.banner_list_top img {
  max-height: 260px;
  margin: 0 auto; }

.term_searched_header {
  color: #efab04; }

.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 {
      margin: 0 20px; }
  .search_toolbar .pagination {
    float: right;
    margin: 0;
    height: 40px; }

ul.pagination {
  margin: 0;
  -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: #efab04;
      background-color: #FFF;
      border-color: #efab04; }
  ul.pagination li.active span {
    background-color: transparent;
    color: #efab04;
    border-color: #efab04; }
    ul.pagination li.active span:hover {
      background-color: #FFF;
      border-color: #efab04;
      color: #efab04; }
  ul.pagination li.disabled {
    display: none; }

.single_product, .child {
  margin-bottom: 60px;
  /* IMMAGINI SENZA RESIZE */ }
  .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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .single_product .img_container a:before, .child .img_container a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .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;
        display: inline-block;
        font: 16px/1; }
  .single_product .product_categories, .child .product_categories {
    text-transform: uppercase;
    font-weight: 500; }
  .single_product h3, .child h3 {
    font-size: 18px;
    margin: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .single_product h3:hover, .child h3:hover {
      color: #efab04; }
  .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_price .discounted_price, .child .product_price .discounted_price {
      color: #e61212; }
  .single_product .product_availability, .child .product_availability {
    color: #e61212;
    font-weight: 500; }
    .single_product .product_availability.available, .single_product .product_availability.available_for_orders, .child .product_availability.available, .child .product_availability.available_for_orders {
      color: #46bd0a; }
  .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; }

.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 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    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: 20px; }
  .side_menu .panel h3, .side_menu_categories .panel h3 {
    font-size: 20px; }
  .side_menu .panel h4, .side_menu_categories .panel h4 {
    font-size: 16px; }
  .side_menu .panel .submenu-sidebar, .side_menu_categories .panel .submenu-sidebar {
    margin-left: 10px; }
    .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: 5px 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: 500; }
      .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: #efab04; }
    .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: #efab04; }

.side_menu a .fal, .side_menu_categories a .fal {
  font-size: 20px;
  line-height: 0;
  margin: 5px 0px -4px 5px; }

/** ------ 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: #efab04;
    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: #efab04; }

.wishlist_form {
  margin-top: 40px; }

/* --- PAGE GENERIC --- */
.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: 0px; }

.banner_footer {
  margin-bottom: 40px; }
  .banner_footer img {
    max-height: 400px;
    margin: 0 auto; }

.footer_showcase {
  margin-bottom: 40px; }
  .footer_showcase .footer_showcase_item {
    border: 1px solid #e5e5e5;
    padding: 15px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .footer_showcase .footer_showcase_item .icon {
      max-height: 30px;
      margin: 10px auto; }
    .footer_showcase .footer_showcase_item .item_title {
      text-transform: uppercase;
      font-size: 1em; }
    .footer_showcase .footer_showcase_item:hover {
      border-color: #efab04; }

.footer_section1 {
  background-color: #efab04;
  color: #FFF;
  padding: 20px 0 10px; }
  .footer_section1 .newsletter_form .form-group {
    margin: 0; }
  .footer_section1 .newsletter_form input {
    max-width: 300px;
    height: 40px;
    display: inline-block;
    float: left; }
  .footer_section1 .social_list {
    margin-top: 0;
    margin-bottom: 5px; }
    .footer_section1 .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; }
      .footer_section1 .social_list a:hover {
        color: #4c4c4c; }

.footer_section2 {
  background-color: #a0a0a0;
  padding: 0;
  color: #FFF; }
  .footer_section2 h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 16px; }
  .footer_section2 .footer_menu li {
    margin: 10px 0; }
    .footer_section2 .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_section2 .footer_menu li > a:hover {
        color: #4c4c4c; }
  .footer_section2 .payment_icons li, .footer_section2 .carriers_icons li {
    padding: 0;
    margin-bottom: 5px;
    background: #fff; }
  .footer_section2 .payment_icons img, .footer_section2 .carriers_icons img {
    max-width: 60px; }
  .footer_section2 .carriers {
    margin-top: 30px; }
    .footer_section2 .carriers li {
      padding: 0 5px; }

.footer_section3 {
  background-color: #4c4c4c;
  color: #FFF;
  padding: 15px 0 5px; }
  .footer_section3 a {
    color: #FFF; }
    .footer_section3 a:hover {
      text-decoration: underline; }

.credits {
  margin: 10px 0; }

/* 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 #efab04; }
  #mobile_sidebar > header {
    background-color: #efab04;
    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;
    text-transform: uppercase; }
  .mobile_sidebar_content .side_menu_categories ul > li > h4 {
    margin-bottom: 15px; }
    .mobile_sidebar_content .side_menu_categories ul > li > h4 a {
      font-size: 18px !important; }
  .mobile_sidebar_content .side_menu_categories .panel .submenu-sidebar > li {
    margin-bottom: 10px; }
    .mobile_sidebar_content .side_menu_categories .panel .submenu-sidebar > li > a {
      font-size: 18px !important; }

.contacts_toolbar_mobile {
  margin-top: 20px;
  font-size: 16px; }

/*******
col-md
*******/
@media only screen and (max-width: 992px) {
  .btn.btn-default {
    border: 1px solid #efab04; }
  .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: #4c4c4c; }
  .mobile_searchbar {
    float: none;
    text-align: center;
    margin: 5px auto; }
  .popover .cart_with_items .cart_popover_actions .btn {
    width: 100%;
    margin: 0; }
  /* --- HOME --- */
  .home_slider .slide .slide_bg {
    height: 250px; }
  .home_slider .slide .slide_box {
    position: static;
    width: 100%;
    padding: 10px;
    margin: 0;
    background-color: transparent;
    height: auto; }
    .home_slider .slide .slide_box .slide_content {
      border: none;
      height: auto;
      padding: 10px 10px 20px;
      height: auto !important; }
  .home_slider .owl-nav > div {
    top: 120px; }
  /* --- 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: #efab04; }
  .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) {
  .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; }
  .section_home .owl-carousel .owl-nav {
    position: static !important;
    text-align: center; }
  .showcase_pages .showcase_page .image_container {
    height: 200px; } }

/*******
col-xs
*******/
@media only screen and (max-width: 480px) {
  /* --- SEARCH FORM --- */
  .search_form {
    width: auto; }
  /* --- 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%; } }
