html {
    overflow-y: scroll;
    margin: 0;
    padding: 0
}

body {
    background: #e1e1e1;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0
}

body, td, th, input, textarea, select {
    font-size: medium
}

h1, .welcome {
    font-size: 32px;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    padding-top: 5px
}

h2 {
    font-size: medium;
    margin-top: 0;
    text-align: left;
    margin-bottom: 5px
}

h3, h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: medium;
    overflow: hidden
}

p {
    margin: 0
}

a, a:visited, a b {
    text-decoration: none;
    cursor: pointer;
    color: #0e87d2
}

    a:hover {
        text-decoration: none
    }

    a img {
        border: none
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

form {
    padding: 0;
    margin: 0;
    display: inline
}

input[type='text'], input[type='password'], textarea {
    border: 1px solid #CCC;
    margin-left: 3px;
    margin-right: -3px;
    display: inline-block
}

select {
    padding: 5px
}

label {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.blue {
    color: blue
}

.red {
    color: red
}

.green {
    color: green
}

.carrot {
    color: #fc6536
}

.bold {
    font-weight: 700
}

.bluebold {
    color: blue;
    font-weight: 700
}

.redbold {
    color: red;
    font-weight: 400
}

.greenbold {
    color: green;
    font-weight: 700
}

.carrotbold {
    color: #E67E22;
    font-weight: 700
}

#container {
    background: linear-gradient(79.37deg,rgb(184 224 236 / .5),rgb(243 236 252 / .5) 51.41%,hsl(68 66% 93% / .5) 96.17%),#fff;
    text-align: left;
    position: relative;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#column-left {
    float: left;
    width: 270px;
    padding-top: 1px;
    margin-top: 13px;
    padding-right: 2px;
    padding-left: 2px;
    background: linear-gradient(91deg,#fff0,rgb(243 236 252 / .5) 51.41%,#fff0 96.17%),#fff;
    margin-left: 10px;
    border: solid 1px #cccccc8a;
    border-radius: 5px
}

#column-right {
    float: right;
    width: 240px
}

#content {
    min-height: 789px;
    margin-bottom: 10px;
    padding: 13px
}

#column-left + #column-right + #content, #column-left + #content {
    margin-left: 286px
}

#column-right + #content {
    margin-right: 286px
}

.home {
    padding-left: 10px;
    padding-right: 5px;
    background: none !important;
    border: 0 !important
}

.page {
    width: 1190px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    padding-bottom: 10px;
    display: flow-root
}

#header {
    height: 70px;
    position: relative;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff0
}

    #header #logo {
        position: absolute;
        left: 0;
        margin-top: 2px;
        padding: 0
    }

        #header #logo a {
            display: block
        }

        #header #logo img {
            height: 50px;
            display: block;
            margin-top: 12px
        }

        #header #logo strong {
            display: none
        }

.slogan {
    position: absolute;
    left: 163px;
    top: 51px
}

    .slogan a {
        color: #DF2017;
        font-weight: 700;
        font-family: arial;
        font-size: 18px;
        letter-spacing: -1px;
        opacity: .9
    }

#language {
    position: absolute;
    top: 15px;
    left: 320px;
    width: 80px;
    color: #999;
    line-height: 17px
}

    #language img {
        cursor: pointer;
        margin-right: 5px
    }

#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px
}

    #currency a {
        display: inline-block;
        padding: 2px 4px;
        border: 1px solid #CCC;
        color: #999;
        text-decoration: none;
        margin-right: 2px;
        margin-bottom: 2px
    }

        #currency a b {
            color: #000;
            text-decoration: none
        }

#header #cart {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 9
}

.heading-cart {
    color: #236baa;
    cursor: pointer
}

#header #cart .heading {
    width: 190px;
    float: right;
    text-align: center;
    padding-left: 44px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
    display: block;
    height: 34px;
    padding: 0 12px;
    box-sizing: border-box;
    background: #faa51a;
    border: 1px solid #da7c0c;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    cursor: pointer;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s
}

#header #cart .pull-left {
    line-height: 36px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    float: left
}

    #header #cart .pull-left i:first-child {
        color: #e63228
    }

#header #cart .heading .title {
    color: #fff;
    font-size: medium;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 3px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0 5px
}

    #header #cart .heading .title i {
        background: url(../images/icon-cart.png) no-repeat 0 0;
        width: 22px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -7px
    }

#header #cart .heading a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 6px;
    right: -12px;
    text-align: center;
    font-weight: 700;
    width: 21px;
    height: 21px;
    line-height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background: #3ea2b4;
    border: 1px solid #FFF
}

#header #cart .content {
    padding: 8px;
    clear: both;
    display: none;
    position: relative;
    top: 7px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 9px -5px #888;
    -moz-box-shadow: 0 5px 9px -5px #888;
    -webkit-box-shadow: 0 5px 9px -5px #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background: #FFF
}

    #header #cart .content:before {
        content: "";
        background: url(../images/arrow_up.png) no-repeat;
        position: absolute;
        right: 15%;
        top: -9px;
        z-index: 10;
        width: 13px;
        height: 9px
    }

    #header #cart .content .cart_title {
        text-align: left;
        font-size: medium;
        color: #666;
        padding: 5px 0;
        font-weight: 700;
        border-bottom: 1px solid #E3E3E3
    }

#header #cart.active .content {
    display: block
}

    #header #cart.active .content .close {
        background: url(../images/miniClose.jpg) no-repeat right;
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        bottom: 5px;
        left: 5px;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer
    }

        #header #cart.active .content .close:hover {
            background-position: left 0
        }

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px
}

.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEE
}

.mini-cart-info .image {
    width: 1px
}

    .mini-cart-info .image img {
        border: 1px solid #EEE;
        text-align: left
    }

.mini-cart-info .name small {
    color: #666
}

.mini-cart-info .quantity {
    text-align: right
}

.mini-cart-info td.total {
    text-align: right
}

.mini-cart-info .remove {
    text-align: right
}

    .mini-cart-info .remove a {
        background: url(../images/close-cart.png);
        background-position: -29px 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        display: block
    }

        .mini-cart-info .remove a:hover {
            background-position: 0 0
        }

.remove img {
    cursor: pointer
}

.mini-cart-total {
    text-align: right
}

    .mini-cart-total table {
        border-collapse: collapse;
        display: inline-block;
        margin-bottom: 5px
    }

    .mini-cart-total td {
        color: #000;
        padding: 4px
    }

#header #cart .checkout {
    text-align: right;
    clear: both
}

#header #cart .empty {
    padding: 10px 0 10px 5px;
    text-align: center
}

#header #welcome {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #999
}

#header .links {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 10px;
    padding-right: 10px;
    text-align: left;
    width: 300px
}

    #header .links a {
        float: left;
        display: block;
        padding: 0 0 0 7px;
        color: #fff;
        text-decoration: none;
        font-size: 13px
    }

        #header .links a + a {
            margin-left: 10px
        }

#menu {
    background: linear-gradient(102deg,#de8309 20%,#e45d09 80%) repeat scroll 0% 0% !important;
    height: 43px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0
}

}

#menu ul {
    list-style: none;
    padding: 0;
    display: table
}

#menu > ul > li {
    position: relative;
    z-index: 1000;
    display: table-cell;
    vertical-align: middle;
    border-right: solid 1px #E7DAD4B5;
    border-radius: 10px
}

    #menu > ul > li:first-child {
        margin: 0;
        border-left: 0;
        background: none
    }

        #menu > ul > li:first-child > a {
            font-size: 22px
        }

    #menu > ul > li:last-child {
        border-right: 0
    }

    #menu > ul > li.arrow > a:after {
        content: "";
        background: url(../images/arrow_menu.png) no-repeat 0 0;
        width: 5px;
        height: 5px;
        display: inline-block;
        position: relative;
        top: -2px;
        left: 5px
    }

    #menu > ul > li > a {
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 9px;
        z-index: 6;
        position: relative;
        font-weight: 700;
        white-space: nowrap;
        text-align: center;
        font-size: medium;
        text-transform: uppercase
    }

    #menu > ul > li > div {
        display: none;
        position: absolute;
        top: 43px;
        left: 12PX;
        z-index: 5;
        background: #fff;
        box-shadow: 0 0 5px #aaa;
        border-radius: 5px
    }

    #menu > ul > li.arrow:hover:before {
        content: "";
        width: 0;
        height: 0;
        border: 6px solid #fff;
        border-left: 6px solid #fff0;
        border-right: 6px solid #fff0;
        border-top: 0 solid #fff0;
        position: absolute;
        left: 45%;
        bottom: 0;
        z-index: 10
    }

    #menu > ul > li > div.col {
        background: #fff
    }

    #menu > ul > li:hover > div {
        display: table
    }

    #menu > ul > li > div > ul {
        display: table-cell
    }

    #menu > ul > li ul + ul {
        padding-left: 20px
    }

    #menu > ul > li ul > li {
        position: relative
    }

        #menu > ul > li ul > li > a {
            text-decoration: none;
            display: block;
            white-space: nowrap;
            min-width: 168px
        }

            #menu > ul > li ul > li > a:hover {
                color: #FF7A00
            }

    #menu > ul > li > div > ul > li:first-child > a {
        border-top: 0
    }

    #menu > ul > li > div > ul > li > a {
        color: #333;
        border-top: 1px dotted #ccc;
        padding: 11px;
        padding-left: 10px;
        text-transform: capitalize
    }

    #menu > ul > li > .col > ul > li {
        display: inherit;
        padding: 10px
    }

        #menu > ul > li > .col > ul > li > a {
            color: #d9271d;
            font-size: medium;
            padding: 7px 0;
            border: 0;
            font-weight: 700
        }

            #menu > ul > li > .col > ul > li > a:hover {
                background: none
            }

        #menu > ul > li > .col > ul > li > div > ul > li > a {
            padding: 7px;
            padding-left: 0;
            color: #333
        }

            #menu > ul > li > .col > ul > li > div > ul > li > a:hover {
                color: #FF7A00
            }

    #menu > ul > li > .col2 > ul > li > a > i {
        float: right;
        line-height: 18px
    }

    #menu > ul > li > .col2 > ul > li:hover > div {
        display: table
    }

    #menu > ul > li > .col2 > ul > li > div {
        display: none;
        position: absolute;
        background: #fff;
        top: 0;
        left: 172px;
        z-index: 5;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -khtml-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
        background: #fff;
        box-shadow: 2px 1px 5px #aaa
    }

        #menu > ul > li > .col2 > ul > li > div > ul {
            display: table-cell
        }

            #menu > ul > li > .col2 > ul > li > div > ul > li:first-child > a {
                border: 0
            }

            #menu > ul > li > .col2 > ul > li > div > ul > li > a {
                background: url(../images/ico-arrow.gif) left no-repeat;
                text-decoration: none;
                display: block;
                white-space: nowrap;
                min-width: 150px;
                color: #333;
                margin-left: 10px;
                padding: 7px 10px;
                border-top: 1px dotted #ccc
            }

            #menu > ul > li > .col2 > ul > li > div > ul > li:hover > a {
                color: #049442;
                font-weight: 700
            }

    #menu > ul > li > .coltn > ul > li {
        padding: 9px
    }

        #menu > ul > li > .coltn > ul > li > a {
            min-width: 90px
        }

        #menu > ul > li > .coltn > ul > li > div > ul > li > a {
            min-width: 90px
        }

#search {
    position: absolute;
    left: 190px;
    top: 20px;
    z-index: 20
}

    #search .button-search {
        font-size: medium;
        padding: 8px 20px 8px;
        cursor: pointer;
        background: linear-gradient(43deg,#f07326 83%,#d0d823 85%) repeat scroll 0% 0% !important;
        border: solid 0 #da7c0c;
        color: #333;
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        border-radius: 0 3px 3px 0;
        margin-right: -5px;
        position: relative;
        left: -5px;
        z-index: 1
    }

        #search .button-search:hover {
            background: -webkit-gradient(linear,left top,left bottom,from(#f88e11),to(#f06015));
            background: -moz-linear-gradient(top,#f88e11,#f06015);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11',endColorstr='#f06015')
        }

    #search input {
        padding: 6px;
        background: #FFF;
        width: 475px;
        height: 21px;
        border: 1px solid #CCC;
        position: relative;
        z-index: 2;
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        outline: none
    }

        #search input:focus, #search input:focus + .button-search {
            border-color: #FD4C3D
        }

    #search .desc {
        box-sizing: border-box;
        margin-top: 5px
    }

        #search .desc label {
            color: #264a5f;
            font-weight: 700
        }

        #search .desc ul {
            display: inline-block
        }

            #search .desc ul li {
                display: inline-block
            }

                #search .desc ul li a {
                    font-size: 12px;
                    color: #264a5f
                }

                    #search .desc ul li a:hover {
                        color: #50A0CF
                    }

                    #search .desc ul li a:before {
                        content: ",";
                        padding-right: 2px
                    }

                #search .desc ul li:first-child a:before {
                    content: "";
                    padding-right: 0
                }

.breadcrumb {
    color: #CCC;
    margin-bottom: 10px
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.success {
    background: #EAF7D9 url(../image/success.png) 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.warning {
    background: #FFD1D1 url(../image/warning.png) 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.attention {
    background: #FFF5CC url(../image/attention.png) 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

    .success .close, .warning .close, .attention .close, .information .close {
        float: right;
        padding-top: 4px;
        padding-right: 4px;
        cursor: pointer
    }

.required {
    color: red;
    font-weight: 700
}

.error {
    display: inline-block;
    color: red;
    line-height: normal
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    font-family: Verdana,Geneva,sans-serif;
    display: block
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

    table.form tr {
        line-height: 38px;
        padding: 5px 0
    }

    table.form > * > * > td {
        color: #000
    }

    table.form td {
        vertical-align: baseline
    }

input.large-field, select.large-field {
    width: 300px
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px
}

    table.list td {
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD
    }

    table.list thead td {
        background-color: #EFEFEF;
        padding: 0 5px
    }

        table.list thead td a, .list thead td {
            text-decoration: none;
            color: #222;
            font-weight: 700
        }

    table.list tbody td {
        padding: 0 5px
    }

    table.list .left {
        text-align: left;
        padding: 7px
    }

    table.list .right {
        text-align: right;
        padding: 7px
    }

    table.list .center {
        text-align: center;
        padding: 7px
    }

table.radio {
    width: 100%;
    border-collapse: collapse
}

    table.radio td {
        padding: 5px
    }

        table.radio td label {
            display: block
        }

    table.radio tr td:first-child {
        width: 1px
    }

        table.radio tr td:first-child input {
            margin-top: 1px
        }

    table.radio tr.highlight:hover td {
        background: #F1FFDD;
        cursor: pointer
    }

.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

    .pagination .links {
        float: left
    }

        .pagination .links a {
            display: inline-block;
            border: 1px solid #EEE;
            padding: 4px 10px;
            text-decoration: none;
            color: #A3A3A3
        }

        .pagination .links b {
            display: inline-block;
            border: 1px solid #269BC6;
            padding: 4px 10px;
            font-weight: 400;
            text-decoration: none;
            color: #269BC6;
            background: #FFF
        }

    .pagination .results {
        float: right;
        padding-top: 3px
    }

a.button, input.button {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 13px;
    line-height: 22px;
    background: linear-gradient(43deg,#f07326 83%,#d0d823 85%) repeat scroll 0% 0% !important;
    cursor: pointer;
    color: #FFF;
    white-space: nowrap;
    font-size: medium;
    text-transform: uppercase;
    border-radius: 5px
}

    a.button:hover, input.button:hover, .box-product > div:hover .button, .product-grid > div:hover .button, .product-list > div:hover .button {
        background: #FF651A
    }

    a.button:hover, input.button:hover, .box-product > div:hover .button, .product-grid > div:hover .button, .product-list > div:hover .button {
        background: linear-gradient(43deg,#369e0d3%,#d0411e 85%) repeat scroll 0% 0% !important
    }

.ie7 input.button, .ie7 a.button {
    padding: 0 3px;
    border-radius: 0;
    border-top: 3px solid #888;
    border-left: 3px solid #888;
    border-right: 3px solid #888
}

    .ie7 input.button:hover, .ie7 a.button:hover {
        border-radius: 0;
        border-top: 3px solid #08c058;
        border-left: 3px solid #08c058;
        border-right: 3px solid #08c058
    }

.buttons {
    background: #FFF;
    overflow: auto;
    padding: 6px;
    margin-bottom: 10px
}

    .buttons .left {
        float: left;
        text-align: left
    }

    .buttons .right {
        float: right;
        text-align: right
    }

    .buttons .center {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

.htabs {
    height: 32px;
    line-height: 16px;
    border-bottom: 2px solid #08c;
    padding-left: 5px;
    margin-bottom: 5px
}

    .htabs a {
        white-space: nowrap;
        border: 1px solid #ddd;
        border-bottom: 0;
        background: #FFF url(../image/tab.png) repeat-x;
        padding: 8px 15px 7px;
        float: left;
        font-family: Tahoma,Geneva,sans-serif;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        color: #333;
        margin-right: 4px;
        display: none;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0
    }

        .htabs a.selected {
            padding-bottom: 8px;
            border: 0;
            color: #fff;
            background: #08c
        }

.htabs_style {
    height: 30px;
    line-height: 16px;
    border-bottom: 2px solid #DDD;
    margin-bottom: 15px
}

    .htabs_style a {
        padding: 7px 30px;
        float: left;
        font-size: medium;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        color: #000;
        display: none;
        text-transform: uppercase
    }

        .htabs_style a.selected {
            border-bottom: 2px solid #e84c3d
        }

.tab-content {
    border-top: 0;
    padding: 5px 0;
    margin-bottom: 20px;
    z-index: 2;
    line-height: 1.6
}

.product-info .tab-content {
    margin-bottom: 0
}

.box {
    margin-bottom: 2px
}

    .box .box-heading {
        margin-bottom: 0;
        padding: 6px;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-bottom: 2px solid #eeeeee91;
        text-transform: uppercase;
        font-family: 'Open Sans',Tahoma,Arial,Helvetica,sans-serif
    }

        .box .box-heading a {
            color: #555
        }

        .box .box-heading i {
            color: #fff;
            margin-right: 3px;
            padding: 3px 5px;
            background: #ed6f32;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            box-shadow: 1px 1px 1px #848484
        }

        .box .box-heading h1 {
            font-size: 12px;
            font-weight: 700;
            line-height: 14px;
            color: #555;
            display: inline-block;
            margin: 0
        }

    .box .box-content {
        overflow: hidden
    }

    .box img {
        width: 100%;
        height: 210px;
        object-fit: cover
    }

.box-product {
    width: 100%;
    overflow: auto
}

    .box-product > div {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        clear: both;
        overflow: hidden;
        position: relative;
        padding: 10px 7px;
        text-align: center
    }

        .box-product > div:hover {
            box-shadow: 0 0 15px #acacac;
            -moz-box-shadow: 0 0 15px #acacac;
            -webkit-box-shadow: 0 0 15px #acacac
        }

#column-left + #column-right + #content .box-product > div {
    width: 145px
}

.box-product .image {
    display: block;
    margin-bottom: 0
}

    .box-product .image img {
        padding: 3px
    }

.box-product .name a {
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 4px
}

.box-product .price {
    display: block;
    font-weight: 700;
    color: #b00;
    margin-bottom: 4px
}

.box-product .price-old {
    color: #333;
    font-size: 11px;
    font-weight: 400;
    text-decoration: line-through
}

.box-product .price-new {
    font-weight: 700;
    font-size: 14px
}

.box-product .rating {
    display: block;
    margin-bottom: 4px
}

.box-product-list > div {
    overflow: auto;
    padding: 10px 5px;
    border-top: 1px dotted #ddd
}

    .box-product-list > div:first-child {
        border: 0
    }

.box-product-list .image {
    float: left;
    margin-right: 5px
}

    .box-product-list .image img {
        width: 67px;
        height: 58px;
        border: 2px solid #ccc
    }

.box-product-list .name, .box-product-list .price {
    overflow: auto
}

.box-product-list .name {
    margin-bottom: 5px
}

    .box-product-list .name a {
        color: #2581c4;
        font-weight: 700
    }

        .box-product-list .name a:hover {
            color: #ed6f32
        }

.box-product-list .price {
    font-weight: 700;
    color: #b00
}

.box-product-list .price-old {
    color: #333;
    font-size: 11px;
    font-weight: 400;
    text-decoration: line-through;
    display: block
}

.box-product-list .price-new {
    font-weight: 700;
    font-size: 14px
}

.box-product-list .left {
    float: left
}

.box-product-list .right {
    float: right
}

ul.box-category, ul.box-category ul {
    list-style: none;
    margin-top: 8px;
    padding-left: 8px
}

    ul.box-category > li + li {
        border-top: 1px solid #eeeeee91
    }

    ul.box-category > li > a > i {
        color: #ffa838
    }

    ul.box-category > li > a {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
        line-height: 36px;
        font-weight: 550;
        color: #3FA9F5;
        cursor: pointer;
        display: block;
        padding-left: 0;
        font-size: 14px
    }

        ul.box-category > li > a:hover {
            color: #e67817
        }

    ul.box-category > li a.active {
        font-weight: 700;
        color: #333
    }

        ul.box-category > li a.active + ul {
            display: block
        }

    ul.box-category > li ul > li:first-child {
        border-top: 0
    }

    ul.box-category > li ul > li {
        border-top: 1px dotted #ddd;
        padding: 5px 5px 5px 10px
    }

        ul.box-category > li ul > li > a {
            text-decoration: none;
            display: block;
            color: #333
        }

            ul.box-category > li ul > li > a.active {
                font-weight: 700
            }

            ul.box-category > li ul > li > a:hover {
                color: #ed6f32
            }

ul.box-news-category > li > a {
    border: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #716e6e
}

    ul.box-news-category > li > a:hover {
        color: #149aee
    }

ul.box-filter, ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.box-filter span {
        font-weight: 700;
        border-bottom: 1px solid #EEE;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 8px
    }

    ul.box-filter > li ul {
        padding-bottom: 10px
    }

#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff
}

    #content .content .left {
        float: left;
        width: 49%
    }

    #content .content .right {
        float: right;
        width: 49%
    }

.category-info {
    overflow: auto
}

    .category-info-footer, .category-info, .category-info p, .category-info a {
        line-height: 25px;
        font-size: medium;
        text-align: justify
    }

.category-info-footer {
    margin: 20px 0;
    box-shadow: 0 1px 3px #ccc;
    -moz-box-shadow: 0 1px 3px #ccc;
    -webkit-box-shadow: 0 1px 3px #ccc
}

    .category-info-footer ul {
        list-style: inside;
        list-style-type: disc
    }

    .category-info-footer .title {
        background: #e4933b;
        background: -moz-linear-gradient(top,#e4933b 0,#e4933b 50%,#e28b33 50%,#e28b33 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e4933b),color-stop(50%,#e4933b),color-stop(50%,#e28b33),color-stop(100%,#e28b33));
        background: -webkit-linear-gradient(top,#e4933b 0,#e4933b 50%,#e28b33 50%,#e28b33 100%);
        background: -o-linear-gradient(top,#e4933b 0,#e4933b 50%,#e28b33 50%,#e28b33 100%);
        background: -ms-linear-gradient(top,#e4933b 0,#e4933b 50%,#e28b33 50%,#e28b33 100%);
        background: linear-gradient(to bottom,#e4933b 0,#e4933b 50%,#e28b33 50%,#e28b33 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4933b',endColorstr='#e28b33',GradientType=0);
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 47px;
        text-shadow: -3px 1px 2px #BE6618;
        padding-left: 63px;
        position: relative;
        text-transform: uppercase;
        border: 1px solid #EBAB5D;
        padding-right: 10px
    }

        .category-info-footer .title .sub_title {
            background: url(../images/sub_title.png) no-repeat #fff0;
            width: 82px;
            height: 83px;
            display: block;
            position: absolute;
            top: -5px;
            left: -7px
        }

    .category-info-footer .desc {
        padding: 10px
    }

    .category-info-footer h2 {
        color: #E67E22;
        font-weight: 700;
        text-transform: uppercase
    }

    .category-info-footer p {
        text-align: justify;
        margin: .5em 0;
        font-size: 14px
    }

    .category-info-footer a {
        font-size: 14px
    }

    .category-info-footer p img {
        max-width: 100%
    }

    .category-info-footer > ul {
        list-style: inside;
        margin: 10px 0;
        padding-left: 20px
    }

    .category-info .image, .category-info-footer .image {
        text-align: center
    }

        .category-info .image img, .category-info-footer .image img {
            width: 100%;
            margin-bottom: 10px
        }

.category-info ul {
    list-style: inside;
    padding-left: 20px
}

.category-list {
    overflow: auto;
    padding-top: 5px
}

    .category-list ul {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none
    }

        .category-list ul li {
            position: relative;
            overflow: auto;
            display: inline-block;
            padding: 0;
            width: 29%;
            background: url(../images/li-subcate.png) no-repeat scroll left center #fff0;
            padding-left: 22px;
            margin-bottom: 5px
        }

            .category-list ul li span {
                color: #555
            }

.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: medium;
    font-weight: 700;
    padding: 5px 8px;
    margin-bottom: 6px
}

.manufacturer-content {
    padding: 8px
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px
}

.product-filter {
    border-bottom: 1px solid #EEE;
    padding: 7px 5px 5px;
    overflow: auto;
    margin-bottom: 10px;
    border-bottom: 2px solid #E67E22
}

    .product-filter .display {
        margin-right: 15px;
        float: left;
        color: #333
    }

        .product-filter .display .list a {
            background: url(../images/sprite.png) no-repeat scroll -37px -202px #fff0;
            display: block;
            float: left;
            width: 31px;
            height: 29px;
            text-decoration: none;
            text-indent: -9999px
        }

        .product-filter .display .grid a {
            background: url(../images/sprite.png) no-repeat scroll -1px -202px #fff0;
            display: block;
            float: left;
            width: 31px;
            height: 29px;
            text-decoration: none;
            text-indent: -9999px
        }

        .product-filter .display .list, .product-filter .display .list a:hover {
            background: url(../images/sprite.png) no-repeat scroll -37px -233px #fff0;
            display: block;
            float: left;
            width: 32px;
            height: 31px;
            text-decoration: none;
            text-indent: -9999px
        }

        .product-filter .display .grid, .product-filter .display .grid a:hover {
            background: url(../images/sprite.png) no-repeat scroll -1px -233px #fff0;
            display: block;
            float: left;
            width: 34px;
            height: 31px;
            text-decoration: none;
            text-indent: -9999px
        }

        .product-filter .display a {
            font-weight: 700
        }

    .product-filter .sort {
        float: right;
        color: #333
    }

    .product-filter .limit {
        margin-left: 15px;
        float: right;
        color: #333
    }

.product-compare {
    padding-top: 6px;
    font-weight: 700
}

    .product-compare a {
        text-decoration: none;
        font-weight: 400;
        color: #333
    }

.product-list > div {
    overflow: hidden;
    padding: 10px;
    margin: 0 0 10px;
    background: #FFF;
    border: 1px solid #eee;
    border-bottom: 1px #cdcdcd solid;
    border-radius: 3px;
    position: relative
}

    .product-list > div:hover {
        border: 1px solid #cfad8e3b;
        background: linear-gradient(79.37deg,rgb(184 224 236 / .5),rgb(243 236 252 / .5) 51.41%,hsl(68 66% 93% / .5) 96.17%),#fff
    }

.product-list .left {
    float: left;
    width: 82%;
    border-right: 1px solid #EEE
}

    .product-list .left p {
        font-weight: 400;
        line-height: 25px;
        font-size: medium;
        text-align: left;
        color: #1f87d2
    }

        .product-list .left p i {
            width: 13px;
            text-align: center;
            color: #006597
        }

        .product-list .left p.start_time_holiday span {
            color: #E67E22
        }

        .product-list .left p.start_time_tet span {
            color: #FF7400
        }

        .product-list .left p.not_start_time span {
            color: red
        }

        .product-list .left p span {
            font-weight: 400;
            margin-left: 3px
        }

.product-list .right {
    margin-left: 5px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 116px;
    text-align: center
}

.product-list > div + div {
    border-top: 1px solid #EEE;
    padding-top: 10px
}

.product-list .image {
    float: left;
    margin-right: 14px;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.product-list .percent {
    position: absolute;
    right: 0;
    background: #3660f9 repeat scroll 0% 0% !important;
    border-radius: 0 0 0 80px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    top: 0;
    padding: 3px 2px 11px 6px;
    width: 43px;
    height: 30px;
    z-index: 9999
}

    .product-list .percent span {
        display: block;
        font-size: 13px;
        text-align: center;
        padding-top: 3px;
        font-weight: 700
    }

        .product-list .percent span:last-child {
            font-size: 17px;
            margin-left: 7px
        }

            .product-list .percent span:last-child:after {
                content: "";
                font-size: 11px
            }

.product-list .image img {
    width: 213px;
    height: 161px;
    object-fit: cover
}

.product-list .name {
    margin-bottom: 8px;
    color: #0099d5;
    font-weight: 700;
    font-size: 14px
}

    .product-list .name a {
        font-weight: 600;
        font-size: medium;
        text-transform: capitalize;
        text-decoration: none
    }

        .product-list .name a:hover, .product-list > div:hover .name a, .product-list > div:hover .name {
            color: #E67E22
        }

.product-list .description {
    position: relative;
    line-height: 23px;
    margin-top: 1px;
    z-index: 5
}

.product-list .extra_info {
    position: absolute;
    top: 0;
    right: 0
}

.product-list .description .schedule i {
    width: 13px;
    text-align: center;
    color: #006597
}

.product-list .price {
    text-align: center;
    height: 24px !important;
    font-size: 20px;
    color: red
}

    .product-list .price label {
        color: #b00;
        font-size: 18px;
        font-weight: 700
    }

.product-list .price-old {
    color: #333;
    font-size: 11px;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block
}

.product-list .price-new {
    font-weight: 700
}

.product-list .price-tax {
    font-size: medium;
    font-weight: 400;
    color: #BBB
}

.product-list .cart {
    margin-bottom: 3px;
    text-align: center
}

.product-list .wishlist, .product-list .compare {
    float: left;
    margin-right: 10px
}

    .product-list .wishlist a {
        color: #333;
        text-decoration: none;
        padding-left: 18px;
        display: block;
        background: url(../image/add.png) left center no-repeat
    }

    .product-list .compare a {
        color: #333;
        text-decoration: none;
        padding-left: 18px;
        display: block;
        background: url(../image/add.png) left 60% no-repeat
    }

.product-grid {
    width: 100%;
    overflow: auto
}

    .product-grid > div {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        background: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        clear: both;
        overflow: hidden;
        position: relative;
        padding: 10px 7px;
        text-align: center
    }

        .product-grid > div:hover {
            box-shadow: 0 0 15px #acacac;
            -moz-box-shadow: 0 0 15px #acacac;
            -webkit-box-shadow: 0 0 15px #acacac
        }

#column-left + #column-right + #content .product-grid > div {
    width: 150px
}

.product-grid .image {
    display: block;
    margin-bottom: 0
}

    .product-grid .image img {
        padding: 3px
    }

.product-grid .name a {
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 4px
}

.product-grid .description {
    display: none
}

.product-grid .rating {
    display: block;
    margin-bottom: 4px
}

.product-grid .price {
    display: block;
    font-weight: 700;
    color: #b00;
    margin-bottom: 4px
}

.product-grid .price-old {
    color: #333;
    font-size: 11px;
    font-weight: 400;
    text-decoration: line-through
}

.product-grid .price-new {
    font-weight: 700
}

.product-grid .price .price-tax {
    display: none
}

.product-grid .cart {
    margin-bottom: 3px
}

.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px
}

    .product-grid .wishlist a {
        color: #333;
        text-decoration: none;
        padding-left: 18px;
        background: url(../image/add.png) left center no-repeat
    }

    .product-grid .compare a {
        color: #333;
        text-decoration: none;
        padding-left: 18px;
        background: url(../image/add.png) left center no-repeat
    }

.product-info {
    margin-bottom: 20px
}

    .product-info > .left {
        float: left;
        margin-right: 15px
    }

        .product-info > .left + .right {
            margin-left: 290px;
            position: relative
        }

    .product-info h1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        color: #0085C4;
        letter-spacing: -1px
    }

        .product-info h1 a {
            font-size: 18px;
            font-weight: 700;
            color: #0085C4;
            letter-spacing: normal
        }

    .product-info .image {
        position: relative;
        margin-bottom: 10px
    }

        .product-info .image:hover a {
            display: block
        }

    .product-info .description {
        line-height: 20px;
        color: #4D4D4D
    }

        .product-info .description span {
            color: #38B0E3
        }

        .product-info .description a {
            color: #4D4D4D;
            text-decoration: none
        }

    .product-info .price {
        padding: 5px;
        padding-right: 20px;
        padding-top: 10px;
        margin-bottom: 8px;
        border: 1px solid #ccc;
        background: #fff;
        height: 44px
    }

        .product-info .price > .left {
            float: left
        }

            .product-info .price > .left:nth-child(2), .product-info .price > .left:nth-child(3) {
                padding-left: 10px;
                margin-left: 10px;
                border-left: 1px dotted #ccc
            }

        .product-info .price p {
            font-size: 12px;
            font-weight: 400;
            color: #0085C4;
            font-style: italic
        }

        .product-info .price label {
            color: #b00;
            display: block;
            text-align: left;
            font: italic bolder 21px 'Open Sans',Helvetica,Arial,sans-serif;
            text-shadow: 1px 1px 1px #FFF
        }

        .product-info .price .special1 {
            color: #2E892E
        }

        .product-info .price .special2 {
            color: #FF7400
        }

        .product-info .price .text_special i {
            font-size: medium
        }

        .product-info .price .text_special span {
            display: none
        }

        .product-info .price .text_special:hover span {
            display: block;
            padding: 5px 10px 5px 5px;
            white-space: pre;
            z-index: 5;
            background: rgb(0 0 0 / .8);
            color: #fff;
            position: absolute;
            margin-top: -45px;
            margin-left: -45px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px
        }

            .product-info .price .text_special:hover span:before {
                content: "";
                width: 0;
                height: 0;
                border: 6px solid rgb(0 0 0 / .8);
                border-bottom: 0 solid #fff0;
                border-left: 5px solid #fff0;
                border-right: 5px solid #fff0;
                position: absolute;
                right: 50%;
                bottom: -6px
            }

        .product-info .price .percent {
            position: absolute;
            right: 0;
            background: #ED1C24;
            border-radius: 0 0 0 80px;
            color: #FFF;
            font-weight: 600;
            text-transform: uppercase;
            top: 0;
            padding: 3px 2px 11px 6px;
            width: 50px;
            height: 32px
        }

            .product-info .price .percent span {
                display: block;
                font-size: 13px;
                text-align: center
            }

                .product-info .price .percent span:last-child {
                    font-size: 17px;
                    margin-left: 7px
                }

                    .product-info .price .percent span:last-child:after {
                        content: "%";
                        font-size: 11px
                    }

    .product-info .price-old {
        color: #333;
        font-size: 11px;
        font-weight: 400;
        text-decoration: line-through
    }

    .product-info .price-new {
        color: #b00;
        font-size: 24px
    }

    .product-info .price-tax {
        font-size: medium;
        font-weight: 400;
        color: #999
    }

    .product-info .price .reward {
        font-size: medium;
        font-weight: 400;
        color: #999
    }

    .product-info .price .discount {
        font-weight: 400;
        font-size: medium;
        color: #4D4D4D
    }

    .product-info .options {
        border-bottom: 1px solid #E7E7E7;
        padding: 0 5px 10px;
        margin-bottom: 10px;
        color: #000
    }

    .product-info .option-image {
        margin-top: 3px;
        margin-bottom: 10px
    }

        .product-info .option-image label {
            display: block;
            width: 100%;
            height: 100%
        }

        .product-info .option-image img {
            margin-right: 5px;
            border: 1px solid #CCC;
            cursor: pointer
        }

    .product-info .cart {
        border-bottom: 1px solid #E7E7E7;
        padding: 0 5px 10px;
        margin-bottom: 20px;
        color: #4D4D4D
    }

        .product-info .cart div > span {
            color: #999
        }

        .product-info .cart .links {
            display: inline-block;
            vertical-align: middle
        }

        .product-info .cart .minimum {
            padding-top: 5px;
            font-size: 11px;
            color: #999
        }

    .product-info .review {
        color: #4D4D4D;
        margin-top: 10px;
        width: 100%;
        overflow: auto
    }

        .product-info .review > div {
            padding: 8px;
            line-height: 20px
        }

            .product-info .review > div img {
                vertical-align: text-bottom
            }

            .product-info .review > div > span {
                color: #38B0E3
            }

        .product-info .review .share {
            line-height: normal;
            overflow: auto
        }

            .product-info .review .share a {
                text-decoration: none
            }

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px
}

    .attribute thead td, .attribute thead tr td:first-child {
        color: #000;
        font-size: medium;
        font-weight: 700;
        background: #F7F7F7;
        text-align: left
    }

    .attribute tr td:first-child {
        color: #000;
        font-weight: 700;
        text-align: right;
        width: 20%
    }

    .attribute td {
        padding: 7px;
        color: #4D4D4D;
        text-align: center;
        vertical-align: top;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD
    }

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px
}

    .compare-info thead td, .compare-info thead tr td:first-child {
        color: #000;
        font-size: medium;
        font-weight: 700;
        background: #F7F7F7;
        text-align: left
    }

    .compare-info tr td:first-child {
        color: #000;
        font-weight: 700;
        text-align: right
    }

    .compare-info td {
        padding: 7px;
        width: 20%;
        color: #4D4D4D;
        text-align: center;
        vertical-align: top;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD
    }

    .compare-info .name a {
        font-weight: 700
    }

    .compare-info .price-old {
        font-weight: 700;
        color: red;
        text-decoration: line-through
    }

    .compare-info .price-new {
        font-weight: 700
    }

.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 20px
}

.wishlist-info td {
    padding: 7px
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD
}

.wishlist-info thead .image {
    text-align: center
}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left
}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.wishlist-info tbody .image img {
    border: 1px solid #DDD
}

.wishlist-info tbody .image {
    text-align: center
}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left
}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right
}

    .wishlist-info tbody .price s {
        color: red
    }

    .wishlist-info tbody .action img {
        cursor: pointer
    }

.login-content {
    margin-bottom: 20px;
    overflow: auto
}

    .login-content .left {
        float: left;
        width: 48%
    }

    .login-content .right {
        float: right;
        width: 48%
    }

        .login-content .left .content, .login-content .right .content {
            min-height: 190px
        }

.order-list {
    margin-bottom: 10px;
    position: relative
}

    .order-list .order-id {
        width: 49%;
        float: left;
        margin-bottom: 2px
    }

    .order-list .order-status {
        position: absolute;
        right: 10%;
        top: 8px
    }

        .order-list .order-status img {
            width: 130px;
            -ms-transform: rotate(-15deg);
            -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg)
        }

    .order-list .order-content {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE
    }

        .order-list .order-content div {
            float: left;
            width: 33.3%
        }

    .order-list .order-info {
        text-align: right
    }

.order-detail {
    background: #EFEFEF;
    font-weight: 700
}

.return-list {
    margin-bottom: 10px
}

    .return-list .return-id {
        width: 49%;
        float: left;
        margin-bottom: 2px
    }

    .return-list .return-status {
        width: 49%;
        float: right;
        text-align: right;
        margin-bottom: 2px
    }

    .return-list .return-content {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE
    }

        .return-list .return-content div {
            float: left;
            width: 33.3%
        }

    .return-list .return-info {
        text-align: right
    }

.return-product {
    overflow: auto;
    margin-bottom: 20px
}

.return-name {
    float: left;
    width: 31%;
    margin-right: 15px
}

.return-model {
    float: left;
    width: 31%;
    margin-right: 15px
}

.return-quantity {
    float: left;
    width: 31%
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px
}

.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px
}

.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px
}

    .return-opened textarea {
        width: 98%;
        vertical-align: top
    }

.return-captcha {
    float: left
}

.download-list {
    margin-bottom: 10px
}

    .download-list .download-id {
        width: 49%;
        float: left;
        margin-bottom: 2px
    }

    .download-list .download-status {
        width: 49%;
        float: right;
        text-align: right;
        margin-bottom: 2px
    }

    .download-list .download-content {
        padding: 10px 0;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE
    }

        .download-list .download-content div {
            float: left;
            width: 33.3%
        }

    .download-list .download-info {
        text-align: right
    }

.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD
}

.cart-info td {
    padding: 7px
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD
}

.cart-info thead .image {
    text-align: center
}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left
}

.cart-info thead .price, .cart-info thead .total {
    text-align: right
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.cart-info tbody .image img {
    border: 1px solid #DDD
}

.cart-info tbody .image {
    text-align: center
}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left
}

    .cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
        position: relative;
        top: 4px;
        cursor: pointer
    }

.cart-info tbody .price, .cart-info tbody .total {
    text-align: right
}

.cart-info tbody span.stock {
    color: red;
    font-weight: 700
}

.cart-module > div {
    display: none
}

.cart-total {
    border-top: 1px solid #DDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px
}

    .cart-total table {
        float: right
    }

    .cart-total td {
        padding: 3px;
        text-align: right
    }

        .cart-total td.pri {
            font-size: 17px;
            font-weight: 700;
            color: #b00
        }

.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #555;
    margin-bottom: 15px
}

    .checkout-heading a {
        float: right;
        margin-top: 1px;
        font-weight: 400;
        text-decoration: none
    }

.checkout-content {
    padding: 0 0 15px;
    display: none;
    overflow: auto
}

    .checkout-content .left {
        float: left;
        width: 48%
    }

    .checkout-content .right {
        float: right;
        width: 48%
    }

    .checkout-content .buttons {
        clear: both
    }

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 20px
}

.checkout-product td {
    padding: 7px
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD
}

.checkout-product thead .name, .checkout-product thead .model {
    text-align: left
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDD
}

.contact-info {
    overflow: auto
}

    .contact-info .left {
        float: left;
        width: 48%
    }

    .contact-info .right {
        float: left;
        width: 48%
    }

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px
}

    .sitemap-info .left {
        float: left;
        width: 48%
    }

    .sitemap-info .right {
        float: left;
        width: 48%
    }

    .sitemap-info > ul > li > a {
        display: block;
        background: #08c;
        color: #fff;
        font-weight: 700;
        padding: 5px;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s
    }

        .sitemap-info > ul > li > a:hover {
            background: #08c058
        }

    .sitemap-info > ul > li > ul {
        margin-bottom: 10px;
        overflow: auto
    }

        .sitemap-info > ul > li > ul > li:first-child {
            margin-left: 0
        }

        .sitemap-info > ul > li > ul > li {
            margin-bottom: 10px;
            width: 32%;
            float: left;
            margin-left: 18px
        }

    .sitemap-info > ul > li:nth-child(4) > ul > li:nth-child(4), .sitemap-info > ul > li:nth-child(4) > ul > li:nth-child(7) {
        margin-left: 0
    }

    .sitemap-info > ul > li:nth-child(5) > ul > li:nth-child(4) {
        margin-left: 0
    }

    .sitemap-info > ul > li:nth-child(6) > ul > li:nth-child(4), .sitemap-info > ul > li:nth-child(6) > ul > li:nth-child(7) {
        margin-left: 0
    }

    .sitemap-info > ul > li > ul > li > a {
        display: block;
        background: #999;
        color: #fff;
        font-weight: 700;
        padding: 5px;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s
    }

        .sitemap-info > ul > li > ul > li > a:hover {
            background: #555
        }

    .sitemap-info > ul > li > ul > li > ul {
        border: 1px solid #ccc;
        border-top: 0;
        padding: 5px
    }

        .sitemap-info > ul > li > ul > li > ul > li {
            margin-bottom: 5px
        }

            .sitemap-info > ul > li > ul > li > ul > li > a:before {
                content: "»";
                margin-right: 3px
            }

#footer {
    position: relative;
    clear: both;
    overflow: auto;
    padding: 15px 10px 10px;
    color: #fff;
    margin-top: 1px
}

.footer_menu {
    text-align: center
}

    .footer_menu ul {
        background: url('../images/line-menu footer.png') center bottom no-repeat;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .footer_menu ul li:first-child {
            margin-left: 0
        }

        .footer_menu ul li {
            background: url(../images/bullet_footer_menu.png) 0 6px no-repeat;
            display: inline-block;
            margin-left: 25px;
            padding-left: 10px
        }

            .footer_menu ul li a {
                color: #169d45;
                font-weight: 700
            }

                .footer_menu ul li a:hover {
                    color: #ef6c2b
                }

#footer_left {
    width: 50%;
    float: left
}

.footer-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700
}

.footer_list {
    color: #c1b7bd
}

    .footer_list li {
        line-height: 20px;
        font-size: 14px
    }

        .footer_list li a {
            font-size: 14px
        }

#footer_center {
    float: left
}

.footer_bank {
    background: url(/image/booking/logo_payment.png) center no-repeat;
    width: 100%;
    height: 47px;
    margin-bottom: 5px
}

#footer_right {
    position: relative;
    width: 30%;
    z-index: 1;
    float: right;
    text-align: right
}

.social a {
    display: inline-block;
    background: #3b5998;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: super;
    border-bottom: 2px solid #D5D5D5
}

    .social a.google-plus {
        background: #dd4b39
    }

    .social a.blog {
        background: #ff9434
    }

        .social a.blog i {
            font-size: 19px;
            font-style: normal;
            vertical-align: top;
            position: relative;
            top: 2px;
            font-weight: 700;
            font-family: Arial,Helvetica,sans-serif
        }

    .social a i {
        font-size: 17px;
        position: relative;
        top: 5px
    }

.customscroll {
    height: 143px
}

.customscroll_mobile {
    overflow: scroll;
    overflow-x: hidden
}

#footer-link {
    background: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
    clear: both
}

    #footer-link .col {
        width: 23%;
        margin: 0 1%;
        float: left
    }

        #footer-link .col > label {
            font-weight: 700;
            color: #ed6f32;
            margin-bottom: 5px;
            display: block;
            font-size: medium;
            text-transform: uppercase
        }

    #footer-link li {
        background: url(../images/icon-arrow-right.png) left 3px no-repeat;
        padding-left: 14px;
        margin-left: 1px;
        margin-bottom: 4px;
        color: #6D6E71
    }

        #footer-link li:last-child a:after {
            content: ""
        }

    #footer-link a {
        text-decoration: none;
        color: #6D6E71;
        font-size: 12px
    }

#powered {
    margin-top: 5px;
    text-align: right;
    clear: both
}

.footer_top {
    background: linear-gradient(102deg,#de8309 20%,#e45d09 80%) repeat scroll 0% 0% !important;
    padding: 20px 10px 10px 10px;
    overflow: hidden;
    min-height: 125px;
    margin-bottom: 0;
    margin-top: 10px
}

    .footer_top .col {
        width: 32%;
        padding: 0 1% 0 0;
        float: left
    }

        .footer_top .col:nth-child(4) {
            width: 30%
        }

        .footer_top .col > label {
            color: #fff;
            font-weight: 700;
            display: block;
            margin-bottom: 3px;
            font-size: medium
        }

        .footer_top .col ul li {
            line-height: 20px
        }

            .footer_top .col ul li:before {
                font-size: medium;
                color: #ede1e1;
                margin-right: 5px
            }

            .footer_top .col ul li, .footer_top .col ul li a {
                color: #f0e6e6
            }

                .footer_top .col ul li a:hover {
                    text-shadow: 0 0 #a2989e
                }

.footer_top_newsleter {
    background: #2c2829;
    position: relative;
    padding: 5px
}

.footer_top_tag {
    width: 100%;
    box-sizing: border-box;
    display: table
}

    .footer_top_tag .col {
        display: table-cell;
        width: 25% !important
    }

.newsletter_title {
    color: #fff;
    text-align: right;
    float: left;
    margin-right: 20px;
    width: 340px
}

    .newsletter_title label {
        display: block;
        font-size: medium;
        font-weight: 700
    }

    .newsletter_title em {
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 5px;
        display: block
    }

.newsletter {
    position: relative;
    float: left;
    margin-right: 20px
}

    .newsletter input {
        width: 300px;
        border: 1px solid #ddd;
        height: 34px;
        font-size: medium;
        background-color: #FFF;
        margin-right: 10px;
        padding: 0 5px;
        float: left;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px
    }

.hover_opa:hover {
    opacity: .8;
    cursor: pointer
}

.newsletter .sprites.button_register {
    background: #ed6f32;
    font-size: medium;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    float: left;
    margin: 0;
    padding: 9px 8px
}

.icon-letter {
    background: url(../images/icon-letter.png) no-repeat 0 0;
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -6px;
    left: -10px;
    z-index: 10
}

.newsletter .titleToemail {
    margin-left: 20px;
    margin-bottom: 6px
}

.banner div {
    text-align: center;
    display: none;
    margin-bottom: 10px
}
