/* ---------------------------------------- *\
    BASE STYLES
\* ---------------------------------------- */

/* cyrillic-ext */



*:focus,
a:focus {
  outline: none;
  box-shadow: none;
}


html {
  overflow-x: hidden;
  overflow-y: auto;
}


body {
  width: 100%;
  padding: 0;
  background: #fefefe;
  overflow-x: hidden;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #4a4a4a;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
@media screen and (min-width: 1024px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  h5 { font-size: 16px; }
  h6 { font-size: 14px; }
}

a {
  color: #1E91D6;
}


img {
  max-width: 100%;
  height: auto;
}


.page-content {
  padding: 0;
}




/* ---------------------------------------- *\
    HELPER CLASSES
\* ---------------------------------------- */

.d-none { display: none; }

.d-block { display: block; }

.d-flex { display: flex; }


.mt-3 { margin-top: 1rem; }

.mb-3 { margin-bottom: 1rem; }

.mb-0 { margin-bottom: 0; }


.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}





/* ---------------------------------------- *\
    GRID STYLES
\* ---------------------------------------- */

.container {
  width: auto;
  max-width: 1350px;
  padding: 0 1rem;
}





/* ---------------------------------------- *\
    COMPONENT STYLES
\* ---------------------------------------- */

.button {
  display: block;
  /* width: 100%; */
  width: fit-content;
  margin: 0 auto;
  padding: 1.15rem 3rem;
  border-width: 2px;
  border-style: solid;
  /* border-radius: 10px; */
  font-family: Rubik, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

  .button:hover {
    color: #000;
    text-decoration: none;
  }

  .button-yellow {
    background-color: #FFCC01;
    border-color: #FFCC01;
  }

    .button-yellow:hover {
      background-color: #e9ba01;
      border-color: #e9ba01;
    }

  .button-green {
    background-color: #19ad58;
    border-color: #19ad58;
    color:#fff;
  }

    .button-green:hover {
      background-color: #16944d;
      border-color: #16944d;
    }

.btn {
  font-size: 15px;
  border-width: 1px;
  padding: 7px 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
}

  .btn:hover {
    text-decoration: none;
  }

  .btn-default {
    background-color: #fff;
    border-color: #CF0A2C;
    color: #CF0A2C;
  }

    .btn-default:hover,
    .btn-default:focus {
      background: #CF0A2C;
      border-color: #CF0A2C;
      color: #fff;
    }

    .btn-default:active {
      border-color: #b80825;
      background-color: #b80825;
      color: #fff;
    }

  .btn-primary {
    background-color: #0D21A1;
    border-color: #0D21A1;
    color: #fff;
  }
    .btn-primary:hover,
    .btn-primary:focus {
      background-color: #0a1b88;
      border-color: #0a1b88;
    }
    .btn-primary:active {
      background-color: #071673;
      border-color: #071673;
    }

  
  .btn-addcart {
    background-color: #4a8f00;
    border-color: #4a8f00;
    color: #fff;
  }

    .btn-addcart:hover,
    .btn-addcart:focus {
      color: #fff;
    }

  .btn-red {
    background-color: #E00034;
    border-color: #E00034;
    color: #fff;
  }
    .btn-red:hover {
      background-color: #ca002f;
      border-color: #ca002f;
      color: #fff;
    }

  .btn-blue {
    background-color: #1E91D6;
    border-color: #1E91D6;
    color: #fff;
  }
    .btn-blue:hover {
      background-color: #197dbb;
      border-color: #197dbb;
      color: #fff;
    }


.collapse-wrap {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
  .collapse-heading {
    margin: 0 !important;
  }
    .collapse-heading .btn {
      position: relative;
      width: 100%;
      padding: 15px;
      background: none;
      text-align: left;
    }
      .collapse-heading .btn::after {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        content: '\25BE';
        font-size: 22px;
      }
      .collapse-heading .btn:not(.collapsed)::after {
        rotate: 180deg;
        transform: translateY(50%);
      }
      .collapse-heading .btn:active {
        box-shadow: none;
      }
      .collapse-heading .btn:focus {
        outline: none;
      }
  .collapse-body {
    padding: 0 15px 15px;
  }


.form-control {
  vertical-align: middle;
  font-family: 'Roboto Condensed',sans-serif;
  line-height: 1.428571429;
}


.paging {
  float: none;
  text-align: center;
}


.page_heading {
  margin-bottom: 15px;
  border-bottom: none;
  text-transform: none;
}

  .page_heading::after {
    content: none;
  }


.big-circle {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

  .big-circle i {
    display: table-cell;
    font-size: 40px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    position: relative;
  }


.aed-blue-background {
  background: #2f6db6;
}


.contactWrap .contact-info {
  margin-bottom: 25px;
  font-size: 14px;
}


.contactWrap hr {
  border-color: #999;
  width: 80%;
  margin-top: 35px;
}


.contactWrap .section-container {
  padding-top: 10px;
}

  .contactWrap .section-container:last-child {
    padding-bottom: 50px;
  }

  .contactWrap .center.phone-section {
    margin-top: 30px;
  }

  .contactWrap .center div:not(.row) {
    display: inline-block;
  }

  .contactWrap .center .phone div:first-child {
    font-weight: 700;
    margin-left: 15px;
    width: 65px;
    text-align: left;
    font-size: 14px;
  }

  .contactWrap .center .phone div:nth-child(2):not(.hours) {
    margin-left: 60px;
    text-align: left;
    width: 230px;
    font-size: 14px;
    font-weight: 700;
  }

  .contactWrap .center .phone .hours {
    margin-left: 30px;
    text-align: left;
    width: 230px;
    font-size: 14px;
    font-weight: 700;
  }

  .contactWrap .center .locate div:first-child {
    font-weight: 700;
    margin-left: 15px;
    width: 250px;
    text-align: left;
    font-size: 14px;
  }


.table-responsive { /* wrap div around table */
    overflow-x: auto;
}
.table-responsive .table {
  min-width: 750px;
}
.table {
    border: 1px solid #000;
    font-size: 1.4rem;
    line-height: 1.4;
}
.table th,
.table td {
    padding: 5px 10px;
    border: 1px solid #000;
}
.table thead tr { /* column tites */
    background: #002f87;
    color: #fff;
    font-weight: bold;
}
.table tbody tr th { /* row titles */
    font-weight: bold;
    background: #f4f4f4;
}
.table ul {
    padding-left: 20px;
}




/* slick slider base component */
.slick-slider {
  position: relative;
  padding-bottom: 25px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 15px);
  background: 0 0;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.slick-prev {
  left: -30px;
}
.slick-next {
  right: -30px;
}

.slick-prev::before,
.slick-next::before {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: fontello;
  font-size: 50px;
  line-height: 30px;
  color: #222;
}
.slick-prev::before {
  content: "\f104";
}
.slick-next::before {
  content: "\f105";
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: #D9D9D9;
  border-radius: 10px;
}
.slick-dots li.slick-active button:before {
  background: #454545;
}




/* shop value packages component (shown on product pages and aed value package categories) */

#recommended {
  padding: 0 1rem;
}

#recommended .title {
  font-family: 'Rubik', sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}

.recommended_tab {
  background: #F4F4F4;
  border: 1px solid #ccc;
  padding: 2rem 2rem 3.5rem;
  text-align: center;
}

.recommended_tab ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: -5rem 0 2.8rem;
  padding: 0;
  list-style: none;
}

.recommended_tab ul li {
  position: relative;
  border-radius: 100%;
  height: 50px;
  min-width: 50px;
  transition: all .2s ease;
}

  .recommended_tab ul li:hover {
    cursor: pointer;
  }

  /* Active tab */
  .recommended_tab ul li.active,
  .recommended_tab ul li:hover,
  .recommended_tab ul li:focus {
    background: #FFB301;
  }

  /* Unavailable tab */
  .recommended_tab ul li.unavailable {
    pointer-events: none;
  }

  .recommended_tab ul li .inner-circle {
    position: absolute;
    background: #002f87;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .recommended_tab ul li.unavailable .inner-circle {
    background: #CCD4E7;
  }  

  .recommended_tab ul li svg.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    fill: #fff;
  }

.recommended_tab .recommended-text strong:first-of-type {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  text-transform: capitalize;
}

.recommended_tab .recommended-text p {
  font-size: 1.7rem;
  max-width: 480px;
  margin: 0 auto;
}





/* why shop aed superstore component (shown on product and category pages) */

.why-aed-container {
  width: 100%;
  padding: 0 !important;
}

  .why-aed {
    margin-top: 36px;
    padding: 10px 35px 25px;
    background: #f4f4f4;
    text-align: center;
  }

    .why-aed a {
      text-decoration: none;
    }

    .header-why {
      margin-bottom: 40px;
      text-transform: uppercase;
      text-align: left;
      color: #384141;
    }

    .why-aed .col-xs-6:nth-of-type(3),
    .why-aed .col-xs-6:nth-of-type(4) {
      margin-top: 20px;
    }
      @media screen and (min-width: 768px) {
        .why-aed .col-xs-6:nth-of-type(3),
        .why-aed .col-xs-6:nth-of-type(4) {
          margin-top: 0;
        }
      }
    
    .why-aed .box {
      padding: 15px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .why-aed .box .d-flex {
      flex-direction: column;
      justify-content: center;
      min-height: 150px;
    }

    .why-aed .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      margin-bottom: 10px;
    }

    .why-text {
      margin-bottom: 0;
      color: #002f87;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
    }





/* ---------------------------------------- *\
    MEDIA QUERIES
\* ---------------------------------------- */

@media screen and (min-width: 500px) {

  /* shop value packages component (shown on product pages and aed value package categories) */

  #recommended {
    padding: 0 4rem;
  }
  
  .recommended_tab ul li {
    height: 65px;
    min-width: 65px;
  }

  .recommended_tab ul li .inner-circle {
    height: 55px;
    width: 55px;
  }

  .recommended_tab ul li svg.icon {
    width: 30px;
    height: 30px;
  }

}





@media screen and (min-width: 768px) {

  /* helper classes */

  .d-md-flex { display: flex; }


  /* component styles */

}





@media screen and (min-width: 801px) {

  /* grid styles */

  .d-md-none { display: none; }
  
  .d-md-block { display: block; }

}





@media screen and (min-width: 992px) {

  /* component styles */

  /* shop value packages component (shown on product pages and aed value package categories) */

  .recommended_tab ul {
    flex-wrap: nowrap;
  }

}





@media screen and (min-width: 1024px) {
  
  /* grid styles */

  .d-lg-block {
    display: block;
  }

  .container {
    padding: 0 3rem;
  }

  .container-md {
    max-width: 1350px;
    padding: 0 3rem;
    margin: 0 auto;
  }

}





@media screen and (min-width: 1101px) {

  /* component styles */

}





@media screen and (min-width: 1411px) {
  
  /* grid styles */

  .container-md {
    padding: 0 1rem;
  }

}





@media screen and (min-width: 1231px) {
  
  /* grid styles */

  .container {
    padding: 0 1rem;
  }

}