.has-error input {
    border: 1px solid #dc3545;
}
.has-error label,
.has-error .help-block {
    color: #dc3545;
}


.headline {
    text-align: center;
    position: relative;
    margin: 0 20px 40px 20px;
    padding-top: 20px;
}

.headline::after {
    content: '';
    height: 4px;
    width: 150px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -75px;
    background-color: #F2B705;
}

.headline span {
    color: #F24141;
}


.headline2 {
    text-align: center;
    position: relative;
    x-margin: 0 20px 40px 20px;
    x-padding-top: 20px;
}

.headline2::after {
    content: '';
    height: 2px;
    width: 150px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -75px;
    background-color: #F2B705;
}

.headline2 span {
    color: #F24141;
}


.carousel-caption-top-right {
    position: absolute;
    right: 10%;
    top: 10%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: right;
    opacity: 0.8;
}

.carousel-caption-panel {
    background-color: #fff;
    color: #082238;
    border-radius: 8px;
}

.navbar .getstarted {
    background: #ff0c18;
}
.navbar .getstarted:hover {
    background: #F24141;
}

.btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-get-started:hover i {
  transform: translateX(5px);
}






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







.background-transparent {
    background-color: transparent;
}

.color-red {
    color: #f90139;
}

.color-white {
    color: white;
}

a.color-white,
a.color-white:hover,
a.color-white:active,
a.color-white:visited
 {
    color: #fff;
}



.pagination>li>a, .pagination>li>span {
    font-weight: 600;
    color: #666;
}

.pagination>li>a:hover, .pagination>li>span:hover {
    color: #222;
}


.page-header {
    padding-bottom: 9px;
    margin: 70px 0 5px;
    border-bottom: 1px solid transparent;
}



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

.margin-top-bottom-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-top-bottom-sm {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-top-bottom-md {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top-bottom-lg {
    margin-top: 25px;
    margin-bottom: 25px;
}


.padding-top-bottom-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-bottom-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-top-bottom-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-top-bottom-lg {
    padding-top: 25px;
    padding-bottom: 25px;
}


.margin-bottom-xs {
    margin-bottom: 10px;
}

.margin-bottom-sm {
    margin-bottom: 15px;
}

.margin-bottom-md {
    margin-bottom: 20px;
}

.margin-bottom-lg {
    margin-bottom: 25px;
}



.no-horizontal-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-vertical-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
}


.padding-xs {
    padding: 10px;
}

.padding-sm {
    padding: 15px;
}

.padding-md {
    padding: 20px;
}

.padding-lg {
    padding: 25px;
}

.footer {
    margin-top: 25px;
}

.horizontal-margin-left-xs {
    margin-left: 7px;
}

.horizontal-margin-left-sm {
    margin-left: 10px;
}

.horizontal-margin-left-md {
    margin-left: 14px;
}

.horizontal-margin-left-lg {
    margin-left: 18px;
}

.horizontal-margin-right-xs {
    margin-right: 7px;
}

.horizontal-margin-right-sm {
    margin-right: 10px;
}

.horizontal-margin-right-md {
    margin-right: 14px;
}

.horizontal-margin-right-lg {
    margin-right: 18px;
}


.shadow-box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.store-listing {
    
}


.store-listing-item {
    padding: 15px 7px 0px 7px;
    margin-bottom: 15px;
    display: block;
    border-left: 3px solid #fff;
    background-color: #fff;
}

.store-listing-item:hover {
    border-left: 3px solid #2c3e50;
}

.store-listing-item:hover.deal-expired,
.store-listing-item:hover.deal-inactive,
.store-listing-item:hover.deal-deleted
 {
    border-left: 3px solid #9c9c9c;
}


.store-listing-item .caption .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.store-listing-item .deal-discount {
    font-size: 2em;
    color: #f90139;
    font-weight: 700;
    letter-spacing: 1px;
}

.store-listing-item .deal-discount span {
    font-size: 50%;
}


.store-listing-item  .deal-gift {
    font-size: 2em;
    color: #f90139;
    font-weight: 700;
    letter-spacing: 1px;
}

.store-listing-item  .deal-delivery {
    font-size: 2em;
    color: #222222;
    font-weight: 700;
    letter-spacing: 1px;
}

.store-listing-item .deal-special-offer {
    font-size: 2em;
    color: #f90139;
    font-weight: 700;
    letter-spacing: 1px;
}

.store-listing-item .deal-special-offer span {
    font-size: 0.8em;
}


.store-listing-item .deal-special-offer span.from {
    font-size: 0.5em;
    color: #2c3e50;
    font-weight: 400;
}


.store-listing-item  .deal-newsletter {
    font-size: 2.4em;
    color: #f90139;
    font-weight: 700;
    letter-spacing: 1px;
}


.store-listing-item .deal-title {
    font-size: 1.2em;
    margin-top: 5px;
    font-weight: 700;
}



.deals-block .deal {
    background-color: #fff;
    margin: 10px 0;
    padding-bottom: 10px;
}

.deals-block .deal {
    background-color: #fff;
    margin: 10px 0;
}

.deals-block .deal .deal-header {
    color: #777;
    font-size: 13px;
}

.deals-block .deal  .deal-type-title {
    color: #2c3e50;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 5px 0;
}

.deals-block .deal .deal-header span {
    margin-right: 5px;
}
.deals-block .deal .deal-header .deal-type {
    color: #f90139;
    font-weight: 700;
    text-transform: uppercase;
}

.deals-block .deal .deal-header  .deal-company {
    font-weight: 700;
}

.deals-block .deal .deal-footer {
    border-top: 1px solid #e9eaed;
    color: #777;
    font-size: 13px;
    padding: 10px 0 2px 0;
    margin-top: 5px;
}

.deal-expired,
.deal-inactive,
.deal-deleted
{
    color: #9c9c9c;
}

@media screen and (max-width: 767px) {

    .store-listing-item .deal-discount,
    .store-listing-item .deal-gift,
    .store-listing-item .deal-delivery {
        font-size: 36px;
    }
}


/* Coupon Button 
------------------------------*/

.coupon-button-type {
    min-width: 215px;
}


.coupon-button-type .coupon-deal, .coupon-button-type .coupon-print, .coupon-button-type .coupon-code {
  line-height: 1;
  padding: 14px 15px;
  background: #2c3e50;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 2px;
  text-align: center;
  min-width: 215px;
}


.coupon-button-type .coupon-deal:hover, .coupon-button-type .coupon-print:hover, .coupon-button-type .coupon-code:hover {
  opacity: 0.9;
}

.coupon-button-type .coupon-deal {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  border: 0;
}

.coupon-button-type .coupon-print {
  padding: 14px 13px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
}

.coupon-button-type .coupon-code {
  color: #444444;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  text-align: right;
  padding: 10px 12px;
  font-size: 20px;
  border: 2px solid #DDDDDD;
  position: relative;
}

.coupon-button-type .coupon-code .code-text {
  text-transform: uppercase;
}

.coupon-button-type .coupon-code .get-code {
  position: absolute;
  left: -2px;
  top: -2px;
  background: #2c3e50;
  color: #FFFFFF;
  font-size: 16px;
  padding: 14px 15px 14px 14px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.5s ease;
}

.coupon-button-type .coupon-code .get-code:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 44px solid transparent;
  border-left: 44px solid #2c3e50;
  position: absolute;
  right: -44px;
  top: 0;
}

.coupon-button-type .coupon-code .get-code:hover {
  padding-right: 5px;
  transition: all 0.5s ease;
}


.coupon-content {
    padding: 3px 0 3px;
}

.coupon-content .coupon-code-revealed {
    text-align: center;
    margin-bottom: 2px;
}

.coupon-content .coupon-code-revealed .code-text {
    font-size: 30px;
    display: inline-block;
    margin: 20px;
    padding: 8px 0px 10px;
    font-weight: bold;
    border: 2px dashed #2c3e50;
    background: #fff1db;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: 2px;
    width: 88%;
}

.coupon-button-type a:hover,
.coupon-button-type a:active,
.coupon-button-type a:visited {
    text-decoration: none;
}



/* share button */
.product-share>li {
    padding: 5px;
}
.product-share.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
}

.product-share .list-group-item {
    background: transparent;
}

.product-share .share-box i {
  display: inline-block;
  padding: 7px 11px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 250ms;
  -khtml-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
}
.product-share .share-box i::after {
  margin-left: 4px;
}
.product-share .share-box i.fa-facebook {
  background-color: #6c8dbe;
}
.product-share .share-box i.fa-facebook:hover {
  background-color: #469;
}
.product-share .share-box i.fa-facebook:active {
  background-color: #8fa8cd;
}
.product-share .share-box i.fa-twitter {
  background-color: #4db8ff;
}
.product-share .share-box i.fa-twitter:hover {
  background-color: #09f;
}
.product-share .share-box i.fa-twitter:active {
  background-color: #80ccff;
}
.product-share .share-box i.fa-pinterest {
  background-color: #e35757;
}
.product-share .share-box i.fa-pinterest:hover {
  background-color: #c22;
}
.product-share .share-box i.fa-pinterest:active {
  background-color: #ea8383;
}
.product-share .share-box i.fa-linkedin {
  background-color: #2b9dff;
}
.product-share .share-box i.fa-linkedin:hover {
  background-color: #07d;
}
.product-share .share-box i.fa-linkedin:active {
  background-color: #5eb4ff;
}
.product-share .share-box i.fa-google-plus {
  background-color: #e88075;
}
.product-share .share-box i.fa-google-plus:hover {
  background-color: #d43;
}
.product-share .share-box i.fa-google-plus:active {
  background-color: #efa8a0;
}


.dropdown-menu.product-share>li>a,
.dropdown-menu.product-share>li>a:hover,
.dropdown-menu.product-share>li>a:active {
  color: #333;
}


.share-widget .product-share .share-box i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}



.share-widget .list-inline {
    margin-left: 5px;
}

.share-widget .share-label {
    font-size: 1.3em;
    color: #b4bcc2;
}

.share-widget .share-label:hover {
    color: #2c3e50;
}






/* stripe */


.text-white {
    color: #FFFFFF;
}

.a-white a {
    color: #FFFFFF;
}

.stripe {
    padding: 50px 0;
    background: #fff;
}

.stripe-xs {
    padding: 10px 0;
}

.stripe-sm {
    padding: 15px 0;
}

.stripe-md {
    padding: 20px 0;
}

.stripe-lg {
    padding: 25px 0;
}



.stripe.red-horizontal {
    background-image: radial-gradient(circle,#f43257,#d1083f);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    padding: 46px 0 44px;
}

.stripe.blue-horizontal {
    background-color: #25a2d4;
    background-image: linear-gradient(to bottom,#25c8ea,#078fe8);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    position: relative;
    xz-index: -1;
}

.stripe.blue-horizontal input {
    color: #000;
}


.stripe.orange-horizontal {
    background-color: #ff9b0b;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.stripe.green-horizontal {
    background-image: radial-gradient(circle,#74c954,#4d9f30);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}


.stripe.gray-horizontal {
    background-color: #f0f7fc;
    background-image: radial-gradient(circle,#f0f7fc,#f9f9fa);
    background-repeat: no-repeat;
}


.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.panel-f4f4f4 {
    background-color: #f4f4f4;
    line-height: 1.6;
}

.panel-f4f4f4 ul {
    font-size: 15px;
    line-height: 1.6;
}


.panel-ffffff {
    background-color: #ffffff;
    line-height: 1.6;
}






/* creative */

hr {
    opacity: 0.10;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}


.company .company-logo img {
    margin: auto;
    display: flow-root;
}

.company .company-logo .img-responsive {
    margin: 0 auto;
}

.company .company-logo .thumbnail {
    margin: 0 auto;
}

.thumbnail-center .thumbnail {
    margin: 0 auto;
}

.box {
    background: #fff;
    x-display: table;
    border: 0;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}



.shadow {
    -webkit-box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

.grow {
    transition: 1s ease;
}
.grow:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.5s ease;
}

.shrink {
    transition: 1s ease;
}

.shrink:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 1s ease;
}




.code-promo {
    font-weight: 700;
    background: #f90139;
    color: white;
    padding: 5px 9px;
    letter-spacing: 2px;
    border: 2px dashed #fca5a5;
}

.text-promo {
    color: #f90139;
}

.fac-1_5x {
    font-size: 1.5em;
}

.fac-2x {
    font-size: 2em;
}

.fac-2_5x {
    font-size: 2.5em;
}

.fac-3x {
    font-size: 3em;
}

a .fa {
    cursor: pointer;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}



.ac-btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    margin: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
}

.btn-xl {
    padding: 14px 24px;
}


.ac-btn-blue {
    color: #fff;
    background-color: #009fd9;
    border-color: #009fd9;
}
a.ac-btn-blue,
a.ac-btn-blue:active,
a.ac-btn-blue:focus,
a.ac-btn-blue:hover {
    color: #fff;
}

.ac-btn-blue:active,.ac-btn-blue:focus,.ac-btn-blue:hover {
    background-color: #028abc;
}

.ac-btn-blue:active,.ac-btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(240,95,64,.5);
}



.ac-btn-red {
    color: #fff;
    background-color: #f90139;
    border-color: #f90139;
}
a.ac-btn-red,
a.ac-btn-red:active,
a.ac-btn-red:focus,
a.ac-btn-red:hover {
    color: #fff;
}

.ac-btn-red:active,.ac-btn-red:focus,.ac-btn-red:hover {
    background-color: #da292b;
}

.ac-btn-red:active,.ac-btn-red:focus {
    box-shadow: 0 0 0 .2rem rgba(240,95,64,.5);
}



.ac-btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
a.ac-btn-light,
a.ac-btn-light:active,
a.ac-btn-light:focus,
a.ac-btn-light:hover {
    color: #212529;
}

.ac-btn-light:active,.ac-btn-light:focus,.ac-btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.ac-btn-light:active,.ac-btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
}

a.ac-btn {
    text-decoration: none;
}




/* website */
.relative {
    position: relative
}

.overlay-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}





.text-strike {
    text-decoration: line-through;
}

.row .row {
    margin-left: 0;
    margin-right: 0;
}

.categories a {
    font-weight: 600;
}

a.copyDealCode {
    color: #2c3e50;
}

.blog .sidebar .categories ul a {
    font-weight: 400
}

.blog .sidebar .pubs a {
    margin: 10px 0;
    display: block
}

/* end website */




/* ac-box box */
.ac-box-container {
    margin-bottom: 20px;
    position: relative;
}

.ac-box-container .thumbnail {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.ac-box-product {
    overflow: hidden;
    position: relative;
    float: left;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.ac-box-product .box-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.ac-box-product .box-link:before {
    background-color: #000;
    content: '';
    width: 100%;
    height: 100%;
}


.ac-box-product .inner-box-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

.ac-box-product .inner-box {
    position:relative;
    height: 100%;
    width: 100%;
}

.ac-box-product .inner-box .inner-box-top {
    position:absolute;
    top: 0;
    left: 0;
    
    height: auto;
    width: 100%;
}

.ac-box-product .inner-box .inner-box-top .discount {
    border-radius: 50%;
    background-color: #f90139;
    color: #fff;
    margin: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
}

.ac-box-product .inner-box .inner-box-top .discount h4 {
    font-weight: 700;
    margin: 0;
    padding-top: 23px;
    color: #fff;
}

.discount-triangle {
  width: 0;
  height: 0;
  border-top: 60px solid #f90139;
  border-left: 90px solid transparent;
}

.ac-box-product .inner-box .inner-box-top.triangle h4 {
  position: absolute;
  top: 0;
  right: 0;
}

.ac-box-product .inner-box .inner-box-bottom {
    position:absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .45);
    color: #092a5e;
    min-height: 30px;
    width: 100%;
    padding: 10px;
}

.ac-box-product .inner-box .inner-box-bottom  .product-title {
    max-width: 75%;
}

.ac-box-product .inner-box .inner-box-bottom  .product-title h3 {
    margin: 0;
    font-size: 20px;
}

.ac-box-product .inner-box .inner-box-bottom  div.product-price {
    max-width: 25%;
    font-size: 12px;
}

.ac-box-product .inner-box .inner-box-bottom  .product-price  span {
    display: inline:block;
    float: right;
    line-height: 1;
}

.ac-box-product .inner-box .inner-box-bottom  .product-price .price {
    font-size: 40px;
    font-weight: 700;
    color: #f90139;
    
}



.ac-box-container .ac-box-caption .product-details h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 2px 0;
}

.ac-box-container .ac-box-caption .product-details h4 {
    font-size: 17px;
    font-weight: 400;
    margin: 5px 0 2px 0;
}


.ac-box-container .ac-box-caption .product-price p {
    margin: 0;
}

.ac-box-container .ac-box-caption .product-price .price {
    font-size: 40px;
    font-weight: 700;
    color: #f90139;
}

.ac-box-container .ac-box-caption .product-price .price .currency {
    font-size: 24px;
    font-weight: 500;
}

.ac-box-container .ac-box-caption .product-link,
.ac-box-container .ac-box-caption-auto .product-link,
.ac-box-container .ac-box-caption-cta .product-link {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #2D4B73;
    padding: 10px;
    margin-top: 10px;
}

.ac-box-container .ac-box-caption .product-link a,
.ac-box-container .ac-box-caption-auto .product-link a,
.ac-box-container .ac-box-caption-cta .product-link a {
    color: #fff;
}

@media (min-width: 768px) {
    .grid .ac-box-container {
        height: 452px;
        overflow: hidden;
    }
}


.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.is-flex .ac-flex-box-container {
    display: flex;
    flex-flow: column;
    margin-bottom: 25px;
}
.is-flex .ac-flex-box-container .ac-box-container {
    height: 100%;
    padding: 15px 5px;
    display: flex;
    flex-flow: column;
}

.is-flex .ac-flex-box-container .ac-box-container .ac-box-caption-auto  {
    margin-top: auto;
}

.is-flex .ac-flex-box-container .ac-box-container .ac-box-caption-cta {
    margin-top: auto;
}

.is-flex .ac-flex-box {
    display: flex;
    flex-flow: column;
}

.is-flex .ac-flex-content-center {
    justify-content: center;
}


/* search form */




#search-product-form-container {
    padding: 15px 2px;
    background-color: #3BBCD9;
    color: #313041;
}

.form-control {
    line-height: 2.4;
}

.form-control:focus {
    border-color: #0BB5FF;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
}




#search-product-identity-form .datepicker-calendar::after,
#search-product-form .datepicker-calendar::after,
#search-product-form .datepicker-calendar::after {
    font-family: fontAwesome;
    font-size: 20px;
    content: '\f073';
    color: #b4bcc2;
    position: absolute;
    top: 9px;
    right: 15px;
}

#search-product-identity-form .map-marker::after,
#search-product-form .map-marker::after,
#search-product-form .map-marker::after {
    font-family: fontAwesome;
    font-size: 20px;
    content: '\f041';
    color: #b4bcc2;
    position: absolute;
    top: 9px;
    right: 15px;
}

#search_product_identity_submit::before,
#search_product_submit::before ,
#search_product_submit::before {
    font-family: fontAwesome;
    font-size: 17px;
    content: '\f002';
    color: #fff;
    position: absolute;
    top: 9px;
    left: 8px;
    
}


#search_product_identity_submit,
#search_product_submit,
#search_product_submit {
    padding: 12px 30px;
    position: relative;
}





#search-product-form .empty-message {
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
}

#search-product-form .tt-suggestion.tt-cursor {
    background-color: #fff;
}

#search-product-form .tt-suggestion.tt-selectable:before {
    content: '';
    font-family: inherit;
    display: none;
    font-size: 0;
    margin-right: 0.5em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#search-product-form .tt-suggestion:hover,
#search-product-form .tt-suggestion:focus {
    background-color: #00a8de;
}

#search-product-form .tt-suggestion {
    padding: 8px 10px;
}

#search-product-form .row.tt-suggestion {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

#search-product-form .row.tt-suggestion .item {
    margin-left: -2px;
    margin-right: -2px;
}

#search-product-form .form-control, input {
    border-width: 0;
}

/* end search form */

/* pagination */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #aea79f;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}


.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #ac3911;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ac3911;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination>li>a, .pagination>li>span {
    font-weight: 600;
    color: #666;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    color: #222;
}


/* products by type */
.product .col-lg-1, .product .col-lg-10, .product .col-lg-11, .product .col-lg-12, .product .col-lg-2, .product .col-lg-3, .product .col-lg-4, .product .col-lg-5, .product .col-lg-6, .product .col-lg-7, .product .col-lg-8, .product .col-lg-9, .product .col-md-1, .product .col-md-10, .product .col-md-11, .product .col-md-12, .product .col-md-2, .product .col-md-3, .product .col-md-4, .product .col-md-5, .product .col-md-6, .product .col-md-7, .product .col-md-8, .product .col-md-9, .product .col-sm-1, .product .col-sm-10, .product .col-sm-11, .product .col-sm-12, .product .col-sm-2, .product .col-sm-3, .product .col-sm-4, .product .col-sm-5, .product .col-sm-6, .product .col-sm-7, .product .col-sm-8, .product .col-sm-9, .product .col-xs-1, .product .col-xs-10, .product .col-xs-11, .product .col-xs-12, .product .col-xs-2, .product .col-xs-3, .product .col-xs-4, .product .col-xs-5, .product .col-xs-6, .product .col-xs-7, .product .col-xs-8, .product .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}



.products-list .ac-box-container {
    margin-bottom: 0px;
}

.products-list .product {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #dedede;
}

.products-list .product .thumbnail {
    margin-bottom: 0;
}

.products-list .product .product-details-container .product-details {
    min-height: 60px;
}

.products-list .product .product-details-container .product-details h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 2px 0;
}

.products-list .product .product-details-container .product-details h4 {
    font-size: 17px;
    font-weight: 400;
    margin: 5px 0 2px 0;
}


.products-list .product .product-details-container .product-price-details ul {
    text-align: left;
    display: inline-block;
    color: #888;
    font-size: 15px;
    line-height: 1.7;
}


.products-list .product .product-details-container .product-price {
    border-left: 1px solid #ddd;
    min-height: 100px;
}

.products-list .product .product-details-container .product-price p {
    margin: 0;
}

.products-list .product .product-details-container .product-price .price {
    font-size: 40px;
    font-weight: 700;
    color: #f90139;
    line-height: 1;
}

.products-list .product .product-details-container .product-price .price .currency {
    font-size: 24px;
    font-weight: 500;
}

.products-list .product .product-details-container .product-price .instead-of {
    color: #888;
}

.products-list .product .product-details-container .product-price .reduction {
    color: #f90139;
    font-size: 14px;
    font-weight: 500;
}

.products-list .product .product-details-container .product-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #0888fb;
    border-color: #0888fb;
    padding: 8px 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.products-list .product .product-details-container a.product-link {
    color: #fff;
    
}

.products-list .product .product-details-container a.product-link:hover,
.products-list .product .product-details-container a.product-link:active,
.products-list .product .product-details-container a.product-link:visited
{
    color: #fff;
    background-color: #00529a;
    border-color: #00529a;
}



.filterFormTitle {
    background-color: #0888fb;
    padding: 10px 15px;
    color: #fff;
}


#filter-product-form .filter-button {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #0888fb;
    border-color: #0888fb;
    padding: 10px 30px;
    margin-top: 10px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
}

#filter-product-form a.filter-button {
    color: #fff;
}

#filter-product-form .filter-button:hover,
#filter-product-form .filter-button:active,
#filter-product-form .filter-button:visited,
#filter-product-form a.filter-button:hover,
#filter-product-form a.filter-button:active,
#filter-product-form a.filter-button:visited
{
    color: #fff;
    background-color: #00529a;
    border-color: #00529a;
}


#filter-product-form .filter-button::before {
    font-family: fontAwesome;
    font-size: 17px;
    content: '\f021';
    color: #fff;
    position: absolute;
    top: 9px;
    left: 8px;
}



.filters-list {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    max-height: 180px;
}

.filters-list::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(240,238,238,.3);
}
.filters-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a7a8a9;
}
.filters-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(240,238,238,.6);
}


.ad-accordion-section-title .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    margin-right: 0px;
    color: #2c3e50;
}
.ad-accordion-section-title .accordion-toggle.collapsed:after {
    content: "\f067";
}


/* end products by type */



/* start product identity */



.product-identity-container h2 {
    color: #5c5c5c;
    font-size: 1.2em;
}

.product-identity .product-details-container .product-price {
    background-color: #090a4a;
    padding: 10px 20px 20px 20px;
    color: #ededf9;
}



.product-identity .product-details-container .product-price p {
    margin: 2px 0;
}

.product-identity .product-details-container .product-price p.start-from {
    margin-bottom: 5px;
}



.product-identity .product-details-container .product-price .price {
    font-size: 40px;
    font-weight: 700;
    color: #f90139;
    background: white;
    border-radius: 8px;
    padding: 5px;
}
.product-identity .product-details-container .product-price .price .currency {
    font-size: 24px;
    font-weight: 500;
}

.product-identity .product-details-container .product-price h4 {
    background-color: #f90139;
    color: #fff;
    padding: 6px 4px;
    margin-top: 5px;
    line-height: 2.5;
}

.product-identity .product-details-container .product-price .instead-of {
    color: #f3f3f3;
}

.product-identity .product-details-container .product-price .reduction {
    color: #2c3e50;
    font-size: 14px;
}

.product-identity .product-details-container a.product-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.product-identity .product-details-container a.product-link:hover,
.product-identity .product-details-container a.product-link:visited,
.product-identity .product-details-container a.product-link:active
 {
    color: #fefefe;
    border: 1px solid #fdfdfd;
}




.product-identity .product-details-container .product-price-details {
    background-color: #ededf9;
    color: #090a4a;
    padding: 20px;
}

.product-identity .product-details-container .product-price-details ul {
    text-align: left;
    display: inline-block;
    color: #2c3e50;
    font-size: 15px;
    line-height: 1.7;
}

.product-identity .product-details-container .product-price-details ul li {
    padding: 5px 0;
}

.product-identity .product-details-container .product-price-details ul li .fa {
    font-size: 22px;
}

#product-form-container {
    padding: 5px 0;
    background: #3BBCD9;
}

/* end product identity */



/* start product prices */

#product-prices-content {
    max-height: 1000px;
}

.product-prices table thead {
    font-size: 18px;
    font-weight: 700;
}



.product-prices table .product-price p {
    margin: 0;
}

.product-prices table .product-price .discount {
    font-size: 25px;
    font-weight: 700;
    color: #f90139;
    line-height: 1.2;
}

.product-prices table .product-price .price {
    font-size: 40px;
    font-weight: 700;
    color: #f90139;
    line-height: 1;
}

.product-prices table .product-price .price .currency {
    font-size: 24px;
    font-weight: 500;
}

.product-prices table .product-price .instead-of {
    color: #888;
}

.product-prices table .product-price .reduction {
    color: #2c3e50;
    font-size: 14px;
}

.product-prices table .product-price .product-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #0888fb;
    border-color: #0888fb;
    padding: 8px 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.product-prices table .product-price .product-link a {
    color: #fff;
}


/* end product prices */


h1 i.fa-star {
    font-size: 0.5em;
}

h4 i.fa-star {
    font-size: 0.8em;
}


.vertical-menu {
    margin: 20px 0 35px 0;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
}

.vertical-menu h3 {
    x-background-color: #f90139;
    x-background-image: radial-gradient(circle, #f80d0f, #f90139);
    background-color: #00a8de;
    background-image: radial-gradient(circle, #2fb3dd, #00a8de);
    padding: 15px 10px;
    margin: 0;
    color: #fff;
}

.vertical-menu ul {
    background: #fafafa;
}



.vertical-menu li {
    padding-bottom: 0px;
    padding-left: 0px;
}


.vertical-menu li:hover {
    background: #fff;
}


.vertical-menu li a{
    color: #333;
}


.vertical-menu li a {
    position: relative;
    user-select: none;
    display: block;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #eaeaea;
    padding: 0 16px;
    color: inherit;
    
}


.btn-search-like {
    background-color: #fdfdfd;
    border-radius: 16px;
    border-width: 0;
    color: #888;
    x-display: inline-block;
    text-align: left;
    height: 36px;
    width: 100%;
    position: relative;
    padding: 4px 10px;
    border: 1px solid #888;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    min-height: 36px;
    min-width: 200px;
}

.btn-search-like span {
    padding: 0 0 0 4px;
}
.btn-search-like::after {
    color: #009fd9;
    content: "Modifier";
    display: block;
    float: right;
}




#filter-product-form {
    color: #4c4c4c;
    padding-left: 0;
    padding-right: 0;
}

#filter-product-form .form-group {
    margin-bottom: 2px;
}

#filter-product-form h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

#filter-product-form h3 a {
    text-decoration: none;
    color: #2c3e50;
}

#filter-product-form .checkbox {
    font-size: 16px;
}


#filter-product-form .checkbox label {
    padding-left: 10px;
}

#filter-product-form input[type=checkbox]
{
  padding: 10px;
}

#filter-product-form-container .row>* {
    padding-left: 0;
    padding-right: 0;
}


@media (min-width: 768px) {
    
    .ac-collapse {
        display: none;
    }
    
    .ac-collapse-target {
        display: block!important;
    }
    
}



.product-navigation {
    color: #707070;
    border-bottom: 1px solid #ddddde;
    font-size: 17px;
    text-decoration: none;
}

.product-navigation .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
    position: relative;
}

.product-navigation .list-inline>li:first-child {
    padding-left: 0;
}

.product-navigation .list-inline>li:last-child {
    padding-right: 0;
}

.product-navigation a {
    color: #707070;
    text-decoration: none;
    font-size: 17px;
}

.product-navigation a.current, .product-navigation a:hover {
    color: #303030;
}

.product-navigation ul li a.current:after, .product-navigation ul li a:hover:after {
    background: none repeat scroll 0 0 #303030;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    -moz-animation: 0.5s ease-out 0s normal none 1 running transmenu_right;
    -webkit-animation: 0.5s ease-out 0s normal none 1 running transmenu_right;
    -ms-animation: 0.5s ease-out 0s normal none 1 running transmenu_right;
    -o-animation: 0.5s ease-out 0s normal none 1 running transmenu_right;
    animation: 0.5s ease-out 0s normal none 1 running transmenu_right;
}

@keyframes transmenu_right {
    0% {
        left: 0;
        width: 0;
    }

    100% {
        left: 0;
        width: 100%;
    }
}

@-webkit-keyframes transmenu_right {
    0% {
        left: 0;
        width: 0;
    }

    100% {
        left: 0;
        width: 100%;
    }
}


#product-navigation.affix {
    position: fixed; 
    top: 66px; 
    z-index:1;
    background-color: #fff;
    
}

#product-navigation.affix {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    margin: 0 auto;
    
}



.product-flight-price .price {
    color: #2c3e50;
    font-size: 26px;
    font-weight: 700;
}


.product-flight-price .currency {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 400;
}

.product-flight-price.best .price {
    color: #ff3547;
}
.product-flight-price.best .currency {
    color: #ff3547;
}


/* box color schemes*/

.box__color-scheme1 {
    background: #ededf9;
    color: #090a4a;
}

.box__color-scheme2 {
    background: #090a4a;
    color: #ededf9;
}

/* added */


.twitter-typeahead {
    width: 100%;
}

.carousel-indicators,
.carousel-control-prev, .carousel-control-next {
    z-index: 1001;
}


.tt-menu {
    width: 100%;
    margin-top: 1px;
    min-width: 180px;
    padding: 7px 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.typeahead-scrollable .tt-menu {
    max-height: 250px;
}

.typeahead-rtl .tt-menu {
    text-align: right;
}

.tt-suggestion {
    padding: 8px 15px;
    cursor: pointer;
}

.tt-suggestion.tt-cursor {
    background-color: #f5f5f5;
}

.tt-suggestion p {
    margin: 0
}

.tt-suggestion.tt-selectable:before {
    content: '';

    display: inline-block;
    font-size: 1px;
    margin-right: .1em;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tt-suggestion.tt-selectable:focus,.tt-suggestion.tt-selectable:hover {
    background-color: #fafafa;
    
}

.tt-dataset-group .tt-suggestion {
    padding-left: 24px;
    padding-right: 24px
}

.tt-heading {
    font-size: 11px;
    line-height: 1.82;
    padding: 8px 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
}



/* begin scrollbar */
::-webkit-scrollbar-corner { background: rgba(0,0,0,0.5); }

* {
    scrollbar-width: thin;
    scrollbar-color: var(--thm-scroll-bar-color) var(--thm-scroll-bar-bg-color);
}

*::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

*::-webkit-scrollbar-track {
    background: var(--thm-scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--thm-scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--thm-scroll-bar-bg-color);
}

/* end scrollbar */



.ui-jqgrid-htable thead tr th input[type="checkbox"]{
    margin: 1px 1px;
}

.ui-jqgrid .ui-jqgrid-titlebar {
	font-size: 17px !important;
	height: 29px !important;
}

.ui-jqdialog {
    height: auto !important;
}

.ui-jqgrid .ui-search-table td.ui-search-input {
	padding: 1px;
}

.ui-jqgrid tr.ui-search-toolbar td input {
	width: 100%;
}

.ui-jqgrid .ui-search-table td.ui-search-clear {
	display: none;
}

.ui-widget .ui-dialog-content.ui-widget-content{
	font-size: 0.9rem;
}

.ui-widget fieldset h4{
	font-size: 1.2rem;
}

.ui-widget .ui-dialog-content.ui-widget-content legend {
	font-size: 1.25rem;
}

.ui-jqdialog-content .EditTable .EditButton a {
    padding: 7px 25px !important;
}


/* form elements */
.form-selectxx {
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.datepicker-calendar::after {
    font-family: fontAwesome;
    font-size: 20px;
    content: '\f073';
    color: #b4bcc2;
    position: absolute;
    top: 9px;
    right: 15px;
}

.datepicker-calendar.with-label::after {
    font-family: fontAwesome;
    font-size: 20px;
    content: '\f073';
    color: #b4bcc2;
    position: absolute;
    top: 35px;
    right: 15px;
}