#p-photo,#p-description {
    float: left;
    padding: 0 15px;
    width: 100%
}

.priceRow {
    width: 100%;
    display: table-row;
    border-top: 1px solid #5a5a5a
}

.priceRow:first-child {
    border-top: 0
}

.prices {
    display: table;
    border: 1px solid #5a5a5a;
    margin: 20px 0;
    width: 100%
}

.priceMain {
    width: 35%;
}

.priceMain #price {
    text-align: center;
    vertical-align: middle;
    padding: 10px
}

.sizeMain {
    width: 65%
}

.priceCell {
    display: table-cell;
    border-left: 1px solid #5a5a5a
}

.priceCell:first-child {
    border-left: 0
}

.priceMain .priceBox {
    text-align: center
}

.priceMain .priceBox span:first-child {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none
}

.priceMain .priceBox span {
    display: block;
    color: #B22222;
    text-decoration: line-through
}

.priceTitle {
    background: #78787a;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold
}

.priceBox {
    padding: 5px;
    text-align: center
}

.radio_kt {
    padding: 5px;
    border: 1px solid #0023b6;
    background: 0;
    text-align: center;
    color: #0023b6;
    display: block
}

.radio_kt.active,.radio_kt:hover,.radio_kt:active {
    background: #0023b6;
    color: #fff;
    cursor: pointer
}

.radio_kt input {
    opacity: 0;
    margin-left: -30px!important
}

.boxGift {
    float: left;
    width: 100%
}

.giftTitle {
    text-align: left;
    background: #bed5e0;
    color: #0023b6;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold
}

.giftTitle .quatang {
    vertical-align: middle;
    margin-right: 10px;
    width: 20px
}

.giftTitle span {
    display: inline-block;
    vertical-align: middle
}

.giftList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.giftList li {
    font-size: 15px;
    float: left;
    width: 50%;
    padding: 0 15px 15px
}

.giftList li:nth-child(2n+1) {
    clear: both
}

.giftList li img {
    width: 20%;
    display: inline-block;
    border: 1px solid #ececec;
    margin-right: 5px;
    vertical-align: middle;
    max-width: 100%;
    cursor: zoom-in
}

.giftList li span {
    padding: 5px 10px
}

ul.row {
    margin: 0;
    padding: 0
}

.kichthuoc {
    width: calc(100%/3);
    overflow: hidden;
    float: left;
    list-style: none;
    padding: 5px
}

.addcart {
    float: left;
    padding: 0 15px 15px 15px;
    width: 100%
}

.addcart .btn-buy {
    display: table;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    background: linear-gradient(to bottom,#1c58cb,#002aab);
    color: white;
    text-align: center
}

.addcart .btn-buy:hover {
    cursor: pointer;
    background: linear-gradient(to top,#0239df,#226bf3)
}

.addcart .btn-buy span {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    display: block
}

.bg_popup_order {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 75%);
    z-index: 1000;
    display: block
}

.bg_popup_order .content {
    position: relative;
    top: 50%;
    max-width: 100%;
    width: 500px;
    background-color: #fff;
    display: block;
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
    transform: translateY(-50%)
}

.bg_popup_order .title {
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to bottom,#1c58cb,#002aab);
    color: #fff
}

a.close-form-popup {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../fancybox/fancybox_sprite.svg);
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 6px
}

form#form_order_popup {
    padding: 10px
}

#form_order_popup input {
    display: block;
    margin: 5px 0;
    border: 1px solid #ddd;
    width: calc(100% - 20px);
    line-height: 30px;
    padding: 0 10px;
    font-size: 15px
}

#form_order_popup textarea {
    display: block;
    margin: 5px 0;
    border: 1px solid #ddd;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 15px;
    height: 150px
}

#form_order_popup button {
    font-size: 15px;
    line-height: 30px;
    min-width: 200px;
    display: block;
    margin: auto;
    margin-top: 20px;
    background: linear-gradient(to bottom,#1c58cb,#002aab);
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px
}

#form_order_popup button:hover {
    cursor: pointer;
    background: linear-gradient(to top,#0239df,#226bf3)
}

.taborder_left {
    float: left;
    width: 50%
}

.taborder_right {
    float: right;
    width: 50%;
    text-align: center
}

.taborder_right img {
    max-width: calc(100% - 30px);
    padding: 15px;
    max-height: 145px
}

.title_product {
    font-size: 20px;
    color: #0023b6;
    text-align: center;
    text-transform: uppercase;
    font-family: utm-avo-bold,sans-serif
}

.ior_price,.ior_qty_order {
    width: 50%;
    display: inline-block
}

@media(max-width: 991px) {
    .priceCell {
        width:100%;
        display: block
    }

    .sizeMain {
        border-left: 0
    }
}

@media(max-width: 480px) {
    .giftList li {
        width:100%
    }

    .giftList li:nth-child(2n+1) {
        clear: both
    }

    .kichthuoc {
        width: calc(100%/2)
    }
}
