.mt-10{
  margin-top: 10px;
}

.ml-10{
  margin-left: 10px;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
}

.hidden {
  display: none;
}

.popup {
  border: 3px solid #afafaf;
  background-color: White;
  display: none;
}

.nuova-destinazione-status {
  padding-left: 10px;
  float: left;
  margin-top: 8px;
}

.my-button {
  height: 40px;
  border: 0px solid #afafaf;
  padding: 10px 20px;
  color: White !important;
  text-transform: uppercase;
  font-weight: bold;
}

.my-button.button-grey {
  background-color: #afafaf !important;
}

.my-button.button-red {
  background-color: #ff343b !important;
}

.overlay-exclude {
  position: relative;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
  outline: 99999px solid rgba(0, 0, 0, 0.4);
  outline: calc(100 * (1vw + 1vh - 1vmin)) solid rgba(0, 0, 0, 0.4);
  outline: 100vmax solid rgba(0, 0, 0, 0.4);
}

.item-destinazione {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  padding-top: 14px;
}

.check-destinazione {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.checkout-destinazioni label {
  font-weight: normal;
  display: inline;
}

.form-profile input[type="text"] {
  border-top: 0px;
  background: White;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
  display: inline;
  height: 30px;
}

.form-profile label {
  margin-bottom: 0;
}

.account-area .box-button {
  border: 1px solid #b0b0b0;
  text-align: center;
}

.flags {
  padding-top: 15px;
}

.flags img {
  margin-top: -4px;
}

.flags a {
  color: Black;
  text-decoration: none;
  font-weight: bold;
}

.flags a:hover {
  color: Red;
}

.title-with-line {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;

  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.title-with-line:before,
.title-with-line:after {
  content: "";
  border-top: 1px #cccccc solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.title-with-line:after {
  margin: 0 0 0 15px;
}

.success {
  color: Green !important;
}

.error,
.red {
  color: Red !important;
}

/* ---------------
   CART e MINICART
   --------------- */

#mini-cart-no-records {
  padding: 25px !important;
}

.cart-product-color {
  font-family: "Arial", sans-serif !important;
  color: Black !important;
  font-weight: normal !important;
  font-size: 12px !important;
}

.cart-product-thumb {
  width: 60px;
  height: 45px;
}

.cart_single {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.cart_single .code-product {
  font-family: "Arial", sans-serif !important;
  font-style: italic;
  font-size: 12px !important;
  color: Black !important;
  float: none !important;
  color: #888 !important;
}

/* ---------------
   // CART e MINICART
   --------------- */

/* ---------------
   SHORT HAND
   --------------- */

.mt-10 {
  margin-top: 10px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.fs-60 {
  font-size: 60px;
}

.fs-30 {
  font-size: 30px;
}

.fs-18 {
  font-size: 18px;
}

.underline {
  text-decoration: underline !important;
}

.p-20 {
  padding: 20px;
}

/* ---------------
   // SHORT HAND
   --------------- */

/* ---------------
   OVERWRITE TEMPLATE CLASS
   --------------- */

.shopping_cart_area {
  margin-top: 20px !important;
}

.shopping_form textarea {
  background: #f0f0f0;
  width: 100%;
  height: 80px;
  padding: 5px;
  margin-bottom: 15px;
  border: 0;
}

.shopping_details_des h3 {
  padding-bottom: 20px !important;
}

.cart-collaterals-item {
  margin-bottom: 30px;
}

.shopping_form input {
  margin-bottom: 3px !important;
}

.shopping_form h4 {
  margin-top: 20px !important;
}

table.cart_items td:nth-last-of-type(1) {
  font-weight: normal;
}

table.cart_items td:nth-last-of-type(3) {
  font-weight: normal;
}

/*
table.cart_items th, table.cart_items td {
	text-align: left !important;
}
*/

.add-to-cart .cart_button {
  line-height: 3.7 !important;
}

.add-to-cart {
  margin-top: 15px;
}

.product_options_selection,
.cart_blog_item {
  border: 0 !important;
}

ul#options_selection:before {
  background: none;
}

ul#options_selection,
.cart_blog_item,
ul#options_selection li:nth-last-of-type(1) {
  padding: 0 !important;
}

ul#options_selection {
  position: static;
}

.product_options_area {
  background: #f4f9ea;
  padding: 15px;
}

hr {
  border: 1px !important;
  border-top: 1px solid #ccc !important;
  display: block !important;
  height: 1px !important;
}

.checkbox label,
.radio label {
  padding-left: 5px;
}

.form-generic input[type="text"],
.form-generic input[type="password"],
.form-generic select {
  background: #f5f6f8 none repeat scroll 0 0;
  border: 1px solid #e9eaec !important;
  height: 36px;
  margin-bottom: 5px;
  padding: 0 20px;
  width: 100%;
  border-radius: 0px;
}

.form-generic input[type="checkbox"] {
  margin-left: 0px !important;
}

.product_detail {
  left: 0;
  text-align: center;
}

.google_map_area {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.help_support a,
.help_support h4 {
  color: White !important;
}

.slider-readmore a {
  background: Black;
  color: White;
  border: 1px solid White;
}

.slider-readmore {
  margin-left: 0px !important;
  float: none !important;
  margin-top: 30px;
}

.slide-text-shadow {
  color: white !important;
  text-shadow: 0px 0px 20px #000000;
}

h3.slider-tiile-top {
  text-align: center;
  line-height: 15px;
  padding-left: 0px !important;
}

h2.slider-tiile-middle {
  line-height: 40px;
  padding-left: 0px !important;
  text-align: center;
}

.slider-shopping,
.slider2-shop {
  animation: 2500ms ease-in-out 0s normal none 1 running bounceIn;
  text-align: center;
}

.blog_product_details .code {
  font-size: 14px !important;
}

.red {
  color: Red !important;
}

.elimina,
.elimina * {
  color: Red !important;
}

.catagory_price_color .current,
.current * {
  color: Black !important;
}

label.error {
  color: Red !important;
  font-weight: normal;
}

.form-default input[type="text"],
.form-default select {
  border: 1px solid #cccccc !important;
  width: 100% !important;
  height: 38px !important;
  border-radius: 4px;
  background: #f0f0f0 !important;
}

p.note {
  color: #626262;
  font-style: italic;
  font-size: 12px;
}

.new_customer h3 {
  border-bottom: 1px solid #cccccc !important;
  background-color: White;
}

.new_customer {
  min-height: initial !important;
}

.footer_area {
  margin-top: 40px !important;
}

.create_button_area {
  padding: 20px !important;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/admin/assets/plugins/fancybox/fancybox_sprite.png") !important;
}

/* ---------------
   //OVERWRITE TEMPLATE CLASS
   --------------- */

/* ---------------
   PAGINAZIONE
   --------------- */

.container-pag {
  float: left;
  margin-top: 20px;
}

.container-pag .desc {
  float: left;
  padding-top: 15px;
}

.container-pag .pages {
  float: right;
}

.container-pag .pages a,
#container-pag a.current {
  margin-top: 7px;
  display: block;
  height: 40px;
  border: 1px solid #878787;
  color: #878787;
  margin-left: 8px;
  padding: 8px 12px;
  float: left;
  text-decoration: none;
  background-color: White;
}

.container-pag .pages a.current {
  background: #878787;
  color: white;
}

/* ---------------
   // PAGINAZIONE
   --------------- */

.contact_us_info input[type="text"] {
  margin-bottom: 5px !important;
}

.contact_us_info label {
  margin-top: 15px;
}

.contact_us_info label.error {
  display: block;
  margin-top: 0px !important;
}



.limiter,
.sort-by {
  top: 340px !important;
}

.search-detail {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.search-catalogue input[type="text"] {
  border: 1px solid #c2c2c2;
  height: 36px;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
}

.red-button {
  background: #ff343b;
  border: 0 none;
  color: #fff;
  height: 40px;
  padding: 0 20px;
}

/* ---------------
   RI SET background del template
   --------------- */

.carousel_testimonial_area {
  background: url(/assets/template/img/bkg_tesi.jpg) no-repeat center top !important;
}

.owl-theme .owl-controls .owl-buttons > div:hover:before {
  background: url(/assets/template/img/btn-slider3.png) no-repeat 50% 50%;
}

.owl-theme .owl-controls .owl-buttons > div:before {
  background: url(/assets/template/img/btn-slider.png) no-repeat 50% 50%;
}

#backtop {
  background: url(/assets/template/img/back-top.png) no-repeat 0 0;
}

.feature_text h4:before {
  background: url(/assets/template/img/bkg_title.png) no-repeat 50% 50%;
}

.feature_text h4:after {
  background: url(/assets/template/img/bkg_title.png) no-repeat 50% 50%;
}

ul#nav_menu li span.Home:after,
ul#nav_menu li span.Clothings:after,
ul#nav_menu li span.Lookbook:after,
ul#nav_menu li span.Footwear:after,
ul#nav_menu li span.Sales:after,
ul#nav_menu li span.Accessaries:after {
  background: url(/assets/template/img/bg_hover2.png) no-repeat 50% 50%;
}

ul#nav_menu li span.Home:before,
ul#nav_menu li span.Clothings:before,
ul#nav_menu li span.Lookbook:before,
ul#nav_menu li span.Footwear:before,
ul#nav_menu li span.Sales:before,
ul#nav_menu li span.Accessaries:before {
  background: url(/assets/template/img/bg_hover.png) no-repeat 50% 50%;
}

ul#nav_menu.nav_manu_lf li span.Home:before {
  background: rgba(0, 0, 0, 0) url("/assets/template/img/bg_hover_white.png")
    no-repeat scroll 50% 50%;
}

ul#nav_menu.nav_manu_lf li span.Home:after {
  background: rgba(0, 0, 0, 0) url("/assets/template/img/bg_hover2_white.png")
    no-repeat scroll 50% 50%;
}

ul#nav_menu.nav_manu_lf li span.Clothings:before,
ul#nav_menu.nav_manu_lf li span.Lookbook:before,
ul#nav_menu.nav_manu_lf li span.Footwear:before,
ul#nav_menu.nav_manu_lf li span.Sales:before,
ul#nav_menu.nav_manu_lf li span.Accessaries:before {
  background: rgba(0, 0, 0, 0) url("/assets/template/img/bg_hover_white.png")
    no-repeat scroll 50% 50%;
}

ul#nav_menu.nav_manu_lf li span.Clothings:after,
ul#nav_menu.nav_manu_lf li span.Lookbook:after,
ul#nav_menu.nav_manu_lf li span.Footwear:after,
ul#nav_menu.nav_manu_lf li span.Sales:after,
ul#nav_menu.nav_manu_lf li span.Accessaries:after {
  background: rgba(0, 0, 0, 0) url("/assets/template/img/bg_hover2_white.png")
    no-repeat scroll 50% 50%;
}

.product_list .single_product a[target="main"]:after {
  background: url(/assets/template/img/bkg-products.png);
}

.sign img {
  background: url(/assets/template/img/bkg_newsletter-1.png) no-repeat 85% 50%;
}

/* ---------------
   // RI SET background del template
   --------------- */

@media (max-width: 992px) {
  .col-xs-12.text-right,
  .col-xs-12.text-left {
    text-align: center;
  }

  .xs-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .feature_text h4:before {
    background: rgba(0, 0, 0, 0) url(/assets/template/img/bkg_title.png)
      no-repeat scroll 50% 50%;
  }

  .feature_text h4:after {
    background: rgba(0, 0, 0, 0) url(/assets/template/img/bkg_title.png)
      no-repeat scroll 50% 50%;
  }
}

html,
body,
.container {
  height: 100%;
}

.footer-sticky {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* --------------------------
   RESET PASSWORD MODAL START
   --------------------------- */

.modal-header .close {
  margin-top: -20px;
}

.close {
  float: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .3;
}

/* --------------------------
   RESET PASSWORD MODAL END
   --------------------------- */

   #container-order-detail .box-detail ul{
    list-style-type: none !important;
   }