﻿/* CART
---------------------------------------------------------- */
.emptymes {
    font-size:14px;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    font-weight: bold;
}
.hide {
    display:none;
    border:none !important
}
.btn-cart {
    background-color:#222;
    color:#fff;
    display:inline-block;
    padding:5px;
    text-transform:uppercase;
}
.cart {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-top:none;
  border-left:none;
  border-right:none;
  border-top:solid 2px #222;
  border-right:solid 1px #ddd;
}

.cart-buttons .btn {
  width: 28%;
  padding: 10px 0;
  float: right;
  margin-right: 15px;
  border-radius:0;
  margin-bottom:40px;
}

/* CART CONTENTS
---------------------------------------------------------- */
table.cart-contents {
  width: 100%;
  margin: 0;
}
table.cart-contents thead {
  background: #F9F9F9;
  border-bottom: 1px solid #ddd;
}
table.cart-contents th {
  margin: 0;
  font-size: 14px;
  background: #F9F9F9;
}
table.cart-contents tbody tr {
  border-bottom: 1px solid #ddd;
}
table.cart-contents tbody tr:hover {
  background: #FCFCFC;
}
table.cart-contents th, table.cart-contents td {
  padding: 10px;
  border-left: 1px solid #ddd;
  font-size:13px;
  text-align:center
}
table.cart-contents th:first-child, table.cart-contents td:first-child {
  border-left: none;
}
table.cart-contents td {
  vertical-align: top;
}
    table.cart-contents td.details {
        text-align:left;
    }
table.cart-contents .image {
  width: 12%;
}
table.cart-contents .image img {
  width: 100%;
  height: auto;
}
table.cart-contents .details .rating {
  margin-bottom: 10px;
}
table.cart-contents .details .title {
  display: block;
  color: #333;
  font-size: 13px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  font-weight:bold;
}
table.cart-contents .details span {
  display: block;
  margin: 0 0 5px 0;
  line-height: 14px;
  font-size: 12px;
}
table.cart-contents .action {
  width: 110px;
}
table.cart-contents .action a {
  float: left;
  border: none;
  text-align: center;
  color: #fff;
  padding: 0;
  width: 33%;
  line-height: 30px;
}
table.cart-contents .action a.refresh {
  background-color: #89898a;
}
table.cart-contents .action button.edit {
  background-color: #595a5b;
}
table.cart-contents .action a.delete {
  background-color: #E7214C;
}
table.cart-contents .action a:hover {
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
}
table.cart-contents .qty {
  width: 9%;
}
table.cart-contents .qty input {
  border: 1px solid #ddd;
  height: 30px;
  padding: 0;
  width: 100%;
  text-align: center;
}
table.cart-contents .unit-price, table.cart-contents .total-price {
  width: 14%;
  font-size: 14px;
  color: #666;
  font-weight:bold;
}
table.cart-contents .total-price {
  color: #E7214C;
}
table.cart-contents .currency {
  margin-right: 3px;
}

/* CART SUMMARY
---------------------------------------------------------- */
.cart-summary
.terms {
  padding: 0 40px;
  color: #999;
  font-size: 12px;
  width: 62%;
  vertical-align: middle;
}
.cart-summary
.terms h5 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.cart-summary
.terms h5 .fa {
  margin-right: 10px;
  color: #ccc;
  font-size: 20px;
  vertical-align: middle;
}

.totals {
  width: 24%;
  border-left: 1px solid #ddd;
  vertical-align: top;
}

.cart-totals {
  width: 100%;
  height: 100%;
}
.cart-totals tr {
  border-bottom: 1px solid #ddd;
}
.cart-totals tr:last-child {
  border: none;
}
.cart-totals td {
  border-left: 1px solid #ddd;
  width: 50%;
  padding: 7px 8px;
  color: #888;
}
.cart-totals td:first-child {
  border-left: none;
}
.cart-totals td.cart-total {
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
  padding:10px;
  font-weight:bold
}
.cart-totals td.cart-total.price {
  color: #E7214C;
  font-size:16px;
  font-weight:bold;
}

@media (max-width: 767px) {
  table.cart-contents thead h5 {
    margin: 0;
    font-size: 14px;
  }
  table.cart-contents .total-price {
    width: 25%;
    font-size: 12px;
  }
  table.cart-contents .qty {
    width: 15%;
  }
  table.cart-contents .qty input {
    padding: 5px 0;
  }
  table.cart-contents th, table.cart-contents td {
    padding: 15px;
    border-right: 1px solid #ddd;
  }
  table.cart-contents .currency {
    margin-right: 0;
  }
  table.cart-contents .action {
    margin-top: 15px;
    float: none !important;
  }

  .cart-buttons .btn {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .cart-summary .terms {
    display: none;
  }

  .cart-totals td {
    width: auto;
  }
  .cart-totals td.price {
    width: 40%;
  }
}
/* CHECKOUT
----------------------------------------- */
.checkout h6 {
  font: 400 15px/1 "Roboto Condensed";
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #131416;
}
.checkout .form-group label {
  color: #131416;
}
.checkout .form-group .form-control {
  background: rgba(0, 0, 0, 0.03);
}

.order-summary {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.order-summary table {
  width: 100%;
}
.order-summary tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-summary td {
  padding: 0px;
  padding-top:10px;
  padding-bottom:10px;
}
.order-summary td.price {
  text-align: right;
  color: #131416;
  font-size:16px;
  font-weight:bold;
}
.order-summary tr.total {
  border: none;
}
.order-summary tr.total td {
  font-weight: bold;
}
.order-summary tr.total td.price {
  color: #E7214C;
}

.hljs {
  display: block;
  background: none;
  -webkit-text-size-adjust: none;
  color: #000;
}

.hljs-subst,
.hljs-tag,
.hljs-tag .hljs-attribute,
.hljs-tag .hljs-title,
.nginx .hljs-title {
  color: #2626FF;
}

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
  color: #F95635;
}

.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
  color: #49794F;
}

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
  color: #080;
}

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
  color: #88f;
}

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-dartdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
  font-weight: bold;
}

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
  font-style: italic;
}

.nginx .hljs-built_in {
  font-weight: normal;
}

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}

/* CHECKOUT
----------------------------------------- */
.checkout h6 {
  font: 400 15px/1 "Roboto Condensed";
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #131416;
}
.checkout .form-group label {
  color: #131416;
}
.checkout .form-group .form-control {
  background: rgba(0, 0, 0, 0.03);
}

.order-summary {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.order-summary table {
  width: 100%;
}
.order-summary tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-summary td {
   padding: 0px;
  padding-top:10px;
  padding-bottom:10px;
}
.order-summary td.price {
  text-align: right;
  color: #131416;
}
.order-summary tr.total {
  border: none;
}
.order-summary tr.total td {
  font-weight: bold;
}
.order-summary tr.total td.price {
  color: #E7214C;
}

.hljs {
  display: block;
  background: none;
  -webkit-text-size-adjust: none;
  color: #000;
}

.hljs-subst,
.hljs-tag,
.hljs-tag .hljs-attribute,
.hljs-tag .hljs-title,
.nginx .hljs-title {
  color: #2626FF;
}

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
  color: #F95635;
}

.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
  color: #49794F;
}

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
  color: #080;
}

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
  color: #88f;
}

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-dartdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
  font-weight: bold;
}

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
  font-style: italic;
}

.nginx .hljs-built_in {
  font-weight: normal;
}

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}

/* CONTENT
-------------------------------------------- */
.content-block > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cont-pad-y-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cont-pad-y-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cont-pad-t-sm, .content-block > .container .cont-pad-t-20 {
  padding-top: 20px;
}
.cont-pad-t-xs, .content-block > .container .cont-pad-t-15 {
  padding-top: 15px;
}

.intro-block.intro-page .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .intro-block.intro-page .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .intro-block.intro-page .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* ACCORDION
-------------------------------------------------- */
.panel > .panel-heading {
  padding: 15px 30px;
}
.panel > .panel-heading.heading-iconed {
  padding: 11px;
}
.panel > .panel-heading.heading-iconed .panel-title {
    font-size:14px;
    font-weight:bold
}

.panel-bcolor .panel-heading {
  background: #42464d;
  color: #fff;
}
.panel-bcolor .panel-heading .icon-left {
  background: rgba(255, 255, 255, 0.1);
}

.panel-body {
  padding: 10px;
}

.panel.panel-borderless {
  border: none;
}
.panel.panel-borderless .panel-body {
  padding: 30px 0;
}

.panel-heading .icon-left {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  background: #fbba32;
  font-style: normal;
}

/* PAGINATION
-------------------------------------------------- */
.pagination li a {
  border: none;
  background: none;
  border: 1px solid #ddd;
  padding: 0 14px;
  line-height: 35px;
  display: block;
  margin-right: 5px;
  color: #131416;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination li a:hover {
  background: #e5e5e5;
}
@media (max-width: 767px) {
  .pagination li a {
    padding: 0 14px;
    line-height: 35px;
  }
}
.pagination li:first-child a {
  color: #fff;
  background: #424344;
  font-size: 15px;
  border-color: transparent;
}
.pagination li:first-child a:hover {
  background: #131416;
}
.pagination li:last-child a {
  color: #fff;
  background: #E7214C;
  border-color: transparent;
  font-size: 15px;
}
.pagination li:last-child a:hover {
  background: #b81a3c;
}
.pagination.align-center {
  width: 100%;
}
.pagination.align-center li {
  display: inline-block;
}
.pagination.align-center li a {
  margin-right: 1px;
}

/* BUTTONS
-------------------------------------------*/
.btn, .navbar-btn {
  text-transform: capitalize;
  border: 1px solid transparent;
}
.btn .icon, .btn .icon-left, .navbar-btn .icon, .navbar-btn .icon-left {
  display: inline-block;
}
.btn .icon-left, .navbar-btn .icon-left {
  margin-right: 10px;
}
.btn.btn-borderless, .btn.btn-borderless:hover, .navbar-btn.btn-borderless, .navbar-btn.btn-borderless:hover {
  border: none;
}

.btn-empty {
  border: none;
  background: none;
  color: #131416;
}

.btn-grad, .grad {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 5%, rgba(0, 0, 0, 0.08) 100%);
  /* W3C */
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

.btn-color {
  color: #fff;
}
.btn-color:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.1) 100%);
  color: #fff;
}

.btn-outline {
  color: #131416;
  border: 1px solid #727883;
  background: none;
}
.btn-outline:hover {
  border: 1px solid #131416;
  background-color: #ecedef;
}
.btn-outline.outline-thick, .btn-outline.outline-thick:hover {
  border: 2px solid #131416;
}
.btn-outline.outline-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn-outline.outline-white:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-outline.outline-scolor {
  border: 1px solid #E54D28;
}
.btn-outline.outline-pcolor {
  border: 1px solid #E7214C;
}
.btn-outline.outline-bcolor {
  border: 1px solid #131416;
}

.btn-primary {
  background-color: #E7214C;
  color: #fff;
}
.btn-primary:hover {
  background: #ce163e;
}

.btn.btn-primary-hover:hover {
  background-color: #E7214C;
  color: #fff;
  border-color: transparent;
}

.btn.btn-base-hover:hover {
  background-color: #131416;
  color: #fff;
  border-color: transparent;
}

.btn.btn-default-hover:hover {
  background-color: #dee0e3;
  border-color: transparent;
}

.btn-default {
  background-color: #dee0e3;
  color: #42464d;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: #E7214C;
  color: #fff;
}
.btn-primary:hover {
  background-color: #c0153a;
  color: #fff;
}

.btn-secondary {
  background-color: #E54D28;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #c23918;
  color: #fff;
}

.btn-base {
  background-color: #131416;
  color: #fff;
}
.btn-base:hover {
  background-color: black;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #131416;
}
.btn-white:hover, .btn-white.active {
  background-color: #fff;
  color: #131416;
}

.btn-twins {
  position: relative;
  width: 200px;
  display: inline-block;
}
.btn-twins .btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  line-height: 40px;
  font-size: 14px;
}
.btn-twins span {
  font-size: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  color: gatvar(colors bcolor);
  display: block;
  font-style: italic;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.btn-twins.btn-md {
  width: 220px;
}
.btn-twins.btn-md .btn {
  line-height: 50px;
  font-size: 15px;
}
.btn-twins.btn-md span {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 12px;
}
.btn-twins.btn-lg {
  width: 250px;
}
.btn-twins.btn-lg .btn {
  line-height: 60px;
  font-size: 16px;
}
.btn-twins.btn-lg span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 15px;
}

.btn-download {
  padding: 13px 21px 13px 66px;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  line-height: 1;
}
.btn-download .icon {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 21px;
  top: 13px;
}
.btn-download span {
  display: block;
  font-size: 9px;
  margin-top: 5px;
  font-style: italic;
  opacity: 0.6;
}

.btn.btn-bigger {
  padding: 0.5em 2.5em;
  border-radius:0;
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
}
.btn.btn-bigger.btn-xs {
  padding: 0.7em 1.9em;
  border-radius:0
}

/* FORMS 
-------------------------------------------*/
label {
  font-weight: normal;
}

.input-group .input-group-addon {
  background: #dee0e3;
}
.input-group .input-group-addon i {
  color: rgba(0, 0, 0, 0.2);
  width: 1em;
}

.form-inline {
  font-size: 0;
}

.form-control:focus {
  border-color: #E7214C;
  outline: 0;
  box-shadow: none;
}

.loadding_order
{
    width:100%;
    position:absolute;
    background-image:url(../../images/tran.png);
    padding-top:200px;
    padding-bottom:250px;
    text-align:center;
    left:0;
    top:0;
    z-index:100;
    display:none;
    color:#e7214c;
    height:100%;
    font-weight:bold;
}
.messuc
{
    text-align:center;
    font-weight:bold;
    line-height:20px;
    padding-left:30px;
    padding-right:30px;
    display:none;
    
}