@font-face {
    font-family: 'TheSans-Plain';
    src: url('../fonts/the_sans/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
    url('../fonts/the_sans/TheSans-Plain.woff') format('woff'),
    url('../fonts/the_sans/TheSans-Plain.ttf')  format('truetype'),
    url('../fonts/the_sans/TheSans-Plain.svg#TheSans-Plain') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TheSans-Bold';
    src: url('../fonts/the_sans/TheSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/the_sans/TheSans-Bold.woff') format('woff'),
    url('../fonts/the_sans/TheSans-Bold.ttf')  format('truetype'),
    url('../fonts/the_sans/TheSans-Bold.svg#TheSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}
body{
    font-family: 'TheSans-Plain';
    font-size:14px;
    font-weight:400;
    background-color: #f8f8f8;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'TheSans-Plain';
    font-weight: normal;
    font-style: normal;
    margin: 0;
}
.tooltip-inner{
    font-family: 'TheSans-Plain';
    background-color: #00bece;
    font-size: 14px;
    color: #000;

}
.tooltip.top .tooltip-arrow{
    border-top-color: #00bece;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #00bece;
}
p{
    margin:0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;

    max-height: 100%;
    max-width: 100%;
}
.scaled{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition:all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.scaled:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.over-hidden{
    overflow: hidden;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
    margin: 0;
}
a {
    cursor: pointer !important;
    text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}
header{
    background-color: #fff;
}
.top-bar-link img{
    width: 100%;
}
.main-slider img{
    width: 100%;
}
.main-slider{
    overflow: hidden;
    margin-bottom: 42px;
}
.banner-box{
    margin-bottom: 42px;
}
.banner-box img{
    width: 100%;
}
footer{
    background-color: #005cb2;
    padding: 30px 0 0;
    color: #fff;
    border-top: 10px solid #005cb2;
}
.footer-title{
    color: #fff;
    font-family: 'TheSans-Bold';
    line-height: 30px;
    margin-bottom: 40px;
    font-size: 25px;
    position: relative;

}
.footer-title:before{
    content: '';
    width: 70px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -15px;
}
.footer-block{
    padding: 30px 0;
}
.footer-block p{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}
.logo{
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.logo a{
    display: block;
}
.title-box{
    background-color: #00bece;
    min-height: 70px;
    padding: 0 15px;
    margin-bottom: 42px;
}
.title-box h2{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    padding-top: 15px;
}
.title-box a{
    display: block;
    color: #fff;
}
.sub-title{
    background-color: #fff;
    min-height: 70px;
    padding: 0 15px;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(222,222,222,1);
    -moz-box-shadow: 0px 1px 4px 1px rgba(222,222,222,1);
    box-shadow: 0px 1px 4px 1px rgba(222,222,222,1);
    line-height: 40px;
    margin-bottom: 42px;
}
.sub-title p{
    color: #888888;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    padding-top: 15px;
}
.woocommerce .products .product{
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(222,222,222,1);
    -moz-box-shadow: 0px 1px 4px 1px rgba(222,222,222,1);
    box-shadow: 0px 1px 4px 1px rgba(222,222,222,1);
    padding:30px  15px;
    text-align: center;
    margin-bottom: 42px;
    position: relative;
    min-height: 452px;
    padding-top: 40px;
}
.woocommerce .products .product:hover{
}
.woocommerce .product .product_img{
    display: block;
    height: 247px;
    line-height: 247px;
    text-align: center;
    margin: 40px 0 10px;
}
.woocommerce .product .product_img img{
    height: auto;
    width: auto ;
}
.woocommerce .product h3,
.woocommerce .product h2,
.woocommerce .product h3 a,
.woocommerce .product h2 a{
    color: #262626;
    font-family: 'TheSans-Bold';
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 23px;
}
.woocommerce .product h5,
.woocommerce .product h5 a{
    color: #9e9e9e;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.woocommerce .products .product:hover h5 a{
    color: #262626;
}
.price-0{
    padding: 0 10px;
}
.price-0 span{
    float: right;
    color: #222222;
    font-size: 20px;
    font-family: 'TheSans-Bold';
}
.woocommerce .price-0{
   
    right: 0;
    z-index: 2;
}
.owl-carousel .owl-item img{
    height: auto;
    width: auto;
    display: inline-block;
}
.yith-wcwl-add-button{
    float: left;
    color: #bbbbbb;
    font-size: 20px;
}
.yith-wcwl-add-button a{
    color: #bbbbbb;
}
.flash{
    position: absolute;
    top: -30px;
    left: 25px;
    z-index: 1;
    color: #fff;
}
.flash span{
    padding: 0 15px;
    font-size: 20px;
    font-family: 'TheSans-Bold';
    border-radius: 10px 0 15px 0;
}
.new{
    background-color: #00bece;
}
.yellow-bg{
    background-color: #00bece;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev{
    position: absolute;
    top: -98px;
    left: 45px;
    font-size: 30px;
    color: #00bece;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: 90px;
}
.green .title-box {
     background-color: #00bece;
 }
.green .owl-carousel .owl-controls .owl-nav .owl-next,
.green  .owl-carousel .owl-controls .owl-nav .owl-prev {
    color: #00bece;
}
.owl-products .item{
    padding: 5px;
}
.yellow .title-box {
    background-color: #00bece;
}
.yellow .owl-carousel .owl-controls .owl-nav .owl-next,
.yellow  .owl-carousel .owl-controls .owl-nav .owl-prev {
    color: #00bece;
}
.icon-box{
    text-align: center;
    font-size: 22px;
    color: #6b6b6b;
    line-height: 30px;
    margin-bottom:60px;
    padding: 0 15px;
}
.icon-box img{
    margin-bottom: 20px;
    display: inline-block;
}
.icon-box h4,
.icon-box h3,
.icon-box h2{
     font-size: 30px;
     color: #00bece;
    font-family: 'TheSans-Bold';
    line-height: 40px;
    margin-bottom: 10px;
 }
.icon-list{
    background-color: #fff;
}
.margin-0{
    margin: 0;
}
.padding-0{
    padding: 0;
}
.padding-top-60{
    padding-top: 60px;
}
.padding-bottom-60{
    padding-top: 60px;
}
.footer-menu{
    list-style: none;
}
.footer-menu li{
    color: #fff;
    display: block;
    padding: 5px 0;
    line-height: 30px;
    border-bottom: 1px solid #005eb2c4;
    border-top: 1px solid #004fb2;
}
.footer-menu a{
    color: #fff;
    display: block;
    line-height: 30px;

}
.footer-menu a:hover{
    color: #00bece;
}
.footer-menu li:first-child {
    border-top: 0;
}
.footer-menu li:last-child {
    border-bottom: 0;
}
.footer-bottom{
    background-color: #fff;
    padding: 15px 0;
}
.social-list{
    list-style: none;
    margin: 0;
}
.social-list li{
    display: inline-block;
}
.social-list li a{
    color: #00bece;
    font-size: 25px;
    padding: 5px 0;
    line-height: 30px;
    margin-left: 15px;
}
.social-list li a:hover{
    color: #005cb2;
}
.copy-right{
    display: block;
    text-align: left;
    color: #00bece;
    line-height: 30px;
    padding: 5px 0;
}
.user-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    text-align: left;
}
.user-menu li{
    display: inline-block;
    padding: 0 12px;
}
.user-menu li a{
    color: #222222;
    padding: 10px 0;
    font-size: 15px;
    font-family: 'TheSans-Bold';
    position: relative;
}
.user-menu li a:after{
    content: "";
    width: 0;
    height: 3px;
    background-color: #00bece;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition:all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.user-menu li.current-menu-item a,
.user-menu li a:hover{
    color: #00bece;
}
.user-menu li.current-menu-item a:after,
.user-menu li a:hover:after{
    width: 100%;
}
.price-0 del span {
    text-decoration: line-through;
    font-size: 17px;
    line-height: 25px;
    color: #00bece;
}
.price-0 del{
    margin-left: 10px;
    display: inline-block;
}
.price-0 ins{
    display: inline-block;
}