﻿p.price {
    font-size: 20px;
    font-weight: 600;
    color: #d0021b;
}

.addtocart {
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    border-radius: 5px;
    color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 1em;
    border: none;
    display: block;
    text-align: center;
}

    .addtocart:hover {
        color: #fff;
    }

h1 {
    font-size: 18px;
    font-weight: 600;
}

.btnwhite {
    background: #fff;
    color: #808080;
    width: 100%;
    height: 42px;
    margin-top: 1em;
    border: solid 1px #d7d7d8;
    display: block;
    text-align: center;
    line-height: 42px;
    border-radius:5px;
}
.btnwhite:hover{
    color:#e25d18;
    border-color:#e25d18;

}
.list-social {
    border-bottom: solid 1px #d7d7d8;
    padding-bottom: 10px;
    margin: 1.5em 0;
}

    .list-social .list-inline-item:not(:last-child) {
        margin-right: 10px;
    }

    .list-social li a i {
        font-size: 20px;
        color: #000;
    }

select:focus {
    outline: solid 1px #000;
}

.nav-tabs .nav-link {
}

    .nav-tabs .nav-link:hover {
    }

    .nav-tabs .nav-link.active {
    }

#productdetail img {
    max-width: 100%;
}

#Quantity {
    width: 50px;
    text-indent: 5px;
    height: 50px;
    line-height: 50px;
    margin: 1em 0;
    border-radius: 5px;
        border: solid 1px #ddd;
        text-align:center;
}

.we-acbt {
    width: calc(100% - 65px);
    margin-left: 15px;
}

#Quantity:focus {
    outline: solid 1px #000;
}



.product-price del {
    font-size: 18px;
}

.recently-product .productitem img {
    height: 270px;
}

.box-middle-info {
    border: solid 3px #eeeeee;
    border-radius: 5px;
    padding: 22px 25px 27px;
    height: 100%;
}
.ib {
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.33333333em;
    background-color: #bae0bd;
    color: #ffffff;
    line-height: 36px;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 5px;
}
.nav-tabs .nav-item:first-child{
    margin-left:0;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    margin-left: 3px;
}
.nav-tabs .nav-item a{
    color:#222;
}
#myTabContent{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius:0 5px 5px 5px;
}
.nav-tabs{
    border-bottom:0;
}
.lst-prop li {
    margin-bottom:15px;
}
.lst-propdetail li{
    position:relative;
}
.lst-propdetail li a {
    border: solid 1px #ff9300;
    padding: 4px;
    position:relative;
    color: #333;
    display:inline-block;
}
.lst-propdetail li.selected a:before {
    content: '';
    background: url(images/checkbox-product.png) right bottom no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
.breadcrumb{
    background-color:transparent;
}
.lst-propdetail {
    text-transform: capitalize;
}
.table th, .table td{
    padding:0;
    border-top:0;
    padding-bottom:10px;
}
.lst-propdetail ul li{
    margin-bottom:10px;
}
.homeproduct li {
    border-top: 1px solid #eee;
}
#detailcontent img{
    max-width:100%!important
}
.wr-des{
    border:solid 1px #eee;
}


.space_bottom_20 {
    margin-bottom: 20px
}

.space_bottom_40 {
    margin-bottom: 40px
}

.block_tag .txt_tag {
    background: #f1f1f1 url(http://trehoatrangda.com/Content/images/bg_icon_tag.gif) no-repeat left top;
    padding: 0 10px 0 20px;
    height: 20px;
    color: #939393;
    float: left;
    font: 400 11px/20px arial;
    margin: 0 5px 0 0
}

.block_tag .tag_item {
    display: inline-block;
    height: 20px;
    font: 400 11px/20px arial;
    color: #656565;
    padding: 0 10px;
    white-space: nowrap;
    background: #f1f1f1;
    margin: 0 5px 5px 0;
    float: left
}

    .block_tag .tag_item:hover {
        background: #e2e2e2
    }