.cart-tab{
  /*width:22em;
  */position:fixed;
  top:5em;
  z-index:9999999;
  width: 275px;

}


.cart-tab a.cart-parent{
  position:absolute;
  top:0;
  display:block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  /*padding:1.618em;
  */text-decoration:none



}



.cart-tab a.cart-parent span.contents{
  display:block;
  color:#666;
  font-size:.8em
}
.cart-tab a.cart-parent:hover{
  text-decoration:none
}
.cart-tab .widget{
  /*padding:1.618em;
  */margin:0
}
.cart-tab.light{
  background:#fff
}
.cart-tab.light a.cart-parent,.cart-tab.light .widget{
  box-shadow:0 2px 1em 0 rgba(0,0,0,0.2);
  -webkit-box-shadow:0 2px 1em 0 rgba(0,0,0,0.2);
  -moz-box-shadow:0 2px 1em 0 rgba(0,0,0,0.2);
  -o-box-shadow:0 2px 1em 0 rgba(0,0,0,0.2)
}
.cart-tab.light a.cart-parent{
  background:#fff
}
.cart-tab.light a.cart-parent:after{
  content:"";
  display:block;
  /*width:10px;
  */height:100%;
  background:#fff;
  position:absolute;
  top:0;
  right:-10px
}
.cart-tab.dark{
  background:#333
}
.cart-tab.dark a.cart-parent,.cart-tab.dark .widget{
  box-shadow:0 2px 1em 0 rgba(0,0,0,0.2);
  -webkit-box-shadow:0 2px 1em 0 rgba(0,0,0,0.2);
  -moz-box-shadow:0 2px 1em 0 rgba(0,0,0,0.2);
  -o-box-shadow:0 2px 1em 0 rgba(0,0,0,0.2)
}
.cart-tab.dark a.cart-parent{
  background:#333
}
.cart-tab.dark a.cart-parent:after{
  content:"";
  display:block;
  width:10px;
  height:100%;
  background:#333;
  position:absolute;
  top:0;
  right:-10px
}
.cart-tab.right{
  right:-280px;
  -webkit-transition:right ease .5s;
  -moz-transition:right ease .5s;
  -o-transition:right ease .5s;
  transition:right ease .5s
}


.cart-tab .widgettitle {

margin: 0px;

padding: 15px 20px;

height: 48px;

border-bottom: 1px solid #c6cbce;

background: #edeff3;

background: -moz-linear-gradient(top, #fafcfb 0%, #dde0e7 100%) !important;

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafcfb), color-stop(100%,#dde0e7)) !important;

background: -webkit-linear-gradient(top, #fafcfb 0%,#dde0e7 100%)!important;

background: -o-linear-gradient(top, #fafcfb 0%,#dde0e7 100%)!important;

background: -ms-linear-gradient(top, #fafcfb 0%,#dde0e7 100%) !important;

background: linear-gradient(to bottom, #fafcfb 0%,#dde0e7 100%) !important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfb', endColorstr='#dde0e7',GradientType=0 )!important;

color: #2c2a23;

font: 15px MyriadProSemibold;

}



.cart-tab.right a.cart-parent{
  left: -147px;

width: 145px;

border: 1px solid #c6cbce;

-webkit-transition: left ease .5s;

-moz-transition: left ease .5s;

-o-transition: left ease .5s;

transition: left ease .5s;

-webkit-border-top-left-radius: 3px;

-webkit-border-bottom-left-radius: 3px;

-moz-border-radius-topleft: 3px;

-moz-border-radius-bottomleft: 3px;

border-top-left-radius: 3px;

border-bottom-left-radius: 3px;

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafcfb), color-stop(100%,#dde0e7));

background: -webkit-linear-gradient(top, #fafcfb 0%,#dde0e7 100%);

background: -o-linear-gradient(top, #fafcfb 0%,#dde0e7 100%);

background: -ms-linear-gradient(top, #fafcfb 0%,#dde0e7 100%);

background: linear-gradient(to bottom, #fafcfb 0%,#dde0e7 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafcfb', endColorstr='#dde0e7',GradientType=0 );

}


.cart-tab.right  .rightCartIco {
  float: left;

background: url("/wp-content/themes/plmrt/assets/images/design/cart_ico.png") no-repeat 0px center;

width: 37px;

height: 35px;

margin: 6px 0px 6px 6px;

border-right: 1px solid #b3b3b3;

}


.cart-tab.right  .rightCart {
  float: right;

color: #484848;

font-size:12px;
font-weight: bold;
line-height: 1;

text-align: right;

/* width: 100px;
 */
margin: 5px 7px 0 0;

line-height: 18px;

}


.cart-tab.right a.cart-parent.hidden{
  left:0
}
.cart-tab.right a.cart-parent.visible{
  left:-8.402328em
}
.cart-tab.right:hover{
  right:0
}


.cart-tab.right .widget{
  border: 1px solid #c5c5c5;
   -webkit-border-bottom-left-radius:3px;
   -webkit-border-bottom-right-radius:3px;
   -moz-border-radius-bottomleft:3px;
   -moz-border-radius-bottomright:3px;
   border-bottom-left-radius:3px;
   border-bottom-right-radius:3px;
   -webkit-border-top-right-radius:0;
   -webkit-border-bottom-right-radius:0;
   -moz-border-radius-topright:0;
   -moz-border-radius-bottomright:0;
   border-top-right-radius:0;
   border-bottom-right-radius:0;
    width: 275px;

}



.cart-tab.left{
  left:-22em;
  -webkit-transition:left ease .5s;
  -moz-transition:left ease .5s;
  -o-transition:left ease .5s;
  transition:left ease .5s
}
.cart-tab.left a.cart-parent{
  right:-8.402328em;
  width:8.402328em;
  -webkit-transition:right ease .5s;
  -moz-transition:right ease .5s;
  -o-transition:right ease .5s;
  transition:right ease .5s;
  -webkit-border-top-right-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-topright:3px;
  -moz-border-radius-bottomright:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px
}
.cart-tab.left a.cart-parent.hidden{
  right:0
}
.cart-tab.left a.cart-parent.visible{
  right:-8.402328em
}
.cart-tab.left:hover{
  left:0
}
.cart-tab.left .widget{
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  -webkit-border-top-left-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-bottomleft:0;
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.cart-tab.left.light a.cart-parent:after,.cart-tab.left.dark a.cart-parent:after{
  right:auto;
  left:-10px
}
.cart-tab.no-animation.right:hover{
  right:-22em
}
.cart-tab.no-animation.left:hover{
  left:-22em
}
.cart-tab.hidden{
  display:none
}
