/*======= BT CONTENT SHOWCASE ========*/

.defaultLayout .btproductslider-prev {
    left: -65px !important;
    z-index: 2;
}
.defaultLayout .btproductslider-next {
    right: -65px !important;
    z-index: 2;
}
.defaultLayout .bt-productslider {
    position: relative;
    border: none;
}
ul.jcarousel.jcarousel-list {
    padding: 10px 0 !important;
    box-sizing: border-box;
}
.defaultLayout .jcarousel li {
    background: #fff;
}

.defaultLayout .bt-productslider a:hover {
    color: #363636;
}

.defaultLayout .slides_container {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.defaultLayout .bt-productslider h3 {
    color: #d67901;
    line-height: 37px;
    text-indent: 15px;
    text-transform: uppercase;
    background: url(../images/bg-header.png) repeat-x;
    width: 100%;
    height: 37px;
    border: 1px solid #cfcfcf;
    margin: 0 !important;
}
.defaultLayout .bt-productslider h3 a{
    color: #d67901;
}
/*
        Next/prev buttons
*/
.defaultLayout .next,
.defaultLayout .prev {
    display: block;
    width: 10px;
    height: 15px;
}

.defaultLayout .bt_handles {
    border: 1px solid red;
    position: absolute !important;
    margin:  0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index:999;
}



.defaultLayout p.bt-readmore {
    text-align: left;
    clear:both;
}

.defaultLayout p.bt-readmore a {
    color: #d67900;
}

.defaultLayout p.bt-readmore a:hover,.defaultLayout p.bt-readmore a:active {
    background: none;
}


/*
        Handle
*/
.defaultLayout .bt_handles li {
    float: left;
    margin: 0 1px;
    list-style: none;
    padding:0px;
}

.defaultLayout .bt_handles li a {
    display: block !important;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    padding: 12px 0 0 0 !important;
    overflow: hidden;
}

.defaultLayout .bt_handles li a:active,.defaultLayout .bt_handles li a:focus,.defaultLayout .bt_handles li a:hover {
    background-color: transparent !important;
}

.defaultLayout .bt_handles li.current a {
    background-position: 0 -12px;
}

.defaultLayout .bt-container {
    position: relative;
}



/* main flash */
.defaultLayout .bt-main-wapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.defaultLayout .bt-main-wapper .bt-main-item {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.defaultLayout .bt-row {
    position: relative;
    overflow: hidden;
    padding: 8px 0px 12px 0;
    float: left;
}
/*** CSS STYLE FOR ITEM ****/
.defaultLayout .bt-inner {
    margin-left: 10px;
    position: relative;
}


.bt-image-link > img {
    height: 220px !important;
    max-height: 100%;
    width: auto !important;
}

.defaultLayout .bt-inner .bt-title {
    display: block !important;
    font-family: 'montserratbold', sans-serif;
    line-height: 18px;
    color: #e22e2e;
    font-size: 14px;
    text-align: center;
    padding: 0 20px 20px;
    min-height: 75px;
    box-sizing: border-box;
    overflow: hidden;
}
.defaultLayout .bt-inner:hover .bt-title {
    color: #000;
    background: none;
}

.defaultLayout .bt-inner .bt-title-nointro {
    padding: 0 0px 10px 0px;
    color: #d67900;
    font-weight: bold;
}
.defaultLayout .bt-inner .bt-category-category {
    margin: 0 0px 10px 0px;
}
.defaultLayout .bt-inner .bt-category {
    color: #4a4a4a;
    font-weight: bold;
}

.defaultLayout .bt-inner .bt-introtext {
    margin: 8px 0px 8px 0px;
    display: block;
    font-weight: normal;
    height: 56px !important;
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
.defaultLayout .bt-inner .bt-introtext img {
    margin: 5px 0px;

}
.defaultLayout .bt-extra {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.defaultLayout .bt-date,
.defaultLayout .bt-author,
.defaultLayout .bt-review-count {
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}


.defaultLayout .bt-prices{
    text-align: center;
    margin-top: 7px;
}
.defaultLayout .bt-prices-oldPrice {
    text-decoration: line-through;
    font-size: 16px;
    color: #191919;
    margin-right: 5px;
}
.defaultLayout .bt-prices-salesPrice{
    font-size: 20px;
    color: #e22e2e;
    font-family: 'montserratbold', sans-serif;
}
.defaultLayout .bt-inner .bt-addtocart {
    width: 80%;
    background: none;
    color: #000;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-family: 'montserratbold', sans-serif;
    margin: 0 auto;
    font-size: 15px;
    border: 3px solid #e22e2e;
}



.defaultLayout span.addtocart-button input.addtocart-button{
    width: 85px; height: 25px; line-height: 25px;
    display: block;
    background: #ed8f09;
    border-radius: 3px;
    float: left;
    color: #ffffff;
    font-size: 12px; text-align: center;
    border: none;
    cursor: pointer;
	padding: 0px;
	font-size: 12px;
}
.defaultLayout .bt-viewdetails {
    color: #545454;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin-top: 5px;
}
.defaultLayout .bt-viewdetails:hover{
    color: #545454 !important;
    text-decoration: none;
    background: none;
}
.defaultLayout .bt-addtocart:hover {
    background: #e22e2e !important;
    color: #ffffff !important;
}

.defaultLayout .bt-row-separate {
    clear: both;
    height: 1px;
    border-bottom: 1px dotted #959595;
    margin: 0px 10px;
    margin-bottom: 15px;
}

.defaultLayout .bt-productslider ul li{
    display: block;
}



.defaultLayout .btproductslider-prev,
.defaultLayout .btproductslider-next {
    background: #d2d2d2;
    width: 49px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.defaultLayout .btproductslider-prev::before {
	background: url(slider-arrow-left.png) no-repeat 0 0;
}
.defaultLayout .btproductslider-next::before {
	background: url(slider-arrow-right.png) no-repeat 0 0;
}

.defaultLayout .btproductslider-prev::before,
.defaultLayout .btproductslider-next::before {
	content: "";
	display: block;
	width: 27px;
	height: 18px;
}
.defaultLayout .btproductslider-next:hover,
.defaultLayout .btproductslider-prev:hover {
    background: #e22e2e;
}



.defaultLayout #btproductslider-control {
    display: none;
}
.defaultLayout .btproductslider-navigation{
    float: right;
    margin: 1px 3px;
}
.defaultLayout .btproductslider-navigation .bullet{
    background-image: url("../images/bullet.png");
    background-position: 0 0;
    display: block !important;
    float: left;
    height: 12px;
    overflow: hidden;
    width: 12px;
    text-indent: 9999px;
    margin: 0px 1px;
}
.defaultLayout .btproductslider-navigation .bullet:hover,
.defaultLayout .btproductslider-navigation .bullet.current{
    background-position: 0 12px;
}
.defaultLayout .btproductslider-navigation a{
    text-decoration: none !important;
}

.defaultLayout .btproductslider-navigation .number{
    background-image: url("../images/number.png"); background-position: 0 14px;
    display: block !important;
    float: left;
    width: 14px; height: 14px; line-height: 13px;
    margin: 0 1px;
    overflow: hidden;
    text-align: center;
    color: #ffffff; font-weight: bold; font-size: 10px;
}
.defaultLayout .btproductslider-navigation .number:hover,
.defaultLayout .btproductslider-navigation .number.current{
    background-position: 0 0;
}
.defaultLayout .vote{
	float: left;
}
.defaultLayout .ratingbox {
	position:relative;
	display:block;
	width:90px;
	height:16px;
	background:url("../images/stars.png") repeat-x scroll 0 top transparent;
}
.defaultLayout .ratingbox span {
	background:url(../images/stars.png) repeat-x 0 bottom;
	display:block;
	width:1%;
	height:16px;
	position:absolute;
}

@media (max-width: 480px) {
    .defaultLayout .bt-prices-oldPrice {
        margin-right: 0;
        display: block;
    }
    .defaultLayout .btproductslider-prev {
        left: -40px !important;
    }
    .defaultLayout .btproductslider-next {
        right: -40px !important;
    }
}
