@font-face{
    font-family: Arimo;
    src: url('../font/Arimo/static/Arimo-Regular.ttf') format("truetype");
}
@font-face{
    font-family: Arimo Bold;
    src: url('../font/Arimo/static/Arimo-Bold.ttf') format("truetype");
    font-style: bold;
}
@font-face{
    font-family: EurostileLT bold;
    src: url('../font/EurostileLT/EurostileBold.ttf') format("truetype");
    font-style: bold;
}
@font-face{
    font-family: EurostileLT ;
    src: url('../font/EurostileLT/EuroStyle Normal.ttf') format("truetype");
}


body{
    color: #D450FF !important;
}

#primary {
    max-width:  1140px;
}

.stores_collapsible {
  cursor: pointer;
  padding: 18px 30px !important;
  text-align: left;
  outline: none;
  margin-bottom: 0;
  background-color: #2f153e;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-family: Arimo;
  color: #BC52F7;
  line-height: 20px;
}

.stores_collapsible:hover {
  color: #fff;
}

.active {
    background-color: #2f153e;
    border-width: 1px 0 0 0;
    padding: 18px 30px !important;
}

.stores_collapsible:after {
  content: '\002B';
  color: #d450ff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 27px;
}

.stores_collapsible.active:after {
    content: '\2212';
    color: #d450ff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 27px;
  }

.stores_collapsible:hover:after {
  color: #fff;
}

.content {
  padding: 0 30px !important;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #2f153e;
  border-bottom: 1px solid #D550FF;
}

a.toggle-btn{
    cursor: pointer;
    display: block;
    margin: 0px 15px 0 auto;
    width: 40px;
    height: 40px;
    float: right;
}

a.toggle-btn .line-1, .toggle-btn .line-2{
    background-color: #D450FF;
    display: block;
    width: 40px;
    height: 2px;
}

.toggle-btn .line-1 {
    transform: rotate(-45deg) translate(-10px,5px);
}

.toggle-btn .line-2{
    transform: rotate(45deg) translate(5px,10px);
}

#primary-menu{
    padding-top: 80px;
    margin: 0 80px;
    clear: right;
}

.reigion{
    padding-bottom: 4rem;
}

.country{
    font-size: 29px;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: Arimo;
    padding-left: 0px !important;
    margin-bottom: 0.5rem;
}

#stores a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 50px;
    color: #d450ff;
}

#stores a:hover{
    color: white;
    border-top: white;
    border-top: white;
}

.arrow-right{
    margin: 0 5px;
    width: 13px;
    height: 13px;
    display: block;
    border-top: 2px solid #D450FF;
    border-right: 2px solid #D450FF;
    transform: rotate(45deg);
    float: right;
}

.arrow-right-hovered{
    border-color: white;
}

.stores {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-family: Arimo;
    line-height: 20px;
    color: #d450ff;
    cursor: pointer;
    padding: 18px;
    border: solid #D550FF;
    border-width: 1px 0;
    text-align: left;
    outline: none;
    margin-bottom: 0;
    background-color: #2f153e;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.stores:hover, .stores:hover span{
    color: white;
}

.stores:hover > .arrow-right {
    border-color: #fff;
}

span.arrow-right {
    margin-left: auto;
}

.state {
    color: #fff;
    font-size: 22px;
    padding: 25px 0 10px 0;
    font-weight: bold;
    line-height: 23px !important;
    font-family: EurostileLT;
    letter-spacing: 0.1rem;
}

.content__title {
    color: #8264ff;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px !important;
    font-family: Arimo !important;
}

.e-store__title {
    margin-bottom: 0;
}

.e-store__link {
    color: #FFF;
}

.e-store__link:hover {
    color: #FFF;
}

.content__subtitle {
    color: #fff;
    font-size:  18px;
    font-weight: bold;
    line-height: 27px;
    font-family: Arimo !important;
    margin-bottom: 0;
}

.content__desc {
    color: #fff;
    font-size: 15px;
    word-wrap: break-word;
    line-height: 24px;
    font-family: Arimo !important;
    text-decoration: none;
}

.content-company__url {
    font-size: 15px;
    word-wrap: break-word;
    line-height: 24px;
    font-family: Arimo !important;
    text-decoration: underline;
    color: #8264ff;
}

.content-company__url:hover {
    color: #FFF;
}

.content__email {
    font-size: 15px;
    word-wrap: break-word;
    line-height: 24px;
    font-family: Arimo !important;
    text-decoration: underline;
    color: #8264ff;
}

.content__email:hover {
    color: #FFF;
}

.close__icon {
    text-decoration: none;
    background: transparent;
    color: #D450FF;
    font-size: 50px;
    border: none;
    padding: 0;
}

.retails__content-row--last .content__desc {
    margin-bottom: 3rem;
}

.store-border--top {
    border-top: 1px solid #D550FF;
}

.border-top--none {
    border-top: 0;
}

@media only screen and (max-width: 768px) {
    #primary-menu{
        width: 100% !important;
        padding-top: 40px;
        margin:  0 0;
    }

    a.toggle-btn{
        margin: 20px 15px 0 auto;
        /* width: 25px; */
    }

    a.toggle-btn .line-1, .toggle-btn .line-2{
        width: 40px;
    }

    .country {
        font-size: 25px;
    }

    .stores_collapsible, .state {
        font-size: 20px !important;
    }

    .stores_collapsible {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .content__title {
        font-size: 20px !important;
        margin-top: 18px;
        margin-bottom: 5px;
    }

    .content__subtitle {
        font-size: 18px;
    }

    .content__desc {
        font-size: 15px;
    }

    .reigion {
        padding-bottom: 50px;
        margin: 10px 10px !important;
    }

    .stores{
        font-size: 18px;
        line-height: 40px;
    }
    
    .state {
        padding: 30px 0 0 !important;
        margin: 0 !important;
    }

    .retails__content--last {
        padding-bottom: 20px;
    }

    .arrow-right {
        margin: 15px;
    }

    .retails__content-row--last .content__desc {
        margin-bottom: 16px;
    }
}