/* PRODUCT */

.product-custom-field-1 {
}

.product-block {
    position: relative;
    min-height: 380px;
    min-width: 200px;
}

.product-block .product-image {
    position: relative;
    min-width: 200px;
    min-height: 200px;
    width: 50%;
    height: 50%;
    content:'';
    display: block;
    vertical-align: middle;
    text-align: center;
}
.product-label-special {
    background: none repeat scroll 0 0 #f06b23;
    color: #FFF;
    right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    font-size: 17px;
    font-weight: 300;
    height: 70px;
    line-height: 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 1px 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 70px;
    z-index: 3;
    display: none;

}
.product-label-special i {
    font-size: 12px;
    line-height: 20px;
    display: block;
    text-transform:lowercase;
    padding-top: 8px;
}
.product-label-special .special {
    padding-bottom: 3px;
    clear: both;
    display: block;
}
.product-block .product-image, .product-block .product-image a, .product-block .product-image .product-display, .product-block .product-image .product-display img {
    display: block;
    z-index: 1;
    margin: auto;
}
.product-block .product-image a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    z-index: 10;
    content:' ';
}
.product-block .product-image a img {
    width: 100%;
}
.product-block .product-image .product-mainpic {
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-block .product-image .product-mainpic {
    max-width: 100%;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-block .product-image .product-secondpic {
    position: absolute;
    top: 0;
    max-width: 100%;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
    left: -1px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-block:hover .product-image .product-mainpic {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-block:hover .product-image .product-secondpic {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
}
/* PRODUCT META */
 .product-block .product-meta {
    overflow: hidden;
    position: relative;
    display: block;
    height: 56px;
    margin-top: -50px;
}
.product-block .product-action {
    width: 100%;
    height: 56px;
    overflow: hidden;
    position: relative;
    background: #FFF;
    border-bottom: 1px solid #EDEDED;
    z-index: 12 !important;
}
.product-block .product-meta .product-action {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -57px;
    font-size: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    opacity: 0;
}
.product-block:hover .product-meta .product-action {
    bottom: 0;
    opacity: 1;
}
.product-block .product-action a {
    display: inline-block;
    text-align: center;
    line-height: 56px;
    height: 56px;
    color: #CCC;
    font-size: 14px;
}
.product-block .product-action a:hover {
    background: #F4F4F4;
}
.product-block .product-action a.addcart {
    width: 50%;
    color: #000;
}
.product-block .product-action a.addcart:hover {
    color:#7ac144
}
.product-block .product-action a.wishlist {
    width: 25%;
    -webkit-box-shadow: -1px 0px 0px 0px #EDEDED;
    -moz-box-shadow: -1px 0px 0px 0px #EDEDED;
    box-shadow: -1px 0px 0px 0px #EDEDED;
}
.product-block .product-action a.wishlist:hover {
    color: #C44569;
}
.product-block .product-action a.compare {
    width: 25%;
    -webkit-box-shadow: -1px 0px 0px 0px #EDEDED;
    -moz-box-shadow: -1px 0px 0px 0px #EDEDED;
    box-shadow: -1px 0px 0px 0px #EDEDED;
}
.product-block .product-price {
    color: #111;
    text-align: center;
    display: block;
    font-size: 1.25em;
}
.product-block .product-price div {
    margin: 0;
    padding: 3px;
}
.product-block .product-price .oldprice {
    font-weight: normal;
    color: #CCC;
    text-decoration: line-through;
}
.product-block .product-price .newprice {
    color: #DA774D;
    font-size: 1.25em;
}

.product-block .product-price-regular {
    color: #cf2027; 
    font-size: 1.15em;
    display: block;
}

.product-price-regular {
    color: #cf2027; 
}

.product-block .product-price-MAP {
    color: #cf2027; 
    font-size: 1.15em;
    display: block;
}


.product-block .product-availability {
    color: #7ac144; 
    font-size: 1em;
    display: block;
}

.product-availability {
    color: #7ac144; 
    display: block;
}

.product-block .product-quick-ship {
    color: #7ac144; 
    font-size: .9em;
    display: block;
}

.product-quick-ship {
    color: #7ac144; 
    display: block;
}

.product-brand{
    display: none;
}

.product-item-number {
    display: none;
}


.product-block .product-name {

    font-size: 14px;
    color: #111;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.product-block .product-name:hover {
    color: #CCC;
}

.product-name {
    height:25px;
    white-space: nowrap;
    overflow: hidden;
    /*max-width: 300px;*/ 
    text-overflow: ellipsis;
}
.product-block .product-rating {
    padding-top: 5px;
    opacity: 0;
    padding-bottom: 8px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #111;
    margin-top: 10px;
    text-align: center;
    color: #ffcc00;
}
.product-block:hover .product-rating {
    opacity: 1;
}

/* ====== WIDGET PRODUCT ====== */
 .wdgt-product {
    list-style: none;
    padding-left: 0;
}
.wdgt-product li {
    padding: 5px 0 5px 50px;
    margin-bottom: 7px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #EEE;
}
.wdgt-product li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #666;
}
.wdgt-product li a:hover {
    color: #CCC;
}
.wdgt-product li a img {
    position: absolute;
    left: -50px;
}
.wdgt-product li .price {
    font-size: 11px;
    padding: 4px 6px;
    line-height: 11px;
    margin-top: 6px;
    display: inline-block;
    border-radius: 3px;
    background: #DDD;
    color: #666;
}


/*
    PRODUCT DETAIL
*/
.sp-wrap {
    width: 100%;
}
.sp-current-big {
    width: 100%;
}
.sp-large {
    width: 100%;
}

.sp-thumb {
    width: 100px;
    vertical-align: middle;
    position: relative; 
    top: 50%; 
    transform: translateY(-50%);
}

.sp-thumb-video {
    width: 100px;
    vertical-align: middle;
    position: relative; 
    top: 50%; 
    transform: translateY(-50%);
}

.image-div { position: relative; display: inline-block; vertical-align: middle; text-align: center; height: 102px; margin: 10px 0 5px 10px; border: 1px solid silver;}

.video-div { position: relative; display: inline-block; vertical-align: middle; text-align: center; height: 102px; margin: 10px 0 5px 10px; border: 1px solid silver;}

.video-div a {
   position: absolute;
}

.product-meta {
    /*border-bottom: 1px solid #EDEDED;*/
    padding-bottom: 8px;
    margin-bottom: 0px;
    margin-top: 85px;
}

.product-title {
    font-weight: bold;
    font-size: 24px;
}

#downloads a {
    font-size: 10pt;
}

#downloads h2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#featuredSummaryDiv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-breadcrumb {
    margin-top: 10px;
    padding-left: 0;
}
.product-breadcrumb li {
    list-style: none;
    display: inline;
    position: relative;
    padding-right: 17px;
}
.product-breadcrumb li:after {
    font-family:'FontAwesome';
    content:'\f105';
    position: absolute;
    right: 8px;
    top: -2px;
    color: #f06b23;
}
.product-breadcrumb li:last-child:after {
    content:'';
}
.product-breadcrumb li a {
    font-weight: 300;
    color: #f06b23;
}
.product-breadcrumb li.current {
    color: #666;
    pointer-events: none;
}
.product-breadcrumb li a:hover {
    color: #f06b23;
    text-decoration: underline;
}
.product-rating {
    color: #ffcc00;
}
.product-price > div {
    padding: 0px;
    font-size: 12px;
    display: inline-block;
    color: #FFF;
}
.product-price > div > span {
    display: block;
    margin-bottom: 0px;
    font-size: 25px;
}
.product-price .price-old {
    background: #DDD;
    color: #111;
    display: none;
}
.product-price .price-old span {
    text-decoration: line-through;
}
.product-price .price-new {
    background: #fff;
    color: #cf2027;
    display: none;
}

.product-price .price-new-text {
    display: none;
}

.product-price .price-sale {
    background: #f06b23;
    display: none;
}
.product-desc .nav-tabs {
    margin-top: 30px;
}
.product-option {
    clear: both;
    display: block;
    position: relative;
    padding-left: 0;
}
.product-option li {
    position: relative;
    display: block;
    clear: both;
    height: 25px;
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #DDD;
}
.product-option li a {
    float: left;
    position: relative;
    font-weight: 300;
    color: #111;
}
.product-option li a:hover {
    color: #888;
}
.product-option li span {
    float: right;
    position: relative;
    font-weight: 300;
}
.product-option li span.opt-available {
    color: #7AC144;
}
.product-option li span.opt-not-available {
    color: #C44569;
}
.product-shop-info th {
    padding: 8px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 2%, #dddddd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(2%, #f5f5f5), color-stop(100%, #dddddd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 2%, #dddddd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 2%, #dddddd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 2%, #dddddd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 2%, #dddddd 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
    /* IE6-9 */
    border:1px solid #EEE;
}
.product-shop-info td {
    padding: 8px;
    border:1px solid #EEE;
}
.product-shop-info td p {
    margin:0;
}
.media .product-rating {
    margin-top: 5px;
    font-size: 12px;
}

.variantTable td  {
    padding: 0px 5px;
    min-width: 132px;
}

.productQuantityTextBox {
    background-color: White;
    padding: 8px;
    width: 50px;
    text-align: center;
    margin-left: 70px;
    border: 1px solid silver;
}

.productVideoThumb
{
    height: 105px;
    width: 140px; 
    border: 1px solid silver !Important;
    margin: 0px 0px 0px 0px;
}

.product-lists-h1 h1 {
    margin-top: 5px;
}

.quick-ship {
    color: #7ac144;
}



.our-commitment
{
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    background-color: #ffffff;
    color: #848485;
    height: 120px;
}

.attribsLinks {
    color: #f06b23 !important;
}

.parent-category-nav {
    color: #f06b23 !important;
}

.current-category-nav {
    margin-left: 10px !important;
    color: #e6b800 !important;
    font-size: 15px;
    line-height: 26px;
}

.child-category-nav {
    margin-left: 5px !important;
    color: #f06b23 !important;
}

.product-child-count {
    color: black;
    margin: auto;
    text-align: center;
}

.checkBox {
    background-image: url(https://kumastorage.blob.core.windows.net/content/images/checkBox.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.checkBoxChecked {
    background-image: url(https://kumastorage.blob.core.windows.net/content/images/checkBox.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.product-price-MAP {
    color: #cf2027; 
    font-size: 1.15em;
    display: block;
}

.free-shipping-icon {

}





/*
    Add By Rich
*/
.btn {
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.btn:hover, .btn:focus {
	-webkit-transition: background-position 0.2s linear;
	-moz-transition: background-position 0.2s linear;
	-o-transition: background-position 0.2s linear;
	transition: background-position 0.2s linear;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #f06b23;
}
.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #f06b23;
    border-color: #f06b23;
}
.btn-primary:hover {
    border-color: #f06b23;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #4eacc8;
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #4eacc8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#4eacc8));
	background-image: -webkit-linear-gradient(top, #5bc0de, #4eacc8);
	background-image: -o-linear-gradient(top, #5bc0de, #4eacc8);
	background-image: linear-gradient(to bottom, #5bc0de, #4eacc8);
	background-repeat: repeat-x;
	border-color: #4eacc8 #4eacc8 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #72b110;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #72b110);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#72b110));
	background-image: -webkit-linear-gradient(top, #62c462, #72b110);
	background-image: -o-linear-gradient(top, #62c462, #72b110);
	background-image: linear-gradient(to bottom, #62c462, #72b110);
	background-repeat: repeat-x;
	border-color: #72b110 #72b110 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f88c00;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f88c00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f88c00));
	background-image: -webkit-linear-gradient(top, #fbb450, #f88c00);
	background-image: -o-linear-gradient(top, #fbb450, #f88c00);
	background-image: linear-gradient(to bottom, #fbb450, #f88c00);
	background-repeat: repeat-x;
	border-color: #f88c00 #f88c00 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #d8605f;
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #d8605f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#d8605f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #d8605f);
	background-image: -o-linear-gradient(top, #ee5f5b, #d8605f);
	background-image: linear-gradient(to bottom, #ee5f5b, #d8605f);
	background-repeat: repeat-x;
	border-color: #d8605f #d8605f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #6f7a8a;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #6f7a8a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#6f7a8a));
	background-image: -webkit-linear-gradient(top, #444444, #6f7a8a);
	background-image: -o-linear-gradient(top, #444444, #6f7a8a);
	background-image: linear-gradient(to bottom, #444444, #6f7a8a);
	background-repeat: repeat-x;
	border-color: #6f7a8a #6f7a8a #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	
}

.btn-link {
	color: #7090c8;
	cursor: pointer;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn:focus {outline: none;}




/*
    NAV
*/
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #FFF;
    color: #f06b23;
    border-radius: 0;
    webkit-border-radius: 0;
    border-top: 0px solid #7ac144;
    border-left: none;
    border-right: 0px solid #CCC;
/*    padding: 10px 10px;*/
}
.nav-tabs {
    border-bottom: 0px solid transparent;
    overflow: hidden;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: 0px solid #ddd;
    }


@media screen and (max-width: 440px) {
    .nav-tabs li {
        width: 30%;
    }

    .variantTable td {
        padding: 0px 5px;
        min-width: 132px;
        display: block;
        width: 100%;
    }

    .dd {
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }

        .dd .ddTitle span.ddTitleText img
        {
            width: 5px !important;
        }

        .dd img {
            width: 0px !important;
        }

    .productQuantityTextBox {
        margin-left: 0px !important;
    }

    .quantity-span {
        margin-left: 5px;
    }
}

@media screen and (max-width: 991px) {

    .product-meta {
        margin-top: 20px;
    }
}


.nav-tabs > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: none;
    margin: 0;
    border-radius: 0;
    background: none;
    /*color: #CCC;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 5px;
    color: #666;
    text-transform: uppercase;
}


.nav-tabs > li > a:hover {
    background: #fff;
}

.tab-content {
    margin-top: 20px;
}


.nav-tabs > li {
    float: none;
    display: inline-block;
    border: none;
}

.nav-tabs > .active::after {
    display: inline-block;
    content: "";
    width: 60px;
    height: 2px;
    background: #f06b23;
    position: relative;
    bottom: 15px;
}

.nav-tabs > li::after {
    display: inline-block;
    content: "";
    width: 60px;
    height: 2px;
    background: none;
    position: relative;
}

.nav-tabs {
    text-align: center;
}

#dealerSearchDiv {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.featured-product-summary {
    margin-top: 10px;
    margin-bottom: 10px;
}

.featured-product-name {
    font-weight: bold;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f06b23;
    border-color: #f06b23;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #f06b23;
}

.pagination > li > a, .pagination > li > span {
    color: #f06b23;
}