


.col-usr-img {
  max-width: 45px;
}

.col-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.new-comment-outer {
  /*position: absolute; */
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #f0f0f0;
  border-radius: 0px 0px 4px 4px;
  height: 55px;
  padding: 10px;
  border: 1px solid rgba(227, 227, 227, 0.8);
  color: rgba(102, 102, 102, 0.8); }
  .new-comment-outer > .col {
    padding: 0px; }
  .new-comment-outer .item-input-inset {
    padding: 0px;
    border: none;
    background: transparent;
    margin: 0px; }
  .new-comment-outer .item-input-wrapper {
    background-color: #FFFFFF;
    border: 1px solid rgba(227, 227, 227, 0.8); }
    .new-comment-outer .item-input-wrapper input {
      color: rgba(102, 102, 102, 0.8); }
      .new-comment-outer .item-input-wrapper input::-webkit-input-placeholder {
        color: rgba(179, 179, 179, 0.8); }
      .new-comment-outer .item-input-wrapper input::-moz-placeholder {
        color: rgba(179, 179, 179, 0.8); }
      .new-comment-outer .item-input-wrapper input:-moz-placeholder {
        color: rgba(179, 179, 179, 0.8); }
      .new-comment-outer .item-input-wrapper input:-ms-input-placeholder {
        color: rgba(179, 179, 179, 0.8); }
  .new-comment-outer .send-comment-button {
    color: #2B7BF2; }
    .new-comment-outer .send-comment-button::before {
      font-size: 28px; }



/*      Modal      */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4200; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    padding-bottom: 200px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.portfolio-modal-header{
  padding: 15px !important;
}

.portfolio-modal-close{
  font-size: 30px !important;
  margin-top: -10px !important;
}

.portfolio-modal-body{
  padding: 15px !important;
}

.portfolio-modal-footer{
  padding: 10px !important;
  border-top: 1px solid #e5e5e5 !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 48px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #f00;
    text-decoration: none;
    cursor: pointer;
}

.register-modal-header {
    background-color: #ffefd8 !important;
    border-bottom: 1px solid #ffdba5 !important;
}

.register-modal-footer{
    background-color: #ffefd8 !important;
    border-bottom: 1px solid #ffdba5 !important;
}

.register-modal-addon{
    background-color: #fbfbfb !important;
    border: 1px solid #ccc !important;
}

.modal-error{
  background-color: #ff9393 !important;
}

.address-modal-header {
    background-color: #d8e9ff !important;
    border-bottom: 1px solid #a5daff !important;
}

.address-modal-footer{
    background-color: #d8e9ff !important;
    border-bottom: 1px solid #a5daff !important;
}

.fixed-size-addon{
  min-width: 40px;
  max-width: 40px;
}

.fixed-size-addon-small{
  max-width: 35px !important;
  padding: 5px !important;
}

.message-error{
  color: red;
}

.messageError{
  color: red;
  margin-top: -10px;
}


.messageSuccess{
  color: #17b505;
  margin-top: -10px;
}

.invalid-form-icon{
  color: #bd0000 !important;
}

.valid-form-icon{
  color: #16b506 !important;
}

.modal-header {
    padding: 2px 16px;
    background-color: #e2e2e2;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

.modal-header h2{
  font-size: 18px;
  color: #366588;
}

.modal-body {
  padding: 2px 0px;
}

.modal-body-content {
  padding: 2px 16px;
}

.modal-body h2{
    font-size: 18px;
    color: #366588;
}

.modal-body > .unfollow-question span{
  color: #717171;
  display: contents;
}

.modal-item-info{
  text-align: center;
  margin: 20px;
}

.modal-item-info-model{
  vertical-align: sub;
  color: #66666673;
  font-size: 18px;
  margin-right: 10px;
}

.modal-item-info-price{
  color: #39b145fc;
  font-size: 22px;
}

.modal-item-desc{
  color: #0091ff;
  font-weight: 300;
}

.modal-item-exist{
  margin-bottom: 25px;
  margin-top: 25px;
}

.modal-item-exist h3{
  font-weight: 200;
  font-size: 16px;
  margin: 0px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #e2e2e2;
    color: white;
    border-radius: 0px 0px 5px 5px;
}

.modal-footer h3{
  color: #366588;
  font-size: 16px;
  margin-top: 10px !important;
}


/* --------------------------------- */


.shop-cart-noResults h3{
  color: #5729699c;
  font-size: 20px;
}

.shop-cart-noResults h4{
  color: #5729699c;
  font-size: 14px;
}

.shop-cart-noResults > .fa{
  color: #5729699c !important;
  font-size: 60px !important;
  font-weight: 100;
}

.wizard-steps li .title {
    color: #2a6989 !important;
}


/*  Profile popover   */

#profile-pop-wrapper {
    z-index: 100;
    position: fixed;
    right: 2px;
    top:0;
    width: 154px;
    height: 181px;
    transform: translateY(-127px);
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    border: 1px solid rgba(0,0,0,.15);
    padding: 5px;
}



.profile-pop-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 154px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#profile-pop-wrapper.active {
/*  right: 250px; */
    top: 180px;
    width: 154px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    border-radius: 0!important;
    -webkit-box-shadow: -4px 4px 4px rgba(0,0,0,.2);
    box-shadow: -4px 4px 4px rgba(0,0,0,.2)

}

.profile-pop-active a{
    color: #0091ff !important;
    font-weight: bold;
}

.profile-pop-icon-brand{
  color: #369fdc;
  font-size: 18px !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}

.profile-pop-icon {
  font-size: 13px !important;
  display: inline-block;
  min-width: 30px;
  margin-right: 7px;
  vertical-align: sub;
  text-align: center;
}

.profile-pop-text{
  margin-left: -13px;
  font-size: 13px;
}

.profile-pop-nav li {
    text-indent: 2px;
    line-height: 40px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0 0;
}

.profile-pop-row:hover {
    text-indent: 2px;
    line-height: 40px;
    border-color: #c8d8e2;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}


.profile-pop-row a {

}

.profile-pop-nav li a {
    display: block;
    text-decoration: none;
    color: #484848;
}



.profile-pop-nav > .profile-pop-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
}

.profile-pop-nav > .profile-pop-brand a {
    color: #369fdc;
}



/*  ----------------- */


/*  Shop-cart*/

#shop-cart-wrapper {
    z-index: 4100;
    position: fixed;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(300px);
    overflow-y: auto;
    background: #5ab85a;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.shop-cart-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-cart-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.shop-cart-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.shop-cart-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.shop-cart-nav li a:active,
.shop-cart-nav li a:focus {
    text-decoration: none;
}

.shop-cart-nav > .shop-cart-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.shop-cart-brand span{
  color: white;
  font-size: 16px;
}



.shop-cart-nav > .shop-cart-brand span {
    color: #fff;
    font-weight: 200;
}

.shop-cart-nav > .shop-cart-brand span:hover {
    color: #fff;
    background: none;
}

#shop-cart-wrapper.active {
    right: 300px;
    width: 300px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.divider{
  height: 2px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #c4c4c4;
  margin-right: 3%;
  margin-left: 3%;
}

.divider-slim{
  height: 2px;
  margin: 4px 0;
  overflow: hidden;
  background-color: #e5e5e559;
}

.shop-cart-item{
  margin-top: 5px;
  margin-bottom: 5px;
}

.qtyAlertItem{
  background: #ff00002e;
  border-radius: 10px;
}

.shop-cart-item:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.qtyAlert-icon{
  color:#770000;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 20px;
  left:45px;
  cursor:pointer;
}

.qtyAlert-icon-resume{
  color:#770000;
  font-size: 15px;
  cursor:pointer;
}

.qtyAlert-icon-resume:hover{
  font-size: 30px !important;
}

.qtyAlert-icon:before{
  cursor:pointer;
}

.qtyAlert-icon:hover{
  font-size: 30px !important;
}

.shop-cart.item > .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5{
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.shop-cart-pic-div{
  text-align: left;
}

.shop-cart-pic-div h3{
  color: #000;
  font-size: 14px;
}

.shop-cart-pic{
  width: 100%;
  min-height: 60px;
  border-radius: 12px;
  cursor: pointer;
}

.shop-cart-pic:hover{
  box-shadow: 3px 3px 2px #888888;
  width: 103%;
  margin-left: -3px;
}

.shop-cart-title{
  text-align: left;
}

.shop-cart-title h3{
  color: #000;
  font-size: 14px;
}

.shop-cart-cant{
  text-align: center;
}

.shop-cart-cant h3{
  color: #000;
  font-size: 14px;
}

.shop-cart-cant-select{
  /* height: 25px;  */
  /* left: 30%; */
  top: 15px;
  position: relative;

}

.item-action-icon{
  color: #5d0808;
  font-size: 22px;
  vertical-align: bottom;
  margin-left: -15px;
  cursor: pointer;
}

.item-qty-icon{
  width: 30%;
  cursor: pointer;
  display: inline !important;
  font-size: 12px;
  position: relative;
  top: 6px;
}

.item-qty-span{
  width: 30%;
  vertical-align: baseline;
  cursor: pointer;
}

.shop-cart-price{
  text-align: right;
}

.shop-cart-price h3{
  color: #000;
  font-size: 14px;
}

.totals-caption h3{
  font-size: 15px;
  color: #3b10b5;
}

.total-caption h3{
  font-size: 17px !important;
  color: #a72a00 !important;
}

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

.text-right h3{
  margin-right: 10px;
  font-size: 15px;
  color: #3b10b5;
}


/* ------------ */


/* ------------- ORDERS ---------------- */
.order-data{
  font-weight: 200;
  font-size: 15px;
  padding: 10px;
}

.order-data-number{
  text-align: right;

}

.order-data-number h3{
  font-weight: 200;
  font-size: 15px;
  margin: 5px;
  margin-right: 25px;
}

.order-data-number h4{
  display: inline-block;
  font-weight: 200;
  font-size: 15px;
  margin: 5px;

  background-color: #e7f2f9;;
  border-style: solid;
  border-right-width: 15px;
  border-left-width: 10px;
  border-color: #e7f2f9;;
  margin-right: 0px;
  border-radius: 5px 0px 0px 5px;
}

.order-data-number h5{
  display: inline-block;
  font-weight: 200;
  font-size: 15px;
  margin: 5px;
  margin-right: 25px;
  color: #39b145fc;

  background-color: #e7f2f9;
  border-style: solid;
  border-right-width: 15px;
  border-color: #e7f2f9;
  margin-right: 0px;
  margin-left: 0px;
}

.order-panel{
  position: relative;
  /* background-color: #fefefe; */
  padding: 0;
  margin: 15px 0 15px 10px;
  /*border: 1px solid #76abcd;*/
  width: 90%;
  border-radius: 7px;
  margin-top: 15px !important;
  /*box-shadow: 0 4px 8px 0 rgba(255,255,255,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.order-panel-title{
  /*background-color: #f0f4f9 !important;*/
  border-bottom: 1px solid #74a9ce !important;
  padding: 0 5px 0 10px !important;
  width: 100%;
  border-radius: 5px 5px 0 0;
  cursor:pointer;
}

.order-panel-title:hover{
  background-color: #909090 !important;
  border-bottom: 1px solid #0c77c1 !important;
  color: white !important;
}

.order-panel-title:hover h2{
  color: white !important;
}

.order-panel-title:hover span{
  color: white !important;
  background-color: gray;
}

.order-panel-title span {
    border: 5px solid #ced1d6;
    color: #536374;
    font-size: 12px;
    border-radius: 100%;
    background-color: #FFF;
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 14px;
    border-width: 3px;
    vertical-align: text-bottom;
}

.order-panel-title h2{
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  margin: 5px;
}

.order-panel-title h1{
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  margin: 5px;
  color: #3e8cbb;
}

.order-panel-title h3{
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  margin: 10px;
  margin-left: 0px;
}


.order-panel-title > .fa-sort-down{
  float: right;
  margin: 5px 10px 0 0;
  cursor: pointer;
  font-size: 20px;
  color: #88898a;
}

.qtyAlertTriangle{
  margin-left: 15px;
  font-size: 25px;
  color: #770000;
  cursor: pointer;
}

.qtyAlertTriangle:hover{
  font-size: 35px;
}

.order-panel-body{
  width: 100%;
  padding: 5px 5px 5px 10px !important;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.8s;
}

.order-panel-body li{
  text-indent: 0px !important;
  line-height: inherit !important;
  color: #4e4e4e;
}

.order-panel-body h2{
  font-weight: 200;
  font-size: 16px;
  display: inline-block;
  margin: 5px;
  color: #858585;
}

.order-panel-body h3{
  font-weight: 200;
  font-size: 16px;
  display: inline-block;
  margin: 5px;
  color: #0000ff;
}

.order-panel-footer{
  /*background-color: #f0f4f9 !important;*/
  border-top: 1px solid #74a9ce !important;
  padding: 0 5px 0 10px !important;
  width: 100%;
  border-radius: 0 0 5px 5px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.8s;
}

.order-panel-footer h3{
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  margin: 10px;
}

.order-panel-footer h4 {
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  margin: 10px;
  color: #39b145fc;
  margin-left: 0px;
}

.orders-icon{
  color: #545454;
  font-size: 20px;
}

.oxxo-payment-button{
  width:40%;margin: 15px;
}




.badge-success{
    background-color: #41752b!important;
}

.navbar-badge{
  font-size: 15px;
  vertical-align: baseline;
}

.navbar-arrow{
  color: white;
  vertical-align: super;
  margin-left: 7px;
  font-size: 20px;
}

.navbar-icon{
  display: inline-block;
  font-size: 25px;
  color: #FFF;
  text-align: center;
  width: 20px;
  min-width: 30px;
  vertical-align: sub;
  text-align: center;
}

.navbar-shopcar-div:hover{
  background-color: #2c7659;
}

.navbar-shopcar-div{
  text-align: center;
  background-color: #5bb85b;
  line-height: 54px;
  height: 54px;
  cursor: pointer;
  border-right: 1px;
  border-left: 1px;
  border-color: #fff;
  border-style: solid;
  border-bottom: 0px;
  border-top: 0px;
}

.navbar-profile-div:hover{
  background-color: #487c9a;
}

.navbar-profile-div{
  text-align: center;
  background-color: #62a8d1;
  line-height: 54px;
  height: 54px;
  cursor: pointer;
  border-right: 1px;
  border-left: 0px;
  border-color: #fff;
  border-style: solid;
  border-bottom: 0px;
  border-top: 0px;
}

.navbar-profile-div h4{
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}

.login-form{
  padding-right: 5%;
  padding-left: 5%;
}

.login-input:invalid{
  border-color: #e96666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.item-actions{
  padding-bottom: 15px;
}

.item-info-price{
  color: #39b145fc;;
  font-size: 16px;
}

.item-info-model{
  vertical-align: sub;
  color: #66666673;
  font-size: 12px;
  margin-right: 10px;
}


.item-title h3{
  font-size: 15px;
  color: #295d81;
}

.item-title{
  padding-left: 15px;
  padding-right: 15px;
}

.item-picture{
    min-height: 200px;
    border-radius: 22px;
}

.item-data-div{
  cursor: pointer;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 25px;
  margin-top: 35px;
  margin: 20px;
}

.item-data-div:hover h3{
    /* color: #45008c; */
}

.item-data-div:hover {
    background-color: #f5f5f5;
    box-shadow: 3px 3px 2px #888888;
}

.orderEnded{
  background-color: #e6e6e6;
}

.orderEndedTitle{
  color: #610000fc !important;
}


.item-div{
  text-align:center;
}

.navbar-fixed-top{
  margin-top:0px;background-color: #428db9;margin: 0px;width: 100% !important;
  top: 0;
  min-height: 54px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1430;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.navbar-logo{
  max-width: 120px;
  /* margin-right: -10px; */
  float: right;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 2000;
  background-color: #f5f5f54d;
  border-radius: 100px;
}

.sidebar-fixed-div{
    height: 100%;
    position: fixed;
    top: auto;
    /* float: none!important; */
    z-index: 1027;
    /* float: right; */
    margin-right: 0px;
}

.sidebar-fixed{
  height: 100%;
  border-right: 1px;
  border-left: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-bottom: 0px;
  border-top: 0px;
  background-color: #f8f8f8;
  position: relative !important;
}

.menu-content-div{
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
  height: 100%;
}

.main-page{
  margin-top:54px;
}


.menu-div{
  height: 100%;
  padding: 0px;
}

.inview-header {
    position: relative;
    padding: 10px 0 !important;
    color: #428db9 !important;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #f5f5f5 !important;
}

.inview-header {
    /* margin-bottom: 40px !important; */
    height: 41px !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
}

.inview-header h1 {
    color: #5796c1 !important;
    font-size: 14px !important;
    line-height: 20px;
    margin-top: 0px;
}

.inview-header-searchbar {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    padding: 10px 0 !important;
    color: #428db9 !important;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #f5f5f5 !important;
}

.shopSearchbar{
    margin-right: 5%;
    margin-left: 5%;
}


/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */



/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
        font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 4000;
    position: fixed;
    width: 250px;
    height: 100%;
    right: 0;
    overflow-y: auto;
    background: #f3f3f3;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translateX(250px);
}

.sidebar-nav {
    font-family: "Helvetica";
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}



.sidebar-active {
  background: #f2f6f9;
}

.sidebar-active a{
    color: #0091ff !important;
    font-weight: bold;
}

.sidebar-active li:after{
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: -10px;
  bottom: auto;
  z-index: 1;
  border-style: solid;
  border-width: 20px 0 21px 10px;
  border-color: transparent;
}

.menu-icon {
  font-size: 18px !important;
  display: inline-block;
  min-width: 30px;
  margin-right: 2px;
  vertical-align: sub;
  text-align: center;
}

.menu-text{
  margin-left: -13px;
  font-size: 15px;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 0 0;
}

.sidebar-row{
  cursor: pointer;
}

.sidebar-row:hover {
    text-indent: 20px;
    line-height: 40px;
    border-color: #c8d8e2;
    border-style: solid;
    border-width: 1px;
}

.sidebar-row a {
    margin-left: -20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #585858;
}



.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}



#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    box-shadow: 3px 3px 2px #888888;
    right: 80px;
    width: 250px;
    transform: translateX(80px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 4000;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 100px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}


.item-actions{
  padding-bottom: 0px;
  float: right !important;
  display: inline-block;
  width: 40%;
  text-align: right;
  /*margin-top: 20px;*/
  margin-right: 20px !important;
}

.item-info-price{
  color: #39b145fc;;
  font-size: 15px;
  margin-top: 0px;
}

.item-info-model{
  vertical-align: sub;
  color: #66666673;
  font-size: 12px;
  margin-right: 10px;
}

.item-info{
  display: inline-block;
  width: 50%;
}

.item-title h3{
  font-size: 14px;
  color: #295d81;
}

.item-title{
  padding-left: 0px;
  padding-right: 0px;
  min-height:10px;
}


.item-data-div{
  border-color: #cccccc;
  border-style: solid;
  border-radius: 15px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px !important;
  background-color: #ffffff94;
}

.item-div{
  padding: 3px;
  text-align: left;
}

.item-picture{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  min-height: 200px;
  border-radius: 13px 0px 0px 13px;
}

.item-caption{
  width: 60%;
  margin-top: -10px;
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.item-title{
  /*min-height:100px;*/
}

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

  .item-data-div{
    margin-bottom: 5px !important;
  }

  .modal-content {
      width: 30%;
  }

  .item-title{
    /*min-height:80px;*/
  }

  .iva-caption:after {
    content: "";
    display: block;
    margin-left: 100px;
    width: 100%;
    border-bottom: 2px solid #8bc88b;
  }

  .iva-caption:before {
    content: "";
    display: block;
    margin-left: 100px;
    width: 100%;
    border-bottom: 2px solid #8bc88b;
  }

  .iva-number:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 60%;
    border-bottom: 2px solid #8bc88b;
  }

  .iva-number:before {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 60%; /* Change this to whatever width you want. */
    border-bottom: 2px solid #8bc88b; /* This creates the border. Replace black with whatever color you want. */
  }

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

  .totals-caption h3{
    margin-right: 30px;
  }

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

  .total-caption h3{
    margin-right: 30px;
  }

  .navbar-row{
    padding-right: 69px;
  }


  .text-right h3 {
    margin-right: 30px;
  }

  .shop-cart-price h3{
    margin-right: 30px;
  }

  /*  Shop-cart*/

  #shop-cart-wrapper {
      z-index: 4100;
      position: fixed;
      right: 0;
      width: 900px;
      height: 100%;
      transform: translateX(900px);
      overflow-y: auto;
      background: #5ab85a;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  .shop-cart-nav {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
  }

  #shop-cart-wrapper.active {
      right: 900px;
      width: 900px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  .big-screen-margin{
    padding-left: 15%;
    padding-right: 15%;
  }

  /* ------------ */
}

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

  .navbar-fixed-top{
    box-shadow: -2px 1px 2px #888888;
  }



  .modal-content {
    width: 40%;
  }

  .iva-caption:after {
    content: "";
    display: block;
    margin-left: 20px;
    width: 100%;
    border-bottom: 2px solid #8bc88b;
  }

  .iva-caption:before {
    content: "";
    display: block;
    margin-left: 20px;
    width: 100%;
    border-bottom: 2px solid #8bc88b;
  }

  .iva-number:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    border-bottom: 2px solid #8bc88b;
  }

  .iva-number:before {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 90%; /* Change this to whatever width you want. */
    border-bottom: 2px solid #8bc88b; /* This creates the border. Replace black with whatever color you want. */
  }

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

  .totals-caption h3{
    margin-right: 10px;
  }

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

  .total-caption h3{
    margin-right: 10px;
  }

  .navbar-row{
    padding-right: 0px;
  }

  .text-right h3 {
    margin-right: 10px;
  }

  .shop-cart-price h3{
    margin-right: 10px;
  }

  /*  Shop-cart*/

  #shop-cart-wrapper {
      z-index: 4100;
      position: fixed;
      right: 0;
      width: 500px;
      height: 100%;
      transform: translateX(500px);
      overflow-y: auto;
      background: #5ab85a;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  .shop-cart-nav {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
  }

  #shop-cart-wrapper.active {
      right: 500px;
      width: 500px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  /* ------------ */


  .navbar-arrow{
    margin-left: 3px;
    font-size: 15px;
  }

  .navbar-profile-div{
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .navbar-shopcar-div{
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .navbar-badge{
    font-size: 12px;
    vertical-align: baseline;
  }

  .navbar-icon{
    min-width: 25px;
  }

  .navbar-logo{
    left: 50%;
  }

  .row{
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .col-sm-12{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }


  .main-page{
    margin-right: 0px;
    margin-top:54px;
    margin-left: 0px;
  }

  .menu-content-div{
    margin-left: 0px;
    border-right: 0px;
    border-left: 0px;
    border-color: #cccccc;
    border-bottom: 0px;
    border-top: 0px;
    height: 100%;
  }

  .big-screen-margin{
    padding-left: 10%;
    padding-right: 10%;
  }

}

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

  .modal-content {
      width: 80%;
  }



  /*  Shop-cart*/

  #shop-cart-wrapper {
      z-index: 4100;
      position: fixed;
      right: 0;
      width: 500px;
      height: 100%;
      transform: translateX(500px);
      overflow-y: auto;
      background: #5ab85a;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  .shop-cart-nav {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
  }

  #shop-cart-wrapper.active {
      right: 500px;
      width: 500px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  /* ------------ */



  .item-actions{
    padding-bottom: 0px;
    float: right;
    display: inline-block;
    width: 40%;
    text-align: right;
    margin-top: 15px;
  }

  .item-info-price{
    color: #39b145fc;;
    font-size: 15px;
    margin-top: 0px;
  }

  .item-info-model{
    vertical-align: sub;
    color: #66666673;
    font-size: 12px;
    margin-right: 10px;
  }

  .item-info{
    display: inline-block;
    width: 50%;
  }

  .item-title h3{
    font-size: 14px;
    color: #295d81;
  }

  .item-title{
    padding-left: 0px;
    padding-right: 0px;
    min-height:10px;
  }

  .item-data-div{
    border-color: #cccccc;
    border-style: solid;
    border-radius: 15px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px !important;
  }

  .item-div{
    padding: 3px;
    text-align: left;
  }

  .big-screen-margin{
    padding-left: 5%;
    padding-right: 5%;
  }

}

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

  .profile-user-data {
    width: 90%;
    text-align: center;
    margin: 30px auto;
  }

  .big-screen-margin {
    padding-left: 0%;
    padding-right: 0%;
  }

  .item-actions{
    padding-bottom: 0px;
    /*float: left !important;*/
    display: inline-block;
    width: 80%;
    text-align: right;
    margin-top: -20px;
    margin-left: 20px !important;
  }



  .modal-content {
      width: 85%;
  }

  /*  Shop-cart*/

  #shop-cart-wrapper {
      z-index: 4100;
      position: fixed;
      right: 0;
      width: 400px;
      height: 100%;
      transform: translateX(400px);
      overflow-y: auto;
      background: #5ab85a;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  .shop-cart-nav {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
  }

  #shop-cart-wrapper.active {
      right: 400px;
      width: 400px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  /* ------------ */


  .item-info-price{
    color: #39b145fc;;
    font-size: 12px;
    margin-top: 5px;
  }

  .item-info-model{
    vertical-align: sub;
    color: #66666673;
    font-size: 9px;
    margin-right: 10px;
  }

  .item-info{
    margin-top: -10px;
    width: 60%;
  }

  .item-title h3{
    font-size: 12px;
  }

  .item-caption{
    margin-top: -15px;
  }

  .item-picture{
    min-height: 180px;
  }

  .oxxo-payment-button{
    width:60%;
  }

}

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

  .oxxo-payment-button{
    width:80%;
  }

  .navbar-icon {
      min-width: 15px;
  }


  .navbar-profile-div h4 {
    font-size: 13px;
  }

  .item-info {
    margin-top: -10px;
    width: 50%;
  }

  .item-actions {
    width: 50%;
  }

  .modal-content {
      width: 95%;
  }

  .shop-cart-cant{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .item-action-icon {
    margin-left: -20px;
  }

  /*  Shop-cart*/

  #shop-cart-wrapper {
      z-index: 4100;
      position: fixed;
      right: 0;
      width: 300px;
      height: 100%;
      transform: translateX(300px);
      overflow-y: auto;
      background: #5ab85a;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  .shop-cart-nav {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
  }

  #shop-cart-wrapper.active {
      right: 300px;
      width: 300px;
      -webkit-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
  }

  /* ------------ */

}
