/* footer links */

.footer-links { 
    background: var(--primary-light);
    padding: 6px;
    margin-bottom: 0px;
}

.footer-links ul { 
    text-align: center;
    margin-bottom: 0px;
}

.footer-links ul li { 
    display: inline-block;
    padding-right: 24px;
} 

.footer-links ul li a { 
    color: #fff;
    text-decoration: none;
}

.footer-links ul li img { 
    max-width: 100%;
    max-height:40px;
    margin-bottom:-14px;
}

/* adjustments */

@media (max-width: 1245px) {

    .mobile-menu-container {
        top: 85px;
    }

    .mobile-menu-container-inner {
        margin-top: 30px;
    }

    .navigation-option-container {
        margin-top: 10px;
        height: 34px;
    }

    .navigation-option {
        font: normal normal 500 20px/12px Montserrat;
        letter-spacing: 0;
        color: var(--primary);
    }

    .navigation-option-selected {
        font: normal normal 700 20px/12px Montserrat;
    }

    .main-logo {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .navigation-items-container { 
        margin-top: 10px;
    }
}

.img-responsive, .img-fluid {
    max-width: 100%;
}

.products-container {
    scrollbar-color: rgb(255, 255, 255) rgba(255,255,255,0) !important;
    scrollbar-width: thin !important;
}

a.info-button {
    text-decoration: none;
    color: var(--primary);
}

a.footer-button {
    text-decoration: none;
    color: #fff;
}

.footer-contact-us-column hr { 
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#shop-filters, .side {
    display: block;
    padding: 20px;
    margin: 0px 0px 30px 0px;
    border-left: 5px solid;
    background-color: var(--light-gray);
    border-left-color: #999;
}

#shop-filters hr, .side hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

#shop-filters label { 
    font-weight: 500;
}

#shop-filters {
  width: 22%;
}

#main-product-list {
  width: 74%;
}

@media (max-width: 1245px) {

    #shop-filters {
      display: none;
      width:100%;
    }

    #main-product-list {
      width: 100%;
    }
}

@media (min-width: 1246px) {

    #shop-filters {
      display: block;
    }
}

a { color:#0073A2; }

.navigation-option > a {
    text-decoration: none;
}

.search-bar-container {
    margin-bottom: -14px;
}

.search-bar-container > input {
    margin-top: 2px;
}

@media (max-width: 1599px){

  .search-bar-container-main-header {
    display: none;
  }

}

div.centerimg { 
    text-align: center;
}

#ProductSearchForm_categories > br { 
    display:none;
}

.store-select-block {
    padding: 10px;
    padding: 20px;
    margin: 0px 0px 30px 0px;
    border-left: 5px solid;
    background-color: var(--light-gray);
    border-left-color: #999;
    text-align: center;
}

.store-select-block i {
    font-size: 96px;
    color: #434343;
    margin-bottom: 14px;
}

.sign-in-button, .cart-info {
    margin-bottom: 6px;
}

a.sign-in-button, a.cart-info {
    cursor: pointer;
}

#cart-summary { 
  width: 160px;
}

#cart-summary .cart-icon {
  float: left;
  margin-top: 6px;
  margin-left: 10px;
}

@media (max-width: 1245px){

  #cart-summary { 
    width: 200px;
  }

  #cart-summary .cart-icon {
    margin-top: 4px;
    width: 24px;
    height: 23px;
  }

  .sign-in-button {
    width: 200px;
    height: 32px;
    font: normal normal 500 16px/30px Montserrat;
  }
}

/* nav-pills */

ul.nav-pills { 
    list-style: none;
}

.nav-pills > li > a {
        border-radius: 0;
        padding: 10px 15px;
        border: 1px solid transparent;
        color: #666666;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
}
.nav-pills.nav-stacked > li + li {
        margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
        border: 1px solid #f3f3f3;
        color: var(--primary-light);
        background-color: #fafafa;
}


/* Object Styles */
.object {
    position: relative;
}
.object:after {
    content: attr(data-object-type);
    position: absolute;
    top: 12px;
    left: 12px;
  padding: .6em .8em;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: uppercase;
  border-radius: 4px;
}
.object--special:after {
    background: var(--primary);
    color: #272727;
}
.object--sale:after {
    background: var(--secondary);
}

.text-left { 
    text-align: left;
}

.text-right { 
    text-align: right;
}

h1,h2,h3,h4,h5,h6 { 
    letter-spacing: 0;
    color: var(--dark-text);
}

h1 { 
    font: normal normal normal 36px/34px Anton;
}

h2 { 
    font: normal normal normal 32px/34px Anton;
}

h3 { 
    font: normal normal normal 28px/30px Anton;
}

h4 { 
    font: normal normal normal 24px/26px Anton;
}

h5 { 
    font: normal normal normal 22px/24px Anton;
}

h5 { 
    font: normal normal normal 18px/20px Anton;
}

.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 30px; }

.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 30px; }

@media (max-width: 1245px){
    .visible-xs{
        display: block;
    }

    .hidden-xs{
        display: none;
    }
}

@media (min-width: 1246px){
    .visible-xs{
        display: none;
    }

    .hidden-xs{
        display: block;
    }
}

/* pager */

/* pager */

ul.yiiPager {
    border: 0 none;
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin: 4px 0px;
    padding: 0;
    float: right;
}
ul.yiiPager li {
    display: inline;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
    border: 1px solid #434343;
    color: #434343;
    font-weight: bold;
    padding: 4px 12px;
    text-decoration: none;
}
ul.yiiPager .page a {
    font-weight: normal;
}
ul.yiiPager a:hover {
    border: 1px solid #434343;
}
ul.yiiPager .selected a {
    background: #434343 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
}
ul.yiiPager .hidden a {
    border: 1px solid #dedede;
    color: #888888;
}
ul.yiiPager .first, ul.yiiPager .last {
    display: none;
}

/* alerts */

.alert {
    display: block;
    padding: 20px;
    border-left: 5px solid;
    margin-bottom: 14px;
}

.alert-success {
    background-color: #D5F5E3;
    border-left-color: #2ECC71;
    color: #2ECC71;
}

.alert-info {
    background-color: #D6EAF8;
    border-left-color: #3498DB;
    color: #3498DB;
}

.alert-warning {
    background-color: #FCF3CF;
    border-left-color: #F1C40F;
    color: #F1C40F;
}

.alert-error, .alert-danger {
    background-color: #F2D7D5;
    border-left-color: #C0392B;
    color: #C0392B;
}

/* modals */

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.modal.modal-open {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  z-index: 100;
}
.modal .modal-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-inner .modal-content {
  background-color: white;
  max-width: 35em;
  padding: 1em 1.5em;
  position: relative;
  margin: 2em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}
.modal .modal-inner .modal-content .modal-close-icon {
  position: absolute;
  right: 1.5em;
}
.modal .modal-inner .modal-content .modal-content-inner {
  padding-right: 2em;
}
.modal .modal-inner .modal-content .modal-content-inner h1, .modal .modal-inner .modal-content .modal-content-inner h2, .modal .modal-inner .modal-content .modal-content-inner h3, .modal .modal-inner .modal-content .modal-content-inner h4, .modal .modal-inner .modal-content .modal-content-inner h5, .modal .modal-inner .modal-content .modal-content-inner h6 {
  margin-bottom: 0.25em;
}
.modal .modal-inner .modal-content .modal-content-inner p {
  margin-bottom: 1em;
}
.modal .modal-inner .modal-content .modal-buttons-seperator {
  margin: 1.5em 0;
  margin-top: 0;
}
.modal .modal-inner .modal-content .modal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.modal .modal-inner .modal-content .modal-buttons button {
  margin-left: 1em;
}
.modal .modal-inner .modal-content .modal-buttons button:first-child {
  margin-left: 0;
}

/* products */

.object::after {
    content: attr(data-object-type);
    position: absolute;
    top: 12px;
    left: 12px;
    padding: .6em .8em;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: uppercase;
    border-radius: 4px;
}

.object--special::after {
    background: #028190;
    color: #fff;
}

.object-img-wrapper {
    background: #cecece;
    background: url("../assets/img/product_bg.png");
    background-size: cover;
    text-align: center;
}

.object-content {
    border: solid 1px #dedede;
    padding: 40px 30px 35px;
    border-radius: 0 0 4px 4px;
}

.object__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.object p {
    margin: 0 0 25px;
}

.object-raiting-price { 
    margin: 20px 0px;
}

.object__price {
    font-weight: bold;
}

.object__price_non_discounted {
    text-decoration:line-through; 
    color: #cd4a4a;
    font-weight: normal;
    font-size: 0.9em;
}

.text-danger { 
    color: #cd4a4a;
}

.clearfix { 
    clear: both;
}

/* forms */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
}

.input-group .form-control {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

/* checkboxes */

    /* Customize the label (the container) */
    .checkbox-container {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 15px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    /* Hide the browser's default checkbox */
    .checkbox-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #fff;
      border: 1px solid #ccc;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .checkmark {
      background-color: #eee;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkmark {
      background-color: var(--primary);
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkmark:after {
      display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-container .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    } 

/* sky-forms */

.sky-form {
    box-shadow: none;
}

.sky-form {
    margin: 0;
    outline: none;
    /* box-shadow: 0 0 20px rgba(0,0,0,.3); */
    /* font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif; */
    color: #666;
}

.sky-form .label {
    padding: 0.2em 0 0.3em;
}

.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}

.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    clear: left;
}
.sky-form .inline-group .radio, .sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}
.sky-form .radio, .sky-form .checkbox {
    font-weight: 400;
}
.sky-form .radio, .sky-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
    position: relative;
    display: block;
}

.sky-form .radio input, .sky-form .checkbox input {
    position: absolute;
    left: 0px;
    top: 8px;
}

.sky-form .checkbox input + i::after {
    color: #999;
}
.sky-form .checkbox input + i::after {
    top: 2px;
    left: 0;
    font: normal 10px FontAwesome;
}

.sky-form .checkbox input + i::after {
    content: '\f00c';
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.sky-form .radio input + i::after, .sky-form .checkbox input + i::after {
    position: absolute;
    opacity: 0;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
