/* 0 - Fonts
------------------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Play:400,700';

/* 1 - Layout
------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1f1d1e;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #1f1d1e;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #1f1d1e;
}

:-moz-placeholder { /* Firefox 18- */
    color: #1f1d1e;
}
footer {
    display: none;
}
/* Container
----------------------------*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 768px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

/* Position
----------------------------*/
/* Helper class
----------------------------*/
.container:after, .container:before, .clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.container:after, .clearfix:after {
    clear: both;
}

.space-remove{
    padding: 0 !important;
    margin:  0 !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

/* 2 - Common styles
------------------------------------------------------------------------*/
body, table {
    margin: 0px;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    color: #a0a0a0;
    background-color: #ffffff;
    position: relative;
    line-height: 1.4;
    font-weight: 400;

}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

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

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 12px;
}

.text-muted {
    color: #797979;
}

ul {
    margin: 0px;
    padding-left: 15px;
}

ul li {
    list-style: square;
    margin-bottom: 3px;
    margin-top: 0;
}

h1 {
    font-weight: normal;
    font-size: 1.71em;
    margin: 15px 0px;
    padding: 0;
    font-family: Play;
    color: #000000;
}

h2 {
    font-size: 1.57em;
    margin: 35px 0px;
    padding: 0;
    font-weight: 400;
    font-family: Play;
    color: #000000;
}

h2 b {
    font-size: 1.18em;
    font-weight: 700;
}

h2 small {
    font-size: 0.54em;
    color: #b3b3b3
}

h5 {
    font-size: 1em;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

img {

}

/* 3 - Header
------------------------------------------------------------------------*/
header {

}

/* 3.1 - Header Top
----------------------------*/
.header-top {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #a0a0a0;
    line-height: 2;
    width: 100%;
	display:none;
}

.header-top a {
    color: #a0a0a0 !important;
}

.logo-responsive {
    display: none;
}

.header-top-info {
    float: left;

}

.info-phone {
    background: url("../img/icon-phone.png") no-repeat;
    color: #000000;
    font-size: 133%;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 1.4;
    height: 40px;
}

.header-top-links {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    display: inline;
}

.header-top-links li {
    display: inline-block;
    padding: 0px 16px;
}

/* 3.2 - Header Middle
----------------------------*/
.header-middle {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0px 15px;
    flex-flow: row;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
}

.logo {
    line-height: 0;
    max-height: 100%;
}

.logo img {
    max-height: 100%;
}

#search_listing_form {
    position: relative;
}

#s_f {
    border: 2px solid #1e1e1e;
    height: 36px;
    width: 140px;
    outline: none;
    padding-left: 15px;
    padding-right: 30px;
    line-height: 36px;
}

.search_btn {
    position: absolute;
    top: 0;
    right: 5px;
    background: url(../img/btn-search.jpg) no-repeat;
    background-position: center center;
    height: 36px;
    width: 30px;
    color: transparent;
    border: 0 none;
    outline: none;
    cursor: pointer;
}

/* 3.3 - Header Bottom
----------------------------*/
.header-bottom {
    padding-top: 25px;
    padding-bottom: 50px;
    color: #000;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    width: 100%;
}

.item-icon {
    background-position: left center;
    background-repeat: no-repeat;
    min-width: 40px;
    min-height: 40px;
    padding-left: 40px;
    margin: 0px 10px;
    font-size: 12px;
    font-family: Play;
    color: #717171;
    letter-spacing: 0.8px;

}

.item-icon b {
    font-size: 1.333em;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
}

.item-1 {
    background-image: url("../img/info-icon-1.png");
}

.item-2 {
    background-image: url("../img/info-icon-2.png");
}

.item-3 {
    background-image: url("../img/info-icon-3.png");
	display:none;
}

/* 4 - Main Content
------------------------------------------------------------------------*/
.main-content {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

/* 4.1 - Store Page
----------------------------*/
/* 4.1.1 - Banner
----------------------------*/
.banner {
    display: flex;
    flex-flow: row;
    margin-bottom: 60px;
}
.banner-links{
    flex: 1 40%;
}
.banner-links.left {
    order: 1;
}

.banner .carousel {
    flex: 1 100%;
    order: 2;
    padding: 15px 20px;
}

.banner-links.right {
    order: 3;
}

.banner-link {
    padding: 15px 10px;
    display: block;
    line-height: 0;
}

.banner .banner-links img {
    width: 100%;
    box-shadow: 0px 0px 15px #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.banner .banner-links img:hover{
    transform: scale(1.05);
    transition: transform .6s;
}

/* 4.2 - Product Page
----------------------------*/
.product-detail-images {
    width: 60%;
    float: left;
    padding: 0px 10px;
    margin-right: 5%;
}

.product-detail-info {
    width: 35%;
    float: left;
}

.product-detail-info h2 {
    line-height: 1;
}

.product-title {
    margin-top: 0px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
footer ul{
    margin-top: 12px;
}
footer ul li{
 margin: 8px 0px;
}
.footer-top {
    background-color: #ececec !important;
    padding: 20px 40px;
    color: #101010;
    height: 95px;
}
.footer-bottom {
    background-color: #fff;
    padding: 12px 40px;
    color: #696969;
}

.col-1 {
    width: 35%;
    float: left;
}

.col-1 .footer-top img {
    border: 8px solid #fff;
    background-color: #fff;
}

.col-1 .footer-bottom{
    font-size: 0.86em;
}

.col-2 {
    width: 38%;
    float: left;
    letter-spacing: 1px;
}

.col-2 .footer-top {
    font-size: 1.73em;
    line-height: 1.2;
    background: url(../img/icon-user.png) no-repeat;
    background-position: center left;
    padding-left: 55px;
}

.col-2 .footer-top small{
    font-size: 0.58em;
    color: #9b9b9b;
    background: url(../img/icon-email.png) no-repeat;
    background-position: center right;
    padding-right: 18px;
}
.col-2 .footer-bottom{
    padding-left: 10px;
}
.col-2 .footer-bottom ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
.col-2 .footer-bottom ul li{
    list-style: none;
    padding-left: 45px;
    margin: 10px 0px;
    background: url("../img/check.png") no-repeat;
    background-position: left center;
}
.col-3{
    width: 27%;
    float: left;
}
.col-3 .footer-top {
    font-size: 1.57em;
    line-height: 55px;
}
.col-3 .footer-bottom{
    font-size: 0.857em;
}


/* Animate
------------------------------------------------------------------------*/
/*
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes slideDown {
    to {
        height: auto;
    }
}

@keyframes slideDown {
    to {
        height: auto;
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
*/
/* Responsive
------------------------------------------------------------------------*/
/* Responsive - md size
----------------------------*/
@media (max-width: 1280px) {
    .header-top-links li {
        padding: 0px 8px;
    }

}

/* Responsive - sm size
----------------------------*/
@media (max-width: 991px) {
    /*-- Header --*/
    .header-top-info {
        width: 100%;
        text-align: center;
        float: none;
    }

    .header-top-links {
        float: none;
        margin: 0px auto;
        display: table;
        text-align: center;
    }

    /*-- main-content --*/
    .main-content {
        margin-top: 40px;
        margin-bottom: 30px;
    }


    /*--- Product page -*/
    .product-detail-images {
        width: 50%;
        margin-right: 5%;
    }

    .product-detail-info {
        width: 45%;
    }

    /*-- Footer --*/
}

/* Responsive - xs size
----------------------------*/
@media (max-width: 960px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 22px;
    }

    /*-- Header --*/
    .logo-responsive {
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .logo {
        display: none;
    }

    /*-- main-content --*/
    .main-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*--- Product page -*/
    .product-detail-images {
        width: 55%;
        margin-right: 0;
    }

    .product-detail-info {
        width: 40%;
    }

    .product-list h1.title {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .header-middle {
        padding: 0px 10px;
    }

    #search_listing_form {
        order: 1;
    }

    .navbar {
        order: 2;
    }

    /*-- Banner --*/
    .banner {
        flex-flow: wrap;
        margin-bottom: 60px;
    }

    .banner .carousel {
        order: 1;
        padding: 15px 10px;
    }

    .banner-links.left {
        order: 2;
    }

    .banner-links.right {
        order: 3;
    }

    .banner-link {
        padding: 8px 10px;
    }


    footer .col-1{
        width: 33%;
    }
    footer .col-2{
        width: 40%;
    }
    footer .col-3{
        width: 27%;
    }
}

@media (max-width: 715px) {
    .item-icon {
        text-align: center;
        padding-left: 0;
        padding-top: 40px;
        background-position: top center;
    }

    footer .col-1{
        width: 50%;
    }
    footer .col-2{
        width: 50%;
    }
    footer .col-3{
        width: 100%;
    }
}

/* Responsive - iphone 6
----------------------------*/
@media (max-width: 666px) {
    .header-top-links li {
        /*display: block;*/
        text-align: center;
    }
}

/* Responsive - S5
----------------------------*/
@media (max-width: 639px) {

    /*-- Product page --*/
    .product-detail-images {
        width: 90%;
        margin: 0px auto;
        float: none;
    }

    .product-detail-info {
        width: 90%;
        margin: 0px auto;
        float: none;
    }

    .product-list h1.title {
        width: 80%;
    }

    /*-- Footer --*/
    footer .col-1 {
        width: 40%;
    }

    footer .col-2 {
        width: 60%;
    }
}

/* Responsive - iphone 6
----------------------------*/
@media (max-width: 568px) {
    .item-icon b {
        font-size: 1em;
    }

}

@media (max-width: 480px) {
    .header-bottom{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

}
/* Responsive - iphone 6
----------------------------*/
@media (max-width: 415px) {
    .header-bottom {
        flex-flow: column;
        align-items: center;

    }

    .item-icon {
        text-align: left;
        padding-left: 40px;
        padding-top: 0px;
        margin-bottom: 10px;
        background-position: left center;
    }

    .item-icon b {
        font-size: 1.33em;
    }

    footer .col-1 {
        width: 100%;
    }

    footer .col-2 {
        width: 100%;
    }

    .col-2 .footer-bottom ul{
        margin: 0;
    }
    .col-2 .footer-top{
        padding-left: 90px;
        background-position: 35px center;
    }
    .col-2 .footer-bottom{
        padding-left: 35px;
    }
}

/* Responsive - iphone 4
----------------------------*/
@media (max-width: 320px) {

    .header-top-links li {
        display: inline-block;
        line-height: 1;
    }

    /*-- Product list --*/
    .product-list h1.title {
        width: 100%;
    }

    .product-item {
        width: 100%;
        margin-bottom: 50px;
    }

    .product-image, .product-info {
        height: auto;
    }

    .product-image img {
        top: 0;
        transform: translateY(0);
    }

    /*-- Product page --*/
    .product-detail-images {
        width: 100%;
        padding: 0px 15px;
        padding: 0px 15px;
    }

    .product-detail-info {
        width: 100%;
        padding: 0px 25px;
    }

    /*-- Footer --*/
}
#threendy_copyright {
    float: right;
}
#threendy_copyright a{
   color: #a0a0a0;
}
.lcat ul li a {
    font-weight: 100;
    color: #a2a2a2;
    font-size: 14px;
}
.lcat .lev2 li {
    font-weight: normal;
}
.lcat .lev2 li {
    color: #8d8d8d;
    list-style-type: square;
    margin: 4px 0;
}
.lcat .cnt {
    color: #a2a2a2;
    font-size: 12px;
	font-weight: 100;
}
table.v4midBox {
    border: none;
}
.v4title h2 {
    font-size: 16px;
    margin: 0;
}
.v4acp_mid a:visited {

}
.v4acp_mid a:link, body .g-novisited a:visited {
  
}
.lcat .ttl a, .gallery .ttl a, .col-3 .footer-bottom a, span.pdmt .cur, #v4-16{
  color: #2bc6ff;
}
.dynpg table.pager tbody, .dynpg table.pager{
        background-color: #eee
}