/* mixins */
/* inspired by bootstrap */
/* mixins */
/* inspired by bootstrap */
/* mixins */
/* inspired by bootstrap */
#my-account .addresses-lists {
  margin-bottom: 30px; }
#my-account ul.myaccount-link-list li {
  overflow: hidden;
  padding-bottom: 10px; }
  #my-account ul.myaccount-link-list li a {
    display: block;
    overflow: hidden;
    font: 600 16px/20px "MontserratSemiBold", sans-serif;
    color: #555454;
    text-shadow: 0px 1px white;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background-image: -moz-linear-gradient(#f7f7f7, #ededed);
    background-image: -webkit-linear-gradient(#f7f7f7, #ededed);
    background-image: linear-gradient(#f7f7f7, #ededed);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    #my-account ul.myaccount-link-list li a i {
      font-size: 25px;
      color: #fd7e01;
      position: absolute;
      left: 0;
      top: 0;
      width: 52px;
      height: 100%;
      padding: 10px 0 0 0;
      text-align: center;
      border: 1px solid #fff;
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #my-account ul.myaccount-link-list li a span {
      display: block;
      padding: 13px 15px 15px 17px;
      overflow: hidden;
      border: 1px solid;
      margin-left: 52px;
      border-color: #fff #fff #fff #c8c8c8;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    #my-account ul.myaccount-link-list li a:hover {
      filter: none;
      background: #e7e7e7;
      border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2; }

/*******************************************************
				Addresses Styles
********************************************************/
#addresses .alert p.lnk {
  display: none; }
@media screen and (min-width: 768px) {
  #addresses .alert {
    max-width: 603px; } }
#addresses .page-heading {
  text-align: left;
  color: #222222;
  font-family: 'MontserratBold', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 45px;
  padding-left: 146px;
  margin: -10px 0 33px 0;
  padding-bottom: 23px; }
  @media screen and (max-width: 479px) {
    #addresses .page-heading {
      margin: 0px 0 26px 0; } }
  @media screen and (min-width: 480px) and (max-width: 991px) {
    #addresses .page-heading {
      text-align: left;
      margin: 0px 0 63px 0;
      padding-left: 0;
      font-size: 32px; } }
  @media screen and (max-width: 479px) {
    #addresses .page-heading {
      text-align: left;
      padding-left: 0;
      color: #222222;
      font-family: 'MontserratBold', sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 26px;
      padding: 0 0 15px 0;
      text-transform: uppercase; } }
  #addresses .page-heading:before {
    content: '';
    display: inline-block;
    width: 70px;
    border-bottom: 3px solid #c10a25;
    margin-bottom: 0px;
    position: absolute;
    left: 151px;
    bottom: 7px; }
    @media screen and (max-width: 991px) {
      #addresses .page-heading:before {
        content: '';
        display: inline-block;
        width: 70px;
        border-bottom: 3px solid #c10a25;
        margin-bottom: 0px;
        position: absolute;
        left: 0px;
        bottom: 9px; } }
#addresses .myaccount-container {
  margin-bottom: 160px; }
  @media screen and (max-width: 479px) {
    #addresses .myaccount-container .box-addresses {
      margin-top: 23px; } }
  @media screen and (min-width: 1200px) {
    #addresses .myaccount-container .box-addresses {
      margin-left: 5px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    #addresses .myaccount-container .box-addresses {
      margin-top: 61px; } }
  #addresses .myaccount-container .box-addresses .main-page-indent {
    margin-bottom: 30px;
    margin-top: 29px;
    padding-left: 377px; }
    @media screen and (max-width: 992px) {
      #addresses .myaccount-container .box-addresses .main-page-indent {
        padding-left: 0; } }
  @media screen and (min-width: 992px) {
    #addresses .myaccount-container .box-addresses {
      margin-left: 8px; } }
  @media screen and (max-width: 767px) {
    #addresses .myaccount-container {
      margin-bottom: 25px; } }
  #addresses .myaccount-container a.add-new {
    display: inline-block;
    background: #c10a25;
    border: 1px solid #c10a25;
    padding: 12px 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .24s ease-in-out;
    text-align: center; }
    #addresses .myaccount-container a.add-new span {
      padding: 0;
      margin: 0;
      display: inline;
      border: none;
      background: transparent; }
    #addresses .myaccount-container a.add-new:focus {
      outline: none;
      box-shadow: none; }
    #addresses .myaccount-container a.add-new:hover {
      background-color: #fff;
      color: #c10a25; }
    @media (max-width: 767px) {
      #addresses .myaccount-container a.add-new {
        width: 100%;
        float: none;
        text-align: center; } }
  #addresses .myaccount-container .page-subheading {
    color: #0d0d0d;
    font-family: "Rajdhani";
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    margin: 24px 0 20px 0; }
  #addresses .myaccount-container p {
    margin: 0 0 13px; }
    #addresses .myaccount-container p.p-indent {
      margin: 0 0 27px; }
  #addresses .myaccount-container .bloc_adresses .address {
    margin-bottom: 10px; }
  #addresses .myaccount-container .sg-myaccount-lsidebar {
    text-align: center;
    padding: 18px 20px 34px 19px;
    min-height: 357px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      #addresses .myaccount-container .sg-myaccount-lsidebar {
        max-width: 340px; } }
    #addresses .myaccount-container .sg-myaccount-lsidebar .myaccount-compress-div {
      padding: 46px 0; }
      @media screen and (min-width: 480px) and (max-width: 991px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .myaccount-compress-div {
          padding: 23px 0; } }
      @media screen and (max-width: 479px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .myaccount-compress-div {
          padding: 8px 0; } }
    #addresses .myaccount-container .sg-myaccount-lsidebar .logout-menu-nav {
      float: right;
      color: #222222;
      font-family: 'MontserratRegular', sans-serif;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      position: relative;
      padding-left: 30px;
      line-height: 21px;
      letter-spacing: -0.5px; }
      #addresses .myaccount-container .sg-myaccount-lsidebar .logout-menu-nav:before {
        content: "\e925";
        position: absolute;
        left: 0;
        font-family: 'mamutpro';
        font-size: 16px;
        height: 22px;
        width: 14px;
        color: #c10a25;
        display: inline-block; }
    #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading h5 {
      color: #222222;
      font-family: 'MontserratBold', sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 41.87px;
      padding: 0 0 15px 0;
      margin: 0;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading h5 {
          font-size: 36px; } }
      #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading h5:before {
        content: '';
        display: inline-block;
        width: 70px;
        border-bottom: 3px solid #c10a25;
        margin-right: -73px;
        margin-bottom: -13px;
        position: relative;
        bottom: -10px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading h5 {
          font-size: 24px;
          line-height: 26px; } }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading h5 {
          font-size: 32px;
          line-height: 34px;
          text-align: left; } }
      @media screen and (max-width: 479px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading h5 {
          font-size: 22px;
          line-height: 26px;
          text-align: left; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading h5:before {
            content: '';
            display: inline-block;
            width: 70px;
            border-bottom: 3px solid #c10a25;
            margin-right: -73px;
            margin-bottom: -2px;
            position: relative;
            bottom: -10px; } }
    #addresses .myaccount-container .sg-myaccount-lsidebar .sg-group-heading p {
      border-bottom: 1px solid #e3e3e3;
      padding: 0 0 18px 0;
      color: #42515a;
      font-family: "MontserratSemiBold", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 15px; }
    #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list {
      margin-bottom: 27px;
      margin-top: 66px;
      list-style-position: inside; }
      @media screen and (max-width: 479px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list {
          margin-top: 14px;
          margin-bottom: 14px; } }
      @media screen and (min-width: 480px) and (max-width: 991px) {
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list {
          margin-bottom: 22px;
          margin-top: 32px; } }
      #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li {
        text-align: left;
        border-bottom: 1px solid #e1e1e1;
        padding: 0px; }
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a {
          display: block;
          padding: 21px 12px 21px 12px; }
          @media screen and (min-width: 480px) and (max-width: 991px) {
            #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a {
              padding: 16px 3px 16px 3px; } }
          @media screen and (max-width: 479px) {
            #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a {
              padding: 14px 12px 14px 12px; } }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span:first-of-type {
            color: #222222;
            font-family: "MontserratSemiBold", sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 17px;
            text-transform: uppercase;
            position: relative;
            padding-left: 31px; }
            @media screen and (min-width: 480px) and (max-width: 991px) {
              #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span:first-of-type {
                font-size: 14px;
                line-height: 16px; } }
            @media screen and (max-width: 479px) {
              #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span:first-of-type {
                font-size: 14px;
                line-height: 16px; } }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span:last-of-type {
            color: #222222;
            font-family: 'MontserratRegular', sans-serif;
            font-size: 11px;
            font-weight: 400;
            line-height: 16px;
            margin-top: 4px;
            text-transform: none;
            display: none;
            padding-left: 31px; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span.sg-group-identity-link:before {
            content: "\e917";
            position: absolute;
            left: 0;
            font-family: 'mamutpro';
            font-size: 22px;
            height: 22px;
            width: 14px;
            color: #c10a25;
            display: inline-block; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span.sg-group-address-link:before {
            content: "\e912";
            position: absolute;
            left: 0;
            font-family: 'mamutpro';
            font-size: 22px;
            height: 22px;
            width: 14px;
            color: #c10a25;
            display: inline-block; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span.sg-group-history-link:before {
            content: "\e914";
            position: absolute;
            left: 0;
            font-family: 'mamutpro';
            font-size: 22px;
            height: 22px;
            width: 14px;
            color: #c10a25;
            display: inline-block; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span.sg-group-slip-link:before {
            content: "\e913";
            position: absolute;
            left: 0;
            font-family: 'mamutpro';
            font-size: 22px;
            height: 22px;
            width: 14px;
            color: #c10a25;
            display: inline-block; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span.sg-group-vouchers-link:before {
            content: "\e905";
            position: absolute;
            left: 0;
            font-family: 'mamutpro';
            font-size: 22px;
            height: 22px;
            width: 14px;
            color: #c10a25;
            display: inline-block; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li > a > span.sg-group-wishlist-link:before {
            content: "\e921";
            position: absolute;
            left: 0;
            font-family: 'mamutpro';
            font-size: 22px;
            height: 22px;
            width: 14px;
            color: #c10a25;
            display: inline-block; }
      #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li.active {
        padding: 0;
        position: relative;
        border: 2px solid #c10a25; }
        #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li.active > a {
          display: block;
          padding: 17px 12px 13px 12px;
          position: relative; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li.active > a > span.sg-group-description {
            display: block; }
          #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li.active > a > span.sg-group-description, #addresses .myaccount-container .sg-myaccount-lsidebar .sg-link-list > li.active > a > span {
            display: block;
            padding-left: 31px; }
#addresses .address .box {
  background: #FFF;
  margin: 0;
  line-height: 23px;
  padding: 0;
  border: none; }
  #addresses .address .box > li h3.address-name {
    text-align: left;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    margin: 16px 0 34px 0;
    padding-bottom: 19px; }
    @media screen and (max-width: 767px) {
      #addresses .address .box > li h3.address-name {
        padding-bottom: 5px;
        margin: 16px 0 18px 0; } }
    #addresses .address .box > li h3.address-name:before {
      content: ' ';
      display: inline-block;
      width: 30px;
      border-bottom: 3px solid #c10a25;
      margin-bottom: -23px;
      position: absolute;
      top: 53px; }
      @media screen and (max-width: 767px) {
        #addresses .address .box > li h3.address-name:before {
          content: ' ';
          display: inline-block;
          width: 30px;
          border-bottom: 3px solid #c10a25;
          margin-bottom: -23px;
          position: absolute;
          top: 24px; } }
  #addresses .address .box > li > span {
    color: #000000;
    font-family: 'MontserratRegular', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    word-break: break-all;
    white-space: normal;
    word-wrap: break-word; }
#addresses .address .address_update {
  margin: 23px 0 0 0; }
  #addresses .address .address_update > a {
    margin: 0 84px 0 0;
    color: #000000;
    font-family: 'MontserratRegular', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    float: left;
    text-align: center; }
#addresses .address-delete-wrap .confirm-address-delete {
  color: #ffffff;
  font-family: "Rajdhani";
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  background: #110901;
  padding: 5px 20px;
  max-width: 100px;
  margin: 0px auto 25px;
  text-align: center; }