
.breadcrumbs, .breadcrumbs a, #content_inner .breadcrumbs, #content_inner .breadcrumbs a {
    font-size: 11px;
    color: #555;
}

#results .bar02 form {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
}

#results .bar02 form select {
    font-size: 12px;
    vertical-align: middle;
}

#results .bar02 {
    background: #f2f2f2;
    margin: 8px 0 8px 0;
    height: 30px;
}

#results .bar02 .inner {
    display: block;
    height: 30px;
    line-height: 20px;
}

#results .bar02 .left {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

#results .bar02 .right {
    float: right;
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
}

#result_grid .product-add-cart .btn {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#result_grid {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

#result_grid .product_cont {
    text-align: center;
}

#result_grid .product {
    width: 33.3333%;
    margin-bottom: 20px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

#result_grid .break {
    margin-right: 0px;
}

#result_grid .product a {
    color: #2d2d2d;
}

#result_grid .product a:hover {
    text-decoration: none;
}

#result_grid .product .product-list-price {
    text-decoration: line-through;
    display: inline-block;
}

#result_grid .product .price {
    font-size: 14px;
    color: #2d2d2d;
    padding: 0;
    display: inline-block;
}

#result_grid .product .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 14px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#result_grid .product .img .imginner {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

#result_grid .product .img .imgwrap {
    text-align: center;
    background: #fff;
    width: 100%;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 0;
}

#result_grid .product .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 120px;
    display: block;
    margin: 0 auto;
}

#result_grid .product .img img.larger {
    min-height: 130px;
    max-height: 130px;
}

#result_grid .product .img img.no_icon {
    min-height: 0;
    max-width: 130px;
    vertical-align: middle;
}

#result_grid .product .product-title {
    padding-top: 4px;
}

#result_grid .product .product-title, #result_grid .product .product-title a {
    color: #4c4c4c;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cat_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 0 25px 20px;
}

#cat_list li {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
}

#details .tab_set .tab_nav ul {
    list-style: none;
    list-style-image: none;
}

#details .left {
    width: 314px;
    float: left;
}

#details .left .name {
    font-size: 14px;
}

#details .left .number {
    color: #000000;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 15px;
}

#details .right {
    width: 300px;
    float: right;
    font-size: 12px;
    color: #000000;
}


#details .head {
    display: block;
    min-height: 40px;
}

#details .head .price {
    font-size: 18px;
    color: #000000;
    float: left;
}

.shop_detail_details_column .list-price {
    text-decoration: line-through;
    font-size: 12px;
}

#details .head .price strong {
    color: #000000;
}

#details .head .button {
    float: right;
}

#details .big {
    font-size: 14px;
}

#details .to_right {
    text-align: right;
}

.shop_checkout_process .btn {
    min-width: 120px;
    text-align: center;
}

.cart_output {
    font-size: 12px;
}

.register_login {
    margin-top: 15px;
}

.cart_output strong {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.cart_output .total_item {
    display: inline-block;
}

.cart_output .btn {
    text-transform: uppercase;
}

.cart_output td {
    padding: 4px 5px;
}

.cart_output thead tr:last-child td {
    padding-bottom: 6px;
}

.cart_output tbody {
    background: #fefefe;
}

.cart_output tbody .odd {
    background: #f1f1f1;
}

.cart_output tbody tr:first-child td {
    border-top: 1px solid #dfe0e0;
}

.cart_output tbody tr:last-child td {
    border-bottom: 1px solid #dfe0e0;
}

.cart_output tfoot tr td {
    border-bottom: 1px solid #dfe0e0;
    padding: 8px 5px;
}

.cart_output .img {
    width: 35px;
    height: 26px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.cart_output .product_desc {
    display: inline-block;
    margin-right: 5px;
}

.cart_output .remove_link, .cart_output .remove_link:hover {
    text-decoration: none;
    color: #3f3f42;
    font-size: 14px;
    font-weight: bold;
}

.cart_output input[type=text] {
    border: 1px solid #c0c1c1;
    width: 40px;
    padding: 1px 4px;
}

.cart_output .btn {
    margin-right: 10px;
}

.cart_output table {
    table-layout: fixed;
}

.checkout_guest_form {
    margin-top: 20px;
    width: 43%;
}

.promo_cert_gift {
    background: #f1f1f1;
    border-bottom: 1px solid #c0c1c1;
    padding: 0 10px;
}

.promo_cert_gift label {
    color: #000;
}

.promo_cert_gift input[type=text] {
    width: 98px;
    border: 1px solid #c0c1c1;
    background: #fff;
    vertical-align: middle;
    padding: 1px 4px;
    font-size: 9px;
    height: 15px;
    box-sizing: border-box;
}

.promo_cert_gift .btn {
    vertical-align: middle;
    min-width: 0;
}

.shipping_billing_form {
    margin-top: 15px;
}

.address_review {
    margin-top: 20px;
    margin-bottom: 15px;
}

.address_review h3 a {
    text-transform: none;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

.address_review h3 {
    margin-bottom: 10px;
}

.address_review.std_form2 td.lbl {
    width: 80px;
}

.address_review.std_form2 td {
    padding: 2px 0;
}

.shipping_options {
    margin-top: 35px;
}

.credit_card_info {
    margin-top: 15px;
}

.credit_card_info td.lbl {
    width: 140px;
}

.product_desc {
    font-size: 10px;
}

.category_table {
    border-collapse: collapse;
}

.category_table tr.odd, .category_table tr.odd td {
    background: none;
}

.category_table tr, .category_table td {
    border-bottom: 1px dotted #D7D7D7;
}

#share_box {
    width: 400px;
    height: 200px;
    background-color: #fff;
    padding: 10px;
}

#share_box .socialbox a {
    padding: 4px;
}

#share_box textarea {
    font-size: 11px;
    height: 45px;
    width: 390px;
    border: 1px solid #5E5E5E;
    float: right;
}

.shop_detail_info_column #message_spot {
    padding: 5px 0;
}

#message_spot {
    font-weight: bold;
    padding: 5px 10px;
    margin: 3px 0;
}

#tell_friend {
    width: 400px;
    height: 300px;
    background-color: #fff;
    padding: 10px;
}

#cat_section {
    padding-top: 10px;
}

.shopping-grid-holder {
    margin: 5px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.shopping-grid-holder .cat {
    margin: 0 !important;
    float: left;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.shopping-grid-holder .cat .img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.shopping-grid-holder .cat .img img {
    width: 100%;
    height: auto;
}

#cat_section .cat .txt {
    text-align: center;
}

#product_details_rating_link {
    text-decoration: none;
}

.reviews_head_links {
    margin: 25px 0 20px 0;
}

.reviews_head_links strong {
    text-transform: uppercase;
    color: #666666;
    display: inline-block;
    margin-right: 5px;
}

.reviews_head_links .lnk {
    display: inline-block;
    margin-left: 15px;
}

.reviews_head_links i {
    color: #c6c5c7;
}

.product-review + .product-review {
    margin-top: 10px;
}

.product-review .head {
    font-size: 11px;
    color: #c6c5c7;
    margin-bottom: 5px;
}

.product-review .head span {
    font-weight: bold;
}

.product-review .head strong {
    color: #3f3e42;
}

#shopping_cart_details_social h2 {
    margin: 0;
    padding: 0;
}

#shopping_cart_details_social a {
    text-decoration: none;
}

#shopping_cart_details_social ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#shopping_cart_details_social ul li {
    float: left;
    margin-right: 5px;
    line-height: 21px;
}

#shopping_cart_details_social .social_item {
    float: left;
    margin-right: 5px;
}

.search_result_terms {
    color: #000;
}

.search_result_terms .search_result_term {
    color: #999;
}

.shopping_details_video_thumb {
    border: 1px solid #cecece;
    border-radius: 5px;
    display: block;
    margin-bottom: 8px;
    width: 67px;
    height: 35px;
    overflow: hidden;
    float: left;
    position: relative;
    background: url(../img/vid_thumb_bg.png) no-repeat top left;
    margin-right: 5px;
}

.shopping_details_video_thumb .play {
    position: absolute;
    top: 8px;
    left: 25px;
}

@media only screen and (max-width: 991px) {

    #result_grid .product {
        width: 48%;
    }

    .shopping-grid-holder .cat {
        width: 48%;
    }

}

@media only screen and (max-width: 767px) {
	.qty {
		padding: 0.5rem;
    }
    #result_grid .product .img .imgwrap {
        height: auto;
        padding-bottom: 0;
    }
    .promo_cert_gift input[type=text] {
        width: 100% !important;
        padding: 5px 6px;
        float: right;
        margin-top: 5px;
        height: auto;
    }
    .promo_cert_gift label {
        width: 100%;
        /*float: left;*/
        text-align: left;
    }
    .checkout_guest_form {
        margin-top: 20px;
        width: 100%;
        float: left;
    }

}

@media only screen and (max-width: 575px) {

    #result_grid .product {
        width: 100%;
    }

    .shopping-grid-holder .cat .img {
        min-height: auto;
    }

}
