.upsell-wrapper {
    background: #eee;
    border-top: 1px solid #b6b6b6;
    display: none;
    min-height: 340px;
    height: 100%;
}
.upsell-wrapper .page-wrapper {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}
.upsell-wrapper .upsell-hide {
    position: absolute;
    top: -20px;
    right: 18px;
    height: 20px;
    padding: 6px 11px 0;
    cursor: pointer;
    background: #EBEBEB;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.35);
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.35);
    border-radius: 4px 4px 0 0;
}
.upsell-wrapper .upsell-hide span {
    border-bottom: 1px dashed;
}
.upsell-wrapper .upsell-hide i{
    font-weight: 100;
    margin-left: 5px;
}
.block-upsell {
    margin: 0;
    padding: 40px 0 60px;
}

.block-upsell .block-title {
    border-top: none;
    text-align: center;
}

.block-upsell .block-title .title {
    font-size: 24px;
    font-weight: normal;
    margin-right: 10px;
}

.block-upsell .block-title .chosen-container {
    top: -6px;
    margin-top: 6px;
    white-space: nowrap;
}

.block-upsell .block-title .chosen-container .price span,
.block-upsell .block-title .chosen-container .price {
    display: inline-block;
    height: 15px;
}


.block-upsell .product-slider.compact .items {
    margin: 0 auto;
}
.block-upsell .product-slider.compact .items .item-wrapper {
    text-align: center;
    width: 240px;
}

.block-upsell .product-slider.compact .items .item-content {
    width: 235px;
    height: 330px;
    padding: 10px 10px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.block-upsell .no-items-message {
    height: 362px;
    text-align: center;
    line-height: 300px;
    font-size: 20px;
}

.block-upsell .product-slider .items .item-content .product-name {
    position: static;
    font-size: 13px;
    line-height: 13px;
    overflow: hidden;
}

.block-upsell .product-slider.compact .items .item-content .product-image {
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
}

.block-upsell .product-slider.compact .items .item-content .product-image img {
    height: 220px;
    width: 220px;
}

.block-upsell .product-slider.compact .items .item-content .price-box {
    margin: 10px auto;
}

.block-upsell .product-slider.compact .items .item-content .add-to-box {
    margin: 10px auto;
}

.block-upsell .item-content .item-bottom {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.block-upsell .product .ratings {
    display: inline-block;
    position: relative;
    top: -1px;
}

.block-upsell .product .reviews {
    position: relative;
    top: -3px;
    display: inline-block;
    margin: 0 13px 6px 18px;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

.block-upsell .product .reviews:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: -18px;
    width: 12px;
    height: 12px;
    background: url(../../images/upsell/review-icons.png) 0 -13px no-repeat;
}

.block-upsell .product-slider.compact {
    left: -6px;
}

.block-upsell .product-slider .navButton.previous {
    left: -17px;
}

.upsell-option-add.chosen-container {
    height: 28px;
    position: relative;
}
.upsell-option-add.chosen-container-active.chosen-with-drop .chosen-single,
.upsell-option-add.chosen-container-single .chosen-single {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    position: relative;
    padding: 0 28px 0 10px;
    background: #ddd;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.35);
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.35);
    border-radius: 4px;
}
.upsell-option-add.chosen-container-single .chosen-single > span {
    position: relative;
    top: 6px;
    margin-right: 0;
    line-height: 14px;
    border-bottom: 1px dashed;
}
.upsell-option-add.chosen-container-single .chosen-default {
    color: #333;
}

.upsell-option-add.chosen-container .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
}

.upsell-option-add.chosen-container .close:before,
.upsell-option-add.chosen-container .close:after {
    content: "";
    display: block;
    margin-left: 5px;
    background: #333;
    width: 1px;
    height: 16px;
}

.upsell-option-add.chosen-container .close:before {
    margin-top: -2px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}

.upsell-option-add.chosen-container .close:after {
    margin-top: -16px;
    transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
}

.upsell-option-add.chosen-container .chosen-drop,
.upsell-filter-add.chosen-container .chosen-drop {
    top: 30px;
}

.upsell-filter-add.chosen-container-active.chosen-with-drop .chosen-single,
.upsell-filter-add.chosen-container-single .chosen-single {
    height: 28px;
    line-height: 28px;
    padding-left: 28px;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNGI0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4b4b4b 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(100%,#333333));
    background: -webkit-linear-gradient(top,  #4b4b4b 0%,#333333 100%);
    background: -o-linear-gradient(top,  #4b4b4b 0%,#333333 100%);
    background: -ms-linear-gradient(top,  #4b4b4b 0%,#333333 100%);
    background: linear-gradient(to bottom,  #4b4b4b 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#333333',GradientType=0 );
    color: #fff;
    box-shadow: none;
}
.upsell-filter-add.chosen-container-active.chosen-with-drop .chosen-single:before,
.upsell-filter-add.chosen-container-single .chosen-single:before {
    content: '+';
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 7px;
    color: #333;
    background: #fff;
}
.block-upsell .chosen-container-single .chosen-single span {
    margin-right: 0;
}
.upsell-filter-add.chosen-container-single .chosen-single > span {
    margin-right: 13px;
}
.block-upsell .chosen-container-single .chosen-drop {
    width: auto;
    min-width: 100%;
    border-radius: 4px;
    text-align: left;
    border: none;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.35);
}
.block-upsell .chosen-container .chosen-results {
    padding-left: 8px;
    margin-right: 8px;
}
.block-upsell .chosen-container .chosen-results li.highlighted,
.block-upsell .chosen-container .chosen-results li.active-result.result-selected,
.block-upsell .chosen-container .chosen-results li.active-result:hover {
    color: #333;
    background: #d8e3fb;
}

.block-upsell-hidden {
    padding: 40px 0 35px;
}
.block-upsell-hidden .block-title .title {
    color: #212121;
    display: block;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px;
    position: relative;
}
.block-upsell-hidden .block-title .subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
}
.block-upsell-hidden .block-title .button {
    background-color: #f5f5f5;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #0288d1;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
}
.block-upsell-hidden .block-title .button i{
    font-size: 12px;
    font-weight: 100;
    margin-right: 10px;
}

.block-upsell-hidden .items li.item {
    margin: 0
}
.block-upsell-hidden .items .product-image {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
}
.block-upsell-hidden .items .product-image img {

}
.block-upsell-hidden .items .product-name {
    color: #727272;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 0;
    max-height: 3em;
    overflow: hidden;
    text-decoration: none;
}
.block-upsell-hidden .items .price-box {
    margin: 10px 0 0 0
}
.block-upsell-hidden .items .price-box span.price{
    color: #333;
    font-size: 14px;
}
.block-upsell-hidden .items .price-box .old-price {
    float: left;
    margin-right: 10px;
}

.block-upsell-hidden:after {
    display: block;
    content: "";
    clear: both;
}

.nodisplay {
    display: none;
}
.product-slider  {
    margin:0 auto;
}
.product-slider .items .item-wrapper{

    width:  329px;
}
.product-slider .items .item-content{
    width:310px;
    height: 490px;
    border:1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    margin:0 auto;
    position: relative;
}
.product-slider .items .item-content:hover{

    min-height: 490px;
    height: auto;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.product-slider .items .item-content .product-name{
    position: absolute;
    display: block;
    top:36px;
    left:15px;
    right: 15px;
    font-size: 13px;
    color:#333;
    text-decoration: none;
}
.product-slider .items .item-content .product-image {
    display: block;
    padding-top:75px;
}
.product-slider .items .item-content .product-image img {
    display: block;
    margin: auto;
}
.product-slider .items .item-content .price-box {
    margin: 0 15px;
    font-size: 14px;
    color: #333;
}
.product-slider .items .item-content .btn-cart {
    width: 108px;
    font-size: 15px;
    padding: 2px 0 0 2px;
}

.product-slider .items .item-content .add-to-box{
    margin: 15px 15px;
}
.product-slider .items .item-content .add-to-box .add-to-cart{
    float:left;
    margin-bottom:0;
}
.product-slider .items .item-content .add-to-box .add-to-links{
    float:left;
    margin-left:30px;
}

.product-slider .items .item-content .product-info {
    border-top:solid 1px #ddd;
    padding: 15px;
    height: 50px;
    background-color: #f8f7f7;
    position: relative;
}
.product-slider .items .item-content:hover .product-info {
    height: auto;
    min-height: 60px;
    max-height: 500px;
}
.product-slider .items .item-content .product-info .attribute{
    font-size: 13px;
    color:#999;
    line-height: 16px;

}
.product-slider .items .item-content .product-info .attribute .title{
    font-family: "PT Sans";
    font-size: 13px;
    font-weight: bold;
    color:#333;
}
.product-slider .items .item-content .product-info:after{
    content: ' ';
    display: block;
    height: 50px;
    position: absolute;
    bottom:-17px;
    left: 0;
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjdmNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(248,247,247,0) 0%, rgba(248,247,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,247,247,0)), color-stop(100%,rgba(248,247,247,1)));
    background: -webkit-linear-gradient(top,  rgba(248,247,247,0) 0%,rgba(248,247,247,1) 100%);
    background: -o-linear-gradient(top,  rgba(248,247,247,0) 0%,rgba(248,247,247,1) 100%);
    background: -ms-linear-gradient(top,  rgba(248,247,247,0) 0%,rgba(248,247,247,1) 100%);
    background: linear-gradient(to bottom,  rgba(248,247,247,0) 0%,rgba(248,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f7f7', endColorstr='#f8f7f7',GradientType=0 );
}
.product-slider .items .item-content:hover .product-info:after {
    display: none;
}
.product-slider {
    position: relative;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.product-slider .slider-items  {
    display: block;
    overflow: hidden;
    height: 1000px;
    margin: -10px 0 -500px;
    padding-top: 10px
}
.product-slider .slider-items .items {
    display: block;
    position: relative;
}
.product-slider .slider-items .items .item {
    display: table-cell;
    overflow: visible;
    list-style-type: none;
    margin: 0 10px;

}
.product-slider .navButton {
    background: rgba(0, 0, 0, 0) url("../../images/carouser_arrows.png") repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    opacity: 0.8;
    position: absolute;
    width: 39px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   0 50%;
}
.product-slider .navButton:hover{
    opacity: 1;
}
.product-slider .navButton.next {
    background-position: center bottom;
    right: -17px;
}
.product-slider .items .item-content .add-to-box:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* Compact mode */

.product-slider.compact.grid-size-1 {
    width:245px
}
.product-slider.compact.grid-size-2 {
    width:490px
}
.product-slider.compact.grid-size-3 {
    width:735px
}

.product-slider.compact .slider-items  {
    height: auto;
    margin: 10px 0;
    padding: 10px 0;
}
.product-slider.compact .items .item-content {
    height: auto;
    width:240px;
}
.product-slider.compact .items .item-content:hover{
    min-height: inherit;
}
.product-slider.compact .items .item-content .product-name{
    top:10px;
    left:10px;
    right:10px;
}
.product-slider.compact .items .item-content .product-image{
    padding-top: 55px;
}
.product-slider.compact .items .item-content .price-box{
    margin: 0 10px;
}
.product-slider.compact .items .item-content .add-to-box{
    margin: 10px;
}
.product-slider.compact .items .item-wrapper {
    width: 245px;
}
.product-slider.compact .navButton {
    top:45%;
}
.block-broadcast .block-title .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.block-broadcast .block-title .subtitle {
    margin: 18px 0 0;
    font-size: 15px;
    text-align: center;
}

.block-broadcast .block-title .subtitle .counter {
    position: relative;
    padding-left: 23px;
    font-weight: bold;
}

.block-broadcast .block-title .subtitle .counter:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 12px;
    background: url(../images/broadcast-sprite.png) no-repeat;
}

.block-broadcast .product-slider .item-content .product-name {
    position: static;
    margin-bottom: 5px;
}

.block-broadcast .product-slider .items .item-content .product-image {
    padding-top: 15px;
}

.block-broadcast .product-slider .items .item-content .price-box {
    position: absolute;
    top: 265px;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.block-broadcast .product-slider .slider-items {
    margin: 6px 0 10px -3px;
}

.block-broadcast .product-slider .items {
    padding-left: 3px;
    margin: 0 auto;
}

.block-broadcast .product-slider .item {
    margin: 3px;
}

.block-broadcast .product-slider .items .item-content {
    margin: 0;
    height: 338px;
    width: 210px;
    padding: 15px 15px 0;
}

.block-broadcast .product-slider .items .item-content:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.block-broadcast .product-slider .product .ratings {
    display: inline-block;
    position: relative;
    top: -1px;
}

.block-broadcast .product-slider .product .reviews {
    position: relative;
    top: -3px;
    display: inline-block;
    margin: 0 13px 0 18px;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

.block-broadcast .product-slider .product .reviews:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 4px;
    left: -18px;
    width: 12px;
    height: 12px;
    background: url(../images/review-icons.png) 0 -13px no-repeat;
}

.block-broadcast .event {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f5f5f5;
    text-align: center;
    border-top: 1px solid #ddd;
}

.block-broadcast .event .name {
    position: relative;
    padding-left: 32px;
    font-size: 13px;
}

.block-broadcast .event .name:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    width: 25px;
    height: 25px;
    background: url(../images/broadcast-sprite.png) no-repeat -25px 0;
}

.block-broadcast .event.compare .name:before {
    background-position: -50px 0;
}

.block-broadcast .event.wishlist .name:before {
    background-position: -75px 0;
}