.uz_oh_filter{
    margin-bottom: 15px;
}

.uz_oh_oldprice {
    text-decoration: line-through;
}

.uz_oh_hidden_box {
    display: none;
}

.uz_oh_btn {
    cursor: pointer;
}






.uz_oh_help_box{
    position: absolute;
    padding: 10px;
    min-height: 10px;
    min-width: 200px;
    background: #fbf8ee none repeat scroll 0 0;
    border: 1px solid #ffcb87;
    border-radius: 10px;
    z-index: 10;
    overflow: visible;

}

.uz_oh_order_id_help_box {
    min-height: 50px;
    width: 250px;
}

.uz_oh_status_help_box{
}

.uz_oh_track_help_box {
    width: 250px;
}


.uz_oh_help_box:before {
    border: 1px solid #ffcb87;
    border-width: 1px 0 0 1px;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    top: -9px;
    transform: rotate(45deg);
    background: #fbf8ee;
}

.uz_oh_order_id_help_box:before {
    left: 20px;
}

.uz_oh_status_help_box:before {
    right: 50px;
}

.uz_oh_track_help_box:before{
    left: 20px;
}




.uz_oh_order_details_col {
    display: inline-block;
    width: 50%;
}

.uz_oh_prop_name {
    font-weight: bold;
}

.uz_oh_logged_in {
    overflow: hidden;
    padding: 20px 0 40px;
}

.uz_oh_logged_in > div:first-child {
    margin-bottom: 10px;
}

.uz_oh_orders {
    margin: 0 0 -15px;
    padding: 15px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.uz_oh_order_box {
    border-radius: 10px;
    border: 5px solid #EFECE1;
    margin: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.uz_oh_order_head_box {
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px;
    padding: 0 0 18px;
    position: relative;
    line-height: 30px;
}

.uz_oh_head_col{
    display: inline-block;
    line-height: 15px;
}

.uz_oh_head_col_id{
    margin-right: 20px;
}

.uz_oh_head_col_track{
    display: inline-block;
}

.uz_oh_tracking_capt {
    width: 90px;
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    position: relative;
    top: 5px;
}

.uz_oh_tracking_val{
    white-space: nowrap;
    border: 1px solid #85a0d7;
    border-radius: 20px;
    margin: -11px 0 0;
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.uz_oh_order_id {
    color: #ffa200;
}

.uz_oh_help {
    font-weight: 800;
    color: #2356c1;
    font-size: 11px;
    font-style: normal;
    display: inline-block;
    padding: 1px 0;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1em;
    margin: -3px 0px 0px 5px;
}

.uz_oh_status {
    float: right;
    font-size: 12px;
    color: #ffa200;
    padding: 4px 0px;
    font-style: italic;
}

.uz_oh_date:after {
  content: "|";
  font-size: 14px;
  color: #eee;
  margin: -3px 0 0 13px;
  right: -18px;
  position: absolute;
  top: 5px;
}

.uz_oh_date {
    float: right;
    font-size: 12px;
    font-style: italic;
    margin: 0 30px 0 0;
    padding: 4px 0;
    position: relative;
    max-width: 130px;
}

.uz_oh_order_desc_box::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 0;
}

.uz_oh_order_desc_box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fbf8ee none repeat scroll 0 0;
    border-color: #ffcb87;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    height: 15px;
    left: 20px;
    position: absolute;
    top: -9px;
    transform: rotate(45deg);
    width: 15px;
    z-index: 1;
}

.uz_oh_order_desc_box {
    display: none;
    background: #fbf8ee none repeat scroll 0 0;
    border: 1px solid #ffcb87;
    border-radius: 10px;
    color: #6a6860;
    margin: -20px 0 20px;
    padding: 15px 20px;
    position: relative;
    overflow-wrap: break-word;
}

.uz_oh_item_image img {
    max-width: 120px;
}

.uz_oh_order_items_box {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    display: table;
    margin: -20px -20px 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.uz_oh_item {
    display: table-row;
}

.uz_oh_item > span {
    border-bottom: 1px solid #eee;
    display: table-cell;
    padding: 20px 5px;
    vertical-align: middle;
}

.uz_oh_item_image {
    text-align: center;
    width: 5%;
}

.uz_oh_item_name {
    width: 20%;
}

.uz_oh_item_sku {
    color: #444;
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
    width: 5%;
}

.uz_oh_item_props {
    width: 15%;
}

.uz_oh_item_props > span {
    background: #eee none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    padding: 2px 10px;
}

.uz_oh_item_props span:nth-child(2) {
    color: #2458c6;
    font-style: normal;
    font-weight: bold;
}

.uz_oh_item_qty {
    text-align: center;
    width: 5%;
}

.uz_oh_item_summ {
    color: #2b2b2b;
    font-weight: 800;
    text-align: right;
    width: 10%;
}

.uz_oh_oldprice {
    display: block;
    color: #ff3a34;
    font-size: 13px;
}

.uz_oh_item:last-child > span {
    border-bottom: 0;
}

.uz_oh_order_footer_box {
    background: #F7F4E9 none repeat scroll 0 0;
    margin: -10px -20px -20px;
    padding: 20px 20px 20px;
    position: relative;
    z-index: 1;
    /*height: 17px;*/
    overflow: hidden;
    line-height: 30px;
}


.uz_oh_footer_halfcol{
    display: inline-block;
    line-height: 50px;
}


.uz_oh_footer_halfcol1{
    float: left;
}

.uz_oh_footer_halfcol2{
    text-align: right;
    float: right;
}


.uz_oh_footer_col{
    display: inline-block;
    line-height: 17px;
}

.uz_oh_order_det {
    color: #2458c6;
    font-style: italic;
    width: 100px;
    text-decoration: underline;
    position: relative;
    top: 8px;
}


.uz_oh_order_det .uz_oh_btn:after{
    content: "";
    border-top: 5px solid #2458c6;
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    float: right;
    margin: -2px 10px 0 0;
}



.uz_oh_tracking_val .uz_oh_btn {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    color: #2356c1;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: 800;
    height: 15px;
    line-height: 1em;
    margin: 1px 0px 0px 5px;
    padding: 1px 0;
    text-align: center;
    width: 15px;
    line-height: 13px;
    vertical-align: top;
}



.uz_oh_pay_checkout {
    min-height: 1px;
}

.uz_oh_pay_checkout .uz_oh_btn {
    white-space: nowrap;
    border-radius: 20px;
    box-shadow: 0 0 2px #fff;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa600+0,ff8b00+100,207cca+100 */
    background: #ffa600; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffa600 0%, #ff8b00 100%, #207cca 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8b00), color-stop(100%,#207cca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8b00 100%,#207cca 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffa600 0%,#ff8b00 100%,#207cca 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffa600 0%,#ff8b00 100%,#207cca 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffa600 0%,#ff8b00 100%,#207cca 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
}


.uz_oh_shipping_capt{
    font-size: 12px;
    font-style: italic;
}
.uz_oh_shipping_val{
    font-size: 20px;
    margin-left: 5px;
}



.uz_oh_total {
    margin-left: 20px;
}

.uz_oh_total_capt{
    font-size: 12px;
    font-style: italic;
}
.uz_oh_total_val{
    font-size: 20px;
    margin-left: 5px;
}

.uz_oh_order_details_box {
    background: #e7e8e8 none repeat scroll 0 0;
    margin: -20px;
    padding: 20px;
}

.uz_oh_order_details_content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #85a0d7;
    border-radius: 10px;
    overflow: visible;
    padding: 20px;
    vertical-align: top;
    position: relative;
    z-index: 5;
    -moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
    column-count: 2;
    margin-top: 20px;
}

.uz_oh_order_details_col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.uz_oh_order_details_col:nth-child(2) {
    margin: 0 0 0 6px;
}

.uz_oh_order_details_content span:first-child {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.uz_oh_order_details_content span:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.uz_oh_order_details_content > div {
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.uz_oh_order_details_content > div > span:first-child {
    color: #333;
    display: inline-block;
    font-size: 14px;
    width: 49%;
}

.uz_oh_order_details_content > div:nth-child(2n-1) {
    background: #f5f5f6;
}

.uz_oh_order_payments_box {
    background: #e7e8e8 none repeat scroll 0 0;
    margin: -20px;
    padding: 20px;
    margin-top: 10px;
}

/*
.uz_oh_order_payments_box > div::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #ffcb87;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    content: "";
    height: 15px;
    left: 345px;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 15px;
}
*/

.uz_oh_order_payments_box > div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffcb87;
    border-radius: 10px;
    margin: 10px 0 0;
    overflow: visible;
    padding: 15px 20px 20px;
    position: relative;
}

.uz_oh_order_payments_box a:hover {
    background: #fbf8ee none repeat scroll 0 0;
}

.uz_oh_order_payments_box a:hover div {
    color: #2458c6;
    text-decoration: underline;
}

.uz_oh_order_payments_box a {
    display: inline-block;
    margin-bottom: -5px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.uz_oh_payment_method_btn {
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    line-height: 180px;
    text-align: center;
    vertical-align: bottom;
    width: 128px;
}

.uz_oh_card > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/cards.png") no-repeat scroll center 30px;
}

.uz_oh_yandex > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/yandex.png") no-repeat scroll center 26px;
}

.uz_oh_print > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/print.png") no-repeat scroll center 26px;
}


.uz_oh_webmoney > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/webmoney.png") no-repeat scroll center 26px;
}

.uz_oh_sms > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/sms.png") no-repeat scroll center 31px;
}

.uz_oh_alfa > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/alfa.png") no-repeat scroll center 33px;
}

.uz_oh_qiwi > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/qiwi.png") no-repeat scroll center 30px;
}

.uz_oh_pmbank > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/pmbank.png") no-repeat scroll center 30px;
}

.uz_oh_terminal > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/terminal.png") no-repeat scroll center 30px;
}

.uz_oh_sber > div {
    background: rgba(0, 0, 0, 0) url("/_mod_files/_img/uz_orders_history/sber.png") no-repeat scroll center 30px;
}


.uz_oh_status_grp_pending {
    color: #2458c6;
}

.uz_oh_status_grp_unpaid:after {
    content: "";
    background: url(/_img/bucks.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin: -3px 0 0 10px;
    line-height: 1em;
}

.uz_oh_status_grp_ready {
    color: #609414;
}

.uz_oh_status_grp_cancel {
    color: red;
}

.uz_oh_status_grp_cancel::after {
    background: rgba(0, 0, 0, 0) url("/_img/denied.png") repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: -1px 0 0 10px;
}


.uz_oh_clickable{
    cursor: pointer;
}


.uz_oh_return::after {
    background: rgba(0, 0, 0, 0) url("/_img/return.png") no-repeat scroll 0 0;
    content: "";
    display: inline-block;
    margin: -3px 5px 0 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.uz_oh_return {
    color: #8786f1;
}

.uz_oh_return_blank_link:after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(/_img/printer.png) no-repeat;
    width: 10px;
    height: 9px;
}

.uz_oh_return_blank_link {
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #555 !important;
    display: inline-block;
    font-family: trebuchet ms;
    padding: 5px 30px 5px 10px;
    position: relative;
    text-decoration: none !important;
    vertical-align: top;
    margin: -6px 0 0;
}

.uz_oh_help:hover,.uz_oh_tracking_val .uz_oh_btn:hover {
    background: #ffa600 none repeat scroll 0 0;
    border: 1px solid #ffa600;
    color: #fff;
}

.uz_oh_item_name > a {
    color: #848484;
    text-decoration: none;
}

.uz_oh_item_name > a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 1000px) {
    #lay_body h1 {
        padding-bottom: 15px;
    }

    .uz_oh_logged_in {
        padding-bottom: 20px;
    }

    .nav-menu_position_bottom {
        margin-bottom: 30px;
    }

    .uz_oh_orders {
       margin: 0 -12px -15px;
       border-radius: 0;
   }

   .uz_oh_item_image img {
     max-width: 90px !important;
 }
}

@media screen and (max-width: 768px) {
    .uz_oh_order_details_content {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media screen and (max-width: 640px) {
    .uz_oh_orders {
        padding: 10px;
    }

    #lay_body h1 {
        padding-bottom: 10px;
    }

    .uz_oh_logged_in {
        padding-top: 10px;
    }

    .uz_oh_date {
        float: none;
        display: block;
    }

    .uz_oh_date::after {
        content: "";
    }

    .uz_oh_item_image img {
        max-width: 60px !important;
    }
}

@media screen and (max-width: 480px) {
    .uz_oh_order_box {
        margin: 0 0 20px 0;
    }

    .uz_oh_order_items_box {
        padding: 0 8px;
    }

    .uz_oh_order_footer_box {
        padding: 30px 10px 20px;
    }

}

@media screen and (min-width: 1001px) {
    #head_template {
        padding: 0;
    }
}