.sliding-panel-content {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  height: 100%;
  width: 350px;
  -webkit-transform: translateX(350px);
  -moz-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
  transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #f3f3f3;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sliding-panel-content ul, .sliding-panel-content .sliding-panel-wrapper {
  padding: 0;
  margin: 0;
}
.sliding-panel-content li {
  list-style: none;
}
/*.sliding-panel-content li a, .sliding-panel-content a {
  margin: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  max-height: 30px;
  overflow: hidden;
}
.sliding-panel-content li a:focus, .sliding-panel-content a:focus {
  background-color: #4d4d4d;
}
.sliding-panel-content li a:hover, .sliding-panel-content a:hover {
  background-color: #477DCA;
  color: #fff;
}*/
.sliding-panel-content.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sliding-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 999998;
}
.sliding-panel-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

.sliding-panel-button {
  padding: 10px 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none;
}
.sliding-panel-button img {
  height: 1.3em;
}

/* Styles for each cart item */
.cart-items {
  padding: 0;
}

.cart-items > li {
  margin: 20px 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  list-style: none;
}

.cart-product {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url("http://cdn.shopify.com/s/files/1/0051/4802/products/MG_1785_1024x1024.jpg");
  background-size: cover;
  vertical-align: top;
}
.cart-product input.quantity {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
/*  border-right: 1px solid #333;*/
  background: rgba(0, 0, 0, 0.5);
  font-size: 35px;
  line-height: 55px;
  text-align: center;
  color: #fff;
}
.cart-product input.quantity:focus {
  outline:2px solid #cf2120;
}

.cart-description {
  display: inline-block;
  min-height: 50px;
  width: 223px;
  margin-left: 10px;
  text-align: right;
  vertical-align: top;
  position: relative;
}
.cart-description h3 {
  margin: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  max-height: 30px;
  overflow: hidden;
}
.cart-description .subtotal {
  /* position: absolute; */
  display: inline-block;
  /* margin: 8px; */
  font-size: 14px;
  bottom: 0;
  right: 0;
  font-weight: 600;
  padding-bottom: 4px;
}

/* Styling for Total Costs */
.total {
  margin-top: 30px;
}

.total > * {
  display: block;
  padding-bottom: 10px;
  margin: 0 20px 10px 20px;
  font-size: 0.8em;
  text-align: left;
}

.total span {
  float: right;
  text-align: right;
  font-size: 1.3em;
  line-height: 14px;
  font-weight:600;
  padding-left: 10px;
}

.subtotalTotal {
  border-bottom: 1px dotted #515151;
}

.shipping {
  border-bottom: 1px dotted #515151;
}

.finalTotal {
  font-size: 18px;
  color: #CF2120;
/*  border-top: 1px dotted #515151;*/
  text-align: right;
  font-weight:600;
}

a.checkout {
  height: 35px;
  padding: 0;
  margin-top: 30px;
  border-radius: 3px;
  background: #CF2120;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  transition: background 150ms ease-out;
  cursor: pointer;
}
a.checkout:hover {
  background: rgba(207, 33, 32, 0.8);
}
a.checkout.active {
  animation-name: shake;
  animation-duration: 800ms;
}

.error {
  display: none;
  text-align: center;
}

.error:after {
  display: block;
  font-size: 0.9em;
  text-transform: none;
  content: "Sorry, the Octocat is busy!";
}

.main-title h2 {
  color: #cf2120;
  padding-left: 20px;
  font-size: 18px;
}

#cart .btn-default {
  margin: 0 20px;
  float: right;
  width: 150px;
  padding: 0 24px 0 14px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
}
.cartclear {
  clear: both;
}
p.carttext {
  color: #828484;
  font-weight: 300;
}

.cart-description a {
  color:#000;
  margin: 8px;
  font-size: 14px;
  font-weight: 400;
  max-height: 30px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.cart-description a:hover {
  color:#cf2120;
}

.cartposition .sliding-panel-button {
	color:#fff;

	padding:6px 0;
}

.cartposition {
		float:right;
		display:inline-block;
		margin-left:15px;
}

/*тултипы*/

body {
  margin: 20px;
}

a[data-tooltip] {
  position: relative;
}
a[data-tooltip]::before,
a[data-tooltip]::after {
  position: absolute;
  display: none;
  opacity: 0.85;
}
a[data-tooltip]::before {
  /*
   * using data-tooltip instead of title so we 
   * don't have the real tooltip overlapping
   */
  content: attr(data-tooltip);
  background: #e5e5e5;
  color: #000;
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
  /* we don't want the text to wrap */
  white-space: nowrap;
  text-decoration: none;
}
a[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: '';
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
  display: block;
}

/** positioning **/

/* left tooltip */
a[data-tooltip][data-placement="left"]::before {
  top: -25%;
  right: 100%;
  margin-right: 10px;
}
a[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 4px;
}

/* right tooltip */
a[data-tooltip][data-placement="right"]::before {
  top: -25%;
  left: 100%;
  margin-left: 10px;
}
a[data-tooltip][data-placement="right"]::after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

/* top tooltip */
a[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}
a[data-tooltip][data-placement="top"]::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}

/* bottom tooltip */
a[data-tooltip][data-placement="bottom"]::before {
  top: 100%;
  left: 0;
  margin-top: 10px;
}
a[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #000;
  border-top: none;
  top: 100%;
  left: 10px;
  margin-top: 4px;
}

/*задать вопрос*/
.formposition {
    display: inline-block;
    float: right;
    color: #fff !important;
    padding: 6px 0;
    margin-left: 15px;
    cursor: pointer;
}
.formposition a {
	    color: #fff !important;
		font-size: 18px;
}
.formposition .ng-scope a {
	    color: #000 !important;
		font-size: 14px;
}
.no-search p {
    	    color: #000 !important;
}