@charset "utf-8";

.product.left, .product.right {
	min-height: 200px;
	margin: .5rem 0;
}

.product.right .badge {
	color: #fff!important;
	font-size: .8rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 20px;
	background-color: #800002!important;
}

.product.right .clnc {
	color: #fff!important;
	font-size: .8rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 20px;
	background-color: #008002!important;
}


.product.right .product-numbers .product-price {
	font-size: 34px;
	font-weight: 600;
    color: #0f1111;
}
.product.right .product-numbers .product-price span {
	color: #0f1111;
	font-size: 16px;
	font-weight: 400;
}


.product.right .item-price{font-weight:700;font-size:2.5rem;color:#0f1111;align-items: center;gap: 5px;}
.product.right .item-price .item-price-map{color:#999;}
.product.right .item-price .integer {font-size: 2.5rem;font-weight: 600;color: #0f1111;}
.product.right .item-price .decimal {font-size: 1.2rem;vertical-align: super;color: #333;}
.product.right .item-price .dollar {font-size: 1rem;vertical-align: super;color: #333;}
.product.right .item-price .hidden-price {display: none;}
.product.right .item-price .limited {font-size: .8rem;color: #cc0c39;font-weight: 600; margin:0; padding:0;}
.product.right .item-price .discount {font-size: 1.4rem;color: #cc0c39; font-weight: 400;}
.product.right .item-price .discount-perc {font-size: .8rem;color: #cc0c39;font-weight: 400; margin-right: 15px;}

.product.right .item-reg-price {font-size: .8rem;font-weight: 400;color: #333;}
.product.right .item-reg-price .integer {font-size: 1rem;font-weight: 400;color: #333;text-decoration: line-through;}
.product.right .item-reg-price .decimal {font-size: .6rem;vertical-align: super;color: #333;}
.product.right .item-reg-price .dollar {font-size: .6rem;vertical-align: super;color: #333;}
.product.right .item-reg-price .hidden-price {display: none;}

.product.right .item-map-price .integer {font-size: 2.5rem;font-weight: 600;color: #999;}
.product.right .item-map-price .decimal {font-size: 1.2rem;vertical-align: super;color: #999;}
.product.right .item-map-price .dollar {font-size: 1rem;vertical-align: super;color: #999;}
.product.right .item-map-price .hidden-price {display: none;}

.product.right .item-call4price {font-size: 1rem;font-weight: 400;color: gray;}

.product-img {
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	width: 100%;
	padding: .5rem;
}
.img-inner {
	display: flex;
	justify-content: center;
	overflow: hidden;
	max-height: 400px;
}
.img-inner img {
	flex: none;
}
.product-title {
	font-size: 25px;
	color: #333;
}
.product-subtitle {
	font-size: 20px;
	color: #444;
}
.product.right .article-body {
	margin: 1rem 0;
}
.product-brand a {
	font-size: 12px;
	color: #fff!important;
	background-color: #333;
	padding: 4px 10px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.product-brand a:hover {
	background-color: #666;
}
.product-brand:after {
	content: " "!important;
}
.product-stockinfo {
	padding: .25rem 0;
}
.product-stockinfo span {
	font-size: 12px;
	color: #666;
	margin: 0 .5rem .25rem 0;
	display: inline-block;
}
.product-stockinfo span:after {
	content: '|';
	color: #ccc;
	position: relative;
	right: -5px;
}
.product-availability:after,
.product-item:after,
.product-stockinfo span:last-of-type:after {
	content: ''!important
}
.product-stockinfo.plus span {
	font-size: 13px;
}
.instock {
 	background-color: green;
}
.outofstock {
	background-color: red;
}
.instock,
.outofstock {
    color: #fff;
    font-style: normal;
    padding: 1px 10px;
    margin-left: 5px;
    border-radius: 10px;
}

.product-pickup strong {
    margin-right: 5px;
}
.product-stars a {
    color: #666;
}
.detail-option-heading span {
    color: #999;
    font-size: 12px;
}
.addtocart-btn,
.makeanoffer-btn {
    border-radius: 0;
    color: #fff;
}
.addtocart-btn {
    padding: 1rem 3.5rem;
    background: #c3500b;
    border: 1px solid #c3500b;
}
.addtocart-btn:hover {
    background: #CD743E;
    border: 1px solid #CD743E;
}
.makeanoffer-btn {
    padding: 1rem 1rem;
    background: #1b75bc;
    border: 1px solid #1b75bc;
}
.makeanoffer-btn:hover {
    background: #4F8CBC;
    border: 1px solid #4F8CBC;
}
.addtocart-btn:hover,
.makeanoffer-btn:hover {
    color: #fff;
}
a.fav-btn {
    color: #666;
    background: white;
    border-radius: 0 4px 4px 0;
    padding: 1rem .7rem 1rem 1.1rem;
	border: 1px solid #ced4da;
    text-align: center;
}
.detail-option-btn-label {
	border-radius: 4px!important;
}
a.fav-btn:hover {
    color: #fff;
    background: #666;
    border-color: #666;
}
.list-inline-item {
    margin-right: -4px!important;
}
.detail-quantity {
	text-align:center;
	font-size: 1.3rem;
    border: 1px solid #ced4da;
    padding: 0;
    margin: -4px 0 0;
    width: 80px;
    height: 40px;
    background-color: #fff;
}
.btn-quantity {
	text-align:center;
	font-size: 1.3rem;
    border: 1px solid #ced4da;
    padding: 0;
    margin: -4px 0 0;
    width: 40px;
    height: 40px;
    background-color: #C0C0C0;
}

.product-share {
    list-style: none;
    float: right;
}
.product-share li {
    padding: 4px 0;
}
.product-share li a i {
    background: gray;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    padding-top: 12px;
    font-size: 16px;
    border-radius: 50%;
}
.product-share li a i:hover {
    opacity: .8;
}
.product-share li a .fa-facebook {
    background-color: #3478f6;
}
.product-share li a .fa-twitter {
    background-color: #1DA1F2
}
.product-share li a .fa-pinterest-p {
    background-color: #BD081C;
}
.product-share li a .fa-envelope {
    background-color: #1645A4;
}
.product-share li a .fa-print {
    background-color: #000;
}
.border-block {
    color: #4D4D4D;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 5px 10px 0;
	border-radius: 4px;
}
.border-block i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    padding-top: 14px;
    text-align: center;
    border-radius: 50%;
    margin-top: 5px;
	border: 1px solid #ced4da;
}
.border-block h4 {
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 5px;
}
.border-block p {
    font-size: 11px;
}
.btn-outline-green {
	color: white;
	border: 1px solid rgba(11,100,4,1);
	background: rgba(11,100,4,1);
}
.btn-outline-green:hover {
	background: rgba(65,139,59,1)!important;
}

.detail-option ul {
    margin-bottom: 0;
}
.detail-option .btn-outline-secondary {
    border-radius: 0;
    border: 1px solid #ced4da!important;
    padding: 5px 0 5px 16px;
    color: #6c757d;
}
.detail-option .btn-outline-secondary:hover {
    color: #fff;
    background: #666;
    border: 1px solid #666!important;
}
.btn.bubble {
    color: #fff;
    background-color: #666;
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: -4px;
}
.popover-header {
    font-size: 14px;
    border-bottom: 1px solid #333;
}
.popover-body {
    font-size: 12px;
    padding-bottom: 1rem;
}
.popover-body,
.popover-header {
    background-color: #000;
    color: #fff;
    line-height: 1rem;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    border-top-color: #000;
}
.nav.product-extralink a {
    padding: .5rem 0;
    text-align: center;
    margin: .5rem 0 0;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: #666;
    font-size: .75rem;
}
.nav.product-extralink a:hover {
    color: #fff;
    background-color: #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}
.nav.product-extralink .last {
    border-right: 1px solid #ced4da
}
.nav.product-extralink .last:hover {
    border-right: 1px solid #666;
}
.nav.product-extralink a:first-of-type {
	border-radius: 4px 0 0 4px;
}
.nav.product-extralink a:last-of-type {
	border-radius: 0 4px 4px 0;
}
.form-control {
    border-radius: 4px;
}
.product-link {
    background-color: #fff;
}
.product-link a {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 1.25rem 0;
    border-right: 2px solid #f6f5f4; 
    border-top: 2px solid #fff;
}
.product-link .last {
    border-right: 0;
}
.product.info .right .table .first td, .product.info .right .table .first th,
.product.info .right .table td, .product.info .right .table th {
	width: 70px!important;
	padding: .5rem!important;
}
.product-link a:hover {
    color: #c3500b;
    border-top: 2px solid #c3500b;
}
.fixed-top .product-link {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-top: 4px solid #c3500b;
}
.product-list {
    display: block;
}
.product-list .list {
    margin: .5rem 0 0;
    padding: 0;
}
.product-list .list img {
    border: 1px solid #ccc;
    padding: .25rem;
}
.product-list .list li {
    float: left;
    list-style: none;
    /*margin: .5rem 1rem 0 0*/
}
.product.info .left ul {
	display: flex;
	display: ms-flex;
	flex-direction: column;
	-ms-flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 0;
}
.product.info .left li:first-child {
	border-top: 0!important;
}
.product.info .left li:last-child {
	border-bottom: 0!important;
}
.product.info .left li {
	padding: .25rem 1rem;
	font-size: 14px;
	border-left: 0!important;
	border-right: 0!important;
	border-radus: 0;
	position: relative;
	display: block;
	margin-bottom: -1px;
	background-color: white;
	border: 1px solid rgba(0,0,0,.125);
}
.review .left,
.product.info .left {
    padding-left: 2rem;
}
.review .left, .review .right,
.product.info .left, .product.info .right {
    padding-top: 1rem;
    padding-right: 3rem;
}
.product.info .right .table .first td,
.product.info .right .table .first th {
    border-top: 0!important;
    padding: .25rem 1rem;
}
.product.info .right .table td,
.product.info .right .table th {
    padding: .25rem 1rem;
}
.product.info .right .table th {
    color: #000;
    border-right: 1px solid #dee2e6!important;
}
.product.info .container {
    font-size: 16px;
    line-height: 1.5rem;
    color: #666;
    font-weight: 400;
}
.product.info h3,
.product.info h4 {
    color: #333
}
.product.info h2 {
    font-size: 20px;
}
.product.info h3 {
    font-size: 18px;
}
.product.info h4 {
    font-size: 16px;
}
.product.info .list-group-item {
    padding: .25rem 1rem;
    font-size: 14px;
}
.product.info .right h4 {
    margin-bottom: .5rem;
}
.product.bottom {
    margin-left: -15px;
    margin-right: -15px;
}
.product.bottom .media {
    border-top: 2px solid #f6f5f4;
    border-right: 2px solid #f6f5f4;
    border-bottom: 2px solid #f6f5f4;
    padding: 1rem;
    text-align: left;
    font-size: 12px;
    line-height: 1.1rem;
    margin-top: -2px;
}
.product.bottom .media:nth-of-type(n+4) {
    border-bottom: 0;
}
.product.bottom .media:nth-of-type(3n+3) {
    border-right: 0;
}
.product.bottom .media h4 {
    font-size: 18px;
}
.table-bordered,
.title-sticky {
    font-size: 14px
}
.m-show {
    display: none;
}
.m-hide,
.title-sticky {
    display: block;
}
.title-sticky {
    color: #333;
    position: absolute;
    width: 100%;
    top: 60px;
    background: #fff;
    padding: .25rem 0;
    text-align: center;
    border-top: 2px solid #f6f5f4;
    margin-left: 0;
    margin-right: 0;
	border-radius: 0 4px 0 0;
}
.show2 {
    display: none
}
.table-bordered tr td,
.table-bordered tr th {
    padding: .5rem 1rem;
    font-weight: 600;
}

.table-bordered .each {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
.input-invisible {
    opacity: 0;
}
.product-thumb {
    padding: .5rem .95rem;
}
.product-thumb .img-box {
    border: 1px solid #d4d4d4;
    border-right: 0;
    padding: .5rem;
    margin-top: -1px;
    margin-right: -1px;
}
.img-box:last-of-type,
.img-box:nth-of-type(5n+5) {
    border-right: 1px solid #d4d4d4!important
}
.thumb-item {
    display: block;
    max-width: 100%;
    background: 0 0;
    opacity: .5;
    cursor: pointer;
    outline: 0!important;
}
.thumb-item.active {
    opacity: 1;
    border-right: 1px solid #d4d4d4;
    margin-right: -1px
}
.col-2dot4.img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.2%;
    flex: 0 0 20.2%;
    max-width: 20.2%
}
.product-thumb.icon-images button:first-of-type {
	border-radius: 4px 0 0 4px;
}
.product-thumb.icon-images button:last-of-type {
	border-radius: 0 4px 4px 0;
}
.nav-top {
	padding: 0;
}
.product.right .alert-warning {
	font-size: .9rem;
	text-align: center;
	padding: .75rem 2rem;
}
.review .product-stars .fa {
	font-size: 1.3rem!important;
}
.overall-rating {
	font-size: 65px;
	font-weight: 100;
	line-height: 4rem;
}
.write-review {
	padding-top: .1rem;
}
.product-stars .write-review button {
	font-size: .9rem;
	padding: .25rem 1rem;
	margin-left: -1rem;
}
.product-stars .write-review button:last-child {
	border: 1px solid #c3500b;
	border-radius: 4px;
	margin-left: .25rem;
	color: #c3500b;
}
.product-stars .write-review button:last-child:hover {
	background: #c3500b;
	color: white;
}
.bg-warning {
	background: #E0D20E!important;
}
.product.review .progress-bar {
	height: 16px!important;
}
.review-user .review-desc {
	font-size: .8rem;
	margin-top: .5rem;
	margin-bottom: 1rem;
}
.review-user .review-desc p{margin-bottom:.4rem;}
.review-user .badge-success {
	font-size: .8rem;
}
.review-user h4 {
	font-size:1rem;
	margin-bottom: .25rem;
}
.review-user .overall-stars {
	margin-bottom: .5rem;
}
.review-number {
	color: #999;
	display: table-cell;
	vertical-align: bottom;
	float: right;
	position: absolute;
	bottom: 0;
}
.review-user .helpful {
	margin: 1rem 0 0 0;
	padding: .5rem 0;
	border-top: 2px dotted #f6f5f4;
}
.review-user .btn-group-sm>.btn, .btn-sm {
	font-size: .8rem;
	line-height: .8rem;
	margin-top: -2px;
	color: #c3500b;
}
.product.review .personal .left {
	padding: .5rem 1rem 1rem 2rem!important;
	margin-bottom: 1rem;
}
.review-img {
	padding: 1rem 0;
}
.review-img img {
	width: 80px;
}
.product-numbers.web .badge {
	background: #999!important;
}
.product-numbers.web .product-price span,
.product-numbers.web .product-price {
	color: #999!important;
}
.freight button,
.product-numbers.web button {
	font-size: .8rem;
}
.product-map, .product-map a{
	font-size:.9rem;
}
.product-toptag {
	font-size: 10px;
	color: white;
	padding: 3px 5px;
    background:rgba(27,117,188,.85);
	position: absolute;
	top: 5px;
	left: 19px;
	border-radius: 4px;
	z-index: 1;
	border: 1px solid #d9ddd7;
	transition: all .25s ease-in-out;
}
.product-toptag.free{background: rgba(12,109,12,.85);}

@media screen and (max-width: 1199.98px) {

	.nav.product-link.nav-justified.sticky {
		max-width: 960px;
	}
	.detail-option .list-inline-item input,
	.makeanoffer-btn,
	.addtocart-btn,
	.fav-btn {
		font-size: .9rem!important;
	}
	.makeanoffer-btn {
		padding: 1rem .8rem;
	}
	.addtocart-btn {
		padding: 1rem 2.6rem;
	}
	a.fav-btn {
		padding: 1rem .3rem 1rem .7rem;
	}
}

@media screen and (max-width: 991.98px) {
	.nav.product-link.nav-justified.sticky {
		max-width: 720px;
	}
	.title-sticky {
		font-size: .9rem;
	}
	.detail-option .list-inline-item input,
	.makeanoffer-btn,
	.addtocart-btn,
	.fav-btn {
		font-size: .8rem!important;
	}
	.makeanoffer-btn {
		padding: 1rem .4rem;
	}
	.addtocart-btn {
		padding: 1rem .7rem;
	}
	a.fav-btn {
		padding: 1rem .3rem 1rem .7rem;
	}
}


@media screen and (max-width:767.98px) {
    .product-share {
        padding: 0 1.5rem 0 0;
        float: left;
    }
    .product-share li {
        float: left;
        margin: 1rem .5rem 0;
    }
    .product-share li a i {
        width: 45px;
        height: 45px;
        padding-top: 14px;
    }
    .product.bottom .media {
        border-right: 0;
    }
	.review .right {
		padding-right: 1rem;
	}
	.product.review .personal .left {
		min-height: 180px;
		margin-bottom: 1rem;
		padding: 1rem!important;
	}
	.nav.product-link.nav-justified.sticky {
		max-width: 540px;
		font-size: .7rem;
	}
    .title-sticky {
		font-size: .7rem;
	}
	.product-link a {
		font-size: .6rem;
	}
	.addtocart-btn {
		padding: 1rem 2.9rem;
	}
}

@media screen and (max-width:575.98px) {
    .product.push {
        margin-top: 65px;
    }
    .product.left {
        padding-left: 15px;
        margin: .5rem 0;
    }
    .product.right {
        padding-right: 15px;
        margin: .5rem 0;
		min-height: 30px;
    }
    .product-link a {
        color: #666;
        font-size: 12px;
        font-weight: 400;
        padding: 1rem 0;
        border-right: 2px solid #f6f5f4;
    }
    .product-link .last {
        border-right: 0;
    }
    .product-link a:hover {
        color: #c3500b;
    }
    .fixed-top .product-link {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        border-top: 2px solid #c3500b;
    }
    .addtocart-btn {
        padding: 1rem 2.5rem;
    }
    .nav.product-extralink a {
        padding: .5rem 1rem;
    }
    .product-img {
        height: auto;
    }

    .img-inner img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .product-list .list img {
        border: 1px solid #ced4da;
        padding: .2rem;
    }
    .product-list .list li {
        /*margin: .5rem .5rem 0 0*/
    }
    .product.right {
        margin-bottom: .5rem;
    }
    .social {
        margin-top: 1.5rem;
        border-top: 1px solid #ced4da
    }
    .product-title {
        font-size: 1rem;
    }
    .product-subtitle {
        font-size: .8rem;
    }
    .product.info .center,
    .product.info .left,
    .product.info .right {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .m-show {
        display: block;
    }
    .m-hide {
        display: none;
    }
    .product-stockinfo .product-brand:after {
        content: ''!important
    }
    .product-icon img {
        width: 45px;
    }
    .title-sticky {
        font-size: .8rem;
        top: 44px;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    }
	.detail-option .list-inline-item input,
	.makeanoffer-btn,
	.addtocart-btn,
	.fav-btn {
		font-size: .8rem!important;
	}
	.makeanoffer-btn {
		padding: 1rem .7rem;
	}
	.addtocart-btn {
		padding: 1rem 1.4rem;
	}
	a.fav-btn {
		padding: 1rem .3rem 1rem .7rem;
	}

    .detail-option,
    .product-list{
        text-align:center;
    }
	
	.product-map, .product-map a{
	font-size:.8rem;
    }
	
}


