/*
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #666666
    Accent color: #0d58a1
[Typography]
    Body:       14px/25px "Open Sans", sans-serif;
    Heading:    "Open Sans", sans-serif;
    Input, textarea: 16px/26px "Open Sans", sans-serif;
[Component module]
  
    COMMON STYLES
    HEADER 
    MAIN
    BLOG
    SIDEBAR
    BLOG SINGLE 
    SHOP 
    PRODUC DETAIL
    WHMCS DOMAIN
    FOOTER
    RESPONSIVE
    
/**********************************/
/*          COMMON STYLES         */
/**********************************/
html{
    font-size: 1rem;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    width: 100%;
    overflow-x: hidden;
}
.site{
	overflow-x: hidden;
}
h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #0d58a1;
    outline: none;
}

p {
    margin-bottom: 20px;
}

ul, ol {
    margin: 0 0 30px;
    padding: 0;
}

ul ul, ol ol, ul ol, ol ul {
    padding-left: 0;
}

blockquote {
    border-left: 5px solid #eeeeee;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #333;
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
select {
    border: 1px solid #ddd;
    padding: 0 15px;
    line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
    height: 38px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
    outline: none;
}

*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder {
    color: #666;
}
*:focus {
    outline: none;
}
.zoom, .imagezoom {
    cursor: zoom-in;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

table, th, td {
    border: 1px solid #ececec;
}

th, td {
    padding: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
}

.sidebar ul, .sidebar li {
    list-style: none;
}

img {
    height: auto;
}

label, th {
    font-weight: 400;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/arrow-select.png") no-repeat scroll calc(100% - 15px) center;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

a:hover {
    text-decoration: none;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-item {
    max-width: 25%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.zmb-container {
    position: static;
}

.zmb-sticky-menu-wrap .zmb-sticky-menu-inner .zmb-sticky-inner-container {
    position: relative;
}

div.zmb-sticky-menu-wrap .zmb-sticky-menu-inner .zmb-menu-wrap-sticky .zmb-menu-sticky {
    display: table;
    float: none;
    margin: 0 auto;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

nav#primary-navigation {
    display: block;
}

.post-thumbnail.hover-plus-effect {
    display: inline-block;
}

@media (max-width: 479px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    .col-xxs-pull-12 {
        right: 100%;
    }

    .col-xxs-pull-11 {
        right: 91.66666667%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-8 {
        right: 66.66666667%;
    }

    .col-xxs-pull-7 {
        right: 58.33333333%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-5 {
        right: 41.66666667%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-2 {
        right: 16.66666667%;
    }

    .col-xxs-pull-1 {
        right: 8.33333333%;
    }

    .col-xxs-pull-0 {
        right: auto;
    }

    .col-xxs-push-12 {
        left: 100%;
    }

    .col-xxs-push-11 {
        left: 91.66666667%;
    }

    .col-xxs-push-10 {
        left: 83.33333333%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-8 {
        left: 66.66666667%;
    }

    .col-xxs-push-7 {
        left: 58.33333333%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-5 {
        left: 41.66666667%;
    }

    .col-xxs-push-4 {
        left: 33.33333333%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xxs-push-2 {
        left: 16.66666667%;
    }

    .col-xxs-push-1 {
        left: 8.33333333%;
    }

    .col-xxs-push-0 {
        left: auto;
    }

    .col-xxs-offset-12 {
        margin-left: 100%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }
}

/* -------------------- */
/*      HEADER        */
/* -------------------- */
@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-top {
    background-color: #f6f6f6;
    line-height: 11px;
    padding: 20px 0 0;
    color: #666;
    font-size: 14px;
}

.header-top {
  background-color: #f6f6f6;
  color: #666666;
  font-size: 14px;
  line-height: 41px;
  padding: 0;
}

.header-top-left {
    display: inline-block;
    float: left;
}

.header-top-right {
    display: inline-block;
    float: right;
}

.header-top-right ul.menu-icon-header {
    margin: 0;
}
.header-style_2 .header-top-right ul.menu-icon-header {
  margin: 10px 15px 0 0;
}
.header-top-right ul.menu-icon-header li {
    padding: 0 13px;
    display: inline-block;
    position: relative;
}

.header-top-right ul.menu-icon-header li:last-child {
    border: none;
    cursor: pointer;
}

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

.header-top-right ul.menu-icon-header li a:hover {
    color: #fcb100;
}

.header-top-right ul.menu-icon-header li span.click-country {
  color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-top-right ul.menu-icon-header li i {
    color: #888;
}
.header-top-right ul.menu-icon-header li a i {
  margin-right: 10px;
}
.header-top-right ul.menu-icon-header li .country.selected {
    display: block;
    padding-top: 10px;
    position: absolute;
    top: 100%;
}
.header-top-right ul.menu-icon-header li .country:hover {
  color: #fcb100;
}
.header-top-right ul.menu-icon-header li .country.select {
    display: block;
    position: relative;
    padding-top: 0;
    padding-right: 3px;
}

.country > img {
    margin: -2px 5px 0 0;
    position: relative;
}
.country-dropdown .country img {
  position: relative;
  margin-right: 5px;
  top: -2px;
}
.country-dropdown .country{
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: -10px;
    padding: 20px 0 25px;
    position: absolute;
    top: 100%;
    width: 145px;
    z-index: 4;
}

.country-dropdown .country {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0px;
}

.country-dropdown .country > img {
    margin: -2px 5px 0 0;
    position: relative;
}

.country-dropdown .country:last-child {
    margin-bottom: 0;
}

.country-dropdown .country:hover {
  background-color: #fff;
}

.header-bottom {
    line-height: 48px;
    padding: 35px 0 40px;
}
.header_style_1 .header-bottom {
  padding: 35px 0;
}
.header-bottom .container {
    position: relative;
}

.main-header h1.logo {
    display: inline-block;
    float: left;
    font-size: 42px;
    font-weight: bold;
    margin: 0;
}

h1.logo a {
    color: #0d58a1;
}

h1.logo span {
    color: #fcb100;
}

.header-bottom-right {
    -webkit-transition: padding 0.3s ease 0s;
    -moz-transition: padding 0.3s ease 0s;
    -ms-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
    display: inline-block;
    float: right;
}

.header-bottom-right ul {
    float: left;
}

.header-bottom-right ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.header-bottom-right ul li.has-mega-menu {
    position: inherit;
}

.header-bottom-right ul ul {
    background-color: #fff;
    visibility: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    position: absolute;
    opacity: 0;
    left: -15px;
    top: 100%;
    width: 188px;
    z-index: 0;
    padding: 15px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-bottom-right ul ul a {
    font-size: 14px;
    color: #666;
}

.header-bottom-right ul ul a:hover {
    color: #0d58a1;
}

.header-bottom-right ul ul li {
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 10px;
}

.header-bottom-right div.icon-search {
  color: #333333;
  cursor: pointer;
  font-size: 22px;
  margin-left: 0;
  margin-top: 7px;
  padding-left: 30px;
  position: relative;
}
.header-bottom-right div.icon-search:hover {
  color: #0d58a1;
}


.header-bottom-right div.icon-search input {
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #666666;
    font-size: 14px;
    line-height: 50px;
    min-width: 480px;
    padding: 0 15px;
    position: absolute;
    right: -30px;
    top: 100%;
    z-index: 5;
}

.header-bottom-right div.icon-cart {
  color: #333333;
  cursor: pointer;
  font-size: 22px;
  margin-left: 0;
  margin-top: 7px;
  padding-left: 25px;
  padding-right: 12px;
  position: relative; 
}
.header-bottom-right div.icon-cart:hover {
    color: #0d58a1;
}
.header-bottom-right div.icon-cart .description-cart span {
    color: #fcb100;
}

.header-bottom-right div.icon-cart .total-product {
  background-color: #fcb029;
  border-radius: 50%;
  color: #333333;
  display: inline-block; 
  font-size: 14px;
  height: 23px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  right: -2px;
  text-align: center;
  top: 6px;
  width: 23px;
}

.header-bottom-right div.icon-cart > img {
    cursor: pointer;
}

div.icon-cart .no-item, div.header-icon .header-element-content {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    color: #666666;
    font-size: 14px;
    display: block;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: left;
    top: 100%;
    z-index: 99;
    margin-top: -3px;
}

div.icon-cart .header-element-content {
    min-width: 380px;
    padding: 0 !important;
}

.header-icon:hover .no-item, .header-icon:hover .header-element-content {
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
div.header-icon .search-form.header-element-content {
  border: none;
}
div.icon-cart .no-item {
    min-width: 380px;
    padding: 35px 30px 60px;
}

div.icon-cart * {
    line-height: 20px;
}

div.icon-cart .remove {
    cursor: pointer;
    display: inline-block;
    line-height: 11px;
    position: absolute;
    right: 0;
    top: 5px;
}

div.icon-cart .mini_cart_item {
    list-style: outside none none;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

div.icon-cart .cart-inner {
    padding-right: 40px;
    margin-left: 10px;
}

div.icon-cart .cart-img {
    float: left;
}

div.icon-cart .product-price {
    color: #000;
    font-size: 14px;
    margin: 5px 0 20px;
}

div.icon-cart .xshop-cart_list-inner, div.icon-cart .xshop-cart_list {
    margin: 0;
}

div.icon-cart .xshop-quantity {
    float: left;
    margin: 0;
}

div.icon-cart .mini-cart-bottom .total {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

div.icon-cart .mini-cart-bottom .total .subtotal-price {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

div.icon-cart .mini-cart-bottom .button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333;
    display: inline-block;
    line-height: 48px;
    margin-right: 15px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

div.icon-cart .mini-cart-bottom .button.checkout {
    background-color: #fcb100;
    color: #0d58a1;
    border: 1px solid #fcb100;
}

div.icon-cart .mini-cart-bottom .button:hover {
    background-color: #fcb100;
    color: #fff;
    border: 1px solid #fcb100;
    opacity: 0.8;
}

.div.icon-cart .mini-cart-bottom {
    margin: 0;
    width: 100%;
}

div.icon-cart .mini-cart-bottom {
    width: 100%;
}

.header-bottom-right .mega-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    visibility: hidden;
    float: inherit;
    left: 0;
    margin: 0;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.header-bottom-right .mega-menu div {
    margin: 0;
    float: inherit;
    line-height: 20px;
}

.header-bottom-right .mega-menu .icon-box-menu {
    margin-bottom: 20px;
    padding-left: 55px;
    padding-right: 50px;
    position: relative;
    float: left;
}

.header-bottom-right .mega-menu figure {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 22px;
}

.header-bottom-right .mega-menu .mega-title {
    color: #222;
    font-size: 18px;
    margin: 3px;
}

.header-bottom-right .mega-menu .mega-desc {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.header-bottom-right .mega-menu .mega-menu-bottom {
    background-image: url("../../assets/images/bg-mega.jpg");
    width: 100%;
    background-size: cover;
    padding: 30px 100px;
    margin-top: 25px;
}

.header-bottom-right .mega-menu .mega-text {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 15px 0;
}

.header-bottom-right .mega-menu .mega-text div {
    display: inline-block;
    font-size: 18px;
}

.header-bottom-right .mega-menu .mega-text span {
    font-size: 30px;
    color: #fcb100;
    font-weight: bold;
}

.header-bottom-right .mega-menu .mega-submit {
    float: right;
}

.main-menu, .icon-cart, .icon-search {
    float: right;
}

.main-menu > ul > li > a {
    font-size: 16px;
    position: relative;
}

.main-menu > ul > li > a:before {
    background-color: #0d58a1;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all 0.3s ease 0s;
}

.main-menu > ul > li > a:hover::before {
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}

.main-menu > ul li.active > a {
    color: #0d58a1;
    position: relative;
}

.main-menu > ul li.active > a:before {
    left: 0;
    right: 0;
    background-color: #0d58a1;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
}

div.icon-cart:hover .header-element-content,
div.icon-cart:hover .no-item,
div.icon-search:hover input {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    opacity: 1;
    z-index: 6;
    visibility: visible;
}

.ih-language-switcher-wrap:hover .country-dropdown {
  display: block !important;
}

nav#primary-navigation {
    float: right;
}

@media (min-width: 1025px) {
    .full-box .fullwidthbanner-container {
        height: auto !important;
        left: 0 !important;
        overflow: hidden;
        padding: 0;
        position: relative;
        right: 0 !important;
        width: auto !important;
    }

    .full-box .forcefullwidth_wrapper_tp_banner {
        width: auto !important;
    }
}

@media (min-width: 1024px) {
    a.back-to-top {
        bottom: 100px;
    }
    div.icon-cart:hover .header-element-content,
    div.icon-cart:hover .no-item,
    .has-mega-menu:hover .mega-menu,
    div.icon-search:hover input,
    .header-bottom-right ul li:hover > ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        opacity: 1;
        z-index: 4;
        visibility: visible;
    }

    .site-navigation {
        display: inline-block;
    }

    header nav#primary-navigation {
        float: right;
    }

    .header-bottom.menu-fixed {
        -webkit-transition: padding 0.3s ease 0s;
        -moz-transition: padding 0.3s ease 0s;
        -ms-transition: padding 0.3s ease 0s;
        -o-transition: padding 0.3s ease 0s;
        transition: padding 0.3s ease 0s;
        background-color: #fff;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        padding: 0;
    }

    .header-bottom.menu-fixed .header-bottom-right .mega-menu {
        top: 65px;
    }

    .header-bottom.menu-fixed h1.logo {
        margin-top: 6px;
    }

}

/*Main menu*/
.site-navigation ul {
  float: left;
  margin-bottom: 0;
}
.site-navigation ul li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.site-navigation ul li.has-mega-menu {
    position: inherit;
}

.site-navigation ul ul {
    background-color: #fff;
    visibility: hidden;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    position: absolute;
    opacity: 0;
    left: -15px;
    top: 100%;
    width: 280px;
    z-index: 0;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-navigation ul ul a {
    font-size: 14px;
    color: #666;
}

.site-navigation ul ul a:hover {
    color: #0d58a1;
}

.site-navigation ul ul li {
    display: block;
    font-size: 14px;
    line-height: 25px;
}

.site-navigation .mega-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    visibility: hidden;
    float: inherit;
    left: 0;
    margin: 0;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    text-align: left;
    border-radius: 0;
}

.site-navigation .mega-menu div {
    margin: 0;
    float: inherit;
    line-height: 20px;
}

.site-navigation .mega-menu .icon-box-menu {
    margin-bottom: 20px;
    padding-left: 55px;
    padding-right: 50px;
    position: relative;
    float: left;
}

.site-navigation .mega-menu figure {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 22px;
}

.site-navigation .mega-menu .mega-title {
    color: #222;
    font-size: 18px;
    margin: 3px;
}

.site-navigation .mega-menu .mega-desc {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.site-navigation .mega-menu .mega-menu-bottom {
    background-image: url("../../assets/images/bg-mega.jpg");
    width: 100%;
    background-size: cover;
    padding: 30px 100px;
    margin-top: 25px;
}

.site-navigation .mega-menu .mega-text {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 15px 0;
}

.site-navigation .mega-menu .mega-text div {
    display: inline-block;
    font-size: 18px;
}

.site-navigation .mega-menu .mega-text span {
    font-size: 30px;
    color: #fcb100;
    font-weight: bold;
}

.site-navigation .mega-menu .mega-submit {
    float: right;
}

/*Cart box*/
.header-icon:hover > img {
    opacity: 0.7;
}

div.icon-cart {
    position: relative;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 12px;
    cursor: pointer;
}

div.icon-cart .description-cart span {
    color: #fcb100;
}

div.icon-cart .total-product {
    background-color: #fcb029;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    height: 20px;
    right: 0px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 20px;
}

div.icon-cart > img {
    cursor: pointer;
}

div.icon-cart .no-item, div.icon-cart .header-element-content {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: none;
    color: #666666;
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    z-index: 5;
}

div.icon-cart .header-element-content .mini-shopping-cart-wrap {
  min-width: 380px;
  padding: 50px 15px 40px 30px;
}

div.icon-cart .no-item {
    min-width: 380px;
    padding: 35px 30px 60px;
}

div.icon-cart * {
    line-height: 20px;
}

div.icon-cart a.remove {
  cursor: pointer;
  display: inline-block;
  line-height: 12px;
  position: absolute;
  right: 15px;
  font-size: 12px;
  top: 5px;
}

.mini-cart-content .cart_list {
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
}

div.icon-cart .mini_cart_item {
    border: medium none;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 0 30px 0 0;
    position: relative;
    width: 100%;
}
div.icon-cart .mini_cart_item:last-child {
    margin-bottom: 0px;
}
div.icon-cart .cart-inner {
    margin-left: 16px;
    overflow: hidden;
    padding-right: 10px;
}

div.icon-cart .cart-img {
    border: 1px solid #eeeeee;
    float: left;
    margin-right: 10px;
    max-width: 80px;
}

div.icon-cart .product-price {
    color: #000;
    font-size: 14px;
    margin: 5px 0 20px;
}

div.icon-cart .xshop-cart_list-inner, div.icon-cart .xshop-cart_list {
    margin: 0;
}

div.icon-cart .xshop-quantity {
    float: left;
    margin: 0;
}

div.icon-cart .mini-cart-bottom .total {
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

div.icon-cart .mini-cart-bottom .woocommerce-Price-amount.amount {
    color: #333333;
    font-weight: bold;
}

div.icon-cart .mini-cart-bottom .total .subtotal-price {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

div.icon-cart .mini-cart-bottom .button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #333;
    display: inline-block;
    line-height: 48px;
    margin-right: 15px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

div.icon-cart .mini-cart-bottom .button.checkout {
    background-color: #fcb100;
    color: #0d58a1;
    border: 1px solid #fcb100;
}

div.icon-cart .mini-cart-bottom .button:hover {
    background-color: #fcb100;
    color: #fff;
    border: 1px solid #fcb100;
    opacity: 0.8;
}

div.icon-cart .mini-cart-bottom {
    margin: 30px 0 0;
    width: 100%;
}

/*Search box*/
div.icon-search {
    cursor: pointer;
    position: relative;
    margin-left: 0;
    padding-left: 30px;
}

div.icon-search input {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    min-width: 480px;
    padding: 0 15px;
    position: absolute;
    right: -30px;
    top: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 5;
}

/*Header style 2*/
.header-style_2 .header-top {
    padding: 25px 0 35px;
}

.header-style_2 .header-top-right {
    line-height: 48px;
}

.header-style_2 .header-top-right ul li {
    line-height: 10px;
}

.header-style_2 .header-main {
    background: #004486 none repeat scroll 0 0;
}

.header-style_2 .main-menu > ul > li > a {
    color: #ffffff;
}

.header-style_2 .main-menu > ul > li > a::before {
    background: #ffffff;
}

.header-style_2 .main-menu > ul li.active > a {
    color: #fcb100;
}

.header-style_2 .main-menu > ul li.active > a::before {
    background: #fcb100;
}

.header-style_2 .site-navigation {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}

.header-style_2 .site-navigation ul {
    float: none;
}

.header-style_2 .site-navigation ul li {
  line-height: 58px;
  margin: 0;
  padding: 0 20px;
}

.header-style_2 .menu-icon-header, .header-style_2 .icon-cart, .header-style_2 .icon-search {
    display: inline-block;
    float: none;
}
.header-style_2 .icon-cart, .header-style_2 .icon-search {
  font-size: 22px;
  top: 2px;
}
.header-style_2 .menu-icon-header {
    padding-right: 0px;
}

.header-style_2 .zmb-wrap .zmb-menu > li > a {
    color: #ffffff;
    font-size: 16px;
    padding: 0 0;
    position: relative;
    text-transform: none;
}
.header-style_2 .zmb-wrap .zmb-menu > li.menu-item-has-children > a {
    padding: 0 20px 0 0;
}

.header-style_2 .zmb-wrap .zmb-menu .menu-item-has-children .zmb-dropdown-toggle .caret {
    color: #ffffff;
    top: 3px;
}

.header-style_2 .zmb-wrap .zmb-menu > li:hover {
    background-color: rgba(0, 0, 0, 0);
}

/* Header Style 3 */
.header_style_3 .header-bottom {
  line-height: 40px;
  padding: 35px 0 40px;
}
.header_style_3 .header-main {
    background: #225d96 none repeat scroll 0 0;
    position: relative;
}

header.header_style_3 nav#primary-navigation {
    float: left;
}

.header_style_3 .site-navigation ul li {
    margin-left: 0;
}

.header_style_3 .header-icon {
  padding-bottom: 20px;
  padding-top: 20px; 
  font-size: 20px; 
  color: #fff;
}
.header_style_3 .header-icon:hover {
  color: #fcb029;
}

.header_style_3 div.icon-cart .total-product {
    top: 16px;
}

.header_style_3 .zmb-wrap .zmb-menu > li > a {
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
}

.header_style_3 .zmb-wrap .zmb-menu .menu-item-has-children .zmb-dropdown-toggle .caret {
    color: #ffffff;
    position: static;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 0 0 5px;
}

.header_style_3 .zmb-wrap .zmb-menu > li:hover,.header-style_2 .zmb-wrap .zmb-menu > li:hover {
    background-color: #2b67a3;
}

.header_style_3 h1.logo {
  line-height: 42px;
  margin: 10px 0;
}
.menu-contact-info .menu {
  margin: 0;
}
body .header_style_3 div.header-bottom-right {
    height: auto;
}

.header_style_3 .zmb-wrap .zmb-toggle-menu-mobile .icon {
    border: 1px solid #fff;
    margin-top: 10px;
}

.header_style_3 .zmb-wrap .zmb-toggle-menu-mobile .icon span {
    background-color: #fff;
}

.menu-contact-info .menu-item {
    line-height: 20px;
    padding-left: 60px;
}

.header-bottom .menu-contact-info .menu .menu-item a {
    color: #000000;
    font-size: 16px;
    position: static;
}

.header-bottom .menu-contact-info .menu .menu-item:hover a {
    color: #0d58a1;
}

.menu-contact-info .item-img-icon {
    background-size: 100% auto;
    display: inline-block;
    float: left;
    height: 48px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 48px;
}

.menu-contact-info .sub {
    color: #888888;
    display: block;
    font-size: 13px;
}

.header_style_3 .menu-contact-info {
    margin-top: 10px;
}
/*Header style 4*/
.header_style_1.header_style_4 .header-top {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #e7e7e7;
}
.form-fogot {
    margin-bottom: 80px;
}

.the-best-feature {
    background-image: url("../images/bg-feature.jpg");
    padding-top: 70px;
}

.image-person {
    margin: -80px -60px 0 10px;
}

.our-plan {
    margin: 75px 0;
}

.site-main {
    position: relative;
}

.chose-ihosting {
    background: transparent url("../images/bg-ih.jpg") no-repeat scroll center bottom/cover;
    padding: 70px 0 80px;
}

.chose-ihosting.chose-ihosting-2 {
    background: transparent url("../images/bg-ih2.jpg") no-repeat scroll center bottom/cover;
    padding: 80px 0 60px;
}

.navbar-toggle {
    display: none;
}

.header-top-left {
    display: inline-block;
    float: left;
}

.header-top-right {
    display: inline-block;
    float: right;
}

.header-top-right ul {
    margin: 0;
}

.header-top-right ul li {
    padding: 0 10px;
    display: inline-block;
    position: relative;
}

.header-top-right ul li:last-child {
    border: medium none;
    cursor: pointer;
    margin: 0;
}

.header-top-right ul li span.click-country {
    position: absolute;
    right: 0;
    top: 0;
}

.header-top-right ul li i {
    color: #888;
}

.header-top-right ul li .country.selected {
    display: block;
    padding-top: 10px;
    position: absolute;
    top: 100%;
}

.header-top-right ul li .country.select {
    display: block;
    position: relative;
    padding-top: 0;
}
.country-dropdown .country {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  left: 0;
  padding: 5px 15px;
  position: absolute;
  width: 145px;
  z-index: 4;
}

.country-dropdown .country {
    margin-bottom: 20px;
    cursor: pointer;
}

.country-dropdown .country:last-child {
    margin-bottom: 0;
}
.header-bottom > .container {
    position: relative;
}

header.header .logo {
  display: inline-block;
  float: left;
  line-height: 60px;
  margin: 0;
}

.logo a {
    color: #0d58a1;
}

.logo span {
    color: #fcb100;
}

.header-bottom-right {
    display: inline-block;
    float: right;
    /* CSS Header for WordPress Mega Menu */
}

.header-bottom-right ul {
    float: left;
}

.menu:not(.zmb-menu) {
    margin-top: 9px;
}

.header-bottom-right .site-navigation .zmb-wrap {
    overflow: visible;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu {
    position: static;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item {
    text-transform: none;
    line-height: 24px;
    background-color: transparent;
    margin-left: 30px;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item:first-child {
    margin: 0;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item > a {
    text-transform: none;
    line-height: 24px;
    padding: 20px 0;
    background-color: transparent;
    color: #333;
    font-size: 16px;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item > a:before {
    background-color: #0d58a1;
    bottom: 20px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all 0.3s ease 0s;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item .sub-menu {
    border: 1px solid #ddd;
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item .sub-menu .zanmenu-content {
    padding: 20px 50px;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item:hover {
    background-color: transparent;
    color: #333;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item:hover > a {
    color: #0d58a1;
    background-color: transparent;
}
.header-bottom-right .site-navigation .zmb-wrap .menu .menu-item.current-menu-parent > a,.header-bottom-right .site-navigation .zmb-wrap .menu .menu-item.current-menu-item > a {
  color: #0d58a1;
}
div.zmb-wrap .zmb-menu > li .sub-menu > .menu-item.current-menu-item  a {
  color: #0d58a1;
} 
.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item:hover > a:before {
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item:hover .dropdown-toggle .caret {
    color: transparent;
}

.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item:hover > .sub-menu {
    z-index: 10000;
}

.main-menu, .icon-cart, .icon-search {
    float: right;
}

.header-bottom.menu-fixed {
    -webkit-transition: padding 0.3s ease 0s;
    -moz-transition: padding 0.3s ease 0s;
    -ms-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    padding: 0;
}

.header-bottom.menu-fixed .header-bottom-right .mega-menu {
    top: 65px;
}

/* Header Banner (Heading, Breadcrumb) */
.ih-heading-banner > .container {
    position: relative;
    height: 100%;
    display: block;
}

.ih-heading-banner .page-heading {
    display: inline-block;
    float: left;
    font-size: 36px;
    color: #fff;
    max-width: 680px;
}

.ih-heading-banner .breadcrumb-wrap {
    float: right;
    max-width: 425px;
}

.ih-heading-banner .breadcrumb-wrap .breadcrumbs li {
  color: inherit;
  display: inline-block;
  font-size: 16px;
  padding-right: 15px;
  position: relative;
}
.trail-items {
  margin-top: 35px;
}
.ih-heading-banner .breadcrumb-wrap .breadcrumbs li a {
    color: inherit;
}

.ih-heading-banner .breadcrumb-wrap .breadcrumbs li:after {
    content: '/';
    position: absolute;
    right: 4.5px;
}

.ih-heading-banner .breadcrumb-wrap .breadcrumbs li:last-child {
    padding-right: 0;
}

.ih-heading-banner .breadcrumb-wrap .breadcrumbs li:last-child:after {
    display: none;
}

.ih-heading-banner .breadcrumb-wrap .woocommerce-breadcrumb {
    color: inherit;
}

.ih-heading-banner .breadcrumb-wrap .woocommerce-breadcrumb a {
    color: inherit;
}

.onsale {
    background: #fcb100 none repeat scroll 0 0;
    color: #ffffff;
    left: 0;
    padding: 3px 7px;
    position: absolute;
    top: -15px;
}

.hidden-sm {
    display: none !important;
}

.cart-collaterals {
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .ih-heading-banner .breadcrumb-wrap {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .ih-heading-banner .breadcrumb-wrap {
        left: auto;
        right: auto;
        top: auto;
        bottom: 15px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
	.zmb-clone-wrap + #page .header-style_2 .mobile-navigation {
 	 display: none;
	}	
    .ih-heading-banner .page-heading {
        font-size: 24px;
    }

    .ih-heading-banner .breadcrumb-wrap {
        display: none;
    }

    .woocommerce a.remove {
        font-size: 0;
        margin-bottom: 10px;
    }

    .remove::before {
        content: "x";
        font-size: 12px;
        line-height: 10px;
    }

    .product-title {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .table-responsive {
        margin-bottom: 50px;
        overflow-x: auto;
        padding: 20px 0 0 20px;
    }

    .table-responsive > table {
        width: 767px;
    }

    .woocommerce .cart-collaterals div.cart_totals {
        padding: 20px 10px;
    }

    .woocommerce .cart-collaterals div.cart_totals table {
        margin: 0 0 30px;
    }

    .header_style_3 .header-icon {
        position: static;
    }

    div.icon-search input {
        left: 2%;
        min-width: 96%;
        right: 2%;
        width: auto;
    }

    div div.icon-cart .no-item, div div.icon-cart .header-element-content {
        left: 2%;
        min-width: 96%;
        right: 2%;
    }


    .header-bottom-right .menu-contact-info .menu-item {
        margin-bottom: 20px;
    }
    .ih-img-with-text-wrap.type1 {
      text-align: center;
      padding: 0!important;
    }
    .ih-img-with-text-wrap.type2 {
      text-align: center;
    }
    div.vc_custom_1483426002417 {
      margin-bottom: 0!important;
    }
    div.vc_custom_1483426013584 {
      margin-bottom: 0!important;
    }
    .copyright {
      text-align: center;
    }
    .kt-social-footer-wrap ul.kt-social-footer {
      display: table;
      float: none;
      margin: 20px auto;
    }
    div.find-domain-style4 .find-domain-right .domain-title, div.domain-prices-list .domain-title {
      text-align: center;
    }
    div.products-wrap.kt-products-list-wrap .product-info {
      display: inline-block;
      overflow: visible;
      width: 100%;
    }
    .header-style_2 div.icon-cart {
	  position: static;
	}
	.header-style_2 div.icon-cart .total-product {
	  background-color: #fcb029;
	  border-radius: 50%;
	  color: #333333;
	  display: inline-block;
	  font-size: 14px;
	  height: 20px;
	  line-height: 20px;
	  margin: 0 -20px 0 0;
	  position: relative;
	  right: 9px;
	  text-align: center;
	  top: -13px;
	  width: 20px;
	}
	.mini_cart_item .remove::before {
	  display: none;
	}
	div.find-domain.find-domain-style3 .domain-single > p {
	  display: inline-block;
	  float: none;
	}
	div.find-domain.find-domain-style3 .find-domain-right .domain-single {
	  margin-left: 0;
	}
}

/* button */
.button-get-start {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
}

.button-get-start.lineheight55 {
    line-height: 57px;
    font-size: 18px;
    padding: 0 35px;
}

.button-get-start.lineheight47 {
    line-height: 47px;
    font-size: 16px;
    padding: 0 22px;
}

.button-get-start.active-button, .button-get-start.lineheight55:hover, .button-get-start.lineheight47:hover {
    color: #0d58a1;
    background-color: #fcb100;
    border: 1px solid #fcb100;
}

/* Chosen */
.chosen-container .chosen-single {
    height: 32px !important;
    line-height: 30px !important;
    border-color: #ddd !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.chosen-container .chosen-single div {
    top: 4px !important;
}

.chosen-container .chosen-results li {
    height: 32px !important;
    line-height: 30px !important;
    padding-bottom: 0 !important;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background: #fcb100 !important;
}

.chosen-container .chosen-results li:before {
    display: none;
}

.chosen-container .chosen-drop {
    border-color: #ddd !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}

.chosen-container .chosen-choices li:before {
    display: none;
}

/* Site content inner */
.site-content-inner {
    margin-bottom: 60px;
    margin-top: 80px;
}

.home .site-content-inner {
    margin-top: 0;
}

.blog .site-content-inner {
    padding-top: 80px;
}

.blog .page-blog .site-content-inner {
    padding-top: 0px;
}
/* Primary */
.primary-area.has-sidebar-left {
    float: right;
}

.form-fogot {
    margin-bottom: 80px;
}

.the-best-feature {
    background-image: url("../../assets/images/bg-feature.jpg");
    padding-top: 70px;
}

.image-person {
    margin: -80px -60px 0 10px;
}

.our-plan {
    margin: 75px 0;
}

.site-main {
    position: relative;
}

.chose-ihosting {
    background: transparent url("../../assets/images/bg-ih.jpg") no-repeat scroll center bottom/cover;
    padding: 70px 0 80px;
}

.navbar-toggle {
    display: none;
}

.ih-text-mid {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ih-text-mid-left {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ih-text-mid-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer {
    position: relative;
}

/* -------------------- */
/*      BANNER       */
/* -------------------- */
.banner {
    background-image: url("../../assets/images/bg-banner.jpg");
    padding: 110px 0;
    position: relative;
    background-position: right center;
    background-size: cover;
}

.banner .banner-title {
    color: #fff;
    font-size: 36px;
    line-height: 45px;
}

.banner .banner-desc {
    font-size: 20px;
    color: #fcb100;
    margin: 15px 0 30px;
}

.banner .banner-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.banner .banner-list > li {
    font-size: 16px;
    float: left;
    list-style: outside none none;
    width: 280px;
}

.banner .banner-list > li li {
    margin-bottom: 20px;
}

.banner span {
    color: #fff;
}

.banner i {
    color: #fcb100;
    margin-right: 5px;
    font-style: 15px;
}

/* -------------------- */
/*      FIND DOMAIN      */
/* -------------------- */
.find-domain {
    padding: 55px 0;
}
.find-domain.find-domain-style2 {
  padding: 55px 0 48px;
}
.find-domain select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-domain-left {
    float: left;
}

.search-domain-left .search-domain-input {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.search-domain-left .search-domain-input::before {
    background-color: #aaa;
    content: "";
    height: 30px;
    position: absolute;
    right: 110px;
    top: 15px;
    width: 1px;
}

.search-domain-left .search-domain-input input {
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #aaa;
    font-size: 16px;
    line-height: 32px;
    padding: 12px 110px 12px 25px;
    width: 530px;
}

.search-domain-left .search-domain-input select {
    border: medium none;
    color: #333;
    display: inline-block;
    font-size: 18px;
    height: 53px;
    line-height: 53px;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 110px;
    background: transparent url("../../assets/images/arrow-select.png") no-repeat scroll 80% 49%;
}

.search-domain-left .button-get-start::before {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: 38px;
}

.search-domain-left .button-get-start {
    padding: 0 55px 0 35px;
    position: relative;
}

.find-domain-right, .domain-prices-list {
    display: inline-block;
    float: right;
    text-align: right;
}

.find-domain-right .domain-single, .domain-prices-list .domain-single {
    display: inline-block;
    margin-left: 38px;
    position: relative;
}

.find-domain-right .domain-single::before, .domain-prices-list .domain-single::before {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 45px;
    left: -12px;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    width: 1.5px;
}

.find-domain-right .domain-single:first-child::before, .domain-prices-list .domain-single:first-child::before {
    background-color: transparent;
}

.find-domain-right .domain-title, .domain-prices-list .domain-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.find-domain-right .domain-cost, .domain-prices-list .domain-cost {
    color: #aaa;
    font-size: 14px;
    margin: 0;
}

.find-domain-right .domain-cost span, .domain-prices-list .domain-cost span {
    font-size: 26px;
    color: #0d58a1;
    font-weight: bold;
}

.find-domain-text {
    color: #222;
    font-size: 26px;
    margin-bottom: 30px;
}

.find-domain-text div {
    display: inline-block;
    font-size: 18px;
    color: #666;
}

.find-domain-text div span {
    color: #fcb100;
    font-size: 30px;
    font-weight: bold;
}
.find-domain.find-domain-style4 .list-domain .owl-item {
  border-right: 1px solid #eeeeee;
}
.find-domain.find-domain-style4 .list-domain .owl-item.active-last {
  border: medium none;
}
.find-domain.find-domain-style4 .owl-nav > div {
  font-size: 37px;
}
.imgs-carousel-wrap .fa-angle-left::before {
  content: "\E824";
  font-family: "revicons";
}
.imgs-carousel-wrap .fa-angle-right::before {
  content: "\E825";
  font-family: "revicons";
}
.find-domain .fa-angle-left::before {
  content: "\E824";
  font-family: "revicons";
}
.find-domain .fa-angle-right::before {
  content: "\E825";
  font-family: "revicons";
}
.find-domain.find-domain-style4 {
  padding: 5px 0 0;
}
/* -------------------- */
/*      TITLE-TOP        */
/* -------------------- */
.title-top {
    text-align: center;
    margin-bottom: 45px;
}

.title-top .title-shortcode {
    color: #222;
    margin-bottom: 10px;
}

.title-top .title-shortcode span {
    color: #0d58a1;
}

/* -------------------- */
/*      Icon box        */
/* -------------------- */
.icon-box {
    margin: 0 20px 60px 0;
}

.icon-box .icon-box-image {
    margin-bottom: 15px;
}

.icon-box .icon-box-name {
    margin-bottom: 8px;
}

.icon-box .icon-box-desc {
    font-size: 14px;
    line-height: 25px;
}

.icon-box.icon-right {
    margin: 0 0 60px 20px;
    text-align: right;
}

.icon-box:hover img {
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-name: toup;
}

@-webkit-keyframes toup {
    0% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    15% {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    30% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    50% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    70% {
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes toup {
    0% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    15% {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    30% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    50% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    70% {
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes toup {
    0% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    15% {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    30% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    50% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    70% {
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes toup {
    0% {
        -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
    15% {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        transform: rotate(8deg);
    }
    30% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    50% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    70% {
        -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* -------------------- */
/*      PLAN BOX       */
/* -------------------- */
.plan-title, .price-title {
    color: #0d58a1;
}

.plan-desc, .price-short-desc {
    color: #aaa;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.plan-cost {
    font-size: 18px;
    margin-bottom: 35px;
}

.plan-cost span {
    font-size: 30px;
    color: #fcb100;
    font-weight: bold;
}

.plan-list, .price-features-list {
    margin-bottom: 25px;
}

.plan-list > i, .price-features-list > li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}
.price-feature-item {
  list-style: outside none none;
}
.plan-list > i::before, .price-features-list > li::before {
    color: #0d58a1;
    content: "\f00c";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}

.pland-bottom-box {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.pland-bottom-box.featued, .pland-bottom-box.highlight, .ih-pricing-table-1.featued, .ih-pricing-table-1.highlight {
    border: 1px solid #fcb100;
}

.ih-pricing-table-1 .text-feature, .ih-pricing-table-1 .hight-light-text {
    background-color: #e43e43;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -65px;
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg);
    width: 200px;
}

/* -------------------- */
/*      GREAT CLIENT       */
/* -------------------- */
.great-logo {
    background-image: url("../../assets/images/bg-client.jpg");
    background-size: cover;
}

.great-client {
    padding: 70px 0;
}

.client-box {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 40px 20px;
}

.desc-client {
  color: #888888;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}
.ih-client-say-wrap .title-client {
    color: #222;
    font-size: 18px;
    margin-bottom: 10px;
}

.rate-client {
    display: inline-block;
    height: 15px;
    position: relative;
    width: 70px;
    margin-bottom: 3px;
}

.rate-client span {
    height: 15px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.rate-client span:before {
    color: #fcb100;
    content: "\f005\f005\f005\f005\f005";
    font-family: "FontAwesome";
    line-height: 17px;
    font-size: 13px;
    letter-spacing: 2px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

.rate-client:after {
    content: "\f005\f005\f005\f005\f005";
    font-family: "FontAwesome";
    line-height: 17px;
    font-size: 13px;
    letter-spacing: 2px;
    position: absolute;
    color: #ddd;
    z-index: 1;
}

.client-box {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 35px 20px 35px 35px;
    position: relative;
    background-color: #fff;
}

.client-box::before {
    background-color: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 0;
    bottom: -12px;
    content: "";
    display: inline-block;
    height: 23px;
    left: 80px;
    position: absolute;
    transform: rotate(45deg);
    width: 23px;
    z-index: 4;
}
.ih-client-say-wrap:hover .client-box {
    border-color: #fcb100;
    box-shadow: 0 0 5px #ddd;
}
.ih-client-say-wrap:hover .client-box::before {
    border-color: #fcb100;
}
.client-box .desc-client > span {
    color: #ddd;
    font-family: "Georgia";
    font-size: 60px;
    letter-spacing: -4px;
    line-height: 0;
}

.client-box.has-border {
    border: 1px solid #fcb100;
}

.client-box.has-border::before {
    border-color: #fcb100;
}

.under-box-client {
    display: inline-block;
    margin-left: 30px;
    margin-top: 25px;
    text-align: center;
}

.under-box-client p {
    color: #222;
    font-weight: bold;
    margin: 0;
}

.under-box-client span {
    color: #888;
    font-size: 14px;
}

.logo-slide {
    padding: 0 45px;
    margin-top: 25px;
}
.ih-imgs-carousel-wrap .img-wrap {
  display: table-cell;
  vertical-align: middle;
  height: 92px;
}
.logo-slide .owl-prev {
    font-size: 60px;
    left: 0;
    position: absolute;
    top: 8px;
}

.logo-slide .owl-next {
    font-size: 60px;
    right: 0;
    position: absolute;
    top: 8px;
}

.logo-slide .owl-nav div {
    display: none !important;
    color: #e0e0e0;
}

.logo-slide .owl-nav div:hover {
    color: #666;
}

.logo-slide:hover .owl-nav div {
    display: block !important;
}
.tp-caption.Home_Slider_Btn:hover, .Home_Slider_Btn:hover {
  background: #333333 none repeat scroll 0 0!important;
  color: #ffffff!important;
}
/* -------------------- */
/*     MESSAGE ONLINE    */
/* -------------------- */
.box-chat-online {
    bottom: 0;
    min-width: 288px;
    position: fixed;
    right: 20px;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.click-chat {
    background-color: #fcb100;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.click-chat p {
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    float: left;
}

.icon-message {
    background-color: #ef9a06;
    border-radius: 3px 0 0;
    font-size: 20px;
    text-align: center;
    width: 50px;
}

.text-online {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

.click-chat p.icon-up {
    float: right;
    padding-right: 15px;
}

.form-online {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 288px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.click-hidden {
    padding: 15px 18px;
    background-color: #fcb100;
    border-radius: 3px 3px 0 0;
    color: #fff;
    cursor: pointer;
}

.click-hidden p {
    display: inline-block;
    margin: 0;
}

.text-leave {
    font-weight: bold;
}

.icon-down {
    float: right;
}

.form-online {
    display: none;
}

.form-chat-online {
    padding: 17px 19px 40px;
    font-size: 13px;
}

.form-chat-online input {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 8px;
    width: 100%;
}

.form-chat-online textarea {
    border-radius: 3px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
}

.form-chat-online label {
    color: #333;
    margin: 3px;
}

.form-chat-online label span {
    color: #c00;
}

.form-chat-online .button-get-start {
    color: #fff;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 100%;
}

.text-notice {
    color: #888;
    line-height: 20px;
}

/* -------------------- */
/*      FOOTER       */
/* -------------------- */
.everything {
    background-color: #0d58a1;
    padding: 60px 0 15px;
}

.everything .title-top .title-shortcode, .everything .title-top .title-shortcode span {
    color: #fff;
}

.everything .desc-shortcode {
    color: #87a5c1;
}

.footer-top {
    font-size: 14px;
    line-height: 26px;
}

.contact-footer span, .we-accept-title {
    color: #333;
}

.contact-footer {
    display: inline-block;
    margin-top: 25px;
}

.footer a {
    color: #666;
}

.footer a:hover {
    color: #0d58a1;
}

.we-accept li {
    display: inline-block;
    margin-bottom: 5px;
}

.footer-list-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-nav li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.footer-nav li::before {
    color: #fcb100;
    content: "\f105";
    font-family: "FontAwesome";
    left: 3px;
    position: absolute;
    top: 0;
}

.footer-mid {
    background-color: #f6f6f6;
    padding: 18px 0;
}

.footer-mid-left {
    display: inline-block;
    float: left;
    margin-top: 12px;
}

.footer-icon {
    display: inline-block;
    float: right;
}

.footer-icon-iem {
    display: inline-block;
    margin-left: 25px;
}

.footer-icon-iem a {
    color: #888;
    display: inline-block;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.footer-icon-iem a:hover {
    color: #fff;
    background-color: #fcb100;
    border-radius: 50%;
}

.copyright {
  line-height: 25px;
  padding-bottom: 14px;
  padding-top: 14px;
}

.kt-social-footer-wrap .kt-social-footer {
    display: inline-block;
    float: right;
    margin: 0;
}

.kt-social-footer-wrap .kt-social-footer > li {
  display: inline-block;
  list-style: outside none none;
  margin-left: 10px;
}

.kt-social-footer-wrap .kt-social-footer > li a {
  color: #888888;
  display: inline-block;
  font-size: 23px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.kt-social-footer-wrap .kt-social-footer > li a:hover {
    background-color: #238bdc;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.footer-bottom {
    background-image: url("../../assets/images/bg-footer-bottom.jpg");
    color: #fff;
    font-size: 23px;
    padding: 31px 0;
    text-align: center;
}
.footer-bottom-text {
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
}
/* -------------------- */
/*      RESPONSIVE       */
/* -------------------- */
@media (max-width: 480px) {
    body.categories-grid .product-categories {
        padding: 0 10px !important;
        width: 100%;
    }

    body #billing_first_name_field, body #billing_last_name_field, body #billing_email_field, body #billing_phone_field, body #billing_postcode_field, body #billing_city_field {
        width: 100%;
        padding: 0;
    }

    body #payment .payment_method_paypal .input-radio {
        transform: none;
    }

    body form.knowledgebase a.button-get-start {
        position: inherit;
    }

    body form.knowledgebase {
        padding-right: 0;
    }

    body .product-detail .img-thumb {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    div.products-wrap .product .ih-product-thumbs-btns-wrap .yith-wcwl-add-to-wishlist {
      opacity: 1;
    }
    div.products-wrap .product .kt-product-btns .add_to_cart_button, div.products-wrap .product .kt-product-btns .product_type_external,
    div.products-wrap .ih-product-thumbs-btns-wrap .kt-product-btns .add_to_cart_button {
      opacity: 1;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	
	div.header-top {
	  text-align: center;
	}
	div.header-top-left {
	  float: none;
	  margin: 0 10px;
	}
	body div.header-top-right {
	  float: none;
	}
	.header_style_1 .header-bottom-left {
	  text-align: center;
	}
	header.header.header_style_1 .logo {
	  float: none;
	}
	.header_style_1 .header-bottom {
	  padding: 30px 0;
	  text-align: center;
	}
	.header-bottom-right {
	  float: none;
	}
	.tp-caption.Home_Slider_Btn, .Home_Slider_Btn {
	  background-color: #fcb100;
	  border-color: #fcb100;
	  border-radius: 3px;
	  border-style: solid;
	  border-width: 0;
	  color: #0d58a1;
	  font-family: Open Sans;
	  font-size: 12px!important;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 30px!important;
	  padding: 5px 20px!important;
	  text-align: left;
	  text-decoration: none;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
    body.categories-grid .product-categories {
        padding: 0 10px !important;
        width: 50%;
    }

    body .product-detail .img-thumb {
        padding: 0 100px;
    }
}

@media (max-width: 767px) {

    body .menu-checkout .menu-checkout-list li {
        margin: 0;
        padding: 5px 25px;
        width: 100%;
    }

    body .ecommerce-ship-to {
        width: 100%;
    }

    body .header-top-left {
	  line-height: 20px;
	  margin-bottom: 0;
	  margin-top: 15px;
	  width: 100%;
	}

    body .header-top-right {
        float: left;
    }

    body .header-top-right ul li {
        border: medium none;
        display: block;
        padding-bottom: 10px;
    }

    body .header-top-right ul li span.click-country {
        left: 85px;
        top: -1px;
    }

    body .country-dropdown {
        left: 0;
        top: 22px;
        padding: 20px 8px 25px;
    }

    body .navbar-toggle {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        display: inline-block;
        height: 55px;
        left: 50%;
        padding: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 8px;
        width: 30px;
        margin: 0;
    }
    .header-style_2 .navbar-toggle {
      display: none;
    }
    body .linea-icon {
        display: inline-block;
        height: 30px;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 30px;
    }

    body .navbar-toggle .icon-bar {
        background-color: #000;
        border-radius: 1px;
        display: block;
        height: 1px;
        margin-bottom: 6px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 22px;
    }

    body .header-bottom-right ul {
        width: 100%;
    }

    body .header-bottom-right div.icon-cart {
        right: 0;
        top: -10px;
        padding-right: 10px;
    }

    body .header-bottom-right div.icon-cart .total-product {
        right: 0;
    }

    body .header-bottom-right div.icon-search input {
	  left: 0;
	  min-width: 300px;
	  right: 0;
	  top: 100%;
	  width: 100%;
	}

    body .header-bottom-right div.icon-search {
        left: 0;
        padding: 0 0 0 10px;
        top: -10px;
    }

    body .header-bottom-right div.icon-search input {
        left: 0;
        min-width: 300px;
        right: auto;
        top: 100%;
    }

    body .header-bottom-right div.icon-cart .header-element-content {
        min-width: 300px;
        padding: 10px;
        right: 0;
    }

    body .header-bottom-right div.icon-cart .cart-img {
        width: 30%;
    }

    body .header-bottom-right div.icon-cart .cart-inner {
        margin-left: 0;
        width: 70%;
    }

    body .header-bottom-right div.icon-cart .mini-cart-bottom .button {
        padding: 0 15px;
    }

    body .header-bottom-right ul ul {
        right: 0;
    }

    body .header-bottom-right .mega-menu {
        padding: 10px;
    }

    body .header-bottom-right .mega-menu .icon-box-menu {
        margin-bottom: 0;
        padding-left: 45px;
        padding-right: 0;
    }

    body .header-bottom-right .mega-menu .mega-text {
        padding: 10px 0;
    }

    body .header-bottom-right .mega-menu .mega-menu-bottom .mega-text {
        line-height: 30px;
    }

    body .header-bottom-right .mega-menu .mega-menu-bottom {
        display: inline-block;
        padding: 10px;
    }

    body .show-menu nav {
        z-index: 3;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        opacity: 1;
    }

    body .header-bottom-right ul li {
        display: block;
        line-height: 35px;
        margin: 0;
        width: 100%;
    }

    body .show-menu .navbar-toggle .icon-bar:nth-child(1) {
        left: 0;
        position: absolute;
        top: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 25px;
        z-index: 6;
    }

    body .show-menu .navbar-toggle .icon-bar:nth-child(2) {
        display: none;
    }

    body .show-menu .navbar-toggle .icon-bar:nth-child(3) {
        left: 0;
        position: absolute;
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 25px;
    }

    body h1.logo {
        text-align: center;
        width: 100%;
    }

    body .banner {
        padding: 50px 5px;
    }

    body .search-domain-left .search-domain-input input {
        margin-bottom: 15px;
        width: 300px;
    }

    body .ts-caret {
        float: right;
    }

    body .find-domain-right {
        text-align: left;
        float: left;
    }

    body .find-domain-right .domain-single::before {
        background-color: transparent;
    }

    body .find-domain-right .domain-single {
        margin-left: 0;
        margin-right: 20px;
    }

    body .image-person {
        margin: 0;
    }

    body .footer-bottom {
        display: inline-block;
        padding: 30px 0 60px;
    }

    body .awesome-box .awesome-box-content {
        margin-left: 0;
    }

    body .awesome-box figure {
        text-align: center;
        width: 100%;
    }

    body .banner-page .ihosting-title-page {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    body .banner-page .ihosting-breadcrumb-page {
        text-align: center;
        width: 100%;
    }

    body .blog-text-content blockquote {
        padding: 20px;
    }

    body .comment-blog-left {
        margin-bottom: 15px;
    }

    body .chose-blog-top {
        position: relative;
        padding-bottom: 50px;
    }

    body .chose-blog-top select.short-by-default {
        bottom: 0;
        left: 0;
        position: absolute;
        top: auto;
    }

    body .chose-blog-top select {
        width: 170px;
    }

    body .product.product-categories > div {
        padding-left: 15px;
        width: 100%;
    }

    body .div-table-cart table, body .div-table-cart th, body .div-table-cart td {
        display: block !important;
        text-align: center !important;
    }

    body thead, body tbody, body tr {
        width: 100%;
    }

    body .button-get-start.button-blue.continue-shop,
    body .button-get-start.button-blue.update-cart {
        float: left;
        margin-left: 0;
        display: block;
    }

    body .button-cart > div {
        width: 100%;
    }

    body .cart_totals {
        float: inherit;
        margin: 20px auto;
    }

    body .desc-review-content td {
        display: inline-block;
        width: 100%;
    }

    body .product-detail .image-product-categories {
        padding-right: 0;
        width: 100%;
    }

    body .product-detail .categories-detail {
        width: 100%;
    }

    body .domain-cost-form tr {
        background-color: transparent !important;
    }

    body .domain-cost-form tr th, body .domain-cost-form tr td {
        display: block;
    }

    body .ts-caret {
        float: right;
    }

    .header-top-right ul.menu-icon-header li {
        display: inline-block;
        margin-bottom: 10px;
        padding: 0 10px;
        position: relative;
    }

    body .sub-menu-open .mega-menu {
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        opacity: 1;
        z-index: 4;
        visibility: visible;
    }

    body .header-bottom-right div.icon-search.sub-menu-open input {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        opacity: 1;
        z-index: 4;
        visibility: visible;
    }

    body .header-bottom-right div.icon-cart.sub-menu-open .header-element-content,
    body .header-bottom-right div.icon-cart.sub-menu-open .no-item,
    body .header-bottom-right .sub-menu-open ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        opacity: 1;
        z-index: 9;
        visibility: visible;
    }

    body .country-dropdown.sub-menu-open {
        display: block !important;
    }

    body .product-detail .button-product-detail .input-text {
        width: 70px;
    }

    body .under-box-client {
        margin-bottom: 20px;
    }

    body.categories-list .image-product-categories, body.categories-list .categories-detail {
        width: 100%;
    }

    body .image-product-categories .add-to-cart {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        transition: all 0.5s ease 0s;
    }

    body .div-shop-table tr th, body .div-shop-table tr td {
        float: left;
        border-color: transparent #ddd transparent transparent;
    }

    body .div-shop-table tr {
        border-bottom: 1px solid #ddd;
    }

    body .div-shop-table tfoot tr:last-child {
        border-bottom: none;
    }

    div.zmb-primary-wrap .zmb-toggle-menu-mobile {
        float: right;
        padding: 5px 0;
    }

    div.zmb-clone-wrap {
        max-width: 350px;
    }

    nav#primary-navigation {
        display: block;
        float: left;
    }

    .zmb-sticky-menu-wrap.on-menu-sticky {
        display: none;
    }

    div.zan-dc-wrap .zan-dc-input-wrap {
        padding-right: 0;
    }

    div.zan-dc-wrap.zan-dc-style_4 .part-btn {
        width: 100%;
    }

    div.zan-dc-wrap.zan-dc-style_4 .part-btn .zan-dc-submit-btn {
        border-radius: 0;
        max-width: inherit;
        position: relative !important;
        text-align: center;
        width: 100%;
    }

    .zan-dc-wrap .zan-dc-form {
        height: auto;
    }

    .header-style_2 .zmb-wrap .zmb-toggle-menu-mobile .icon {
	  border: 1px solid #ffffff;
	  padding: 10px 6px;
	  width: 40px;
	}
	header .zmb-wrap .zmb-toggle-menu-mobile .icon {
	  border: medium none;
	  display: inline-block;
	  float: left;
	  height: 35px;
	  padding: 10px 8px 10px 0;
	  width: 35px;
	}
    .header-style_2 div.zmb-primary-wrap .zmb-toggle-menu-mobile {
        display: inline-block;
        float: none;
        padding: 10px 0 5px 0;
    }

    .header-style_2 .zmb-wrap .zmb-toggle-menu-mobile .icon span {
        background-color: #ffffff;
    }

    header.header-style_2 .header-top-right {
	  display: table;
	  float: none;
	  line-height: 48px;
	  margin: 0 auto;
	  position: relative;
	}

    .header-style_2 .menu-icon-header, .header-style_2 .icon-cart, .header-style_2 .icon-search {
	  padding: 0 10px;
	  position: static;
	}

    div.zan-dc-wrap.zan-dc-style_4 .part-input .zan-dc-input {
        padding-right: 0;
        width: calc(100% - 150px);
    }

    div.header-top-right ul.menu-icon-header li span.click-country {
        right: -21px;
    }

    div.zan-dc-wrap.zan-dc-style_4 div.part-input .dropdown-wrap {
        width: 150px;
    }

    .footer-bottom-text {
        line-height: 36px;
    }

    body .find-domain-right {
        float: left;
        margin: 20px 0 0;
        text-align: center;
        width: 100%;
    }

    header .header-bottom-right div.icon-search {
        margin-top: -3px;
        position: static;
    }

    .search-form {
        left: 0;
        right: 0;
    }

    body div.header-bottom-right {
        height: 50px;
    }

    body div.header-bottom-right div.icon-cart .header-element-content {
        left: 0;
        min-width: 100%;
        padding: 10px;
        right: 0;
    }

    div.header-bottom {
        padding: 30px 0 0;
    }

    body .header-bottom-right div.icon-cart {
        margin-top: -3px;
        position: static;
    }

    div .comment-blog-list .comment-author {
        float: left;
        margin-right: 10px;
        max-width: 50px;
    }

    div .comment-blog-list .children {
        padding-left: 0;
    }

    .header-top {
        text-align: center;
    }

    body div.header-top-right {
        float: none;
    }
    div.header-bottom-right {
	  display: inline-block;
	  float: right;
	  position: relative;
	  width: 100%;
	}
	
}

@media (max-width: 600px) {
    .header-style_2 div.header-top-right {
        text-align: center;
    }

    body .find-domain-right div.domain-single {
        margin-left: 0;
        margin-right: 0px;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 480px) {
    div.find-domain.find-domain-style3 .find-domain-right .domain-single {
        border: medium none;
        display: table;
        margin: 10px auto !important;
        width: auto;
    }

    div.find-domain.find-domain-style3 .find-domain-right .domain-single::before {
        display: none;
    }

    h5.author {
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 766px) {
    header div.icon-search, header div.icon-cart {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body .image-product-categories:hover .add-to-cart {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        transition: all 0.5s ease 0s;
    }

    .header-bottom-right .menu:not(.zmb-menu) .menu-item a {
        font-size: 14px;
    }

    body footer h1.logo {
        font-size: 33px;
    }

    body .header-top-left {
        margin-bottom: 20px;
    }

    body .image-person {
        margin: 20px 0 0 -48px;
    }

    body .awesome-box .awesome-box-content {
        padding-top: 0;
    }

    body .awesome-box img {
        height: auto;
    }

    body .chose-blog-top select {
        width: 200px;
    }

    body .header-bottom-right .mega-menu {
        top: 68px;
    }

    body .header-bottom-right .mega-menu .mega-menu-bottom {
        display: inline-block;
        padding: 10px 30px;
    }

    body .menu-fixed .header-bottom-left h1.logo {
        font-size: 28px;
        margin-top: 15px;
    }

    body .menu-fixed .header-bottom-right div.icon-cart {
        padding-left: 15px;
    }

    body .menu-fixed .header-bottom-right div.icon-search {
        padding-left: 15px;
    }

    body .menu-fixed .header-bottom-right ul li {
        margin-left: 15px;
    }

    body h1.logo {
        font-size: 36px;
        margin-top: 10px;
    }

    body .header-bottom-right div.icon-cart, body .header-bottom-right div.icon-search {
        padding-left: 20px;
    }

    body .header-bottom-right ul li {
        margin-left: 12px;
    }

    body .header-top-right {
        float: left;
    }

    body .header-top-right ul li:first-child {
        padding: 0 10px 0 0;
    }

    body .latest-post-item {
        min-height: 1px;
        padding: 0;
        width: 100%;
    }

    body .latest-post-item a {
        margin: 0 0 20px;
        position: inherit;
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1205px) {
    body .chose-ihosting {
        padding: 70px 0 0 0;
    }
    div .ih-text-mid {
	  top: 60px;
	}
    .header-bottom-right div.icon-cart.sub-menu-open .header-element-content,
    .header-bottom-right div.icon-cart.sub-menu-open .no-item,
    .sub-menu-open .mega-menu,
    .header-bottom-right div.icon-search.sub-menu-open input,
    .header-bottom-right .sub-menu-open ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        opacity: 1;
        z-index: 9999;
        visibility: visible !important;
    }

    .country-dropdown.sub-menu-open {
        display: block !important;
    }

    .product-detail div.button-addto-cart {
        margin-top: 10px;
    }

    .site-main {
        display: inline-block;
        width: 100%;
        z-index: 5;
    }

    div.latest-content {
        overflow: visible;
    }

    div .comment-blog-list .comment-author {
        float: left;
        margin-right: 30px;
        max-width: 90px;
    }

    div .comment-blog-list .children {
        margin-top: 40px;
        padding-left: 110px;
    }

    div.zan-dc-wrap.zan-dc-style_4 .part-btn {
        float: left;
        position: absolute;
        right: 0;
        top: 0;
    }

    .find-domain.find-domain-style3 .find-domain-right {
        text-align: center;
    }

    div.header-bottom-right .site-navigation .zmb-wrap > .menu > .menu-item {
        margin-left: 20px;
    }
}
@media (max-width: 1336px) {
    div.vc_custom_1491792022121 {
      margin: 0 !important;
    }
}
/* -------------------- */
/*      ABOUT      */
/* -------------------- */
.banner-page {
    padding: 90px 0;
    color: #fff;
}

.banner-page .ihosting-title-page {
    display: inline-block;
    float: left;
    font-size: 36px;
}

.banner-page .ihosting-breadcrumb-page {
    float: right;
    font-size: 16px;
    margin-top: 10px;
}

.icon-center {
    text-align: center;
}

.icon-box-style-2 .icon-box-name {
    color: #222;
    font-size: 48px;
    font-weight: bold;
}

.icon-box-style-2 .icon-box-desc {
    font-size: 16px;
}

.icon-box-style-2 .icon-box-name {
    display: inline-block;
}

.icon-box-style-2 span {
    color: #333;
    font-size: 48px;
    font-weight: bold;
}

.lobal-provider {
    padding: 75px 0 0;
}

.lobal-provider .container .row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.lobal-provider .container .row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.awesome-people {
    margin: 75px 0;
}

.awesome-box {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 10px;
}

.awesome-box .awesome-box-content {
    margin-left: -15px;
    padding-top: 40px;
}

.awesome-box .awesome-name {
    color: #333;
    font-size: 18px;
}

.awesome-box .awesome-imployee {
    color: #888;
    font-size: 14px;
    margin: 0 0 5px;
}

.awesome-box .awesome-detail {
    font-size: 14px;
    line-height: 25px;
}

.awesome-box .awesome-list-icon li {
    display: inline-block;
    margin-right: 6px;
}

.awesome-box .awesome-list-icon li a {
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.awesome-box .awesome-list-icon li.awesome-icon:hover a {
    background-color: #fcb100;
}

.awesome-box .icon-facebook a {
    background-color: #3b5998;
}

.awesome-box .icon-twitter a {
    background-color: #1da1f2;
}

.awesome-box .icon-linkedin a {
    background-color: #0077b5;
}

.deign-help {
    background-image: url("../../assets/images/bg-feature.jpg");
    padding: 75px 0;
}

/* -------------------- */
/*      BLOG     */
/* -------------------- */
.blog-page .main-content {
    margin: 80px 0;
}

.blog-content-area {
    margin-bottom: 80px;
}

.image-blog {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}

.image-blog > img {
    height: auto;
}

.blog-text-content {
    margin-bottom: 10px;
}

.blog-text-list {
    margin: 15px 0 25px;
}

.blog-text-list .blog-text-item {
    display: inline-block;
    margin-right: 30px;
    color: #888;
}

.blog-text-list .blog-text-item a {
    color: #888888;
}

.blog-text-list .blog-text-item a:hover {
    color: #0d58a1;
}

.blog-text-list .blog-text-item i {
    color: #666;
    margin-right: 8px;
}

.blog-text-readmore {
    color: #aaa;
}

.blog-text-readmore:hover {
    border-bottom: 1px solid;
}

.blog-text-readmore i {
    margin-left: 4px;
}

.page-nav-item {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 42px;
    cursor: pointer;
}

.page-nav-item:hover {
    background-color: #eee;
}

.posts-default .blog-item {
    margin-bottom: 55px;
}

.entry-title.post-title {
  font-size: 18px;
  margin: 25px 0 18px;
}
.entry-meta .blog-text-item {
    display: inline-block;
    margin-right: 30px;
}

.entry-meta .blog-text-item i {
    color: #666666;
    margin-right: 8px;
}

.entry-meta .author {
  float: none;
  font-size: 14px;
}
.entry-meta.post-meta {
    margin-bottom: 15px;
}

.read-more::after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 4px;
}

.entry-content.content-post {
    margin-bottom: 10px;
}

.read-more {
    color: #aaaaaa;
    font-size: 14px;
}

.entry-footer {
    margin-top: 10px;
}

nav.pagination {
    margin: 0;
}

.pagination .page-numbers {
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 42px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    font-size: 0;
}

.pagination .page-numbers.next::before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 16px;
}

.pagination .page-numbers.prev::before {
    content: "\f177";
    font-family: FontAwesome;
    font-size: 16px;
}

.pagination.page-numbers.current, .pagination .page-numbers:hover,.pagination .page-numbers.current {
    background: #eeeeee none repeat scroll 0 0;
}
/* -------------------- */
/*      SIDEBAR         */
/* -------------------- */
.sidebar > .widget {
    margin-bottom: 55px;
}
.sidebar .widget .widget-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}

.search-form {
    position: relative;
}

.header-bottom-right .search-form {
    display: none;
    position: absolute;
}

.search-form input {
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    padding: 0 50px 0 17px;
    width: 100%;
}

.sidebar-search-button {
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll center center;
    border: medium none;
    height: 39px;
    line-height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.sidebar-search-button:hover {
    opacity: 0.8;
}

.sidebar .widget ul > li {
    line-height: 26px;
    padding: 0 0 15px 15px;
    position: relative;
}

.sidebar .widget ul > li a {
    font-size: 14px;
}

.sidebar .widget ul > li span {
    color: #aaa;
}

.sidebar .widget ul > li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    color: #fcb100;
    top: 0;
}

.sidebar .widget ul > li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.sidebar .widget ul.woof_list > li:before {
    display: none;
}

.sidebar .widget select {
    width: 100%;
    line-height: 22px;
    padding: 10px 15px;
}

.sidebar .widget .tagcloud a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #aaaaaa;
  display: inline-block;
  float: left;
  font-size: 13px !important;
  line-height: 22px;
  margin: 0 10px 10px 0;
  padding: 7px 13px;
} 
.sidebar .widget .tagcloud a:hover {
    color: #fff;
    background-color: #fcb100;
    border-color: #fcb100;
}

/* Products Filter range */
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none repeat scroll 0 0 #ddd;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #fcb100;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    top: -5px;
    background-color: #fcb100;
    border-color: #fcb100;
}

.woof .widget_price_filter .ui-slider-horizontal {
    height: 4px;
}

.woof .widget_price_filter .price_slider_amount {
    font-size: 0.9em;
}

.woof_container {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.woof_container h4 {
    font-size: 20px !important;
    margin-bottom: 25px !important;
    line-height: 25px;
}
div.woof_submit_search_form_container {
  margin: 0;
}
.woof_container .woof_container_inner {
  margin-top: 50px;
}
.woof_container:first-child .woof_container_inner {
  margin-top: 0;
}
.woof_container_inner_brands ul.woof_list {
  margin: 0 0 -17px !important;
}
.archive .site-content-inner {
  margin-bottom: 50px;
  margin-top: 55px;
}
.woocommerce-page .main-container {
  margin-bottom: 50px;
}
.using-password-strength > p {
  margin: 0;
  text-align: left;
}
.woocommerce-cart .site-content-inner {
  margin-bottom: 0;
  margin-top: 60px;
}

/* -------------------- */
/*      BLOG SINGLE     */
/* -------------------- */
.blog-text-content blockquote {
  border: medium none;
  color: #333333;
  font-size: 18px;
  padding: 20px 0 20px 100px;
  text-align: left;
}

.blockquote-blog > p::before {
    color: #bbb;
    content: "“";
    display: inline-block;
    font-family: "Georgia";
    font-size: 48px;
    margin-right: 7px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.comments-area .comment-blog-title {
    margin-bottom: 35px;
}

.content-area .hentry {
    margin-bottom: 30px;
}
.page .content-area .hentry {
    margin-bottom: 0px;
}

.comment-blog-title span {
    color: #888;
    font-size: 20px;
}

.blog-right-top {
    margin-bottom: 10px;
}

.blog-right-top .comment-name {
    color: #333;
    font-size: 18px;
    margin-right: 20px;
}

.blog-right-top .comment-date {
    color: #888;
    font-size: 14px;
}

.blog-right-top .comment-reply {
    color: #666;
    float: right;
}

.comment-blog-list {
    margin-bottom: 50px;
}

.comment-blog-list .comment-text {
    border: 1px solid #aaa;
    border-radius: 5px;
    margin: 0;
    padding: 28px 28px 65px;
}

.comment-blog-list .comment-blog-item {
    margin-bottom: 40px;
}

.comment-blog-list .comment-children {
    margin: 40px 0 60px 60px;
}

.comment-blog-list .comment-author {
    float: left;
    margin-right: 50px;
}

.comment-blog-list li {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

.comment-blog-list .children {
    margin-top: 40px;
    padding-left: 170px;
}

.comment-body {
    overflow: hidden;
}

.comment-blog-list .comment-content {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    margin: 0;
    padding: 28px 28px 65px;
}

.author {
  float: left;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 20px;
  text-transform: capitalize;
}

.date-reply-comment {
    color: #888888;
    float: left;
    font-size: 14px;
    line-height: 24px;
}

.comment-reply-link {
    color: #666666;
    float: right;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.comment-blog-list .comment-content {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    display: inline-block;
    margin: 15px 0 0;
    padding: 28px 28px 65px;
    width: 100%;
}

#reply-title small a {
  background: #fcb100 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 10px;
  text-transform: uppercase;
}

#reply-title small a:hover {
    background: #0d58a1 none repeat scroll 0 0;
}

.message-comment textarea {
    border-color: #aaaaaa;
    width: 100%;
}

.comments-area .submit, .submit {
    background: #fcb100 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #0d58a1;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 20px;
    margin-top: 27px;
}

.comments-area .submit:hover, .submit:hover {
    color: #fff;
    background: #0d58a1;
}

.leave-comment-title {
    font-size: 26px;
    margin-bottom: 35px;
}

.comment-form .input-form {
    border-color: #aaaaaa;
    margin-bottom: 30px;
    width: 100%;
}

.nav-links {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: inline-block;
    margin-bottom: 50px;
    padding: 30px 0;
    width: 100%;
}

.pagination .nav-links {
    border: medium none;
    padding: 0;
}

.nav-links .nav-previous {
    float: left;
}

.nav-links .nav-next {
    float: right;
}

.prev-post {
    float: right;
    margin-left: 10px;
}

.next-post {
    margin-right: 10px;
}

.entry-footer.entry-links {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 20px 0 30px;
    width: 100%;
}

.posts-wrap .entry-footer.entry-links {
    border-bottom: medium none;
    border-top: medium none;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    margin-top: 0px;
}

.sticky-post {
    display: none;
}

.entry-footer.entry-links label {
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}

.group-share {
    display: inline-block;
    float: right;
    margin-top: 10px;
}
.cat-links {
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}
.cat-links > a {
    font-weight: 400;
    text-transform: none;
}
.tags-links {
    display: inline-block;
    float: left;
    margin-top: 10px;
}
.blog-item .tags-links {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600; 
}
.blog-item .tags-links a {
  font-weight: 400;  
  text-transform: none;
}
.social-share {
    float: left;
    margin-top: -3px; 
}

.social-share > li {
    background: #0d58a1 none repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
}

.social-share > li a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.social-share > li:hover {
    background: #fcb100 none repeat scroll 0 0;
}

.entry-author.author-info {
    margin-top: 50px;
}

.author-avatar {
    float: left;
    margin-right: 30px;
}

.author-description {
    overflow: hidden;
}

.author-title {
    margin-bottom: 20px;
}

.author-link {
    color: #0d58a1;
    float: left;
    margin: 20px 0 40px;
    width: 100%;
}

.form label {
    color: #333;
    margin-top: 5px;
}

.form span {
    color: #e43e43;
}

.form .form-blog-name-email {
    padding-right: 100px;
}

.form input, .form textarea {
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 15px;
    width: 100%;
}

.form .button-get-start {
    line-height: 48px;
    margin-top: 10px;
    font-size: 16px;
}

/* -------------------- */
/*     HOSTING    */
/* -------------------- */


.your-question-box {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px 25px 35px;
    background-color: #ffffff;
}

.question-title {
    margin-bottom: 10px;
    line-height: 25px;
}

.question-text {
    color: #888;
}

/* -------------------- */
/*     SHOP             */
/* -------------------- */
.shop-display-mode {
    float: right;
}

.shop-display-mode .label-filter {
    display: none;
}
.shop-display-mode .display-mode {
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #aaaaaa;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  height: 38px;
  letter-spacing: -1px;
  line-height: 36px;
  margin-left: 10px;
  text-align: center;
  width: 38px;
}

.shop-display-mode .display-mode.active, .shop-display-mode .display-mode:hover {
    border: 1px solid #fcb100;
    background-color: #fcb100;
    color: #fff;
}

.woocommerce-page .main-container {
    margin-bottom: 80px;
}

.woocommerce-ordering {
    float: right;
}

.woocommerce-ordering .chosen-container .chosen-single {
    height: 38px !important;
    line-height: 36px !important;
}

.woocommerce-ordering .chosen-container .chosen-single div {
    top: 6px !important;
}

.woocommerce-ordering .chosen-container .chosen-drop .chosen-results li {
    padding: 0 6px !important;
}

.primary-area .woocommerce-page {
    display: inline-block;
    width: 100%;
}

.products-wrap {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}

/* Products loop grid */
/* Products loop list */
.products-wrap .ih-product-thumbs-btns-wrap {
    position: relative;
}

.products-wrap .ih-product-thumbs-btns-wrap .kt-product-btns .add_to_cart_button {
    background: #fcb100 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 20px;
    color: #ffffff;
    display: block;
    height: 38px;
    line-height: 38px;
    opacity: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 38px;
    z-index: 1;
    font-weight: 300;
}

.products-wrap .ih-product-thumbs-btns-wrap .kt-product-btns .add_to_cart_button:hover {
    background: #0d58a1;
    color: #fff;
}

.products-wrap .ih-product-thumbs-btns-wrap .yith-wcwl-add-to-wishlist {
    background: #fcb100 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 70px;
    color: #ffffff;
    display: block;
    height: 38px;
    line-height: 38px;
    opacity: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: none;
    width: 38px;
    z-index: 1;
}
.products-wrap .ih-product-thumbs-btns-wrap .yith-wcwl-add-to-wishlist:hover {
    background: #0d58a1 none repeat scroll 0 0;
    color: #ffffff;
}
.kt-product-btns {
  position: relative;
  z-index: 9;
}
.products-wrap .product:hover .ih-product-thumbs-btns-wrap .yith-wcwl-add-to-wishlist {
    opacity: 1;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    left: 6px;
    position: absolute;
    top: 10px;
}

.products-wrap .ih-product-thumbs-btns-wrap .yith-wcwl-add-to-wishlist a::before {
    color: #ffffff;
}

.products-wrap .product {
    position: relative;
    margin-bottom: 27px;
}

.products-wrap .product .thumb {
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 9px;
}

.products-wrap .product .thumb > a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.products-wrap .product .thumb .primary-img {
    margin: 0;
    width: 100%;
}

.products-wrap .product .thumb .secondary-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(101%) translateY(0);
    -ms-transform: translateX(101%) translateY(0);
    -o-transform: translateX(101%) translateY(0);
    transform: translateX(101%) translateY(0);
    visibility: hidden;
}

.products-wrap .product .product-info h3 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.products-wrap .product .price, .woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #333;
}

.products-wrap .product .price del, .woocommerce ul.products li.product .price del {
    color: #999999;
    display: inline;
    font-size: 0.9em;
    margin-right: 6px;
}

.products-wrap .product .price ins {
    text-decoration: none;
}

.products-wrap .product .onsale {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 25px;
}

.products-wrap .product:hover .thumb .secondary-img {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    visibility: visible;
    z-index: 3;
}

.products-wrap .product:hover .kt-product-btns .add_to_cart_button {
    opacity: 1;
}

.products-wrap.kt-products-grid-wrap .products > .product .short-desc {
    display: none;
}

.products-wrap.kt-products-grid-wrap .products .product-info {
    margin-top: 12px;
}

.products-wrap.kt-products-list-wrap .products > .product {
    width: 100%;
}

.products-wrap.kt-products-list-wrap .kt-product-inner {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.products-wrap.kt-products-list-wrap .onsale {
  left: 25px;
  top: 10px;
}

.products-wrap.kt-products-list-wrap .short-desc {
    margin-top: 15px;
}
.products-wrap.kt-products-list-wrap .product-info h3 {
  font-size: 14px;
  margin-top: 25px;
}
.products-wrap.kt-products-list-wrap .ih-product-thumbs-btns-wrap {
    float: left;
    margin-right: 20px;
}
.products-wrap.kt-products-list-wrap .product-info {
  overflow: hidden;
}
.products-wrap.kt-products-list-wrap .ih-product-thumbs-btns-wrap .thumb {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.products-wrap.kt-products-list-wrap .ih-product-thumbs-btns-wrap .kt-product-btns {
    padding-top: 0;
    padding-bottom: 0;
}

.product .feedback {
    display: none;
}

div .woocommerce table.wishlist_table {
    font-size: 16px;
}

/*Single Product*/
.woocommerce-message {
  background: #0d58a1 none repeat scroll 0 0;
  color: #eeeeee;
  display: inline-block;
  margin-bottom: 50px;
  padding: 10px;
  width: 100%;
}
.woocommerce-ordering + .woocommerce-message {
  margin-top: 50px;
}
.woocommerce-message .button.wc-forward {
  background: #fcb100 none repeat scroll 0 0; 
  color: #ffffff;
  display: inline-block;
  line-height: 30px; 
  margin-right: 10px;
  padding: 0 20px;
}
.woocommerce-message .button.wc-forward:hover {
  background: #333 none repeat scroll 0 0; 
  color: #ffffff;
}
.product_title.entry-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 2px;
}
.entry-summary .price {
    color: #333333;
    float: left;
    font-size: 16px;
}

.summary.entry-summary > div[itemprop="offers"] {
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.product-detail .detail-decoription label {
    color: #333333;
    font-size: 16px;
}

div[itemprop="description"] p {
    line-height: 22px;
    margin: 0;
}

.woocommerce-tabs .tabs.wc-tabs li {
    background-color: #f1f1f1;
    border-color: #dddddd;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    margin-right: 6px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.woocommerce-tabs .tabs.wc-tabs li.active, .woocommerce-tabs .tabs.wc-tabs li:hover {
    background-color: #333333;
}

.woocommerce-tabs .tabs.wc-tabs li.active a, .woocommerce-tabs .tabs.wc-tabs li:hover a {
    color: #ffffff;
}

.woocommerce-tabs .tab-container {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 33px;
}

.comment-reply-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.woocommerce-tabs .comment-form-comment textarea {
    width: 100%;
}

.thumbnails.ihosting-owl-carousel {
    margin-top: 10px;
}

.thumbnails .owl-nav > div {
    font-size: 30px;
    margin: 0 10px;
}

.quantity {
    float: left;
    line-height: 49px;
    margin-right: 10px;
}

.quantity .qty {
  height: 47px;
  line-height: 47px;
  text-align: center;
}

.single_add_to_cart_button {
    background-color: #fcb100;
    border: 1px solid #fcb100;
    color: #0d58a1;
    font-size: 16px;
    line-height: 47px;
    padding: 0 22px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
}
.single_add_to_cart_button:hover {
  background: #333 none repeat scroll 0 0;
  border-color: #333;
  color: #ffffff;
}
.yith-wcwl-add-to-wishlist {
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #666666;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 0;
}

.yith-wcwl-add-to-wishlist a::before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 16px;
}

.yith-wcwl-add-to-wishlist a {
    display: inline-block;
    font-size: 0;
    height: 46px;
    width: 100%;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    color: #333333;
}

.entry-summary form {
  margin: 27px 0;
}

.product-socials-share-wrap > li {
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
}

.product-socials-share-wrap {
    overflow: hidden;
}

.share-product-title {
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-share {
    margin-bottom: 30px;
}

.related, .upsells {
    margin-top: 50px;
}

.lk-product-tabs-container {
    margin-top: 30px;
}

.upsells.products > h2 {
    font-size: 24px;
}

.product-relative h5 {
    font-size: 24px;
}

.variations_form.cart td, .variations_form.cart table {
    border: medium none;
    color: #000000;
    font-size: 17px;
    padding: 0;
    text-transform: capitalize;
}
.woocommerce-variation-add-to-cart {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.woocommerce div.product form.cart .variations select {
  height: 40px;
  line-height: 40px;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  content: "";
}
@media (min-width: 992px) {
    .products-wrap.kt-products-grid-wrap .products.kt-product-columns-2 > li:nth-child(2n+1) {
        clear: left;
    }

    .products-wrap.kt-products-grid-wrap .products.kt-product-columns-3 > li:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .products-wrap.kt-products-grid-wrap .products.kt-product-columns-4 > li:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-wrap.kt-products-grid-wrap .products.kt-product-columns-4 > li:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .products-wrap.kt-products-grid-wrap .products.kt-product-columns-2 > li:nth-child(2n+1) {
        clear: left;
    }

    .products-wrap.kt-products-grid-wrap .products.kt-product-columns-3 > li:nth-child(2n+1) {
        clear: left;
    }

    .products-wrap.kt-products-grid-wrap .products.kt-product-columns-4 > li:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .products-wrap .product .kt-product-btns {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .zan-dc-wrap .zan-dc-form {
        margin: 0;
        padding: 0;
        height: auto;
    }

    .zan-dc-wrap.zan-dc-style_4 .zan-dc-input-wrap .zan-dc-submit-btn {
        height: 70px;
        position: relative !important;
    }

    div.find-domain-right, div.domain-prices-list {
	  display: table;
	  float: none;
	  margin: 30px auto;
	  text-align: right;
	}
    div.cloud-hosting-item div.hosting-cloud {
      display: table;
      float: none;
      margin: 10px auto;
      width: auto;
    }
    div.vc_custom_1492575851823 {
	  margin-right: 0px !important;
	}
}

@media (max-width: 479px) {
    .products-wrap.kt-products-list-wrap .ih-product-thumbs-btns-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .products-wrap.kt-products-list-wrap .ih-product-thumbs-btns-wrap {
        text-align: center;
    }

    .products-wrap.kt-products-list-wrap .ih-product-thumbs-btns-wrap .thumb {
        display: inline-block;
        float: none;
    }

    .products-wrap.kt-products-list-wrap .ih-product-thumbs-btns-wrap .thumb img {
        width: auto;
    }
}

/* Add to cart icon */
.add_to_cart_button {
    color: #ffffff;
    font-size: 0 !important;
}

.add_to_cart_button::before {
    font-size: 20px !important;
    content: "\e04e";
    font-family: 'Simple-Line-Icons';
}

.add_to_cart_button.added::before {
    content: "\e04d";
}

.add_to_cart_button.loading::before {
    content: "\e099";
}

.added_to_cart.wc-forward,.product_type_external {
    font-size: 0 !important;
}

.added_to_cart.wc-forward::before,.product_type_external::before  {
    font-size: 20px !important;
    content: "\e051";
    font-family: 'Simple-Line-Icons';
}
.kt-product-btns .product_type_external {
  background: #fcb100 none repeat scroll 0 0;
  border-radius: 3px;
  bottom: 20px;
  color: #ffffff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  opacity: 0;
  padding-left: 10px;
  position: absolute;
  right: 20px;
  transition: all 0.4s ease 0s;
  width: 38px;
  z-index: 1;
}
.products-wrap .product:hover .kt-product-btns .product_type_external{
  opacity: 1;
}
/* -------------------- */
/*     CATEGORIES    */
/* -------------------- */
/* @import "categori"; */
/* -------------------- */
/*     CHECKOUT    */
/* -------------------- */
.checkout-content {
    padding: 55px 0 80px;
}

.checkout-content .ecommerce-ship-to {
    display: inline-block;
}

.checkout-content h3 {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.checkout-content label {
    width: 100%;
    color: #333;
    margin-bottom: 5px;
}

.checkout-content label abbr {
    color: #c00;
}

.checkout-content input, .checkout-content textarea {
    border-color: #aaa;
    width: 100%;
    color: #888;
}

.checkout-content .ecommerce-billing-fields p {
    float: left;
    width: 100%;
}

.checkout-content select {
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: transparent url("../../assets/images/arrow-select.png") no-repeat scroll 97% 49%;
    border: 1px solid #aaa;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    width: 100%;
}

.checkout-content .ecommerce-ship-to input {
    width: auto;
}

.checkout-content .ecommerce-billing-fields {
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_first_name_field, 
.woocommerce-checkout .woocommerce-billing-fields #billing_email_field,  
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field{
  float: left;
  width: calc(50% - 15px);
}
.woocommerce-checkout .woocommerce-billing-fields #billing_last_name_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_phone_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field {
  float: right;
  width: calc(50% - 15px);
}
.div-shop-table {
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.div-shop-table table {
    margin: 0;
}

.div-shop-table tbody tr .product-name {
    color: #222;
}

.div-shop-table tr td:last-child, .div-shop-table tr th:last-child {
    border-width: 0 0 1px 0;
}

.div-shop-table tr th, .div-shop-table tr td {
    border-width: 0 1px 1px 0;
    width: 50%;
    font-weight: 400;
    width: 50%;
}

.div-shop-table tfoot tr:last-child th {
    border-width: 0 1px 0 0;
}

.div-shop-table tfoot tr:last-child td {
    border-width: 0 0 0 0;
}

.div-shop-table thead th {
    background-color: #f6f6f6;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 25px;
}

#payment {
    margin-top: 30px;
}

.place-order .button, .kt-wc-global-login-form-wrap form input[type="submit"], .lost_reset_password .woocommerce-Button, .checkout_coupon .button {
    background: #fcb100 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 20px;
    text-transform: uppercase;
}

.place-order .button:hover, .kt-wc-global-login-form-wrap form input[type="submit"]:hover, .lost_reset_password .woocommerce-Button:hover, .checkout_coupon .button:hover {
    background: #0d58a1 none repeat scroll 0 0;
    color: #ffffff;
}

.kt-wc-global-login-form-wrap form label[for="rememberme"] {
    margin-top: 20px;
}

.woocommerce-error {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    padding: 10px;
}

#payment .input-radio, #payment label {
    color: #222;
    font-size: 16px;
    width: auto;
    margin-right: 10px;
}

#payment p {
    margin: 0;
}

#payment form {
    display: inline-block;
}

#payment form fieldset {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 5px 0 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#payment form legend {
    display: inline-block;
    margin: 0;
    width: auto;
}

#payment form .paypal-list li {
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
}

#payment li.payment_method_paypal {
    position: relative;
    padding-left: 25px;
}

#payment li.payment_method_paypal .input-radio {
    position: absolute;
    left: 0;
    top: 45px;
}

#payment .button-get-start {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-top: 30px;
}

.woocommerce-billing-fields .row {
    margin: 0;
}

/* -------------------- */
/*     CART    */
/* -------------------- */
.cart-page .banner-page {
    background: transparent url("../../assets/images/bg-checkout.jpg") repeat scroll center bottom/cover;
}

.shop-table-content {
    padding: 60px 0 80px;
}

.div-table-cart {
    border: 1px solid #aaa;
    border-radius: 3px;
    text-align: center;
}

.div-table-cart .shop_table.cart {
    margin: 0;
    font-size: 16px;
    color: #222;
}

.div-table-cart .product-name {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.div-table-cart thead th {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 25px;
    text-align: center;
}

.div-table-cart .edit a {
    border-bottom: 1px solid;
    color: #fcb100;
    font-size: 14px;
}

.div-table-cart input {
    border-color: #ddd;
    color: #aaa;
    font-size: 14px;
    height: 35px;
    padding: 0;
    text-align: center;
    width: 55px;
}

.remove {
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #aaaaaa;
  display: inline-block;
  font-size: 12px;
  height: 15px;
  line-height: 12px;
  padding: 0 0 0 0.15px;
  text-align: center;
  width: 15px;
}

.remove:hover {
    border: 1px solid #0d58a1;
}

.button-get-start.button-blue {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    margin-top: 30px;
    padding: 0 35px;
}

.button-get-start.button-blue:hover {
    color: #fff;
    background-color: #0d58a1;
    border: 1px solid #0d58a1;
    font-size: 16px;
    padding: 0 35px;
}

.button-cart {
    display: inline-block;
    width: 100%;
}

.button-cart .clear-shop {
    display: inline-block;
}

.button-cart .continue-shop, .button-cart .update-cart {
    float: right;
    margin-left: 10px;
}

.cart_totals {
    border: 1px solid #ddd;
    border-radius: 3px;
    float: right;
    margin-top: 30px;
    padding: 40px 30px;
    width: 340px;
    text-align: right;
}

.cart_totals table, .cart_totals th, .cart_totals td {
    border: none;
}

.cart_totals .amount {
    color: #666;
    font-size: 16px;
}

.cart_totals tbody th {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}

.cart_totals .process-cart {
    color: #fff;
    font-size: 16px;
    line-height: 48px;
}

.cart_totals .multiple {
    border-bottom: 1px solid;
    color: #666;
    font-size: 14px;
}

.cart_totals .cart-subtotal td, .cart_totals .shipping td {
    padding-left: 0;
    text-align: left;
}

/* -------------------- */
/*     PRODUC DETAIL    */
/* -------------------- */
.img-thumb-list .owl-stage-outer {
    border-right: 1px solid #ddd;
}

.product-detail {
    display: inline-block;
    width: 100%;
}

.product-detail .image-product-categories {
    float: left;
    padding-right: 30px;
    width: 65%;
}

.product-detail .categories-detail {
    float: left;
    width: 35%;
}

.product-detail .image-product-categories img {
    border: 1px solid #ddd;
}

.product-detail .img-thumb {
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}

.product-detail .product img {
    width: 100%;
}

.product-detail label {
    font-weight: 400;
}

.product-detail .product-name-cat, .product-detail .product-kind {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.product-detail .product-cost-cat span {
    color: #666;
    font-size: 14px;
    margin-left: 50px;
}

.product-detail .product-cost-cat span ins {
    text-decoration: none;
    color: #fcb100;
}

.product-detail .categories-detail-bottom {
    margin-top: 30px;
}

.product-detail .detail-decoription label {
    color: #333;
    font-size: 16px;
}

.product-detail .button-product-detail .input-text {
    color: #aaa;
    height: 48px;
    padding: 0;
    text-align: center;
    width: 85px;
}

.product-detail .like-product {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    width: 50px;
}

.product-detail .button-product-detail {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.product-detail .button-product-detail > div {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.img-thumb-list .owl-prev {
    font-size: 40px;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-thumb-list .owl-next {
    font-size: 40px;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-thumb-list .owl-nav div {
    display: none !important;
    color: #fcb100;
}

.img-thumb-list .owl-nav div:hover {
    color: #000;
}

.img-thumb-list:hover .owl-nav div {
    display: block !important;
}

.desc-review {
    margin-top: 25px;
}

.desc-review-content {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 33px;
}

.desc-review-content .table > tbody > tr > td, .desc-review-content .table > tbody > tr > th, .desc-review-content .table > tfoot > tr > td, .desc-review-content .table > tfoot > tr > th, .desc-review-content .table > thead > tr > td, .desc-review-content .table > thead > tr > th {
    vertical-align: middle;
}

.desc-review-content table, .desc-review-content th, .desc-review-content td {
    border: medium none;
}

.desc-review-content td {
    width: 50%;
}

.desc-review-content .table > tbody > tr:first-child > td {
    border: medium none;
}

.desc-review-content .comment_container {
    padding-left: 80px;
    position: relative;
}

.desc-review-content .comment_container img {
    left: 0;
    position: absolute;
    top: 0;
}

.desc-review-content .comment_container .meta {
    font-size: 12px;
    margin: 0;
}

.desc-review-content .comment_container .description {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 15px;
}

.desc-review-content .review-content h3 {
    margin: 15px 0;
}

.desc-review-content label {
    width: 100%;
}

.desc-review-content .form-submit {
    text-align: center;
}

.desc-review-content .submit {
    border: 1px solid #fcb100;
    width: auto;
}

.desc-review-content textarea, .desc-review-content input {
    width: 100%;
}

.desc-review .nav-pills li {
    display: inline-block;
}

.desc-review .nav-pills li a {
    background-color: #f1f1f1;
    border-color: #ddd;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    margin-right: 6px;
    padding: 0 20px;
}

.desc-review .nav-pills li.active a, .desc-review .nav-pills li a:hover {
    background-color: #333;
    color: #fff;
}

.product-relative h5 {
    margin: 55px 0 25px;
}

.product-relative .relative-cost {
    color: #333;
    font-size: 16px;
}

.product-relative .owl-nav > div {
    color: #fcb100;
    display: inline-block;
    font-size: 40px;
    margin: 0 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
}

.product-relative .owl-nav {
    display: none;
}

.product-relative:hover .owl-nav {
    display: block;
}

.product-relative .owl-prev {
    left: 15px;
}

.product-relative .owl-next {
    right: 15px;
}

.product-relative .relative-name {
    margin: 1px 0 8px;
}

/* -------------------- */
/*     ANNOUCEMENT    */
/* -------------------- */
.menu-checkout {
    background-color: #f1f1f1;
    margin-top: 35px;
}

.menu-checkout .menu-checkout-list {
    display: inline-block;
    float: left;
}

.menu-checkout .menu-checkout-list li {
    display: inline-block;
    margin: 15px 0 15px 25px;
}

.menu-checkout .menu-checkout-list li i {
    margin-right: 4px;
}

.menu-checkout-select {
    display: inline-block;
    float: right;
    margin: 15px 25px 15px 0;
    position: relative;
    cursor: pointer;
    padding-right: 5px;
}

.menu-checkout-select .menu-checkout-account, .menu-checkout-select .click-show-account {
    display: inline-block;
}

.menu-checkout-select .annoucement-asolute {
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    left: auto;
    position: absolute;
    right: 0;
    text-align: right;
    top: 100%;
    width: 177px;
    z-index: 2;
}

.menu-checkout-select .annoucement-asolute div {
    line-height: 45px;
    padding-right: 15px;
}

.menu-checkout-select .annoucement-asolute div:hover {
    color: #fff;
    background-color: #0d58a1;
}

.anoucement-content {
    margin-bottom: 70px;
}

.checkout-title {
    margin: 55px 0 45px;
}

.anoucement-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 35px;
}

.anoucement-box .anoucement-box-title {
    color: #0d58a1;
}

.anoucement-box .latest-date {
    color: #888;
    display: inline-block;
    margin: 15px 0 20px;
}

.anoucement-box .latest-date i {
    color: #666;
    margin-right: 8px;
}

.anoucement-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* -------------------- */
/*     CONTACT    */
/* -------------------- */
.contact-title {
    margin-bottom: 50px;
    margin-top: 35px;
}

.contact-title span {
    color: #888;
    display: inline-block;
    margin-top: 10px;
}

.form-contact {
    margin-bottom: 80px;
}

/* -------------------- */
/*     WHMCS DOMAIN    */
/* -------------------- */
.domain-title-short .in-h3 {
    color: #666;
    display: inline-block;
    font-size: 18px;
    margin: 0;
}

.domain-title-short .in-h3 span {
    font-size: 30px;
    color: #fcb100;
    font-weight: bold;
}

.check-available input {
    border-color: #aaa;
    line-height: 47px;
    padding: 0 22px;
    width: 100%;
}

.check-available-submit div {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.check-available-submit div .button-get-start {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    margin-bottom: 10px;
    padding: 0 22px;
}

.check-available-submit div .button-get-start:hover {
    background-color: #fcb100;
    color: #0d58a1;
}

.domain-cost-title {
    margin: 40px 0 25px;
}

.domain-cost-form {
    border: 1px solid #aaa;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 80px;
}

.domain-cost-form th {
    font-size: 18px;
    color: #222;
    text-align: center;
}

.domain-cost-form tbody {
    display: table;
    width: 100%;
}

.domain-cost-form td {
    color: #666;
}

.domain-cost-form th, .domain-cost-form td {
    border: 1px solid #ddd;
}

.domain-cost-form table {
    margin: 0;
    border: medium none;
}

/* -------------------- */
/*     knowledgebase    */
/* -------------------- */
.knowledgebase-content {
    margin-bottom: 80px;
}

form.knowledgebase {
    padding-right: 130px;
    position: relative;
}

form.knowledgebase input {
    line-height: 48px;
}

form.knowledgebase a.button-get-start {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 35px;
}

.knowledgebase-content h3 {
    margin-bottom: 30px;
}

.knowledgebase-content .category-item {
    margin-bottom: 40px;
}

.knowledgebase-content .category-item a {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #0d58a1;
}

.knowledgebase-content .category-item a i {
    font-size: 15px;
    color: #bbb;
}

.knowledgebase-content .category-item a span {
    font-size: 14px;
    color: #666;
}

.knowledgebase-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.knowledgebase-box h6 a {
    margin-bottom: 15px;
    color: #0d58a1;
    display: inline-block;
    line-height: 25px;
}

.knowledgebase-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* -------------------- */
/* -------------------- */
/*     register    */
/* -------------------- */
.form-register {
    margin-bottom: 80px;
}

.form-register select {
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border: 1px solid #aaa;
    height: 40px;
    width: 100%;
    background: transparent url("../../assets/images/arrow-select.png") no-repeat scroll 93% 49%;
}

.form-register div .button-get-start {
    margin-left: 15px;
    padding: 0 35px;
}

/* -------------------- */
/* -------------------- */
/*     open ticket    */
/* -------------------- */
.open-ticket-department {
    display: inline-block;
    width: 100%;
}

.open-ticket-department select {
    -moz-appearance: none;
    border: 1px solid #aaa;
    height: 38px;
    width: 270px;
    background: transparent url("../../assets/images/arrow-select.png") no-repeat scroll 93% 49%;
}

.open-ticket-department p {
    display: inline-block;
    margin-right: 30px;
    float: left;
}

.form-open-ticket.form .button-get-start {
    padding: 0 35px;
}

.open-ticket-box > input[type="file"] {
    line-height: 22px;
    padding: 8px 15px;
}

.attachment {
    margin-bottom: 20px;
}

.form-open-ticket {
    margin-bottom: 80px;
}

.attachment-title {
    margin: 0 0 5px;
}

/* -------------------- */
/* -------------------- */
/*     knowledgebase    */
/* -------------------- */
.knowledgebase-content {
    margin-bottom: 80px;
}

form.knowledgebase {
    padding-right: 130px;
    position: relative;
}

form.knowledgebase input {
    line-height: 48px;
}

form.knowledgebase a.button-get-start {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 35px;
}

.knowledgebase-content h3 {
    margin-bottom: 30px;
}

.knowledgebase-content .category-item {
    margin-bottom: 40px;
}

.knowledgebase-content .category-item a {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #0d58a1;
}

.knowledgebase-content .category-item a i {
    font-size: 15px;
    color: #bbb;
}

.knowledgebase-content .category-item a span {
    font-size: 14px;
    color: #666;
}

.knowledgebase-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.knowledgebase-box h6 a {
    margin-bottom: 15px;
    color: #0d58a1;
    display: inline-block;
    line-height: 25px;
}

.knowledgebase-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* -------------------- */
/* -------------------- */
/*     login    */
/* -------------------- */
/*             login         */
.form-login {
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-bottom: 80px;
    padding-bottom: 45px;
    margin-top: 60px;
}

.form-login h3 {
    background-color: #f1f1f1;
    margin: 0;
    padding: 35px;
    text-align: center;
}

.form-login .contact {
    padding: 30px 35px;
}

.form-login .contact .button-get-start {
    text-align: center;
    width: 122px;
}

.form-login .remember-fogot input {
    margin-right: 8px;
    width: auto;
}

.form-login .remember {
    color: #333;
    display: inline-block;
}

.form-login .remember-fogot a {
    float: right;
}

/* -------------------- */
/* -------------------- */
/* -------------------- */
/*     ZMB Shortcodes   */
/* -------------------- */
/* ZMB Image with text */
.zmb-img-item-with-text-wrap {
    margin-bottom: 50px;
    animation-delay: 0s;
    visibility: inherit !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.zmb-wrap .zmb-menu > li .sub-menu {
  display: none;
  padding: 14px 23px;
  text-align: left;
}
.zmb-wrap .zmb-menu > li:hover > .sub-menu .zmb-img-item-with-text-wrap {
    visibility: visible !important;
}

.zmb-wrap .zmb-menu > li:hover > .sub-menu {
    display: block;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.zmb-img-item-with-text-wrap .item-inner .img-wrap {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
}

.zmb-img-item-with-text-wrap .item-inner .img-wrap img {
    width: auto;
    height: auto;
}

.zmb-img-item-with-text-wrap .item-inner .text-wrap .img-item-title {
    color: #222;
    font-size: 18px;
    margin-top: 3px;
}

.zmb-img-item-with-text-wrap .item-inner .text-wrap .short-desc {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.zan-dc-wrap.zan-dc-style_1 .zan-dc-form .zan-dc-submit-btn {
    padding: 18px 25px;
}

.zan-dc-wrap.zan-dc-style_1 .zan-dc-input-wrap {
    padding-right: 100px;
}

.zan-dc-wrap.zan-dc-style_3 .zan-dc-input-wrap .zan-dc-input {
    width: 100%;
}

.part-input .dropdown-wrap .zan-dc-price-wrap {
    display: none;
}

div.zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap select {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    display: block !important;
    float: right;
    height: 40px;
    line-height: 40px;
    max-width: 100%;
    text-align: right;
    width: 100%;
}

/* -------------------- */
/* -------------------- */
/* Override plugins CSS */
/* -------------------- */
.zan-dc-wrap form {
    height: 62px;
}

div.zan-dc-wrap.zan-dc-style_4 .part-input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    height: 62px;
    padding: 0;
}

div.zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap {
    border-left: 1px solid #aaaaaa;
    float: right;
    margin-top: 11px;
    max-width: 130px;
    width: 40%;
}

.zan-dc-wrap .zan-dc-input-wrap {
    padding-right: 178px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.zan-dc-wrap.zan-dc-style_4 .part-input .zan-dc-input {
    width: calc(100% - 130px);
}

div.zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap select {
  color: #333333;
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}
.zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap select option {
    padding: 0 17px;
}

.zan-dc-wrap .zan-dc-input-wrap .zan-dc-input {
    padding: 17px 20px;
    height: 62px !important;
    line-height: 25px;
    border: 1px solid #aaa;
}

.zan-dc-wrap .zan-dc-input-wrap .zan-dc-submit-btn {
    background-color: #fcb100;
    border: medium none !important;
    border-radius: 3px;
    color: #0d58a1;
    font-size: 20px;
    font-weight: 600;
    height: 62px !important;
    line-height: 25px;
    max-width: 170px;
    padding: 18px 35px;
    position: absolute !important;
    right: 0 !important;
}

.zan-dc-wrap .zan-dc-input-wrap .zan-dc-submit-btn .zan-dc-btn-icon {
    float: right !important;
    margin-left: 7px !important;
}

.zan-dc-wrap .zan-dc-input-wrap .zan-dc-submit-btn .zan-dc-btn-icon:before {
    content: "\f101";
    font-family: "FontAwesome";
}

div.zmb-wrap .zmb-menu > li .sub-menu .zanmenu-content {
    padding: 20px 50px;
}

.zmb-img-item-with-text-wrap .item-inner .text-wrap {
    line-height: 26px;
}

/* -------------------- */
/* -------------------- */
/* Other CSS            */
/* -------------------- */
/* Back to top */
.back-to-top {
    bottom: 50px;
    color: #9e9e9e;
    font-size: 10px;
    height: 40px;
    letter-spacing: 2px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

.back-to-top i {
    animation-duration: 1.2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: backtotop;
    display: inline-block;
    font-size: 15px;
    width: 100%;
}

.back-to-top.lk-show {
    visibility: visible;
    opacity: 1;
}

.back-to-top:hover {
    color: #5cafff;
}

@keyframes backtotop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
    10% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* Navigation */
.navigation > ul > li {
    display: inline-block;
    border: 1px solid #ddd;
    margin-right: 5px;
    min-width: 41px;
    text-align: center;
}

.navigation > ul > li > a {
    padding: 7px;
    color: #666;
    display: block;
}

.navigation > ul > li > span {
    padding: 7px;
    display: block;
}

.navigation > ul > li .current {
    font-weight: bold;
}

.navigation > ul > li:hover, .navigation > ul > li.active, .navigation > ul > li .current  {
  background-color: #eeeeee;
  font-weight: bold;
}

.entry-content table {
    margin-bottom: 30px;
}

/* -------------------- */
/*List post*/
.posts-default .blog-item {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 55px;
    padding-bottom: 55px;
}
.blog-default-content-area h1,
.blog-default-content-area h2,
.blog-default-content-area h3,
.blog-default-content-area h4,
.blog-default-content-area h5,
.blog-default-content-area h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    margin-bottom: 30px;
}
.content-area .comment-reply-title {
  font-size: 0;
  margin: 0;
}

.comment-blog-list li.depth-3 ol {
    padding-left: 40px;
}

.page-links {
    margin-top: 20px;
}

.page-links > a, .page-links > span {
    border: 1px solid #dddddd;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.posts-default .entry-title.post-title > a {
  color: #333333;
}
.posts-default .entry-title.post-title > a:hover {
  color: #0d58a1;
}
.post-password-form input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 10px;
}

.post-password-form input[type="submit"]:hover {
    background: #0d58a1 none repeat scroll 0 0;
}

.sticky .entry-title.post-title > a {
    color: #fcb100;
    text-decoration: underline;
}

ul ul, ol ol {
    list-style-position: inside;
    padding-left: 30px;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

ol {
    list-style-position: inside;
}

ul ul {
    list-style-type: circle;
}

ul ul ul {
    list-style-type: square;
}

.comment-blog-list .comment-content li {
    display: list-item;
    margin-bottom: 10px;
    width: 100%;
}

figure {
    max-width: 100%;
}

.entry-content.content-post > ul {
    margin-bottom: 30px;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

/*Sidebar*/
.widget ul, .widget ol {
    list-style: none;
}

.widget ul ul, .widget ol ol {
    padding-left: 0;
}

.widget.widget_tag_cloud {
    display: inline-block;
}

.sidebar .widget ul > li {
    line-height: 26px;
    padding-left: 14px;
    position: relative;
}

.ts-has-children {
    display: none;
}

/*Respon icon*/

@media (max-width: 767px) {
    header {
        position: relative;
        z-index: 9;
    }

    .main-container {
        position: relative;
        z-index: 1;
    }

    nav#primary-navigation {
        padding: 10px 0;
    }
    .zmb-clone-wrap + .site nav#primary-navigation,.archive nav#primary-navigation,.single nav#primary-navigation{
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      display: block;
      padding: 0;
    }
    nav#primary-navigation .menu .menu-item a {
        color: #ffffff;
    }
    div .ih-language-switcher-wrap:hover .country-dropdown {
	  padding: 0;
	  position: absolute;
	  top: 100%;
	  width: 100%;
	}
    .header-bottom-right nav#primary-navigation .menu .menu-item {
        border: medium none !important;
        display: inline-block;
        margin-left: 0;
        padding: 0 20px;
        position: relative;
    }

    .mobile-icon-navigation {
        display: table;
        float: left;
        height: 30px;
        margin: 10px auto 0;
        width: 10px;
    }

    .button-icon {
        display: inline-block;
        float: left;
        height: 25px;
        line-height: 2px;
        padding: 0;
        width: 30px;
    }

    .mobile-icon-navigation .icon-bar {
        border-top: 2px solid #333333;
        display: inline-block;
        margin: 3px 0;
        width: 30px;
    }

    body .header-bottom-right .site-navigation ul ul {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        display: none;
        position: inherit;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
    }

    span.ts-has-children {
        color: #ffffff;
        position: absolute;
        right: 0;
        display: block;
        text-align: center;
        top: 0;
        width: 50px;
        cursor: pointer;
    }

    .header-bottom-right .menu .menu-item .caret {
        display: none;
    }
    
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-style: italic;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails::after, .woocommerce .cart-collaterals::after, .woocommerce .col2-set::after, .woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails::after, .woocommerce ul.products, .woocommerce ul.products li.first, .woocommerce ul.products::after, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page .cart-collaterals::after, .woocommerce-page .col2-set::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails::after, .woocommerce-page ul.products, .woocommerce-page ul.products li.first, .woocommerce-page ul.products::after {
    clear: initial;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
.woocommerce-page.single .main-container {
  margin-bottom: 45px;
}
.single .site-content-inner {
  margin-bottom: 45px;
  margin-top: 65px;
}
.single-product-wrap a.zoom {
  border: 1px solid #dddddd;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.entry-summary-wrap {
  margin-top: 13px;
}
div.pp_woocommerce div.ppt {
  visibility: hidden;
}
.product-relative .products-wrap .product {
  margin-bottom: 0;
}
select.orderby {
    height: 38px;
}

.woocommerce ul.products.kt-product-columns-4 li.last:nth-child(2n) {
    margin-right: 3.8%;
}

.woocommerce ul.products.kt-product-columns-4 li.last:nth-child(4n) {
    margin: 0;
}

.woocommerce div.product form.cart .button {
    height: 49px;
}

.onsale {
    background: #fcb100 none repeat scroll 0 0;
    color: #ffffff;
    left: 0;
    padding: 3px 7px;
    position: absolute;
    top: -15px;
}

.products .product {
  display: inline-block;
  list-style: outside none none;
}
.upsells.products .product {
  width: 100%;
}
.upsells.products .short-desc {
  display: none;
}
/*hoang style.css*/

#comments h2 {
  font-size: 20px;
  margin-bottom: 40px;
}
#comments .commentlist {
    list-style: none;
}

#comments .commentlist .comment {
    list-style: none;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

#comments .commentlist .comment .avatar {
    width: 60px;
    height: 60px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

#comments .commentlist .comment-text {
    overflow: hidden;
    padding-left: 20px;
}

#comments .commentlist .comment-text .meta {
    margin-bottom: 10px;
}

#comments .commentlist .comment-text .description {
    padding-bottom: 24px;
}

.star-rating,.woocommerce .star-rating{
    height: 13px;
    line-height: 13px;
    overflow: hidden;
    position: relative;
    width: 83px;
    font-size: 13px;
}

.star-rating:before,.woocommerce .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    display: inline-block;
    float: left;
    font-family: "FontAwesome";
    letter-spacing: 5px;
    color: #fcb100;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 13px;
    position: absolute;
    top: 0;
    color: #fcb100;
}

.star-rating span:before,.woocommerce .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "FontAwesome";
    left: 0;
    letter-spacing: 5px;
    position: absolute;
    top: 0;
}
 
input[name='author'], input[name="email"] {
    display: block;
}

.stars a {
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    padding: 0 10px;
    line-height: 12px;
}

.stars a:hover {
    color: #fcb100;
}

.stars a.active {
    color: #fcb100;
}

.stars a:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
}

.star-1:before {
    content: "\f005";
}

.star-2:before {
    content: "\f005\f005";
}

.star-3:before {
    content: "\f005\f005\f005";
}

.star-4:before {
    content: "\f005\f005\f005\f005";
}

.star-5:before {
    content: "\f005\f005\f005\f005\f005";
}

.panel {
    box-shadow: none;
}

.summary .woocommerce-product-rating {
    margin-bottom: 30px;
}
.tagged_as > a::after {
  content: ",";
}
.tagged_as > a:last-child::after {
  display: none;
}
.summary del {
    margin-right: 7px;
}

/*Woocommer data*/
/*Rest hover button*/
.hover-effect-crossing::before,.hover-effect-crossing::after{
	display: none;
}
.idc-overfolow  {
    overflow: inherit !important;
}
@media (max-width: 767px) {
body .header_style_3 div.header-bottom-right {
   display: none;
}
header .zmb-wrap .zmb-toggle-menu-mobile .icon {
    padding: 10px 5px 10px 5px;
}
}