body {
   font-family: Arial, Helvetica, sans-serif  !important;
}
.menu-responsive {
    background: #34495E;
    left: -250px;
    height: 100%;
    position: fixed;
    width: 250px;
    z-index: 9999;
    display: none;
    overflow-y: scroll;
}
.menu-close {
    cursor: pointer;
    padding: 10px;
    background: #2A82B7;
    text-align: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    overflow: hidden;
}
.menu-close i {
    color: #fff;
    font-size: 30px;
    float: left;
}
.menu-close i.fa-times {
    float: right;
}
.menu-close span {
    margin: 5px;
    float: left;
}
.menu-responsive ul {
    list-style: none;
    padding: 0;
}
.menu-responsive ul li {
    padding: 10px;
    border-bottom: 1px solid #415B74;
}
.menu-responsive ul li a {
    color: #CAE0F5;
    font-size: 17px;
}
.menu-responsive ul li.current-menu-item a {
    color: #129643;
}
.menu-responsive ul.sf-dropdown-menu li {
    border-bottom: none;
}
.menu-responsive ul.sf-dropdown-menu li a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin: 0 5px 0 0;
}
.menu-icon {
    background: #2A82B7;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    display: none;
}
.menu-open {
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    padding: 4px 15px 5px 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
}
.menu-open i.fa-bars {
    margin-right: 20px;
    color: #fff;
    font-size: 35px;
    float: left;
}
.header-top {
    background: #f5f5f5;
    color: #999;
    border-bottom: 1px solid #fff;
    display: inline-block;
    clear: both;
    width: 100%;
    font-size: 13px;
}
.menu-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.menu-top ul li {
    display: inline-block;
    padding: 5px 11px;
}

.menu-top ul li.current-menu-item, .menu-top ul li:hover {
    background: #fff;
}

.menu-top ul li a {
    color: #666;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.search, .tools {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tools a {
    margin: 5px 0 0 0;
}

.search-form {
    display: block;
    margin: 4px 0 0 0;
}

.search-form .form-group {
    margin: 0;
}

.search-form .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 17px 15px;
    border: 1px solid #E8EFFB;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #555;
}

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

.tags ul li {
    display: inline-block;
}

.btn {
    border-radius: 0;
}

.search-form .btn-success {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.search-form .buttom-search {
    padding: 7px 13px;
    border-radius: 0;
}

div.search .tags {
    color: #444;
    margin-top: 5px;
    font-size: 13px;
}
div.search .tags strong {
    float: left;
}

.modal-content {
    background: #FFFFFF;
    border: none;
    border-radius: none;
    box-shadow: none;
}
.modal-header {
    border-bottom: 1px solid #4471c2;
    background: #4471c2;
    text-align: center;
    color: #fff;
}
.modal-footer {
    border-top: 1px solid #4471c2;
    background: #4471c2;
    color: #fff;
}

.modal-title {
    font-family: Arial;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 5px 0;
    font-size: 13px;
    text-rendering: optimizelegibility;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}

.modal-body {
    color: #2F2F2F;
    font-size: 13px;
}

.widget_shopping_cart_content {
    padding: 10px 10px 0;
}

.widget_shopping_cart_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_shopping_cart_content ul li {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
.widget_shopping_cart_content span.quantity {
    font-size: 13px;
    display: block;
}
.widget_shopping_cart_content ul li img {
    margin: 0;
    padding: 0;
    float: right;
    width: 60px;
}
.widget_shopping_cart_content .buttons a {
        padding: 10px 15px;
    background: #337ab7;
    color: #fff;
}
nav.nav {
    background: #3B559F;
    position: relative;
}

@media (max-width:1024px) {
  .menu-icon, .menu-responsive {
    display: block;
  }
  nav {
    display: none;
  }
}

.menu {
    margin: 0;
    padding: 0;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li.sf-dropdown a:before {
    content: "\f103";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-right: 5px;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu li a:hover, .menu li:hover>a, .menu li.current-menu-item a {
    color: #fff;
    background: #25449C;
}

.menu li a {
    text-decoration: none;
    padding: 15px 25px 10px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0px;
    background: rgba(35, 130, 177, .8);
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a:hover, .menu ul li:hover a {
    background: #25449C;
    color: #fff;
}

.menu ul li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #fff;
    background: #3B559F;
    text-transform: none;
}

.sf-dropdown-menu li a:before {
    content: "\f101" !important;
}

.content-top {
    margin-bottom: 10px;
}

.banner img.banner-top {
    margin-bottom: 10px;
    display: block;
}


.banner-item {
    color: #fff;
    padding: 10px;
    margin-top: 5px;
}
.banner-item.orange {
    background: #f5791f;
}
.banner-item.light-blue {
    background: #3498db;
}
.banner-item.gray {
    background: #a1aaaf;
}

.banner-item i {
    float: left;
    font-size: 40px;
    margin: 3px 17px 0 0;
}
.banner-item h4 {
    color: #fff;
    line-height: normal;
    font-family: Tahoma;
    margin: 5px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.banner-item p {
     margin: 0; 
    font-size: 14px;
}

.aside-about-call {
    background-color: #555;
    padding: 20px 0 25px 70px;
    position: relative;
}
.aside-about-call span.fa {
    display: block;
    height: 100%;
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 32px 15px 0 15px;
    color: #fff;
}
.aside-about-call span.fa {
    background: #808080;
}
.aside-about-call > div {
    font: 700 22px 'Open Sans',sans-serif;
    color: #fff;
}
.aside-about-call p {
    color: #ddd;
    font: 400 14px 'Open Sans',sans-serif;
    margin: 0;
}
.aside-about-seller {
    background: #3B559F;
    color: #fff;
    padding: 12px 10px 2px 10px;
    text-align: center;
    font-size: 14px;
}
h3.title, h1.title-page, .cart_totals h2, .woocommerce-checkout h2, .woocommerce-billing-fields h3, .woocommerce-account h2, .panel h3 {
    font-size: 13px;
    line-height: 2.8;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    margin-top: 4px;
    border-bottom: 1px dotted #4471C2;
}
h3.title span, .panel h3 span, h1.title-page span {
    color: #4471C2;
    display: inline-block;
    padding: 0 10px 0 0;
}

.post-date {
    color: #a1a1a1;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.post-meta.text-left {
    margin: 10px 0;
    color: #f7941e;
}
nav.menu-cat {
    display: block;
    position: relative;
    z-index: 99;
}
nav.menu-cat ul {
    display: block;
    position: relative;
    width: 100%;
    z-index: -1;
    list-style: none;
    margin: 0;
    padding: 1px 0;
    background: #f5f5f5;
}
nav.menu-cat ul li {
    border-bottom: 1px solid #fff;
}
nav.menu-cat ul li a, nav.menu-cat ul li.cat-item-none {
    float: none;
    font: 700 12px Arial, Helvetica, sans-serif;
    padding: 11.6px 10px 14px;
    display: block;
    text-decoration: none;
    color: #444;
}
nav.menu-cat ul li ul {
    display: none;
    position: absolute;
    left: 290px;
    top: 0;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 300px;
    z-index: 999;
}
nav.menu-cat ul li:last-child {
    border-bottom: 0;
}
.list-post, .post-list {
    margin-top: 10px;
}
.list-post a.post-title {
    line-height: 1.6;
    color: #4471C2;
    font-size: 13px;
    text-transform: uppercase;
}
.list-post h4 {
    font-size: 14px;
    line-height: 1.5;
    color: #006092;
    display: block;
    font-weight: bold;
    font-family: Arial;
    margin: 0 0 10px 0;
}
.list-post p {
    line-height: 1.8;
}
h1.title-post, .checkout h3, .woocommerce-checkout h3, .woocommerce-account h3, .addresses h3, #comments h2 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.1;
    font-weight: bold;
    font-family: Arial;
    color: #4C93B8;
}
.like-click {
    display: block;
    padding: 10px 10px 5px;
    margin: 10px 0;
    clear: both;
    background-color: #f1f1f1;
    border: 1px solid #eaeaea;
}
footer {
    width: 100%;
    font-size: 13px;
    margin-top: 30px;
    background: #2E2F30;
    color: #D7DADC;
    font-family: Arial;
}
footer h3 {
    color: inherit;
    padding: 5px 0 10px;
    margin: 10px 0;
    font-family: Tahoma;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px dotted;
}
footer .dev {
    background: #1B1A1A;
    color: #9E9B9B;
    overflow: hidden;
    padding: 10px 0 5px;
}
.woocommerce-ordering {
margin: 0px;
}
nav.woocommerce-breadcrumb {
    float: initial;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
}
nav.woocommerce-breadcrumb a {
    color: #1E51AE;
}
.contact-form .input-group {
    margin-bottom: 10px;
    float: left;
}
.contact-form .input-group .input-group-addon {
    border-radius: 0px;
    background-color: #4471C2;
    border: none;
    position: relative;
}
.contact-form .input-group .input-group-addon i {
    color: #ffffff;
    font-size: 26px;
    width: 24px;
    height: 24px;
}
.contact-form .input-group .form-control {
    background-color: rgb(241, 241, 241);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 15px 15px;
    color: #444;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: initial;
}

.wc-tab h2, .related h2 {
text-transform: uppercase;
    font-size: 13px;
    line-height: 1.1;
    font-weight: bold;
    font-family: Arial;
    color: #4C93B8;
}
.product_details {
padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
}
.product_details a.product_item_link h5 {
    color: #444;
    display: block;
    font: normal 13px Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 5px 0;
    line-height: 1.6;
    font-size: smaller;
}
footer .overlay {position: relative;top: unset;left: unset;background: unset;}
gallery_cus_page .item-grid {
    display: flex;
    justify-content: center;
}

.gallery_cus_page .item-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery_cus_page .item-grid .img-gr-ct {
    background: #414141;
    padding: 10px;
    text-align: center;
    transition: all ease 300ms;
}

.gallery_cus_page .item-grid {
    padding: 3px;
}

.gallery_cus_page .infor_img {
    color: white;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    height: auto;
    min-height: 40px;
}

.gallery_cus_page .item-grid .img-gr-ct:hover {
    background: #00b28d;
}
/*div#logo_doitac .bx-wrapper {
    max-width: 100% !important;
}*/