﻿@media only screen and (max-width: 767px) {
    .dropdown-menu {
        background-color: transparent;
        padding: 0;
        border: none;
    }
    .dropdown-item {
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: normal !important;
    }
    .container-fluid.menu {
        margin-top: 15px;
        border-top: 1px solid #474b50;
    }
    .container-fluid.menu .container{
        display:none;
    }
    .collapse:not(.show) {
        display: block;
    }
    header .nav-link {
        padding:0!important;
    }
    header .frm_search {
        margin: 0 !important;
        float: right !important;
        width: 82%;
    }
    header .cart {
        position: absolute;
        width: auto;
        margin: 0 !important;
        right: 16px;
        top: -95px;
    }
    header .cart i {
        margin:0;
    } 
    header .cart .badge {
        top: -2px;
    }
    header .cart .fa-shopping-cart {
        position:relative;
        bottom: -2px;
    }
    header .menu nav li {
        margin-bottom: 10px;
    }
    header .menu nav li:last-child {
        margin-bottom:0;    
    }
    header nav {
        padding-bottom: 0 !important;
    }
    header .menu .navbar-nav {
        padding-bottom: 10px;
    }
    header .menu nav li #inside .dropdown-menu{
        box-shadow:none;
    }
    header .menu nav li #inside .dropdown-menu a {
        font-weight: 600 !important;
        font-size: 13px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    header .menu nav li #inside .dropdown-menu:before {
        display: none;
    }
    .icnmn {
        border: 1px solid #7e7e7d;
        color: #fff;
        padding: 3px 6px;
        display: inline-block !important;
    }
    main .row:first-child {
        padding: 30px 15px 0 15px;
    }
    main .wr-img-pro-dt {
        padding: 0;
    }
    main .wr-info-pro-dt {
        margin-top: 10px;
        padding: 0;
    }
    .wr-img-pro-dt .more-views {
        float: none;
        width: 100%;
        position:relative;
        bottom:0;
        z-index:9;
        padding-top:10px;
    }
    .wr-img-pro-dt .small-block-grid {
        width: 100%;
    }
    .wr-img-pro-dt .small-block-grid li{
        display:inline-block;
        float:left;
        margin: 0 5px 5px 0;
    }
    .wr-img-pro-dt .img-box {
        float: none;
        width: 100%;
        height:auto;
    }
    .wr-img-pro-dt .img-box img {
        width:100%;
        height:auto;
    }
    footer .navbar-nav {
        padding: 8px 0;
    }
    footer .nav-link{
        padding:2px;
    }
    footer nav li #inside .dropdown-menu {
        box-shadow:none!important;
    }
    footer nav li #inside .dropdown-menu:after{
        display:none;
    }
}
.icnmn {
    display:none;
}
footer {
    height: 75px;
}
footer .container p{
	text-align: center;
    font: normal 12px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    color: #2A2A2A;
}
footer .dropdown-menu{
    top:-140px;
}
footer nav li #inside .dropdown-menu {
    border-radius: 4px 4px 0 0;
    border: none;
    box-shadow: 0 0 16px 0px rgba(0,0,0,0.2);
}
footer nav li #inside .dropdown-menu:after {
    position: absolute;
    content: "";
    border-color: #ffffff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-width: 8px;
    border-style: solid;
    bottom: -16px;
    left: 18px;
    width: 17px;
    height: 6px;
}

main .breadcrumbs{
	background:linear-gradient(#fff,#f0f0f0);
}
main .breadcrumbs span{
	font-weight:500;
	font-family:monospace;
	font-size:30px;
	line-height:normal;
}
main #item{
	padding-bottom: 30px;
}
main .row:first-child{
	padding-top:30px;
}
main .thumbnail{
	position: relative;
	height: 250px
}
main .thumbnail img{
	position: absolute;
    margin: auto;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
}
main .caption h5{
	text-transform: uppercase;
    padding-top: 15px;
	text-align: center;
}
main .caption h5 a{
	display: -webkit-box!important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 45px;
    font-size: 12px;
    text-transform: none;
    text-align: left;
	color: #333;
}
main .caption h5 a:hover{
	text-decoration:none;
}
main .caption div{
	padding-bottom: 15px;
}
main .caption div .lead{
	color: #ff0000;
    font-weight: normal;
    font-size: 14px;
    font-family: monospace;
    margin: 0;
	text-align:center;
}
main .caption div .lead span{
	font-size: 28px;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    height: 22px;
    line-height: 20px;
}
#loading{
	position:fixed;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: #ffffff3d;
    text-align: center;
	z-index:4;
}
#loading .fa-spin{
	position:relative;
	top:35%;
}
#loading .fa-spin:before{
	font-size:xx-large;
}

.main-content{
    min-height:100vh;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

/* product detail */
.more-views {
    float:left;
    width:12%;
}
.img-box {
    float: left;
    width: 86%;
    text-align: center;
    border: 0 solid #e0e0e0;
    position:relative;
    height:100%;
}
.img-box img {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.small-block-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.small-block-grid li {
    margin: 0 0 10px;
    width:50px;
}
.small-block-grid a {
    display: block;
    border: 1px solid #a2a6ac;
    text-align: center;
    height: 50px;
    position: relative;
    border-radius: 2px;
}
.small-block-grid a.active {
    border-color: #e77600;
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}
.small-block-grid img {
    width:auto;
    height:100%;
}
.small-block-grid img.img-ed {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.sku,
h4.mb-3,
.short-description p,
.price-box p,
.delay-time,
#buynow, 
.add-to-cart .availability {
    font-family: sans-serif !important;
}
.sku {
    margin-bottom: 10px;
    color: #9a9a99;
    font-size: 16px;
    line-height: 26px;
    display:none;
}

.short-description a {
    color: #09b8c8;
    display:none;
}
.price-box {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0;
    margin: 25px 0;
}
.price-box .special-price {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    color: #f14040;
    font-size: 35px;
    font-weight:600;
    line-height:normal;
}
.price-box .special-price .price-label {
    display: inline-block;
    font-size: 1.75rem;
    text-align: left;
    line-height: .65;
    display:none;
}
.price-box .special-price .price {
    display: inline-block;
    margin-top: -2.5px;
}

.add-to-cart .availability {
    display: none;
    float: left;
    margin-bottom: 0;
    color: #7c9b28;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: bold;
    white-space: nowrap;
}
.add-to-cart .availability i {
    padding-right: 5px;
    font-size: 16px;
}
.delay-time {
    display: none;
    clear: both;
    width: 100%;
    color: #7c9b28;
    font-size: 13px;
    line-height: 16px;
}
.delay-time p {
    display: inline-block;
    font-size:15px;
}
.btn-buy-now{
    display:inline-block;
}
.btn-buy-now #buynow {
    margin-bottom: 0;
    float: left;
    width: 100%;
    padding: 15px 35px;
    background-image: none;
    text-transform: uppercase;
    letter-spacing: .025em;
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 0;
    border-style: solid;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    position: relative;
    text-align: center;
    display: inline-block;
    border-width: 1px 1px 1px 1px;
    background-color: #f14040;
    border-color: #e31111;
    color: #FFF;
    transition: background-color .3s ease-out;
    font-size: 14px;
}
#buynow i {
    padding-right: 10px;
    font-size: 15px;
}
.bottom-section {
    border-top: 1px solid #d8d9da;
    margin-top: 30px;
    padding-bottom: 30px;
    font-family: sans-serif
}
.bottom-section h2 {
    font-size: 18px;
    line-height: 24px;
}
.bottom-section .std{
    font-size:smaller;
}
#img-loading{
    position: fixed;
    top: 50%;
    left: 50%;
}

#list_pro{
    min-height:90vh;
}

/*zoom image*/
.img-zoom-container {
    position: relative;
    height: 100%;
    margin: auto;
}
.img-zoom-lens {
    position: absolute;
    border: 1px solid #000;
    background-color: #fff;
    opacity: 0.4;
    /*set the size of the lens:*/
    width: 120px;
    height: 120px;
    z-index: 1;
    cursor: pointer;
}
.img-zoom-result {
    /*border: 1px solid #949494;*/
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 8px 2px;*/
    /*set the size of the result div:*/
    width: 450px;
    height: 450px;
    position: absolute;
    right: -460px;
    top: 0;
    z-index: 1;
}