article.article-main {
    text-align: center;
}
h1.title-head {
    font-size: 30px;
    font-weight: 100;
}
.title-head {
    font-size: 1.42857em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}
.title-head a {
    color: #333;
}
.title-head a:hover {
    color: #f26522;
}
.social-login--facebooks {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    float: left;
}
.social-login--facebooks a {
    display: inline-block;
    margin: 0 auto;
}
.subtitle-head {
    font-size: 1.28571em;
    color: #333;
    margin: 20px 0;
}
.product_sale_title h1 {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    line-height: 7px;
    margin-bottom: 15px;
}
.product_sale_title h1 span {
    background-color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 15px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    white-space: nowrap;
    font-weight: 300;
}
.product_sale_title h2 {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    line-height: 7px;
    margin-bottom: 15px;
}
.product_sale_title h2 span {
    background-color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 15px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    white-space: nowrap;
    font-weight: 300;
}
.product_sale_title p {
    text-align: center;
    margin-bottom: 15px;
}
.product_sale_title p span {
    padding-bottom: 12px;
    font-size: 15px;
    white-space: nowrap;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    border-bottom: 4px solid #737373;
    font-weight: 100;
}
.br_bottom {
    height: 3px;
    background: #737373;
    margin: 0 10%;
    display: none;
}
.well {
    background-color: #fff;
    border: none;
    box-shadow: initial;
    border-radius: initial;
    background-image: none;
    padding: 0;
    margin-bottom: 0;
    filter: none;
}
#owl-demo-hot-product .item {
    margin: 15px;
}
#owl-demo-hot-product .item:hover .overlay_price {
    display: block;
}
.item-product-grid .item {
    margin: 5px;
}
.item {
    margin-bottom: 30px;
}
.item:hover .overlay_price {
    display: block;
}
a.product_name {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.overlay_price {
    position: absolute;
    width: 100%;
    vertical-align: middle;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    color: #fff;
    left: 0;
    display: none;
}
.overlay_price .name_product {
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.overlay_price .name_product a {
    color: #fff;
    word-break: break-word;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    color: #fff;
    display: inline-block;
}
.overlay_price .product-ov {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: calc(100% - 10px);
}
.product-thumbnail {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 265px;
}
.product-thumbnail a {
    height: 100%;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-thumbnail img {
    max-height: 100%;
    width: auto !important;
}
.right-content .product-box .product-name a {
    color: #323c3f;
    text-decoration: none;
}
.selector-wrapper label {
    text-transform: uppercase;
}
.iteam-list .product-box .product-price-old {
    text-decoration: line-through;
    font-size: 16px;
    color: #ccc;
}
.product-box {
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.product-box .product-name {
    font-size: 1.71429em;
    line-height: 24px;
    color: #333;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.product-box .product-name a {
    color: #333;
    text-decoration: none;
}
.product-box .product-name a:hover {
    color: #f26522;
}
.product-box .product-price-old {
    text-decoration: line-through;
    font-size: 1em;
}
.product-box .sale-flash {
    position: absolute;
    font-size: 0.92857em;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    top: 0;
    left: 10px;
    text-align: center;
    z-index: 99;
    background-color: #faca00;
}
.product-box .sale-flash:before {
    border-top: 10px solid #faca00;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    position: absolute;
    bottom: 100%;
    margin: 0;
    left: 0%;
    top: 100%;
    z-index: 100;
}
.product-box .product-summary {
    font-size: 1em;
    color: #000;
    line-height: 20px;
    padding-bottom: 30px;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #e6e6e6;
}
.product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-price {
    /*color: #fff;
    font-size: 1.42857em;
    line-height: 24px;
    display: block;*/
    font-weight: 700;
}
.price-box.clearfix {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px;
}
.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left;
    height: auto;
}
.products-view-list .product-box .product-thumbnail img {
    max-height: 300px;
}
.products-view-list .product-box .product-info {
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none;
}
.products-view-list .product-box .product-price {
    color: #f26522;
    font-size: 2em;
    display: block;
    font-weight: 700;
    padding-right: 15px;
}
.btn.btn-lg {
    border: 2px solid #818181;
    background-color: #fff;
    border-radius: 7px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.btn.btn-lg span {
    color: #000;
}
.btn.btn-lg span:hover {
    color: #fff;
}
.btn.btn-lg:hover {
    border: 2px solid #f26522;
    background-color: #f26522;
    color: #fff;
}
.form-inline .form-control {
    display: inline-block;
    margin-top: 17px;
    vertical-align: middle;
    width: 80px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}
a.btn_num.button_qty {
    background-color: #f5f5f5;
    border: 1px #eaeaea solid;
    color: #999;
    font-size: 18px;
    padding: 6px 14px 6px 16px;
    margin-right: 5px;
    cursor: pointer;
    width: 40px;
    display: inherit;
}
.breadcrumb {
    padding: 15px 0px;
    margin: 0;
    font-size: 1em;
    background-color: #fff;
    border-radius: 0;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li > a {
    color: #adadad;
}
.breadcrumb li > a > span {
    color: #333;
}
.breadcrumb li span {
    display: inline;
    color: #323c3f;
    margin-left: 7px;
    margin-right: 4px;
}
.breadcrumb li span .fa {
    color: #323c3f;
}
.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #323c3f;
    font-weight: bold;
}
.breadcrumb > li + li:before {
    display: none;
}
.pagination {
    margin-bottom: 20px;
}
.pagination span.page-link-1 {
    border: none !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
}
.pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 35px;
    background: #fff;
    text-align: center;
    height: 35px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    border-radius: 0;
    border: none;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pagination .page-link:hover {
    background-color: #f26522;
    border-color: #f26522;
    color: #fff;
}
.pagination .page-item.disabled .page-link {
    border-radius: 0;
    display: none;
}
.pagination .page-item.active .page-link {
    background-color: #f26522;
    border-color: #f26522;
    color: #fff;
    display: block;
}
.border-top-nav {
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}
.welcome-msg {
    display: inline-block;
    margin-top: 11px;
    color: #777;
    margin-right: 15px;
    font-size: 12px;
}
.toplinks {
    display: inline-block;
}
.toplinks .links div {
    display: inline-block;
    color: #777;
    margin-top: 11px;
    background: url(iconnav_top.png) 3px center no-repeat;
    font-size: 12px;
    padding-left: 15px;
    margin-right: 15px;
}
.search-box {
    float: right;
    width: 100%;
}
.search-box form {
    position: relative;
    margin-bottom: 0;
}
.search-box .text_box_search {
    height: 42px;
    margin-bottom: 0;
    border: none;
    background: #e6e6e6;
    padding-left: 10px;
    border-radius: 0;
    width: 100%;
}
.search-box .btn_box_search {
    position: absolute;
    right: 15px;
    border: none;
    background-color: transparent;
    padding: 0;
    background-image: none;
    text-shadow: none;
    border-radius: initial;
    box-shadow: none;
    top: 1px;
}
.logo_icon {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.service_box {
    float: left;
    margin: 25px 0;
    margin-right: 0;
    padding-top: 25px;
}
.service_box .fa {
    height: 65px;
    line-height: 65px;
    width: 65px;
    position: absolute;
    left: 0;
    top: -25px;
    border: solid 2px #e1e1e1;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #8e8e8e;
}
.service_box .mpvc_icon {
    position: relative;
}
.service_box .mpvc_icon:hover .fa {
    color: #f26522;
    border-color: #f26522;
}
.service_box .mpvc_icon a {
    display: block;
    padding-left: 75px;
}
.service_box .dth_icon {
    position: relative;
}
.service_box .dth_icon:hover .fa {
    color: #f26522;
    border-color: #f26522;
}
.service_box .dth_icon a {
    display: block;
    padding-left: 75px;
}
.service_box .ht_icon {
    position: relative;
}
.service_box .ht_icon:hover .fa {
    color: #f26522;
    border-color: #f26522;
}
.service_box .ht_icon a {
    display: block;
    padding-left: 75px;
}
.service_box div {
    margin-right: 15px;
    display: inline-block;
}
.service_box div a {
    color: #000;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.cart_box {
    color: red;
    white-space: nowrap;
    font-size: 12px;
    text-transform: none;
    float: right;
    margin-top: 25px;
}
.cart_box .heading-cart {
    background: url(icon_cart-min.png) no-repeat;
    float: left;
    margin: auto;
    padding-left: 80px;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    height: 64px;
    padding-top: 24px;
    font-family: "Roboto", sans-serif;
}
.owl-stage-outer .item-thumb a.active img {
    border: 1px solid #f26522;
}
.item-thumb {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 150px;
}
header {
    background: #fff;
}
.search-main .overlay_price {
    padding: 15% 0 !important;
}
.mini-cart {
    z-index: 10;
    text-align: center;
}
.mini-cart:hover .top-cart-content {
    display: block;
}
.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none;
}
.top-cart-contain {
    color: #333;
    padding: 0;
    right: 0;
    z-index: 1000;
}
.top-cart-contain .price {
    color: #f26522;
    text-transform: uppercase;
}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
}
.top-cart-contain .product-details .price {
    color: #f26522;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px;
}
.top-cart-content {
    display: none;
    position: absolute;
    top: 85px;
    right: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}
.top-cart-content .empty {
    text-align: left;
    color: #333;
}
.top-cart-content .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top-cart-content .product-name a {
    font-size: 1em;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #333;
}
.top-cart-content .product-name a:hover {
    color: #f26522;
}
.top-cart-content li {
    list-style: none;
}
.top-cart-content li.item {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
}
.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 10px;
}
.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none;
}
.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 100px;
    margin-right: 10px;
}
.top-cart-content li.item .detail-item {
    padding-left: 110px;
    position: relative;
}
.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 20px;
    bottom: 25px;
}
.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 45px;
    padding: 0;
    text-align: center;
    min-height: 25px;
}
.top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
}
.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid;
}
.top-subtotal {
    color: #333;
    font-size: 1.14286em;
    font-weight: 400;
    padding: 12px 0;
    padding-top: 30px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.top-subtotal .price {
    font-weight: 700;
    color: #f26522;
    margin-left: 121px;
}
ul.list-item-cart {
    max-height: 320px;
    overflow-y: scroll;
}
ul#cart-sidebar {
    padding: 10px;
    margin: 0;
}
ul#cart-sidebar .no-item p {
    color: #333;
}
ul#cart-sidebar .actions {
    padding-bottom: 20px;
    text-align: center;
}
ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto;
}
ul#cart-sidebar li.action {
    display: none;
}
ul#cart-sidebar.hasclass li.action {
    display: block;
}
ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px;
}
ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 5px;
}
ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9);
}
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #f26522;
    border-radius: 15px;
}
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
    background: #f26522;
    border-radius: 15px;
}
.li-fix-1 {
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: block;
}
.li-fix-2 {
    display: block;
    width: 295px;
}
.main_menu {
    background: #000;
    line-height: 21px;
    width: 100%;
    z-index: 999;
    position: relative;
}
.tool_menu > a {
    font-size: 15px;
    background: #f26522;
    float: left;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding: 17px 15px;
    white-space: nowrap;
    overflow: hidden;
}
.dropdown-menu-fix {
    top: 55px;
    width: 100%;
    border-radius: 0;
    position: absolute;
    left: 0;
    z-index: 1000;
}
.dropdown-menu-fix > li {
    display: block;
    border-bottom: 1px dashed;
    width: 100%;
    float: left;
}
.dropdown-menu-fix > li a {
    display: block;
    padding: 10px 10px 10px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu-fix > li:hover {
    text-decoration: none;
}
.sub_menu_cate {
    margin: 0;
    background-color: #000;
    padding: 0;
}
.sub_menu_cate li a {
    color: #fff;
}
.sub_menu_cate li a:hover {
    text-decoration: none;
    color: #f26522;
}
li.level0.nav-item a {
    float: left;
    width: calc(100% - 30px);
}
em.open-close,
em.open-close-one {
    width: 30px;
    height: 40px;
    float: left;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
}
ul.dropdown-menu-tog,
.dropdown-menu-tog-lv2 {
    width: 100%;
    float: left;
    margin-bottom: 0;
}
ul#nav .nav-item:nth-child(1) {
    padding-left: 0;
}
li.nav-item.active a {
    color: #f26522;
}
li.nav-item-lv2 a {
    color: #fff !important;
    padding-left: 30px;
}
li.nav-item-lv2 a:hover {
    color: #f26522 !important;
}
.menu_list {
    min-height: 54px;
    line-height: 54px;
}
.menu_list ul {
    list-style: none;
    margin: 0;
}
.menu_list li {
    display: inline-block;
    padding: 0 20px;
}
.menu_list li a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
}
.menu_list li a:hover {
    text-decoration: none;
    color: #f26522;
    background: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
ul.dropdown-menu {
    background: #000;
    line-height: 35px;
    top: 50px;
    width: 220px;
}
ul.dropdown-menu li a {
    text-transform: inherit;
}
li.nav-item-lv2 {
    position: relative;
    width: 100%;
}
li.nav-item-lv2:hover .submenu-lv2 {
    display: block !important;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.nav-link {
    position: relative;
}
.nav-link .fa {
    position: absolute;
    top: 2px;
    right: -10px;
}
.dropdown-menu {
    margin-left: 20px;
}
ul.submenu-lv2 {
    position: ABSOLUTE;
    left: 100%;
    background: #000;
    width: 220px;
    top: -7px;
    line-height: 25px;
    padding: 5px 0;
}
li.nav-item-lv3 {
    line-height: 1.42857143;
    width: 100%;
}
li.nav-item-lv3 .nav-link {
    padding-left: 45px;
}
li.nav-item-lv3 .nav-link .lev-txt {
    width: 100%;
}
.open-close.active:before,
.open-close-one.active:before {
    float: right;
    content: "\f107";
    color: #f26522;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    width: 30px;
    line-height: 40px;
}
.open-close:before,
.open-close-one:before {
    float: right;
    content: "\f105";
    color: #f26522;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    width: 30px;
    line-height: 40px;
}
.sub_img {
    width: 100%;
    overflow: hidden;
}
.css-decr-pad {
    padding: 0;
    position: relative;
}
.fvc1 {
    overflow: hidden;
}
.banner_1 {
    float: left;
    width: 48.8%;
    margin-bottom: 15px;
    position: relative;
}
.banner_2 {
    float: right;
    width: 48.8%;
    margin-bottom: 15px;
    position: relative;
}
footer {
    background: #000;
    position: relative;
    overflow: hidden;
}
footer .footer-info-widget h3 {
    font-size: 1.28571em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer .footer-info-widget p {
    color: #cfd2d3;
    font-size: 1.14286em;
}
footer .footer-info-widget p.hotline {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -8px;
}
footer .footer-info-widget p.hotline a {
    color: #fff;
}
footer .footer-info-widget p.hotline a:hover {
    color: #f26522;
}
footer .footer-info-widget form {
    position: relative;
}
footer .footer-info-widget form input {
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.14286em;
}
footer .footer-info-widget form button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    line-height: 50px;
    font-size: 2.14286em;
    color: #a6a6ad;
    padding-right: 10px;
}
footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em;
}
footer .list-inline .fa:hover {
    color: #f26522;
}
footer .site-footer h3 {
    position: relative;
    color: #fff;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em;
}
footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em;
}
footer .list-menu span {
    padding-right: 5px;
}
footer .list-menu a {
    color: #4d4d4d;
}
footer .list-menu a:hover {
    color: #f26522;
}
footer .list-menu li {
    color: #4d4d4d;
}
footer .list-menu.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #f26522;
}
footer .copyright {
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 1em;
    position: relative;
}
footer .copyright .inner {
    border-top: 1px solid #e1e1e1;
}
footer .copyright a {
    font-weight: 700;
    color: #333;
}
footer .copyright a:hover {
    color: #f26522;
}
footer .social-icons li {
    margin-right: 10px;
}
footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #333;
    line-height: 1;
    cursor: pointer;
}
footer .back-to-top.show {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
footer form {
    position: relative;
}
footer form button#subscribe {
    position: absolute;
    right: 0;
}
.details-product #gallery_01 {
    margin-top: 15px;
}
.details-product .owl-carousel.owl-loaded {
    overflow: hidden;
}
.details-product .details-pro .product-price {
    font-size: 2.14286em;
    display: inline-block;
    color: #f26522;
    padding-right: 15px;
}
.details-product .details-pro .price-box {
    margin: 10px 0 15px;
}
.details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.42857em;
}
.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    height: auto;
    text-align: left;
    width: 100%;
    margin: 0;
}
.details-product .details-pro .custom-btn-number label {
    font-size: 14px;
    height: 19px;
}
.details-product .details-pro .custom-btn-number #qty {
    height: 40px;
    font-size: 1.28571em;
    margin: 0;
}
.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em;
}
.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em;
}
#recently-viewed-products .image {
    float: left;
    width: 90px;
    margin-right: 10px;
}
#recently-viewed-products .info {
    width: calc(100% - 100px);
    float: right;
}
.zoomWrapper {
    width: 100% !important;
    height: auto !important;
}
.zoomWrapper img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
}
.zoomWrapper img ~ img {
    display: none !important;
}
.product-tab .tab-link {
    margin-right: 20px;
    padding: 0 10px;
}
.product-tab .tab-link h3 {
    margin: 10px 0;
    font-size: 1.14286em;
}
.product-tab .tab-link span {
    font-size: 1.07143em;
}
.product-tab .tab-link.current h3 {
    color: #f26522;
}
.product-tab.e-tabs {
    border: 1px solid #e1e1e1;
    min-height: 200px;
}
li.through_line {
    float: left !important;
    width: 100% !important;
    background-color: #eee !important;
    height: 1px !important;
    margin-top: -10px !important;
    z-index: 9 !important;
    position: relative !important;
}
.products-view-grid .col-lg-4:nth-child(3n + 1) {
    /*clear: left;*/
}
.view-mode a {
    float: left;
    padding: 0 3px;
    text-transform: uppercase;
    color: #e1e1e1;
    margin-top: 10px;
}
.view-mode a span {
    font-size: 0;
}
.view-mode a .fa {
    font-size: 21px;
}
.view-mode a.active,
.view-mode a:hover {
    border-color: #f26522;
}
.view-mode a.active .fa,
.view-mode a:hover .fa {
    color: #f26522;
}
.view-mode * {
    display: block;
    cursor: pointer;
}
.sortPagiBar {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}
.sortPagiBar .form-group {
    margin-bottom: 0;
    padding: 0;
}
.sortPagiBar .form-group label {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
}
.sortPagiBar .form-group select {
    min-height: 1px;
}
.sortPagiBar .form-group select option {
    padding-right: 10px;
}
.sort-by-script {
    padding: 5px 12px !important;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 12px !important;
    width: 180px !important;
    font-family: "Open Sans", sans-serif;
    float: left;
    height: 35px !important;
    margin-right: 5px !important;
}
.collection .title-head {
    font-size: 20px;
    margin: 0;
    color: #343434;
    text-decoration: none;
    font-weight: 300;
}
section.products-view {
    padding-top: 30px;
}
.button-view-mode {
    padding: 0;
    margin: 0;
    font-size: 1.42857em;
}
.button-view-mode.active {
    box-shadow: none;
    color: #333;
}
.button-view-mode.active a {
    color: #333;
}
.list-blogs .col-md-6.col-sm-6.col-xs-12:nth-child(2n + 1) {
    clear: left;
}
.list-blogs-link {
    padding-top: 20px;
}
.content_blog {
    text-align: center;
    padding-top: 20px;
}
.content_blog .view_more {
    border-bottom: 2px solid #f26522;
    padding-bottom: 2px;
    font-size: 15px;
    color: #000;
}
.content_blog .view_more:hover {
    color: #f26522;
}
.content_blog p {
    color: #717171;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.interview {
    margin: 15px 0;
}
.interview > div {
    display: inline-block;
    padding-right: 10px;
    color: #717171;
}
.interview span {
    padding-right: 6px;
}
.blog_sale {
    padding: 0 15px;
}
.blogs-content {
    text-align: center;
}
.blog-item {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 15px;
}
.blog-item .date {
    position: absolute;
    background: #f26522;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    z-index: 10;
}
.blog-item .date span {
    display: block;
    line-height: 45px;
}
.blog-item .date span ~ span {
    overflow: hidden;
    border-top: 1px solid #fff;
}
.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.14286em;
    margin: 0;
}
.blog-item-name a {
    color: #333;
}
.blog-item-name a:hover {
    color: #f26522;
}
.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 11px;
    color: #f26522;
}
.blog-item-summary {
    font-size: 1em;
    margin-bottom: 0;
}
.blog-item-thumbnail {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.list-blogs .blog-item {
    margin-bottom: 25px;
}
.item-ykkh {
    position: relative;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: 0.5;
}
#owl-demo-author {
    padding: 50px 15px;
}
.content_tip_1 {
    position: relative;
    background: url(background-ykkh.jpg?1564370024255) no-repeat;
    text-align: center;
    color: #b1b1b1;
    background-size: cover;
    text-shadow: none;
}
.content_tip_1 p {
    z-index: 999;
    position: relative;
}
.content_tip_1 .hgroup p:last-child {
    padding: 0 17%;
}
.content_tip_1 .hgroup img {
    display: initial !important;
    width: inherit;
}
.item-brand {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 180px;
}
.home-brand {
    background: #f8f8f8;
}
.product_description {
    font-size: 14px !important;
    text-transform: initial !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.title-head-product {
    margin: 0;
    margin-bottom: 15px;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 35px;
    color: #000;
    font-family: "Roboto", sans-serif;
}
.special-price .price-pri {
    font-size: 28px !important;
    font-weight: 700;
    color: #f26522 !important;
}
.iteam-blog {
    text-align: center;
}
.tag_article {
    padding: 0;
}
.comment-ar {
    clear: both;
    text-align: left;
}
button.btn.btn-white.ar {
    text-align: center;
    background: #333;
    padding: 5px 24px;
    border-radius: 11px;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
    border: none;
    line-height: 20px;
}
button.btn.btn-white.ar:hover {
    background: #f26522;
    color: #fff;
}
.stl_right_blog {
    float: left;
    width: 100%;
}
.stl_right_blog a {
    margin-top: 0;
    color: #000;
    font-size: 15px;
}
.item-left {
    width: 90px;
    padding-right: 10px;
    float: left;
}
.item-right {
    width: calc(100% - 100px);
    float: left;
}
.dis-mobi {
    position: ABSOLUTE;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.article-main .article-title {
    font-size: 1.71429em;
    line-height: 1.92857em;
    margin: 15px 0 8px;
}
.article-main .postby {
    font-size: 1.14286em;
    line-height: 1.71429em;
    color: #676767;
    margin-bottom: 10px;
}
.article-main .article-content {
    font-size: 1.14286em;
}
.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 8px;
}
#article-comments {
    margin-top: 30px;
}
#article-comments .article-comment {
    margin-bottom: 10px;
}
#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 50px;
    margin-right: 12px;
}
#article-comments .article-comment-user-comment {
    padding-left: 63px;
    font-size: 1em;
}
#article-comments .user-name-comment {
    margin: 0;
    color: #f26522;
    font-size: 18px;
    line-height: 1;
}
#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac;
}
.social-media {
    font-size: 1em;
}
.social-media label {
    display: inline-block;
}
.social-media a {
    margin-right: 7px;
}
.social-media .list-inline li {
    margin-right: 20px;
}
.section-news-2 {
    margin-bottom: 20px;
}
.pd-right {
    padding-left: 0px;
}
.quantity-select button {
    border: none;
    height: 25px;
}
.main-container {
    min-height: 300px;
}
.main-container .col-main {
    float: none;
    width: auto;
}
.main-container .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 20px;
    overflow: hidden;
    border: solid 1px #ebebeb;
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.main-container .col-main .cart .cart-thead {
    background: #fbfbfb;
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border: 1px solid #ebebeb;
    border-right: none;
    border-left: none;
    float: left;
    min-width: 600px;
}
.main-container .col-main .cart .cart-thead div {
    float: left;
    padding: 27px 0px;
    color: #333;
    text-align: center;
    border-right: #ebebeb 1px solid;
    font-size: 13px;
}
.main-container .col-main .cart .nobr {
    white-space: nowrap;
}
.main-container .col-main .cart .cart div.a-right {
    text-align: right;
}
.main-container .col-main .cart .cart div.a-center {
    text-align: center;
}
.main-container .col-main .cart .cart-tbody {
    width: 100%;
    float: left;
}
.main-container .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
}
.main-container .col-main .cart .item-cart .image .product-image img {
    max-width: 100%;
    height: auto;
    max-height: 98px;
    width: auto;
    display: inherit;
    margin: 0 auto;
}
.main-container .col-main .cart .cart-tbody .item-cart div {
    float: left;
    padding: 20px 10px 6px;
    line-height: 20px;
    vertical-align: top;
    border-right: solid 1px #ebebeb;
    height: 135px;
    overflow: hidden;
}
.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    padding: 10px 0 6px;
    position: relative;
}
.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: url("bin.png?1564370024255");
    width: 22px;
    height: 26px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    min-height: 75px;
    display: block;
    height: auto;
    width: 100%;
    padding: 0 20px;
}
@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0;
    }
}
.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10%;
}
.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 100%;
    margin-top: 15px;
    padding: 20px 0px 0px 0px;
}
.main-container .col-main .cart .cart .product-name a {
    font-size: 14px;
}
.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
}
.main-container .col-main .cart .variant-title {
    color: #686868;
}
.main-container .col-main .cart .cart-tbody .item-cart div .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 6;
    color: #f26522;
}
.main-container .col-main .cart .item-cart .items-count {
    border: 1px solid #ebebeb;
    outline: none;
    background: #fff;
    height: 24px;
    width: 21px;
    vertical-align: top;
    text-align: center;
    padding: 0;
}
.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #ddd;
    height: 25px;
    margin-left: -1px;
    text-align: center;
    width: 23px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px;
    margin-top: 1px;
}
@media (min-width: 1349px) {
    .main-container .col-main .cart .number-sidebar {
        border: 1px solid #ddd;
        height: 24px;
        margin-left: 0px;
        text-align: center;
        width: 24px;
        margin-right: 0px;
        padding: 0;
        line-height: 15px;
        margin-top: 0px;
    }
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none;
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none;
}
.main-container .col-main .cart .btn-proceed-checkout {
    background: #000;
    line-height: 35px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: none;
}
.main-container .col-main .cart .btn-proceed-checkout:hover {
    background: #f26522;
}
.main-container .col-main .cart .btn.btn-white {
    margin-right: 5px;
}
.main-container .col-main .cart .btn.btn-white:hover {
    border-color: #f26522;
}
.main-container .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px;
}
.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: #ebebeb thin solid;
    border-top: none;
    border-bottom: none;
    padding: 20px;
}
.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 245px;
    border-left: 1px solid #ebebeb;
}
.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff;
}
.main-container .col-main .cart ul.checkout {
    clear: left;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.main-container .col-main .cart .cart .totals table th,
.main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #333 !important;
    height: 50px;
    vertical-align: middle;
}
.main-container .col-main .cart span.totals_price.price {
    color: #f26522;
    font-size: 16px;
}
.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 25px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .aside-content .open-close:before,
    .aside-content .open-close-one:before {
        margin-top: 8px;
    }
    .aside-content ul.dropdown-menu-tog {
        margin: 0 0 0 30px;
    }
    .aside-content li.nav-item-lv2 a {
        color: #575454 !important;
    }
    .aside-content li.nav-item-lv2 a:hover {
        color: #f26522 !important;
    }
    .col-xs-6.col-sm-4.col-lg-3.col-md-3:nth-child(4n + 1) {
        clear: left;
    }
}
@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px;
    }
}
@media (max-width: 991px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px;
    }
    .main-container .col-main .cart .totals .inner {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .blog-item-thumbnail {
        height: auto;
    }
    .css_sub_tool {
        float: right;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        line-height: 54px;
    }
    .content_tip .hgroup img {
        max-width: 25%;
    }
    .awe-section-5 {
        margin-bottom: 0px !important;
    }
    .clearfix {
        clear: both;
    }
    .content_tip .hgroup p:last-child {
        padding: 0 11%;
    }
    .tool_menu > a {
        padding: 12px 15px;
        text-align: left;
    }
    .main_menu {
        background: #f26522;
    }
    .mobi {
        width: 100%;
        padding: 0;
    }
    .dropdown-menu-fix {
        top: 45px;
    }
    .title-head-product {
        padding-top: 20px;
    }
    .social {
        text-align: left !important;
        padding: 0;
    }
    .col-xs-6.col-sm-4.col-lg-3.col-md-3:nth-child(3n + 1) {
       /* clear: left;*/
    }
    .product-thumbnail {
        height: 220px;
    }
    .product-box .product-thumbnail > a img {
        max-width: 100%;
        max-height: 220px !important;
    }
}
@media (max-width: 543px) {
    .search-box .text_box_search {
        height: 42px;
        margin-bottom: 0;
        border: none;
        background: none;
        padding-right: 40px;
        border-radius: 0;
        width: 100%;
        text-align: left;
        margin-left: 4px;
        font-size: 13px;
        margin: 0 -15px;
    }
    .search-box .btn_box_search {
        position: absolute;
        right: 15px;
        border: none;
        background-color: transparent;
        padding: 0;
        background-image: none;
        text-shadow: none;
        border-radius: initial;
        box-shadow: none;
        top: 0;
    }
    .product_sale_title p > span {
        white-space: inherit !important;
        border-bottom: none !important;
    }
    .item-product .title-product-cart-mobile {
        max-width: 150px;
    }
    .sign_main {
        background: #f7f8f9;
        margin-top: 40px;
    }
    .main {
        border-bottom: solid 1px #ebebeb;
        background: #fff;
        margin-top: 40px;
    }
    .main-container {
        margin-top: -40px;
    }
    .cart-mobile {
        padding: 10px 0px 0px 0px;
    }
    .header-cart {
        padding: 10px 15px 0px;
        border-bottom: solid 1px #ebebeb;
    }
    .header-cart-content {
        margin-top: 10px;
    }
    .header-cart-content .content-product-list {
        min-height: 110px;
        margin: 0 15px;
    }
    .header-cart .title-cart {
        line-height: 10px;
    }
    .header-cart-price {
        padding: 18px 15px;
    }
    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9c9c9c;
        line-height: 20px;
    }
    .title-cart a {
        float: right;
        margin-top: -28px;
        color: #f26522;
        font-size: 16px;
        line-height: 27px;
        font-family: Arial, sans-serif;
    }
    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: 27px;
        color: #fff;
        height: 40px;
        font-size: 14px;
        border: none;
        background: #f26522;
    }
    .content-product-list .item-product {
        padding: 15px 0px;
        min-height: 110px;
        border-bottom: solid 1px #ebebeb;
        overflow: hidden;
    }
    .item-product-cart-mobile,
    .title-product-cart-mobile,
    .select-item-qty-mobile {
        float: left;
    }
    .item-product-cart-mobile {
        max-width: 115px;
        margin-right: 10px;
    }
    .item-product-cart-mobile img {
        max-width: 115px;
        margin-right: 10px;
    }
    .select-item-qty-mobile {
        float: right;
        text-align: center;
        margin-top: 10px;
    }
    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #363636;
    }
    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ebebeb;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px;
    }
    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #898989;
    }
    .title-product-cart-mobile span {
        color: #f26522;
    }
    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: "Open Sans", sans-serif;
    }
}
@media screen and (max-width: 543px) {
    h1.title-head {
        font-size: 26px;
        font-weight: 100;
        margin-top: 0;
    }
    .title-head-product {
        font-size: 25px;
        padding-top: 20px;
    }
    .awe-section-5 {
        margin-bottom: 0px;
    }
    .view_more_product {
        margin-bottom: 15px !important;
    }
    .blog-item-thumbnail {
        height: auto;
    }
    .blog-item {
        overflow: hidden;
        margin-bottom: 0px;
    }
    .product-thumbnail {
        height: 177px;
    }
    .css-decr-pad {
        padding: 10px 0;
        position: relative;
    }
    .content_tip .hgroup p:last-child {
        padding: 0 0%;
    }
    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 24px;
        text-align: center;
        margin: 0px;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0;
    }
    .item-product .title-product-cart-mobile {
        max-width: 150px;
    }
    .title-product-cart-mobile h3 {
        line-height: 1;
        margin: 0;
    }
    .main-cart-page {
        min-height: auto !important;
    }
    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        line-height: 1;
        height: 25px;
        border-style: hidden;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
        padding: 0;
        width: 23px;
    }
    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        height: 25px;
        display: inline-block;
        line-height: 1;
        border-style: hidden;
        color: #fff;
        background: none !important;
        color: #000;
        border: solid thin #ddd;
        padding: 0;
        width: 23px;
    }
    .select-item-qty-mobile > div {
        position: relative;
        width: 68px;
        height: 25px;
    }
    .overlay_price .name_product {
        margin-top: -5px;
    }
    .product-price {
        font-size: 14px;
    }
    .cart_box .heading-cart {
        padding-left: 70px;
    }
    .col-xs-6.col-sm-4.col-lg-3.col-md-3:nth-child(3n + 1) {
        clear: inherit;
    }
    .col-xs-6.col-sm-4.col-lg-3.col-md-3:nth-child(4n + 1) {
        clear: inherit;
    }
    .col-xs-6.col-sm-4.col-lg-3.col-md-3:nth-child(2n + 1) {
        clear: left;
    }
    .product_sale_title p {
        line-height: 20px;
    }
    .col-sm-8.a-left.col-xs-12 {
        text-align: center !important;
        margin-top: 15px;
    }
    .col-sm-8.a-left.col-xs-12 p {
        line-height: 25px;
    }
    .col-sm-4.a-right {
        text-align: center !important;
    }
    .nav-item-lv3 .lev-txt {
        display: inline-block;
        width: calc(100% - 5px);
    }
    .mini-cart:hover .top-cart-content {
        display: none !important;
    }
    .inner.mobile {
        text-align: center;
        padding-bottom: 10px;
    }
    .none323 {
        display: block;
        font-size: 0;
        height: 0;
        width: 0;
    }
    .aside-item {
        clear: both;
    }
    .product-tab li.tab-link {
        border-bottom: 1px solid #e1e1e1;
        padding: 0 10px;
        width: 100%;
    }
    .product-box .product-price-old {
        margin: 4px 0;
    }
    .products-view-list .product-box .product-price {
        font-size: 20px;
    }
    .product-box .product-thumbnail > a img {
        max-height: 177px !important;
    }
    .footer-inner .col-xs-6.col-sm-6.col-md-2.col-lg-2:nth-child(2n) {
        clear: left;
    }
}
@media screen and (max-width: 375px) {
    .products-view-list .product-box .product-info {
        margin-left: 10px;
        width: calc(100% / 3 * 2 - 10px);
    }
    .product-box .product-name {
        font-size: 18px;
    }
    .products-view-list .product-box .product-price {
        color: #f26522;
        font-size: 20px;
    }
    .title-head-product {
        font-size: 20px;
    }
    .special-price .price-pri {
        font-size: 20px !important;
    }
    .open-close:before,
    .open-close-one:before {
        margin-top: 3px;
    }
    ul.dropdown-menu-tog,
    ul.dropdown-menu-tog-lv2 {
        margin: 0px;
    }
    .item {
        margin-bottom: 15px;
    }
    .awe-section-5 {
        margin-bottom: 0px !important;
    }
    .cart_box .heading-cart {
        background: url(icon_cart-min.png?1564370024255) 50px no-repeat;
        float: left;
        margin: auto;
        padding-left: 105px;
        text-transform: uppercase;
        color: #000;
        font-size: 10px;
        font-weight: 700;
        height: 64px;
        padding-top: 24px;
        font-family: "Roboto", sans-serif;
        background-size: 50px;
    }
    .item-product .title-product-cart-mobile {
        max-width: 110px !important;
    }
    .product_sale_title h2 span {
        font-size: 23px;
    }
    .product_sale_title h1 span {
        font-size: 23px;
    }
    .product-thumbnail {
        height: 157px;
    }
    .blog-item-thumbnail {
        height: auto;
    }
    .view_more_product {
        margin-bottom: 15px !important;
    }
    footer .copyright {
        line-height: 25px;
    }
    .product-price {
        font-size: 12px;
    }
    .overlay_price .name_product {
        margin-top: 10px;
    }
    .overlay_price .name_product a {
        font-size: 12px;
    }
    .product-box .product-price-old {
        font-size: 15px;
        margin: 6px 0;
    }
    .product-box .product-thumbnail > a img {
        max-height: 157px !important;
    }
}
@media screen and (max-width: 320px) {
    .product-thumbnail {
        height: 130px;
    }
    .product-box .product-thumbnail > a img {
        max-width: 100%;
        max-height: 130px !important;
    }
}
#customer_register {
    margin-bottom: 20px;
}
#customer_login,
#recover_customer_password {
    margin-bottom: 0;
}
.checkbox.style input {
    margin: 0 !important;
    display: none;
}
.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px;
}
.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox.style input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #f26522;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.block-account h3 {
    margin-top: 0;
}
.customer-name {
    color: #f26522;
    line-height: 55px;
}
.block-content.form-signup {
    background: #fff;
    padding-top: 20px;
}
.block-content.form-signup p {
    padding: 0 20px;
}
.block-content.form-signup p i {
    color: #f26522;
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}
.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300;
}
.address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px;
}
.address-title button.btn-edit {
    background-image: url(btn-edit.png?1564370024255);
    background-repeat: no-repeat;
    background-position: center;
}
.address-title button.btn-delete {
    background-image: url(btn-delete.png?1564370024255);
    background-repeat: no-repeat;
    background-position: center;
}
.address-subtitle {
    margin-top: 0;
    text-transform: uppercase;
}
.address-item-action {
    right: 0;
    top: -7px;
}
.address-item-action .btn-row {
    padding-right: 5px;
}
.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.address-group p {
    color: #595959;
}
.address-group p label {
    float: left;
    font-weight: 300;
}
#order_payment,
#order_shipping {
    background: #fff;
    padding: 10px 0;
}
#order_payment .address.note i,
#order_shipping .address.note i {
    color: #f26522;
    margin-right: 5px;
}
.totalorders {
    background: #fff;
    border-color: #e1e1e1;
}
.order-headding {
    margin: 0;
}
.info-contact .widget-menu p {
    display: inline;
}
.info-contact .widget-menu .ox {
    display: inline-block;
    width: calc(100% - 25px);
}
.info-contact .logo {
    font-size: 20px;
}
.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em;
}
.aside-item.collection-category .nav-item a {
    font-size: 1.07143em;
}
.aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 12px;
}
.aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none;
    background: #fff;
}
.aside-item.collection-category .nav-item.active > a {
    color: #f26522;
}
.aside-item.collection-category .nav-item.active > .dropdown-menu {
    display: block;
}
.aside-item.collection-category .nav > li > a {
    padding: 5px 0px;
}
.aside-item .nav > li > a:focus,
.aside-item .nav > li > a:hover {
    background: none;
}
.ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #333 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #333 !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px;
}
#start {
    width: 100px;
    float: left;
}
#start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}
#stop {
    width: 100px;
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative;
}
#stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}
#stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px;
}
a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px;
}
div#isp_search_result_page_container .btn-search {
    display: none;
}
button.btn.btn-default.btn-search {
    display: none;
}
div#isp_search_result_page_container form {
    margin-bottom: 0;
}
a:focus,
a:hover {
    text-decoration: initial;
}
.owl-carousel {
    overflow: hidden;
}
i.icons.fa.fa-search {
    color: #fff;
}
li.nav-item-lv4 {
    width: 100%;
    padding: 0 10px 10px 10px;
}
@media screen and (max-width: 320px) {
    span.lev-txt {
        display: inline-block;
    }
}
.box-maps {
    padding: 20px 0;
}
.large-image {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.navbar {
    margin-bottom: 15px;
    border: none;
    width: 100%;
    left: auto;
    right: auto;
    background: #fff;
}
.navbar .sb-toggle-left {
    width: 58px;
    float: left;
    padding: 14px;
    cursor: pointer;
    margin-top: 16px;
    font-size: 18px;
}
.navbar .sb-toggle-right {
    width: 58px;
    float: right;
    padding: 10px 14px;
    cursor: pointer;
    margin-top: 16px;
}
.navbar .sb-toggle-right .cart_st {
    font-size: 20px;
    color: #e24d85;
    position: relative;
}
.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #000;
}
#logo {
    margin-top: 4px;
    text-align: center !important;
    float: initial !important;
}
.cart_st span {
    position: absolute;
    background-color: #f26522;
    font-size: 11px;
    top: -24%;
    color: #fff;
    border-radius: 50%;
    right: -16px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}
i.fa.fa-st.fa-shopping-cart {
    color: #000;
}
a.button_pro.btn.button_wh_40.btn_view.right-to.quick-view {
    background: #333;
    border-radius: 100%;
    width: 40px;
    color: #fff;
    padding: 0;
}
a.button_pro.btn.button_wh_40.btn_view.right-to.quick-view:hover {
    background: #f26522;
}
.widget-item.info-contact span.orr {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
}
ul.list-con span {
    padding-right: 8px;
}
span.glyphicon.glyphicon-envelope,
span.glyphicon.glyphicon-phone-alt {
    margin-left: 5px;
}
@media (min-width: 468px) and (max-width: 768px) {
    .footer-inner .col-xs-6.col-sm-6.col-md-2.col-lg-2:nth-child(2n + 1) {
        clear: left;
    }
}
@media (max-width: 767px) {
    .page_address .title-head .f-right {
        float: left !important;
        padding: 10px 0 15px;
        width: 100%;
    }
}


.cart-template {
    width: 100%;
}
@media (min-width: 768px) {
    .cart {
        margin-bottom: 30px;
    }
}
.cart {
    width: 100%;
}
.cart .col-main {
    margin-bottom: 0;
    width: 100%;
    float: left;
}
.cart .table-responsive form {
    border-left: #b59049 1px solid;
    border-right: #b59049 1px solid;
}
.cart .product-name {
    margin: 0;
}
.cart .product-image {
    max-width: 100px;
    max-height: 100px;
}
.form-cart .table-cart .table tbody tr:last-child {
    border-bottom: solid 1px #ddd;
}
.form-cart .table-cart .table tbody tr .input_qty_pr {
    height: auto;
    margin-top: 10%;
    padding: 0 15px 0 25px;
    position: relative;
    border: none;
    text-align: center;
}
.form-cart .table-cart .table tbody tr .input_qty_pr .number-sidebar {
    border: 1px solid #ddd;
    height: 40px;
    text-align: left;
    width: 60px;
    padding: 0 0 0 15px;
    line-height: 15px;
    margin: 0;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
}
.form-cart .table-cart .table tbody tr .title_cart {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 15px;
}
.form-cart .table-cart .table tbody tr .title_cart a {
    color: #555;
}
.form-cart .table-cart .table tbody tr .title_cart:hover a {
    color: #b59049;
}
.form-cart .table-cart .table tbody tr .title_cart .variant-title {
    font-weight: 300;
}
.form-cart .table-cart .table tbody tr .price_cart {
    font-size: 15px;
    color: #2c2c2c;
    text-align: center;
}
.form-cart .table-cart .table tbody tr .price_cart2 {
    font-size: 15px;
    color: #b59049;
}
.remove-item-cart {
    color: #787878;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
@media (max-width: 767px) {
    .remove-item-cart {
        font-size: 20px;
        padding-top: 10px;
    }
}
.form-cart-button {
    overflow: hidden;
}
.form-cart-continue {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 23px 13px;
    display: block;
    background: #777;
    margin-top: 26px;
    float: left;
}
.form-cart-continue:focus,
.form-cart-continue:hover {
    background: #b59049;
    color: #fff;
}
@media (max-width: 768px) {
    .form-cart-continue {
        width: 100%;
        text-align: center;
    }
}
.table-total {
    margin-top: 26px;
}
.table-total td {
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 400;
    vertical-align: middle !important;
}
.table-total tbody tr td:nth-child(2) {
    text-align: right;
    padding-right: 23px;
    border-right: #ddd 1px solid;
    font-size: 15px;
}
.table-total tbody tr:nth-child(3) {
    border-bottom: #b59049 1px solid;
}
.table-total tbody tr:nth-child(3) td:nth-child(1) {
    font-size: 14px;
    font-weight: 700;
}
.table-total tbody tr:nth-child(3) td:nth-child(2) {
    color: #ff565c;
    font-weight: 700;
    font-size: 21px;
}
@media (max-width: 480px) {
    .table-total td {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .table-total tbody tr td:nth-child(2) {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .table-total tbody tr:nth-child(3) td:nth-child(1) {
        font-size: 11px;
    }
}
@media (max-width: 480px) {
    .table-total tbody tr:nth-child(3) td:nth-child(2) {
        font-size: 18px;
    }
}
.btn-checkout-cart {
    display: block;
    padding: 0 30px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background-color: #777;
    text-transform: uppercase;
    margin: 20px auto;
    font-weight: 700;
    text-align: center;
}
.btn-checkout-cart:hover {
    background: #b59049;
    color: #fff;
    border: solid 1px #b59049;
    cursor: pointer;
}
@media (max-width: 768px) {
    .btn-checkout-cart {
        font-size: 17px;
    }
}
.cart .items-count {
    outline: none;
    height: 20px;
    width: 20px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    float: right;
    position: absolute;
    z-index: 9;
    background: transparent;
    border: none;
}
.cart .items-count .fa {
    font-size: 20px;
    width: 20px;
}
.cart .items-count:hover .fa {
    color: #b59049;
}
@media (max-width: 768px) {
    .cart .items-count {
        height: 15px;
    }
}
@media (max-width: 767px) {
    .cart .items-count {
        top: 5px;
    }
}
@media (max-width: 767px) {
    .items-count {
        height: 15px;
        top: 0;
        left: 0;
    }
}
@media (max-width: 480px) {
    .items-count {
        height: 15px;
        top: 0;
        right: 5px;
    }
}
@media (max-width: 767px) {
    .items-count .fa {
        font-size: 15px !important;
    }
}
.btn-plus {
    margin-top: 0;
}
.btn-minus {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .btn-minus {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .max767 {
        display: none;
    }
    .cart_desktop table {
        margin: 0;
        overflow: hidden;
        border-left: #ddd 1px solid;
        border-right: #ddd 1px solid;
        border-bottom: #ddd 1px solid;
    }
    .cart_desktop .table-cart thead th:nth-child(1),
    .cart_desktop .table-cart thead th:nth-child(4) {
        text-align: center;
    }
    .cart_desktop tr {
        border-bottom: #ddd 1px solid;
    }
}
@media (max-width: 767px) {
    .min768 {
        display: none;
    }
    .cart_ct_mobile {
        width: 100%;
        float: left;
        padding: 30px 15px;
    }
    .cart_mobile .item_cart {
        overflow: hidden;
        padding: 10px 0;
        border-top: solid 1px #ddd;
    }
    .cart_mobile .item_cart:last-child {
        border-bottom: solid 1px #ddd;
    }
    .cart_mobile .item_cart .image_cart_mobile {
        display: block;
        max-width: 90px;
        float: left;
    }
    .cart_mobile .item_cart .image_cart_mobile img {
        max-width: 70px;
        max-height: 70px;
    }
    .cart_mobile .item_cart .name_item_cart {
        display: block;
        width: calc(100% - 125px);
        float: left;
        padding-left: 15px;
    }
    .cart_mobile .item_cart .name_item_cart h3 {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        font-weight: 700;
    }
    .cart_mobile .item_cart .name_item_cart h3 a {
        color: #111;
    }
    .cart_mobile .item_cart .name_item_cart .item-price {
        display: block;
        margin-top: 10px;
    }
    .cart_mobile .item_cart .name_item_cart .item-price .price {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #b59049;
        margin: 0;
    }
    .cart_mobile .item_cart .slg_cart {
        display: block;
        float: right;
    }
    .cart_mobile .item_cart .slg_cart .qty_mb {
        height: auto;
        border-right: none;
        width: 100%;
        margin-top: 0%;
        position: relative;
    }
    .cart_mobile .item_cart .slg_cart .qty_mb .number-sidebar {
        border: 1px solid #b59049;
        height: 30px;
        text-align: center;
        width: 50px;
        line-height: 15px;
        margin: 0;
        z-index: 1;
        padding: 0 5px 0 5px;
        text-align: center;
    }
}
.table > thead > tr > th {
    border-bottom: 0;
    padding: 15px;
}
.page_cart .table-cart thead tr th {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.page_cart .table-cart tbody td {
    padding: 15px;
    vertical-align: middle;
    border: none;
}
.page_cart .table-cart tbody td.cartImg {
    padding: 15px;
}
#customer_register {
    margin-bottom: 20px;
}
#customer_login,
#recover_customer_password {
    margin-bottom: 0;
}
.checkbox.style input {
    margin: 0 !important;
    display: none;
}
.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px;
}
.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox.style input:checked + label:after {
    font-family: "FontAwesome";
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #b59049;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.title-head-login {
    text-align: center;
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
@media (max-width: 543px) {
    .page-login span.intr {
        font-size: 13px !important;
    }
    .address .page_address .adr_title .title-head a {
        width: 100%;
        margin-top: 15px;
    }
}
.page-login {
    padding-bottom: 40px;
    margin-top: 0;
}
.page-login span.intr {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #111;
    text-align: center;
    display: block;
}
.page-login .form-signup {
    margin-top: 15px;
}
.page-login .form-signup .form-group {
    margin-bottom: 15px;
}
.page-login .form-signup .form-group label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #9397a5;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
}
.page-login .form-signup .form-group input {
    height: 45px;
    padding: 0 20px;
    color: #b59049;
    line-height: 45px;
    border-color: #ebebeb;
    border-radius: 0;
    box-shadow: none;
    border-radius: 5px;
}
.page-login .form-signup .form-group textarea {
    box-shadow: none;
    border-radius: 0;
}
.page-login .form-signup .form-group input::placeholder {
    font-size: 15px;
    color: #434a54;
}
.page-login .form-signup .accept_submit {
    margin-left: 20px;
    margin-top: 10px;
}
.page-login .form-signup .accept_submit span {
    font-size: 15px;
    color: #111;
}
.page-login .form-signup .button-50 {
    font-size: 16px;
    line-height: 45px;
    height: 45px;
}
.page-login .form-signup .button-50.width_100 {
    width: 100%;
    border-radius: 5px;
    background: #b59049;
    color: #ffff;
}
.page-login .form-signup .have_ac {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #898989;
    margin-left: 15px;
    display: block;
    text-align: center;
}
.page-login .form-signup .have_ac a {
    color: #b59049;
}
.page-login .form-signup .fot_sigup .tit {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}
.page-login .form-signup .fot_sigup .tit:before {
    content: " ";
    width: 97%;
    height: 1px;
    padding: 1px 0 0;
    background: #ebebeb;
    color: #ebebeb;
    position: absolute;
    left: 10px;
    top: 17px;
    line-height: 32px;
    z-index: 1;
}
.page-login .form-signup .fot_sigup .tit span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    background-color: #fff;
    display: inline-block;
    background: #fff;
    color: #898989;
    z-index: 12;
    position: relative;
}
.page-login .form-signup .social_login {
    width: 100%;
    float: left;
}
.contact-us ul li {
    position: relative;
    padding-left: 35px;
}
.contact-us ul li .icon {
    position: absolute;
    left: 0;
    background: #b59049;
    color: #fff;
    height: 25px;
    line-height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 100%;
}
.des_contact {
    font-family: "Montserrat", sans-serif;
}
.des_contact .store_name {
    font-size: 14px;
    color: #686876;
    text-transform: uppercase;
}
.des_contact h2 {
    margin: 0;
    padding: 0;
    line-height: 38px;
    font-size: 36px;
    font-weight: 500;
    color: #b59049;
}
.des_contact ul {
    margin-top: 20px;
}
.des_contact ul li {
    line-height: 24px;
    margin-bottom: 5px;
}
.des_contact ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #76767e;
}
.wrap_contact {
    background: #f4574c;
    overflow: hidden;
    padding: 20px 0;
}
.wrap_contact .icon_widget {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f8948d;
    border: solid 3px #f67970;
    line-height: 40px;
    text-align: center;
}
.wrap_contact .icon_widget .fa {
    font-size: 16px;
    color: #fff;
}
.wrap_contact .contact_info {
    display: block;
    padding-left: 50px;
    margin-left: 25px;
}
.wrap_contact .contact_info span,
.wrap_contact .contact_info a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}
.wrap_contact .contact_info span.lh,
.wrap_contact .contact_info a.lh {
    line-height: 45px;
}
.wrap_contact .contact_info a {
    width: 100%;
    float: left;
}
.info-contact .title-head {
    font-family: "Arial";
    text-transform: uppercase;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #b59049;
}
.info-contact .widget-menu {
    font-family: "Arial";
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
}
.info-contact .widget-menu .ico-left {
    display: block;
    float: left;
    width: 25px;
    text-align: center;
}
.info-contact .widget-menu p,
.info-contact .widget-menu .rc {
    display: block;
    float: left;
    width: calc(100% - 35px);
    margin-left: 5px;
}
.info-contact .widget-menu li {
    margin-bottom: 5px;
}
.info-contact .widget-menu li:hover > a {
    text-decoration: none;
}
.info-contact .border-contact-page {
    padding: 2px 0;
    border: dashed 1px #ebebeb;
    display: block;
}
.info-contact .descripti {
    font-family: "Arial";
    font-size: 14px;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: solid 1px #ebebeb;
    color: #3d454e;
}
.info-contact .logo {
    font-size: 20px;
}
.page_cotact .title-head-contact {
    margin: 0;
    padding: 10px 0 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    color: #b59049;
    line-height: 22px;
    text-align: left;
}
.page_cotact .form-signup {
    margin: 0;
}
._content_contact {
    overflow: hidden;
    margin-top: 40px;
}
._content_contact .item_contact .body_contact {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}
@media (max-width: 767px) {
    ._content_contact .item_contact .body_contact {
        margin-bottom: 10px;
    }
}
._content_contact .item_contact .body_contact .ti_block {
    font-family: "themify";
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: solid 1px #ec407a;
    background: #ec407a;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    font-style: normal;
    box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44);
    -o-box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44);
    -moz-box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44);
    -webkit-box-shadow: 0 0 25px 0 rgba(193, 87, 180, 0.44);
}
._content_contact .item_contact .body_contact p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #b59049;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
@media (max-width: 767px) {
    ._content_contact .item_contact .body_contact p {
        line-height: 20px;
    }
}
._content_contact .item_contact .body_contact span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #76767e;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    width: 100%;
    display: block;
}
@media (max-width: 767px) {
    ._content_contact .item_contact .body_contact span {
        line-height: 20px;
    }
}
._content_contact .item_contact .body_contact span.bold {
    font-weight: 700;
}
._content_contact .item_contact .body_contact span a {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #76767e;
    text-decoration: none;
}
.group_contact .btn-45-no-radius {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #b59049;
    border-radius: 5px;
    color: #fff;
}
.group_contact .form-signup input {
    color: #959595;
}
.group_contact .form-signup input::placeholder {
    color: #434a54 !important;
}
.group_contact .form-signup input::-webkit-input-placeholder {
    color: #434a54 !important;
}
.group_contact .form-signup input::-moz-placeholder {
    color: #434a54 !important;
}
.group_contact .form-signup input::-ms-input-placeholder {
    color: #434a54 !important;
}
.group_contact .form-signup input::-moz-placeholder {
    color: #434a54 !important;
}
.group_contact .form-group {
    padding: 0 15px;
    margin-bottom: 15px;
    color: #b59049;
}
.group_contact .form-group .form-control {
    font-size: 14px;
    color: #b59049;
    height: 40px;
    padding: 0 20px;
}
.group_contact .form-group label {
    color: #2f2f33 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.group_contact .form-group input {
    border-radius: 0px !important;
}
.group_contact .form-group .content-area {
    height: 120px;
    padding: 20px;
    border-radius: 0px !important;
    resize: none;
}
.group_contact .form-group input,
.group_contact .form-group textarea {
    border-color: #ebebeb;
}
.group_contact .form-group input:focus,
.group_contact .form-group textarea:focus {
    border-color: #ebebeb;
}
.group_contact .form-group input::placeholder,
.group_contact .form-group textarea::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #434a54 !important;
}
.group_contact .form-group input::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #434a54 !important;
}
.group_contact .form-group textarea::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.group_contact .form-group .btn-50-full {
    font-family: "Open Sans", sans-serif;
    position: absolute;
    right: 14px;
    font-weight: 400;
    bottom: 0;
    box-shadow: none;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background: #b59049;
    border: solid 1px #b59049;
    text-transform: uppercase;
}
.group_contact .form-group .btn-50-full:hover {
    border-color: #b59049;
    background: #fff;
    color: #b59049;
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black; background-color:#F00 ;}
.tg th{font-weight:bold;font-family:Tahoma, Geneva, sans-serif !important;;background-color:#fe0000;color:#efefef;border-color:#656565;text-align:center;vertical-align:top}
.tg .tg-3z7u{font-family:Tahoma, Geneva, sans-serif !important;;border-color:#656565;text-align:center;vertical-align:top}
.tg .tg-g8cm{font-family:Tahoma, Geneva, sans-serif !important;;background-color:#c0c0c0;border-color:#656565;text-align:center;vertical-align:top}