#head {
    max-width: none;
}

#header_responsive #header_top_bar_wrapper {
    background-color: #A5897C88;
    height: 33px;
}
#header_responsive .header_top_bar > li {
    text-align: center;
    line-height: 33px;
    color: #22292C;
}

#top_text span {
    font-weight: normal;
}
#top_text span a {
	color: #22292C;
}
#top_text span a:hover {
	text-decoration: underline;
}

.top_buttons {
    height: 140px;
    max-width: 1220px;
    margin: 0 auto;
}
#header_responsive .top_buttons > li, #header_responsive .top_buttons > li.primary {
    padding-top: 40px;
}
#header_responsive .top_buttons > li > a {
    color: #707070;
}

#header_responsive #logo {
  margin-left: 10px;
  max-width: 280px;
}

#header_responsive .btn_login > a,
#header_responsive .btn_cart > a {
    background-size: contain;
}
#header_responsive .btn_login > a::before,
#header_responsive .btn_cart > a::before {
    content: '';
    position: absolute;
    width: 33px;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.5;
}
#header_responsive .btn_login > a {
  background-image: url(/ReadySkins/cap/ic/ic_person_24px.svg);
}
#header_responsive .btn_cart > a {
    background-image: url(/ReadySkins/cap/ic/ic_shopping_cart_24px.svg);
}

#header_responsive .top_buttons input.txt_search {
    background-color: #E8E8E8;
    border: 0px none;
    height: 50px;
    padding: 15px 65px 15px 15px;
    border-radius: unset;
}

/* popup della home */

#header_responsive .popup {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 7px 7px 7px 0 rgba(50, 50, 50, 0.19);
            box-shadow: 7px 7px 7px 0 rgba(50, 50, 50, 0.19);
    border: 0 none;
    background: #3C3A3B;
    border-radius: 0;
}
.new_user_box, .existent_user_box, .userBox {
    margin: 30px 0 10px 0;
    border: 0 none;
    color: #fff;
}
#existentUserBoxTop h2, #newUserBoxTop h2, #userBoxTop h2, .userBox h2 {
    background: transparent;
    color: #fff;
    padding: 5px;
    font-size: 21px;
}
.existent_user_box p, .new_user_box p {
    /*
    min-height: 40px;
    padding: 10px;
    */
    text-align: left;
}
.userBox {
  padding: 0 20px;
}


.userBox ul {
	margin-left: 20px;
}
.userBox li {
	list-style: circle;
  background-image: none;
  padding: 0;
}
#header_responsive .top_buttons li > a {
  color: inherit;
	font-size: 100%;
}
#header_responsive .top_buttons li > a:hover {
	text-decoration: underline;
}


.popup label {
    color: #A8A8A8;
    font-size: 16px;
}

    /* popup cart */
#top_cart {
    background: #fff !important;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 50px, rgba(232,232,232,1) 100px, rgba(255,255,255,1) 100px) !important;
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 50px, rgba(232,232,232,1) 100px, rgba(255,255,255,1) 100px) !important;
    background: linear-gradient(360deg, rgba(255,255,255,1) 50px, rgba(232,232,232,1) 100px, rgba(255,255,255,1) 100px) !important;
}
#top_cart .title {
    font-size: 21px;
    text-align: center;
    background: #3C3A3B;
    border-radius: 0;
}
#top_cart p {
    margin: 20px 20px 40px 20px;
}
#top_cart .cart_content_detailed {
    background: #fff;
    padding: 20px 10px 10px;
}
#top_cart .cart_item {
    position: relative;
    border-bottom: 1px solid #3C3A3B33;
}
#top_cart .cart_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#top_cart .cart_item:nth-child(2n+1) {
    background: #fff;
}
#top_cart .cart_item .imageLink {
    margin-right: 6px;
}
#top_cart .cart_item img {
    max-width: 76px;
    border: none;
}
#top_cart .cart_item .description {
    padding: 0 85px 0 0;
}
#top_cart .cart_item .description a {
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
}
#top_cart .cart_item .price {
    margin: 0;
    font-size: 20px;
    color: #836E64;

}
#top_cart .cart_item .qta {
    position: absolute;
    top: 5px;
    right: 0;
}
.cart_form_quantity, .cart_form_update select {
    text-align: center;
}
#top_cart .total_box {
    margin: 0;
    padding: 22px 10px 22px 20px;
    border-radius: 0;
    width: auto;
    font-size: 24px;
    text-align: center;
    background: transparent;
    float: left;
}
#top_cart .total_label {
    font-size: 1em;
}
#top_cart .total_value {
    font-size: 1em;
}
#top_cart > form {
    width: auto;
    padding: 15px 20px 15px 10px;
    float: right;
}


/* Menu */

#header_responsive .top_buttons input.btn_search {
    background-color: #EAAA45;
    width: 54px;
    height: 50px;
    border-radius: unset;
    padding: 0;
}

#menu {
    background-color: #22292C;
    background-image: none;
    padding-top: 0 !important;
    max-width: 1220px;
    max-width: none;
}
#menu ul {
  padding: 0 10px;
	width: auto !important;
}
#menu li {
    border-radius: 0 !important;
}
#menu li a,
#menu li a.selectedButt {
  background-image: none;
  border: none;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 14px;
  padding: 10px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#menu li a {
}
#menu li a.selectedButt {
   background-color: #22292C;
   font-weight: bold;
   color: #EAAA45FF;
}


/* voci del menu hamburger nascoste */
.r_left_menu_areas {
	display: none;
}
#r_left_menu .r_left_menu_pages {
  margin-top: 0;
}


/* Mega menu */

li.megamenuOverItem a, li.megamenuOverItem a:hover {
    background: #836E64 !important;
    border-radius: 0 !important;
    color: #fff !important;
    border: 0 none !important;
}

.megamenuLayerContent {
  width: 1100px;
  padding: 30px 40px 30px 40px;
}

#megamenuLayer {
  max-width: 1200px;
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  background: #836E64;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0,0,0,.5);
          box-shadow: 0 4px 6px -2px rgba(0,0,0,.5);
}
#megamenuLayer dl {}
#megamenuLayer dt {
    margin: 0 0 0 0;
    background-image: none;
    padding: 0;
    font-weight: bold;
}
#megamenuLayer dd {
    margin: 0;
    padding: 0;
}

#megamenuLayer dt a, #megamenuLayer dd a {
    color: #ffffff;
    text-transform: uppercase;
}
#megamenuLayer dt a:hover, #megamenuLayer dd a:hover {
    color: #ffffff;
}
/*
#megamenuLayer .megamenufilters,#megamenuLayer .categoriesLinks,#megamenuLayer .pagesLink {}
#megamenuLayer .pagesLink {}
#megamenuLayer .pagesLink dd {}
#megamenuLayer .pagesLink a {}
#menu.megamenu {}
*/

#menu.megamenu {
  text-align: center;
}
#menu.megamenu ul,
#menu.megamenu ul.social-icons
{
	width: auto;
  display: inline-block;
}
#menu.megamenu ul li {
}
#menu.megamenu ul li a {
    padding: 10px 8px;
}
#menu.megamenu ul li a:hover {
  color: #EAAA45;
}

#menu.megamenu ul.social-icons {
  flex: 0 1 120px;
	white-space: nowrap;
  padding: 0;
}
#menu.megamenu ul.social-icons li {
}
#menu.megamenu ul.social-icons li a {
    padding: 10px 8px;
    font-size: 16px;
}
#menu.megamenu ul.social-icons li a:hover {
    background: none;
}






/* Box Categorie */

#categories, #searchBrandForm, .newsletterBox
/*, #userBox, .rssFeed, .feedBackBox, #colDx .miniBox, #colSx .miniBox, #blogLatestItems, .feedbackBoxMedia .content, #sendOrderDetails .container > div*/ {
    border: none;
    background: transparent;
}
#categories .boxTitle, #searchBrandForm .boxTitle, .newsletterBox .boxTitle {
    background: #fff;
    color: #3C3A3B;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
#categories .boxTitle span {
  padding-left: 0;
  padding-right: 0;
  background: none;
}
#categories a.open + ul {
    padding-left: 0;
}
#categories a.open + ul > li {
    padding-left: 20px;
}
#categories li {
    font-size: 16px;
    color: #747474;
    padding-left: 0;
}
#categories li.li-folder {
    border-top: 1px solid #e2e2e2 !important;
}
#categories li.li-item {
    border-top: 1px solid #e2e2e2 !important;
}
#categories a {
  padding: 4px 20px 4px 0 !important;
  font-size: 1em !important;
}
#categories a,
#categories a.folder {
    color: #747474;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 10px !important;
    background: none;
}
#categories > ul > li > a.folder {
  text-align: left;
  background-image: url(/ReadySkins/cap/img/ico_arrow_set2.gif);
  background-position: 95% center;
  background-repeat: no-repeat;
  padding-right: 16px;
  padding-left: 9px;
  font-weight: normal;
}
#categories > ul > li > a.open {
  color: #000000;
  background-position: 95% center;
  background-color: #ededed;
}
#categories > ul > li a.open {
  background-position: 95% center;
}
#categories a:hover,
#categories > a.folder:hover {
  color: #747474 !important;
  background-color: #fff !important;
}
#categories > ul > li > a.open:hover {
  background-color: #ededed !important;
}

/* ALTRO */

a.personalButt {
    background: #fff;
    color: #707070;
    border: none;
    font-size: 14px;
}
a.personalButt:hover {
    background: #fff;
    color: #707070;
    text-decoration: underline;
    border: none;
}



/* FOOTER */

#footer_custom_els_container {
  max-width: none;
  background-color: #3C3A3B;
  margin-top: 40px;
}
#footer_custom_els {
  max-width: 1220px;
  min-width: 900px;
}
.footer_block {
    color: #fff;
    width: 25%;
}
.footer_block_title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer_block_text {
}
.footer_block p {
    padding-bottom: 1em;
}
.footer_block ul {
    padding-left: 15px;
}
.footer_block li {
    list-style: circle;
}
.footer_block a {
    color: #eee;
    border-bottom: 1px dotted #999;
}
.footer_block a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
#foot {
    max-width: none;
}

.footer_block_text .social-icons {
	padding: 0;
  font-size: 1.5em;
}
.footer_block_text .social-icons li {
	display: inline-block;
	margin: 0 5px;
}
.footer_block_text .social-icons li a {
	border: none;
}





@media screen and (max-width: 1220px) {
  #colMid {
    /* padding: 0 3%; */
  }
  #menu.megamenu ul.social-icons {
		display: none;
	}
}
@media screen and (max-width: 1127px) {
  /* menu su due righe */

	#menu.megamenu ul li a {
		letter-spacing: -0.5px;
	}

}
@media screen and (max-width: 1060px) {
  #menu.megamenu ul li a {
		padding: 10px 4px;
	}
  #menu.megamenu > ul:first-child > li:first-child {
		display: none;
	}
}

@media screen and (max-width: 938px) {
  #menu.megamenu li {
		padding: 0 4px;
	}
	#menu.megamenu ul li a {
		padding: 15px 4px;
		letter-spacing: normal;
	}
  #menu li a, #menu li a.selectedButt {
    line-height: 1em;
  }
}

@media screen and (max-width: 800px) {
  /*
  - testo ricerca aperto sparisce
  */

  #header_responsive #header_top_bar_wrapper {
      display: none;
  }

  #header_responsive .top_buttons > li, #header_responsive .top_buttons > li.primary {
      padding-top: 0;
  }

  #header_responsive .top_buttons input.btn_search {
      background-image: url(/ReadySkins/cap/img/icon_search_white.png);
      background-position: center center;
      border-radius: unset;
      top: 7px;
      position: relative;
      width: 45px;
      height: 45px
  }

  #menu.megamenu li {
		padding: 0 4px;
	}
	#menu.megamenu ul li a {
		padding: 15px 4px;
		letter-spacing: normal;
	}
	#menu li a, #menu li a.selectedButt {
		line-height: 1em;
	}


  #footer_custom_els_container {
    margin-top: 20px;
  }
  .footer_block {
      color: #fff;
      width: auto;
  }

}


@media screen and (max-width: 768px) {
    /*
    - scatta il menu hamburger
    - header fixed
    - menu footer copiati nell'hamburger
    */

    /* social dell'hamburger */
    #r_left_menu ul.social-icons {
      display: flex;
      justify-content: left;
      background-color: #bbb;
    }


    #header_responsive .top_buttons .btn_menu {
      /* padding: 0 0 0 15px; */
      display: none;
    }
    #header_responsive .top_buttons {
      height: auto;
      padding: 10px 0 10px 15px;
    }
    #header_responsive #logo {
      margin-left: 0;
      top: 7px;
      position: relative;
    }

    #header_responsive #top_buttons_wrapper.fixed {
        left: 0;
        right: 0;
    }
    #menu li a.selectedButt {
        background-image: url(/ReadySkins/cap/img/ico_triang.gif);
    }

}


@media screen and (max-width: 600px) {
  /*
  - menu a tendina (sparisce classe .megamenu)
   */

   #header_responsive #logo {
       max-width: 230px;
   }

  #header_responsive .top_buttons .btn_login a span {
    font-size: 0;
  }

  #menu  {
      padding-top: 50px !important;
  }

  #menu ul {
      padding: 0;
  }
  #menu ul.social-icons {
      display: flex;
  }
  #menu ul.social-icons li a {
    text-align: center;
  }

}



@media screen and (max-width: 480px) {
    /*
    - sparisce il breadcrumb
    - solo icone in header
    - footer con +
    */

    #navBar  {
        display: none;
    }

    #header_responsive #logo {
        max-width: 210px;
    }


    .footer_block_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    #header_responsive #logo {
      max-width: 160px;
    }

}
