<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidebar .sidebar-block.collection-block .list-cat li.active a {
    color: #e25f3f;
}

.error {
    color: red;
}

.cart-actions {
    margin: 0;
    text-align: center;
}

#checkout {
    color: #fff;
    background: red;
    border: none;
}

/*!  
 * SmartWizard v4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Arrows */
.sw-theme-arrows {
    /*border-radius: 5px;*/
    border: 1px solid #ddd;
}

.sw-theme-arrows &gt; .sw-container {
    min-height: 200px;
}

.sw-theme-arrows .step-content {
    padding: 0 10px;
    border: 0px solid #D4D4D4;
    background-color: #FFF;
    text-align: left;
}

.sw-theme-arrows .sw-toolbar {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
    /*border-radius: 5px;*/
}

.sw-theme-arrows &gt; .sw-toolbar-top {
}

.sw-theme-arrows &gt; .sw-toolbar-bottom {
}

.sw-theme-arrows &gt; ul.step-anchor {
    display: block;
    border: 0;
    /*border-bottom: 1px solid #ddd;*/
    padding: 0px;
    background: #f5f5f5;
    /*border-radius: 5px;*/
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    list-style: none;
    overflow: hidden;
    /*margin: -1px -1px 0 -1px -1px;*/;
}

.sw-theme-arrows &gt; ul.step-anchor li + li:before {
    padding: 0;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li {
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a, .sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:hover {
    color: #bbb;
    text-decoration: none;
    padding: 5px 0 5px 40px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #f5f5f5;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li:first-child &gt; a {
    padding-left: 15px;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:hover {
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:hover:after {
    border-left-color: #f5f5f5;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a small {
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.clickable &gt; a:hover {
    color: #4285F4 !important;
    background: #46b8da !important;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.active &gt; a {
    border-color: #5bc0de !important;
    color: #fff !important;
    background: #5bc0de !important;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.active &gt; a:after {
    border-left: 30px solid #5bc0de !important;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.done &gt; a {
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.done &gt; a:after {
    border-left: 30px solid #5cb85c;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.danger &gt; a {
    border-color: #d9534f !important;
    color: #d9534f !important;
    background: #fff !important;
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.disabled &gt; a, .sw-theme-arrows &gt; ul.step-anchor &gt; li.disabled &gt; a:hover {
    color: #eee !important;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
    .sw-theme-arrows &gt; ul.step-anchor {
        border: 0;
        background: #ddd !important;
    }

    .sw-theme-arrows &gt; .nav-tabs &gt; li {
        float: none !important;
        margin-bottom: 0;
    }

    .sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a, .sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px;
    }

    .sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:after, .sw-theme-arrows &gt; ul.step-anchor &gt; li &gt; a:before {
        display: none;
    }
}

/* Loader Animation
Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
*/
@-webkit-keyframes ld {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.sw-theme-arrows &gt; ul.step-anchor &gt; li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    z-index: 99;
    -webkit-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.check_out .panel {
    background: none;
    border: solid 1px #ddd;
}

.check_out .panel .panel-heading {
    padding: 10px;
    background-color: #f5f5f5;
}

.flat {
    border-radius: 0;
}

.color-green {
    background: #337ab7
}

.panel-body-cart {
    margin-top: 10px;
}

.panel-body-cart span {
    float: right;
    margin-right: 5px;
}

.panel-body-cart p {
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

p.total2 {
    border-top: 2px solid #e54d42;
    padding-top: 12px;
    margin-bottom: 0;
    line-height: 19px;
}

p.total2 span {
    color: #ee2347;
    font-size: 19px;
}

.panel-body-cart .item {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 10px;
    /*float: left;*/
    width: 100%;
}

.panel-body-cart .item strong {
    font-size: 12px;
}

.panel-body-cart .item a {
    color: #337ab7;
    width: 200px;
    font-size: 12px;
    display: inline-block;
}

.panel-body-cart .item a:hover {
    color: #23527c;
    text-decoration: underline;
}

.panel-body-cart .title {
    color: #000;
    /*    float: left;
        width: 240px;*/
    margin-bottom: 0;
}

.panel-body-cart .price {
    float: right;
    margin-bottom: 0;
}

.shipping-border {
    border: 1px dashed #090;
    margin-bottom: 30px;
}

.shipping {
    /*    border: solid 1px #ddd;
        padding: 10px;*/
}

.shipping p.name {
    font-weight: bold;
}

.shipping p.other {
    padding: 10px 10px;
}

h5.title-shipping {
    margin-bottom: 10px;
}

.shipping .default {
    position: absolute;
    top: 10px;
    right: 28px;
    display: block;
    font-size: 11px;
    color: #b10303;
}

.float-right {
    float: right;
}

p.p_button {
    line-height: 40px;
    border-bottom: solid 1px #ccc;
}

p.p_button .btn {
    height: 35px;
    line-height: 35px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;

}

/*bank detail*/
.bank-detail {
    padding-bottom: 10px;
}

.bank-detail .tab-content {
    display: none;
}

.bank-detail .tab-content.active {
    display: block;
}

.bank {
    padding: 0;
    list-style: none;
    margin: 0
}

.bank &gt; li {
    float: left;
    border: 1px dashed #ccc;
    margin: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.bank &gt; li a {
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 107px;
}

.bank &gt; li:hover {
    border-color: #00b7f1;
}

.bank &gt; li.active {
    border-color: #E80000;
}

.bank &gt; li a img {
    display: inline-block;
    vertical-align: middle;
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ &amp; Opera 15+ */
}

.bank &gt; li:hover a img,
.bank &gt; li.active a img {
    filter: none;
    -webkit-filter: grayscale(0);
}

.span-col-left {
    min-width: 110px;
    display: inline-block;
    font-weight: bold;
}

.field-hidden {
    display: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.tree-menu li {
    line-height: 24px;
}

.tree-menu li:hover &gt; a,
.tree-menu li.active &gt; a,
.tree-menu li:hover &gt; span:before,
.tree-menu li.active &gt; span:before {
    color: #e74c3c;
}

.tree-menu &gt; li &gt; span:before {
    content: "\f105";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: "FontAwesome";
    padding-right: 12px;
    color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

.tree-menu &gt; li &gt; span.open:before {
    content: "\f107";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: "FontAwesome";
    padding-right: 12px;
    color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

.tree-menu &gt; li &gt; ul {
    padding-left: 17px;
    display: none;
}

.tree-menu &gt; li &gt; ul &gt; li {
    border-bottom: 1px dotted #eaeaea;
}

.tree-menu &gt; li &gt; ul &gt; li:last-child {
    border: none;
}

.tree-menu &gt; li &gt; ul &gt; li &gt; span:before {
    content: "\f0da";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: "FontAwesome";
    padding-right: 12px;
    color: #ccc;
}

.table_info &gt; tbody &gt; tr &gt; td,
.table_info &gt; tbody &gt; tr &gt; th,
.table_info &gt; tfoot &gt; tr &gt; td,
.table_info &gt; tfoot &gt; tr &gt; th,
.table_info &gt; thead &gt; tr &gt; td,
.table_info &gt; thead &gt; tr &gt; th {
    border: none !important;
    text-align: left !important;
}

a.update-account {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
    color: #c72527;
    font-style: italic;
}

.account-detail .form-horizontal .control-label {
    /*width: initial !important;*/
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    width: 145px !important;
}

.account-detail .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px !important;
}

.hoverBorderWrapper img {
    padding: 10px;
}

p.success-msg {
    background: #19c4ef;
    padding: 5px !important;
    margin-bottom: 5px !important;
}

@media (min-width: 900px) {
    body section.main-slideshow .group-home-slideshow .home-slideshow-inner {
        width: 76.9%;
    }
}

@media (max-width: 899px) {
    .main-slider {
        margin-top: 10px;
    }

    body section.main-slideshow .group-home-slideshow {
        background: none;
    }
}

body .sidebar .sidebar-block.blog-category .category li &gt; a,
body .sidebar .sidebar-block.blog-category .list-cat li &gt; a,
body .sidebar .sidebar-block.collection-block .category li &gt; a,
body .sidebar .sidebar-block.collection-block .list-cat li &gt; a {
    font-weight: 500;
}

ul.subcategory {
    display: none;
    padding-left: 15px;
}

li.haschild:hover ul.subcategory {
    display: block;
}

li.parent-active a {
    color: #e25f3f !important;
}

li a.active {
    color: #e25f3f !important;
}

.haschild-active ul.subcategory {
    display: block;
}

.prd-price__detail {
    width: 100%;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    margin-top: 15px;
}

.prd-price__detail td, #product .prd-price__detail th, #product .prd-price__detail tr {
    padding: 10px;
    font-size: 13px;
    color: #666;
    border: none;
}

.prd-price__detail th {
    text-transform: uppercase;
}

.prd-price__detail tr .text-right {
    text-align: right;
}

.prd-price__detail td {
    border-top: 1px dotted #ccc;
}

body .product-detail-content #product-image {
    padding-top: 40px;
}

body .product-detail-content #product-information {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
}

header section .nav-cart .num-items-in-cart .items-cart-left {
    /*margin-top: 0px;*/
}

.sb-group {
    margin-bottom: 20px;
}

footer section.footer_newsoc_block .footer_newsoc_content .footer_newsletter_content form .form-control {
    text-transform: none;
}

body #customer-order h1, body #customer-order .h1 {
    font-size: 14px
}

body #customer-order .group_order &gt; div {
    margin-bottom: 20px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

body #customer-order .group_order &gt; div p {
    margin-bottom: 5px
}

body #customer-order .group_order h2, body #customer-order .group_order .h2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

body .account-content {
    margin-bottom: 50px
}

body .account-content .account-content-inner #customer-account {
    width: 100%;
    float: left;
    background-color: #fff;
    /*padding-top: 30px*/
}

@media (max-width: 991px) {
    body .account-content #customer-account #customer_sidebar .sb-title {
        font-size: 16px
    }
}

body .account-content #customer-account #customer_sidebar .sb-group &gt; p {
    margin-bottom: 5px
}

body .account-content #customer-account #customer_sidebar .sb-group .customer-name {
    font-weight: 500
}

body .account-content #customer-account #customer_sidebar .sb-group .address &gt; p {
    margin-bottom: 5px
}

body .account-content #customer-account #customer_sidebar #view_address {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 20px 0 30px
}

body .account-content #customer-account #customer_sidebar #view_address .fa {
    margin-left: 5px;
    margin-right: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
    body .account-content #customer-account #customer_sidebar #view_address {
        font-size: 11px
    }
}

body .group-form-address {
    width: 100%;
    float: left
}

body .group-form-address #add_address_title {
    display: none !important
}

body .group-form-address &gt; .col-md-6 {
    padding: 0
}

body .group-form-address .add-new-address {
    border-radius: 5px;
    margin-bottom: 30px
}

body .group-form-address .customer_address {
    margin-bottom: 30px
}

body .customer_address_table {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px
}

body .customer_address_table .label {
    padding: 0;
    display: block;
    text-align: left
}

body .customer_address_table .label label {
    color: #898989
}

body .customer_address_table .value {
    margin-bottom: 15px
}

body .customer_address_table .value select, body .customer_address_table .value input[type="text"] {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

body .customer_address_table .value input[type="checkbox"] {
    margin-top: 0;
    margin-right: 5px;
    padding: 10px
}

body .customer_address_table .add-new-address {
    padding: 0px 20px;
    margin-bottom: 40px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: -1px
}

body .customer_address_table .action_bottom {
    margin-bottom: 60px
}

body .customer_address_table .action_bottom .btn, body .customer_address_table .action_bottom .product-detail-content #product-information .add-to-wishlist button, body .product-detail-content #product-information .add-to-wishlist .customer_address_table .action_bottom button, body .customer_address_table .action_bottom .cart-inner .group-checkout-input .get-rates, body .cart-inner .group-checkout-input .customer_address_table .action_bottom .get-rates, body .customer_address_table .action_bottom .account-content #customer-account #customer_sidebar #view_address, body .account-content #customer-account #customer_sidebar .customer_address_table .action_bottom #view_address, body .customer_address_table .action_bottom .add-new-address {
    height: 40px;
    line-height: 40px
}

body .group-form-address .action_bottom .btn, body .group-form-address .action_bottom .product-detail-content #product-information .add-to-wishlist button, body .product-detail-content #product-information .add-to-wishlist .group-form-address .action_bottom button, body .group-form-address .action_bottom .cart-inner .group-checkout-input .get-rates, body .cart-inner .group-checkout-input .group-form-address .action_bottom .get-rates, body .group-form-address .action_bottom .account-content #customer-account #customer_sidebar #view_address, body .account-content #customer-account #customer_sidebar .group-form-address .action_bottom #view_address, body .group-form-address .action_bottom .add-new-address, body #customer-addresses .action_bottom .btn, body #customer-addresses .action_bottom .product-detail-content #product-information .add-to-wishlist button, body .product-detail-content #product-information .add-to-wishlist #customer-addresses .action_bottom button, body #customer-addresses .action_bottom .cart-inner .group-checkout-input .get-rates, body .cart-inner .group-checkout-input #customer-addresses .action_bottom .get-rates, body #customer-addresses .action_bottom .account-content #customer-account #customer_sidebar #view_address, body .account-content #customer-account #customer_sidebar #customer-addresses .action_bottom #view_address, body #customer-addresses .action_bottom .group-form-address .add-new-address, body .group-form-address #customer-addresses .action_bottom .add-new-address, body #customer-addresses .action_bottom .customer_address_table .add-new-address, body .customer_address_table #customer-addresses .action_bottom .add-new-address {
    border-radius: 5px
}

body #customer-addresses {
    margin-left: -15px;
    margin-right: -15px
}

body #customer-addresses #address_tables .address_table {
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    padding: 20px;
    background-color: #fff
}

body #customer-addresses #address_tables .address_table .group-title {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    height: auto;
    background-color: #ebebeb;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px
}

body #customer-addresses #address_tables .address_table .group-title .address_title {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #222;
    min-height: 40px
}

body #customer-addresses #address_tables .address_table .group-title .address_actions {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 40px;
    margin-bottom: 0
}

body #customer-addresses #address_tables .address_table .group-title .address_actions span {
    margin-right: 10px;
    padding: 0px 5px;
    line-height: 30px;
    background: none;
}

body #customer-addresses #address_tables .address_table .group-title .address_actions span a {
    font-weight: 300
}

body #customer-addresses #address_tables .address_table .group-title .address_actions .action_edit a {
    color: green
}

body #customer-addresses #address_tables .address_table .group-title .address_actions .action_delete a {
    color: red
}

@media (max-width: 1199px) {
    body #customer-addresses #address_tables .address_table .group-title {
        height: auto
    }

    body #customer-addresses #address_tables .address_table .group-title .address_actions {
        position: static;
        padding-left: 20px;
        padding-right: 20px
    }
}

body #customer-addresses #address_tables .address_table .view_address {
    padding-top: 20px
}

body #customer-addresses #address_tables .address_table .view_address .cs-name {
    color: #222;
    text-transform: uppercase;
    font-weight: 500
}

body #customer-addresses #address_tables .address_table .view_address p {
    margin-bottom: 5px
}

@media (max-width: 767px) {
    main.main-content {
        padding-top: 0px !important;
    }
    .slider-main{
        /*padding-top: 61px !important;*/
    }

    .account-detail .form-horizontal .control-label {
        text-align: left;
        width: 100%;
    }
    #menu-mobile .account_text {
         margin-left: 0px !important;
    }

    .box-logo-mobile {
        padding-left: 115px !important;
    }
    .product-description-wrapper img{
        height: auto !important;
    }

    .variant-style .btn-style-add, .variant-style .btn-style-buynow{
        width: 47% !important;
        float: left !important;
        font-size: 11px !important;
    }
}

.variant-style .btn-style-add:disabled,
.variant-style .btn-style-add[disabled],
.variant-style .btn-style-add:disabled:hover,
.variant-style .btn-style-add[disabled]:hover {
    background: #b0b7ac;
}

.variant-style .btn-style-buynow:disabled,
.variant-style .btn-style-buynow[disabled],
.variant-style .btn-style-buynow:disabled:hover,
.variant-style .btn-style-buynow[disabled]:hover {
    background: #b0b7ac;
}

/*
.variant-style .btn-style-add:disabled .icon_cart_btn,
.variant-style .btn-style-add[disabled] .icon_cart_btn {
    background: url('../assets/icon_cart_btn.png') center center no-repeat #8e8e8e;
}*/

.flexbox-auto-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.flexbox-auto-100px {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#os-show #accordion li img {
    border: none;
    padding: 0px;
    max-height: 206px;
    border-radius: 0px;
}
#os-show .title-product{
    margin-top: 0;
    line-height: 16px;
}
#os-show .product-title{
    font-size: 14px;
    font-weight: bold;
}
#os-show .processing {
    color: #d58512;
}
#os-status {
    display: block;
    margin-bottom: 3px;
    margin-top: 10px;
}
h3.title-check{
    /*font-size: 14px;*/
}

.ghost-btn-organge {
    background: #58b3f0;
    border-color: #58b3f0;
}

#os-show ul li{
    border-bottom: dotted 1px #ddd;
    margin-bottom: 10px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

/*
#os-show ul li:nth-child(odd) {
    background: #eff5ee;
}
#os-show ul li:nth-child(even) {
    background: rgba(201, 231, 174, 0.24);
}*/

.btn-img-captcha{
    width: 100px;
    padding: 2px 1px 0px 1px;
    border: solid 1px #ccc;
    border-radius: 0;
    border-right: none;
}

.google-maps-inner .map {
    width: 100%;
    min-height: 500px;
    float: left;
}

.check_out p.p_button .btn {
    line-height: 24px;
}

/*QR code footer*/
.footer__anchor-event.anchor {
    display: block;
}

.footer__anchor-event {
    display: none;
    z-index: 110;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer__anchor-event .spr--bm-download-close {
    display: block;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 10;
}

.spr--bm-download-close {
    width: 30px;
    height: 30px;
}

.footer__anchor-event img {

}

.footer__anchor-event .img_wraper {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
    border-radius: 3px;
    text-align: center;
}

.footer__anchor-event .img_wraper img {
    width: 100%;
    height: auto;
}

footer__anchor-event .text-1 {
    font-size: 16px;
    display: block;
    padding-top: 1px;
}

.footer__anchor-event .text-2 {
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
}

@media (max-width: 320px) {
    .footer__anchor-event .text-1 {
        padding-top: 3px;
        font-size: 14px;
    }

    .footer__anchor-event .call-to-action {
        width: 60px;
        font-size: 11px;
    }
}

.footer__anchor-event.theme-cyan .item {
    background-color: #ff6517d4;
}

.footer__anchor-event .item {
    padding: 10px 10px;
    display: block;
    height: 60px;
}

.footer__anchor-event .call-to-action {
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    line-height: 3rem;
    font-weight: 700;
    font-style: normal;
    font-family: inherit;
    display: block;
    background: #fff;
    border-radius: 3px;
    height: 30px;
    width: 70px;
    right: 15px;
    top: 15px;
    position: absolute;
    text-align: center;
}

.footer__anchor-event span {
    text-transform: uppercase;
    color: #fff;
}

.footer__anchor-event.theme-cyan .call-to-action {
    color:  #ff6517;
}

.footer__anchor-event .bx-wrapper {
    max-width: 100%;
}

.footer__anchor-event .bx-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 60px;
}

.footer__anchor-event .item a {
    width: 100%;
    float: left;
    position: relative;
}

.spr--bm-download-close {
    background: #ff6517;
    color: #fff;
    border-radius: 50%;
}

@media screen and (min-width: 800px) {
    .footer__anchor-event {
        display: none !important;
    }
}

/*for web*/
.qrcode-download {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    transform: translateY(50%);
    width: 140px;
    height: 440px;
    padding: 10px;
    background: #ff6517d4;
}

.qrcode-download img {
    width: 100%;
}

.qrcode-download-code {
    padding-bottom: 5px;
}

.qrcode-download-close {
    display: block;
    position: absolute;
    top: -12px;
    right: -9px;
    z-index: 10;
    background: #ff6517;
    color: #fff;
    border-radius: 50%;
    padding: 2px 7px;
}
/*end qr code*/

.price-old{
    text-decoration: line-through;
    color: #a0a0a0 !important;
    font-size: 13px
}

.price-old-detail{
    text-decoration: line-through;
    color: #a0a0a0 !important;
    font-size: 20px
}

/*select 2*/
.select2-container--default .select2-selection--single {
    border: 1px solid #cfcfcf;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.flex-row &gt; [class*='col-'] {
    display: flex;
    flex-direction: column;
}</pre></body></html>