/*  
 * LAYOUT VARIABLES 
 */
img {
  max-width: 100%;
  height: auto;
}

.p-label .label-new, .new-label {
  display: none;
}

#image-block .p-label {
  display: block;
  position: absolute;
  margin: -7px 0 0 -7px;
  width: 75px;
  height: 75px;
  z-index: 1;
  background: transparent url(/themes/leo_monica/css/img/label-new-75px.png) no-repeat;
  background-size: cover;
}

.pb-center-column h1 {
  text-align: center;
}

.pb-center-column p.buttons_bottom_block {
  margin-bottom: 0;
  margin-left: 10px;
}

a#wishlist_button_nopop {
  margin-top: 0;
}

@media (max-width: 480px) {
  #attributes ul.attribute-buttons {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  #attributes ul.attribute-buttons {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
@media (min-width: 993px) {
  #attributes ul.attribute-buttons {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.blockproductscategory .row {
  display: flex;
  flex-wrap: wrap;
}

.blockproductscategory .ajax_block_product {
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .product-block ul.attribute-buttons {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  .product-block ul.attribute-buttons {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
}
@media (min-width: 993px) {
  .product-block ul.attribute-buttons {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.product-block .name {
  text-transform: none;
  display: block;
}
.product-block .name a {
  color: black;
  font-family: "Gothic";
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  text-transform: none;
}
@media (max-width: 479px) {
  .product-block .name a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 480px) {
  .product-block .name a {
    font-size: 12px;
    line-height: 14px;
  }
}

.leo-widget .product-block .name {
  overflow: hidden;
  height: auto;
  font-size: 11px;
  margin: 0px 0 15px 0;
}

.leo-widget .widget-products {
  float: none;
}

.top_header .logo {
  width: 40px;
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 5px;
}

.product_list .attribute-buttons {
  margin-bottom: 10px;
}

.attribute_button[data-availability="unavailable"] {
  background: url(/themes/leo_monica/css/img/unavailable.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

.ajax_add_to_cart_button_many span:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
}

.attribute_button {
  background: white;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
  border: 2px solid #888888;
  border-radius: 10px;
  color: black;
}
.attribute_button:hover:not(.active),
.attribute_button:focus:not(.active),
.attribute_button:active:not(.active) {
  color: #1463a9;
  border: 2px solid #1463a9;
  background: white;
  box-shadow: none;
}
.attribute_button:hover:not(.active) .atbc,
.attribute_button:focus:not(.active) .atbc,
.attribute_button:active:not(.active) .atbc {
  box-shadow: none;
}
.attribute_button:hover:not(.active) .atbc .atb-text,
.attribute_button:focus:not(.active) .atbc .atb-text,
.attribute_button:active:not(.active) .atbc .atb-text {
  transform: translate3d(0px, 0px, 0px);
}
.attribute_button.active {
  color: #222222;
  border: 2px solid #888888;
  background: #f0f0f0;
  box-shadow: none;
}
.attribute_button.active .atbc {
  box-shadow: none;
}
.attribute_button.active .atbc .atb-text {
  transform: translate3d(0px, 0px, 0px);
}
.attribute_button.active:hover,
.attribute_button.active:focus {
  background: #e8e8e8;
  border-color: #999999;
  color: #222222;
}
.attribute_button > .atbc {
  width: 100%;
  height: 100%;
  padding-top: 2px;
  box-shadow: inset 0px -3px 0px #dddddd, 0px -3px 0px #f4f5f6;
  border-radius: 10px;
}
.attribute_button > .atbc > .atb-text {
  transform: translate3d(0px, -2px, 0px);
}
.attribute_button > .atbc > .atb-size {
  font-size: 10px;
}
.attribute_button > .atbc > .atb-price {
  font-size: 12px;
}

body#product .attribute_button .atb-size {
  font-size: 12px;
}
body#product .attribute_button .atb-price {
  font-size: 14px;
}

@keyframes r2-addtocart-shake {
  0%, 100% {
    transform: translateX(0);
  }
  15%, 45%, 75% {
    transform: translateX(-5px);
  }
  30%, 60%, 90% {
    transform: translateX(5px);
  }
}

body#product #add_to_cart button.exclusive.r2-shake-addtocart {
  animation: r2-addtocart-shake 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
  body#product #add_to_cart button.exclusive.r2-shake-addtocart {
    animation: none;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: none;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

button[disabled=disabled], button:disabled {
  color: white;
  background-color: #4d4d4d;
}

body#index .product-block .name {
  height: 36px;
}

.product-block .name a {
  vertical-align: top;
}

.layered_filter {
  border-bottom: none;
}

.sidebar .block {
  margin-bottom: 10px;
  padding: 0px 15px 5px 15px;
  border: 2px solid #000;
}
.sidebar .block .title_block {
  margin-bottom: 5px;
  padding: 10px 0 5px 0;
}

.subcategories {
  overflow: visible;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

#phone-block-top {
  margin-top: 10px;
}
#phone-block-top:before {
  content: "\f095";
  font-family: FontAwesome;
  padding-right: 0.5em;
}

.label-for-attr-buttons-group-id-4 {
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .label-for-attr-buttons-group-id-4 {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 480px) {
  .label-for-attr-buttons-group-id-4 {
    font-size: 12px;
    line-height: 14px;
  }
}
.label-for-attr-buttons-group-id-4:before {
  content: "\f07a\00a0\00a0\f063";
  margin-right: 5px;
}
.label-for-attr-buttons-group-id-4:after {
  content: "\f063\00a0\00a0\f07a";
  margin-left: 5px;
}
.label-for-attr-buttons-group-id-4:before, .label-for-attr-buttons-group-id-4:after {
  color: #e43333;
  font-family: "FontAwesome";
  display: inline;
}

#footer {
  background-color: #041320;
}
#footer ul li {
  margin: 10px 0;
  padding: 0 0 0 0;
  color: white;
}
#footer ul li a {
  color: white;
}
#footer ul li.company-name:before {
  content: "\f217";
  font-family: FontAwesome;
  margin-left: -5px;
  padding-right: 0.5em;
}
#footer ul li.address:before {
  content: "\f041";
  font-family: FontAwesome;
  padding-right: 0.5em;
}
#footer ul li.phone:before {
  content: "\f095";
  font-family: FontAwesome;
  padding-right: 0.5em;
}
#footer ul li.email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  padding-right: 0.5em;
}

.footer_bottom {
  padding: 0 0 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.leo-megamenu ul.megamenu > li a {
  font-family: "Gothic";
  font-size: 16px;
}
.leo-megamenu .dropdown-sub {
  border: 3px solid white;
  box-shadow: 3px 3px 5px #888888;
}
.leo-megamenu .dropdown-menu {
  top: 52px;
}
.leo-megamenu .dropdown-menu .menu-title {
  padding-bottom: 0px;
  display: none;
}
.leo-megamenu .dropdown-menu .leo-widget {
  margin-bottom: 20px;
}
.leo-megamenu .dropdown-menu li a, .leo-megamenu .dropdown-menu li a.product-name {
  color: white;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
}
.leo-megamenu .dropdown-menu li a:hover, .leo-megamenu .dropdown-menu li a.product-name:hover {
  color: #eee;
}

.ac_over {
  background-color: #c4e0f8;
}

@media (min-width: 768px) and (max-width: 991px) {
  #search_block_top {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
#search_block_top.showsearch {
  width: 89%;
}

.block.btn_search .fa {
  font-size: 22px !important;
}

#page .rte {
  font-size: 16px;
}
#page .rte a {
  color: #54A1E4;
}
#page .rte a:hover {
  text-decoration: underline;
}

ol {
  list-style-type: decimal;
}

a:hover {
  cursor: pointer;
}

p.payment_module a {
  font-size: 22px;
}

#order-opc #message {
  margin-bottom: 10px;
}

#order-opc .step-num {
  margin-bottom: 10px;
}

#order-opc #opc_account {
  margin-bottom: 10px;
}

#order-opc .box {
  padding-bottom: 0;
  margin-bottom: 10px;
}

#order-opc .cart_navigation {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #order-opc .cart_navigation {
    margin-top: 10px;
  }
}

#order-opc .r2-opc-order-confirm-button.btn {
  font-size: 20px;
  padding: 20px 25px 40px;
}

#newsletter-checkbox-order-page {
  margin-top: 150px;
  margin-bottom: 40px;
}
#newsletter-checkbox-order-page .checkbox {
  padding: 0;
}

.center {
  text-align: center;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

#below-hamburger {
  font-size: 10px;
  width: 100%;
  height: 10px;
  color: white;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 7px;
  text-transform: uppercase;
}

.navbar-header .fa.fa-bars {
  vertical-align: top;
  margin-top: -4px;
}

#r2-stripe {
  width: 100%;
  height: 6px;
  margin-bottom: 8px;
  background-image: url(/themes/leo_monica/img/r2-stripe.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pf_connect.pf_facebook {
  background-color: #3b5998;
  background-image: none;
  background-repeat: no-repeat;
  padding: 0;
}
.pf_connect.pf_facebook a {
  padding: 10px 3px;
  line-height: 1.429 !important;
}
.pf_connect.pf_facebook a i {
  margin-right: 6px;
}

#topbar {
  border-bottom: 1px solid #eaeaea;
}
#topbar .pf_connect.pf_facebook {
  height: 30px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  #topbar .pf_connect.pf_facebook {
    float: left;
  }
}
#topbar .pf_connect.pf_facebook a {
  padding: 10px 10px;
  line-height: 28px !important;
}

#login_form .pf_connect.pf_facebook {
  float: none;
  height: 38px;
  margin-top: 0;
}
#login_form .pf_connect.pf_facebook a {
  display: block;
  white-space: normal;
}

.popup-content li.login, .popup-content .pf_popup_login_fb {
  border: 1px solid white;
  border-radius: 5px;
  width: 100%;
}
.popup-content li.login {
  padding: 3px 10px;
  margin: 0;
  text-align: center;
}
.popup-content li.login a {
  display: block;
  color: white;
  font-weight: bold;
}
.popup-content .fa-unlock-alt {
  margin-right: 10px !important;
  font-size: 14px !important;
}
.popup-content .pf_connect.pf_facebook {
  float: left;
}

.table tbody > tr > td.cart_quantity {
  padding: 5px;
}

.heading-counter {
  margin-bottom: 10px;
}

.leo-megamenu .navbar-nav > li > a {
  padding: 16px 13px;
}

.logo {
  width: 40px;
  height: auto;
}

#header-main .logo {
  float: left;
}

#top-header-logo img {
  margin-right: 20px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.cart-info .price {
  float: right;
}

#layer_cart {
  overflow: auto;
}

#layer_cart .layer_cart_cart .button-container {
  position: static;
  width: 100%;
  padding: 10px;
}

@media (max-width: 479px) {
  #layer_cart .layer_cart_product {
    padding: 10px 10px 0px 10px;
  }

  #layer_cart .title {
    margin-bottom: 5px;
  }

  #layer_cart .layer_cart_cart {
    padding: 10px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  #layer_cart .layer_cart_product {
    padding: 10px 20px 0px 20px;
  }

  #layer_cart .title {
    margin-bottom: 5px;
  }

  #layer_cart .layer_cart_cart {
    padding: 10px 20px 10px 20px;
  }
}
@media (min-width: 992px) {
  #layer_cart .layer_cart_product {
    padding: 20px;
  }

  #layer_cart .layer_cart_cart {
    padding: 20px;
  }
}
#layer_cart .layer_cart_product .layer_cart_product_info {
  padding: 0px;
}

@media (min-width: 992px) and (max-width: 1169px) {
  #layer_cart .layer_cart_cart .button-container {
    text-align: center;
  }
  #layer_cart .layer_cart_cart .button-container a {
    float: none !important;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 3px;
  }
}
#footer .footer-block .title_block:after {
  top: auto;
  left: auto;
  right: auto;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .sidebar .block .title_block:after, #footer .footer-block .title_block:after {
    display: inline;
    font-size: 20px;
    color: #1463a9;
  }
}
@media (max-width: 767px) {
  #off-canvas-nav .dropdown-menu .mega-col-inner {
    margin-top: 0px;
  }

  .leo-megamenu .dropdown-menu .leo-widget {
    margin-bottom: 3px;
  }

  .leo-megamenu .dropdown-menu .menu-title {
    margin-bottom: 8px;
  }

  .leo-megamenu .dropdown-menu li {
    line-height: 15px;
    border-bottom: 1px solid white;
  }

  #off-canvas-nav .navbar-nav > li > a {
    padding: 10px 20px;
    margin-bottom: 3px;
  }

  .leo-megamenu ul.megamenu > li a {
    font-size: 15px;
  }
}
#login_form,
#new_account_form fieldset,
#create-account_form {
  border: 1px solid #eee;
  padding: 5px;
}
#login_form.box,
#new_account_form fieldset.box,
#create-account_form.box {
  margin-bottom: 10px;
}
#login_form .panel-body,
#new_account_form fieldset .panel-body,
#create-account_form .panel-body {
  padding: 0 15px;
}
#login_form p.submit,
#new_account_form fieldset p.submit,
#create-account_form p.submit {
  margin-bottom: 5px;
}

#login_form .login-button {
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #login_form .login-button {
    padding: 5px !important;
  }
  #login_form .login-button a {
    font-size: 12px;
  }
}
#login_form .login-button > * {
  display: block;
}

.price, .price-discount {
  white-space: nowrap;
}

.table-bordered > thead > tr > th {
  text-align: center;
  vertical-align: middle;
}

.megamenu-girls, .leo-megamenu .megamenu-girls .dropdown-menu,
.leo-megamenu .navbar-nav .megamenu-girls > a:hover,
.leo-megamenu .navbar-nav .megamenu-girls > a {
  background-color: #FC3F91;
  color: #FFF !important;
}

.megamenu-boys, .leo-megamenu .megamenu-boys .dropdown-menu,
.leo-megamenu .navbar-nav .megamenu-boys > a:hover,
.leo-megamenu .navbar-nav .megamenu-boys > a {
  background-color: #00B7EB;
  color: #FFF !important;
}

.top_header {
  z-index: auto;
}
.top_header.isStuck {
  z-index: 10;
  width: 100%;
  box-shadow: 0 5px 9px -3px gray;
}
.top_header.isStuck #leo-megamenu #leo-top-menu > ul > li {
  display: none;
}
.top_header.isStuck #leo-megamenu #leo-top-menu > ul > li.megamenu-boys, .top_header.isStuck #leo-megamenu #leo-top-menu > ul > li.megamenu-girls {
  display: block;
}

@media (max-width: 479px) {
  .fancybox-wrap {
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}
.fancybox-skin {
  padding: 0 !important;
}

.fancybox-inner {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 479px) {
  .fancybox-close {
    right: 0px;
  }
}
.fancybox-error {
  white-space: normal;
}

.sortPagiBar #list,
.sortPagiBar #grid {
  margin-left: 15px;
}
.sortPagiBar #list i.fa,
.sortPagiBar #grid i.fa {
  font: normal normal normal 28px/1 FontAwesome !important;
}

#quickorder #quickorder-form #quickorder-submit {
  padding: 10px;
}

#quickorder {
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 10px;
  text-align: center;
}

#quickorder #quickorder-form #quickorder-cart-notice {
  font-size: 11px;
}

.form-control {
  padding: 6px 6px;
  color: #222222;
}

.form-group {
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

@media (max-width: 480px) {
  .text-align-center-on-mobile {
    text-align: center;
  }
}

.owl-theme.owl-theme-custom .owl-nav [class*="owl-"] {
  color: black;
  font-size: 14px;
  margin: 5px;
  padding: 5px 10px;
  background: white;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #1463a9;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
}

.grelated_products > .product_grid {
  display: flex;
  flex-wrap: wrap;
}
.grelated_products > .product_grid > .item {
  padding: 2px;
  border: 1px solid #000;
}

.lnk_more {
  color: #005eb8;
  text-decoration: underline;
}

.grelated_products .product-block .name {
  margin: 5px 2px;
}

/*# sourceMappingURL=1.css.map */