@charset "UTF-8";

/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
    font-family: 'Arial Narrow', 'Arial', sans-serif;
    color: #555;
    letter-spacing: 1px;
    line-height: 20px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    padding-top: 110px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.noscroll{
    overflow:hidden;
}

a {
    color: #555;
}

a.agree {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

input,
textarea {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.wrapper {
    width: calc(100% - 20px);
    margin: 0px auto;
}

header {
    background: #555;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 20px;
    width: 100%;
    z-index: 10;
}

header .wrapper {
    position: relative;
    padding-left: 160px;
}

header .logo {
    text-indent: -999999px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 120px;
    height: 120px;
    background: url(/image/catalog/icon/ams/logo.png) center no-repeat;
    background-size: 100%;
    z-index: 99999;
}

header .search {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
}

header .search-bar {
    position: relative;
    width: calc(100% - 400px);
    max-width: 500px;
    display: inline-block;
    margin: 10px 0;
}

header .search input.hidden {
  width: 0;
}

header .search input.keyword {
    padding: 0 45px 0 10px;
    width: 100%;
    height: 30px;
    border: 0;
}

header .search button {
    background: none;
    border: 0;
    color: #aaa;
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
}

header .search .result-box {
    width: auto; 
    position: absolute;
    left: 0;
    top: 45px;
    list-style: none;
    background: #fff;
    z-index: 999999;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

header .search .result-box li.rright a {
    padding: 5px 10px;
    border-top: 1px dashed #ccc;
    display: block;
    background-color: none;
}

header .search .result-box li.rleft a {
    padding: 0px;
    display: block;
    background-color: none; 
}

header .search .result-box li a:hover {
    background: #aaa;
    color: #555;
    text-decoration: none;
}

header .search input.keyword:not(:valid) ~ .result-box {
    display: none;
}

header .search .reset-btn {
    position: absolute;
    right: 30px;
    top: 5px;
    left: auto;
    display: block;
    bottom: auto;
    cursor: pointer;
}

header .search input.keyword:not(:valid) ~ .reset-btn {
    display: none;
}

header .link {
    position: absolute;
    right: 0;
    top: 15px;
}

header .link li {
    display: inline-block;
    position: relative;
}

header .link li a {
    display: block;
    color: #fff;
    padding: 0 7px;
    border-right: 1px solid #aaa;
}

header .link li a b {
    padding: 0 5px;
    background: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    vertical-align: top;
}

header .link li a span {
    display: inline-block;
    vertical-align: top;
}

header .link li div.icon a .fa {
    font-size: 20px;
    float: left;
    margin-right: 5px;
}

header .link li:last-child a {
    border: 0;
}

header .link li a:hover {
    color: #000;
    text-decoration: none;
}

header .link li a:hover b {
    color: #fff;
    background: #000;
}

header .link li div.title {
    display: block;
    color: #fff;
    padding: 0 7px;
    border-right: 1px solid #aaa;
}

header .link li div b {
    padding: 0 5px;
    background: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    vertical-align: top;
}

header .link li div span {
    display: inline-block;
    vertical-align: top;
}

header .link li div .fa {
    font-size: 20px;
    float: left;
    margin-right: 5px;
}

header .link li:last-child div {
    border: 0;
}

header .link li div:hover {
    color: #000;
    text-decoration: none;
}

header .link li div:hover b {
    color: #fff;
    background: #000;
}


header .link li .dropdown {
    display: block;
    color: #000;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 35px;
    max-height: 0;
    overflow: hidden;
    width: 460px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

header .link li:nth-of-type(1) .dropdown {
    width: 150%;
    min-width:170px;
    left: 0;
}

header .link li:nth-of-type(2) .dropdown {
    width: 300%;
    min-width:338px;
    right: -100%;
}

header .link li:nth-of-type(3) .dropdown {
    width: 300%;
    min-width:338px;
    right: 0;
}

header .link li:hover .dropdown {
    padding: 10px;
    max-height: 100vh;
    border: 1px solid #555;
}

header .link li .dropdown a {
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #555;
    padding: 5px 0;
}

header .link li .dropdown a:last-of-type {
    border-bottom: 0px solid #FFF;
}

header .link li .dropdown a:hover {
    color: #000;
}

header .link li .dropdown div:hover {
    color: #000;
}

header .link li .dropdown .btn1 {
    background: #DF9123;
    color: #fff;
    width: 100%;
    border: 0;
    height: 30px;
    cursor: pointer;
    margin-top: 10px;
}

header .link li .dropdown .btn2 {
    background: #fff;
    border: 1px solid #aaa;
    color: #aaa;
    width: 100%;
    height: 30px;
    cursor: pointer;
    margin-top: 10px;
}

.btn3 {
    background: #DF9123;
    color: #fff;
    width: 30%;
    border: 0;
    height: 30px;
    cursor: pointer;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
    display: inline-block;
}

header .link li .dropdown .btn1:hover,
header .link li .dropdown .btn2:hover,
.btn3:hover {
    background: #555;
    color: #fff;
}

header .link li .dropdown .btn1:active,
header .link li .dropdown .btn2:active,
header .link li .dropdown .btn3:active {
    transform: translateY(4px);
}

header .link li .dropdown table {
    border-collapse: collapse;
    margin-top: 10px;
}

header .link li .dropdown table tr td {
    padding: 5px;
    border-top: 1px solid #ddd;
}

header .link li .dropdown table tr td a {
    padding: 0;
    border: 0;
}

header .link li .dropdown .icon a {
    border: 0;
    margin-top: 10px;
    float: left;
    width: 33.33333%;
    text-align: center;
    font-size: 12px;
}

header .link li .dropdown .icon a i {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}


header nav {
    height: 60px;
    overflow: hidden;
}

header #nav-icon2 {
    display: none;
}

header nav:before {
    content: "";
    width: 100vw;
    position: fixed;
    left: 0;
    top: 50px;
    height: 60px;
    z-index: -1;
    background: #292626;
}

header nav ul {
    display: table;
    width: 100%;
}

header nav ul li {
    display: table-cell;
    text-align: center;
}

header nav ul li:hover {
    background: #fff;
}

header nav ul li > a {
    font-size: 15px;
    line-height: 60px;
    display: block;
    padding: 0;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}

header nav ul li:hover > a {
    color: #000;
    text-decoration: none;
}

header nav ul li a span {
    display: none;
}

header nav ul li .white {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 110px;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

header nav ul li .white .product-list {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

header nav ul li .white > div {
    display: table;
    width: 100%;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

header nav ul li .white .link-list {
    display: table-cell;
    width: 16.66666666%;
    text-align: left;
    padding: 20px;
    background: #E9E9E9;
    margin-top: -10px;
}

header nav ul li .white .link-list li {
    display: block;
    text-align: left;
    line-height: 20px;
}

header nav ul li .white .link-list li:hover {
    background: none;
}

header nav ul li .white .link-list li.title a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    line-height: 30px;
}

header nav ul li .white .link-list li.title .view-all-btn {
    float: right;
    margin-top: 0px;
    color: #000;
    background: #e9e9e9;
}

header nav ul li .white .link-list li.title .view-all-btn:hover {
    background: #aaa;
    color: #fff !important;
}

header nav ul li .white .link-list li a {
    font-size: 15px;
    color: #555;
    display: block;
    line-height: 20px;
    height: 30px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: normal;
}

header nav ul li .white .link-list li:not(.title) a:hover {
    color: #000 !important;
    background: #fff;
}

header nav ul li .white.open {
    max-height: 100vh;
    box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 1px 1px 5px #aaa;
    -webkit-box-shadow: 1px 1px 5px #aaa;
}

header nav ul li .white > div i.fa {
    display: none;
}

header nav.on {
    overflow: visible;
    width: calc(100vw - 20px);
    margin-left: -160px;
}

header nav.on ul {
    background: #292626;
    display: block;
    padding-top: 60px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

header nav.on ul li {
    display: block;
    border-top: 1px solid #444;
}

.home-news {
    clear: both;
    background: #555;
    color: #fff;
    min-height: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.home-news .wrapper {
    padding: 10px 75px 10px 160px;
    position: relative;
}

.home-news .more {
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 30px;
    background: #fff;
    color: #000;
    padding: 0 10px;
    font-size: 12px;
}

.home-news .more:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.slides {
    position: relative;
}

.slides img {
    display: block;
    width: 100%;
}

.slides .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    width: 24px;
    height: 40px;
    background: url(/catalog/view/theme/airsoftmegastorecom/image/arrow.png) no-repeat;
    background-size: 100%;
    border: 0;
    text-indent: -9999999px;
    z-index: 1;
    cursor: pointer;
}

.slides .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 24px;
    height: 40px;
    background: url(/catalog/view/theme/airsoftmegastorecom/image/arrow.png) no-repeat;
    background-size: 100%;
    border: 0;
    text-indent: -9999999px;
    z-index: 1;
    cursor: pointer;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slides .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.slides .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slides .slick-dots li button {
    background: none;
    border: 0;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    text-indent: -99999px;
}

.slides .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}

.home-contact-btn {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -57px;
    margin: auto;
    background: #DF9123;
    color: #fff;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9;
    display:none;
}

.home-contact-btn:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
}

.home-main > section {
    padding: 40px 0 50px 0;
}

.home-main > section:nth-child(even) {
    background: #E9E9E9;
}

.home-main strong {
    font-weight: bold;
    font-size: 25px;
    display: block;
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
    line-height: 30px;
}

.home-main strong label {
    position: relative;
    display: block;
    width: 130px;
    float: right;
}

.home-main strong label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 10px;
    font-size: 12px;
    width: 130px;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.home-main strong label:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 9px;
    height: 15px;
    background: url(/catalog/view/theme/airsoftmegastorecom/image/arrow.png) no-repeat;
    background-size: 100%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-list {
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 1px 1px 5px #aaa;
    -webkit-box-shadow: 1px 1px 5px #aaa;
    position: relative;
}

.sezzle_price_tag {
padding-top: 8px;
padding-left: 20px
}

.prod-slide-list.product-list .slide-element {
  width: 10%;
}

.img-sold-out {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    z-index: 1;
    font-size: 120%;
    overflow: visible;
    font-weight: bold;
    text-align: center;
}

.img-sold-out > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
}

.img-alert {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0);
    color: #000;
    z-index: 1;
    font-size: 110%;
    overflow: visible;
    font-weight: bold;
    text-align: center;
}

.img-alert > span {
    position: absolute;
    top: 3px;
    left: 30%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    display: block;
    color: #D00;
    opacity: 0.9;
    background: rgba(235, 235, 235, 0.8)
}

.img-map-protected {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    color: #000;
    z-index: 1;
    font-size: 110%;
    overflow: visible;
    font-weight: bold;
    text-align: center;
}

.img-map-protected > span {
    position: absolute;
    bottom: 0%;
    left: 30%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    display: block;
    color: #717960;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.8)
}

.img-variant-model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #000;
    z-index: 1;
    overflow: visible;
    font-weight: bold;
    text-align: center;
}

.img-variant-model > span {
    position: absolute;
    top: 300%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    background: rgba(255,255,255, 0.9);
}


.product-list li {
    width: 20%;
    margin: 0 -2px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}

.product-list li:hover {
    background: #eee;
}

.product-list li a {
   position: relative;
}

.product-list li a,
.product-list li div,
.product-list li img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-list li a img + img {
    opacity: 0;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

.product-list.more-exciting li a img + img {
    right: 0;
    margin: auto;
}

.product-list li:hover a img + img {
    opacity: 1;
}

.product-list li h3 a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
}

.product-list li .star {
    margin: 5px 0;
    color: #605E4F;
}

.product-list li .star .fa {
    margin: 0 -1px;
}

.product-list li .price {
    font-size: 20px;
    font-weight: bold;
    color: darkred;
}

.product-list li .price span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-decoration: line-through;
    color: #888;
    font-weight: normal;
    margin-right: 5px;
}

.product-list li p {
    text-align: left;
    margin-top: 10px;
    height: 200px;
    overflow: hidden;
}

.img-sale-off-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.img-sale-off {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    width: 45%;
}

.home-main .slide-list {
    width: calc(100% - 50px);
    margin: 0px auto;
}

.home-main .slide-list .slick-arrow {
    opacity: 0.5;
}

.home-main .slide-list .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -28px;
    width: 18px;
    height: 30px;
    background: url(/catalog/view/theme/airsoftmegastorecom/image/arrow-black.png) no-repeat;
    background-size: 100%;
    border: 0;
    text-indent: -9999999px;
    z-index: 0;
    cursor: pointer;
}

.home-main .slide-list .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -28px;
    width: 18px;
    height: 30px;
    background: url(/catalog/view/theme/airsoftmegastorecom/image/arrow-black.png) no-repeat;
    background-size: 100%;
    border: 0;
    text-indent: -9999999px;
    z-index: 0;
    cursor: pointer;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-main .left-list {
    float: left;
    width: calc(30% - 10px);
}

.home-main .left-list li {
    width: 100%;
}

.home-main .right-list {
    float: right;
    width: calc(70% - 10px);
}

.home-main .right-list li {
    width: 50%;
    text-align: left;
}

.home-main .right-list li a .img-sold-out {
    width: 150px;
    height: 150px;
}

.home-main .right-list li a .img-sale-off {
    width: 150px;
}
.home-main .right-list.more-exciting li a .img-sold-out {
  height: 100%;
}

.home-main .right-list.more-exciting li a .img-map-protected {
    right: 0px;
    margin: 2px;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
}

.home-main .right-list.more-exciting li a .img-sold-out,
.home-main .right-list.more-exciting li a .img-sale-off {
    right: 0;
    margin: auto;
    width: 100%;
}

.home-main .right-list li img {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.home-main .right-list div.detail {
    float: right;
    width: calc(100% - 170px);
}

.home-main .right-list.more-exciting.all li {
    width: 25%;
}

.home-main .right-list.more-exciting li {
    text-align: center;
}

.home-main .right-list.more-exciting li img {
    float: none;
    display: block;
    margin: 0px auto 10px auto;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.home-main .right-list.more-exciting.all li:nth-of-type(3n) {
    border-right: 1px solid #ddd;
}

.home-main .right-list.more-exciting.all li:nth-of-type(4n) {
    border-right: 0;
}

.home-main .right-list.all {
    float: none;
    width: 98%;
    margin: 0px auto;
    padding: 0 0 10px 0;
}

.home-main .right-list.all li {
    width: 33.333333333%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.home-main .right-list.all li:hover {
    background: #fff;
    transform: scale(1.05);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 20px #aaa;
    -moz-box-shadow: 1px 1px 20px #aaa;
    -webkit-box-shadow: 1px 1px 20px #aaa;
}

.home-main .right-list.all li:nth-of-type(3),
.home-main .right-list.all li:nth-of-type(6) {
    border-right: 0;
}

.home-main .top-list {
    float: right;
    width: calc(70% - 10px);
}

.home-main .top-list li {
    width: 50%;
    text-align: center;
}

.home-main .top-list li .image {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 100%;
}

.home-main .top-list li .product-details {
    display: inline-block;
    vertical-align: middle;
    height: 110px;
    width: 100%;
}

.home-main .top-list li .product-name {
    display: inline-block;
    vertical-align: middle;
    max-height: 65px;
    width: 100%;
}

.home-main .top-list li img {
    margin-right: auto;
    margin-left: auto;
    max-height: 108px;
    margin-bottom: 10px;
    width: auto;
}

.home-main .top-list.all {
    float: none;
    width: 98%;
    margin: 0px auto;
    padding: 0 0 10px 0;
}

.home-main .top-list.all li {
    max-width: 25%;
    min-width: 360px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.home-main .top-list.all li:hover {
    background: #fff;
    transform: scale(1.05);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 20px #aaa;
    -moz-box-shadow: 1px 1px 20px #aaa;
    -webkit-box-shadow: 1px 1px 20px #aaa;
}

.home-main .top-list.all li:nth-of-type(3),
.home-main .top-list.all li:nth-of-type(6) {
    border-right: 0;
}

.home-main .right-list.all li:hover .add-to-cart:disabled, 
.home-main .right-list.all li .add-to-cart {
    filter:alpha(opacity=100); 
    -moz-opacity:1.0; 
    opacity:0;
    white-space: nowrap;
    bottom: 10px;
    right: 15px;
    width: 50%;
    min-width: 90px;
}

.home-main .right-list.all li:hover .add-to-cart {
    filter:alpha(opacity=100); 
    -moz-opacity:1.00; 
    opacity:1.00;
}

.home-main .right-list.all li .view-details {
    filter:alpha(opacity=100); 
    -moz-opacity:1.0; 
    opacity:0;
    background: #DDD;
    border: 1px solid #ccc;
    color: #555;
    white-space: nowrap;
    bottom: 10px;
    right: 15px;
    width: 50%;
    min-width: 100px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
}

.home-main .right-list.all li:hover .view-details {
    filter:alpha(opacity=100); 
    -moz-opacity:1.00;
    opacity: 1;
    text-decoration: none;
    opacity:1.00;
}

.view-all-btn {
    line-height: 30px;
    background: #fff;
    color: #000;
    width: 95px !important;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    font-size: 12px;
    font-weight: bold;
}

.view-all-btn:hover {
    background: #aaa;
    color: #fff;
    text-decoration: none;
}

.home-main .categories-list li {
    width: 33.3333333333333%;
    text-align: left;
    padding-left: 120px;
    position: relative;
}

.home-main .categories-list li img {
    position: absolute;
    left: 10px;
    top: 10px;
    float: left;
    width: 100px;
}

.home-main .categories-list li .link {
    margin: 5px 0;
}

.home-main .categories-list li .link a {
    color: #888;
    font-size: 12px;
}

.home-main .categories-list li .view-all-btn {
    float: right;
}

.home-main .wall {
    position: relative;
}

.home-main .wall:after {
    content: '';
    position: absolute;
    pointer-events: none;
    height: 50%;
    bottom: 0;
    width: 100%;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
}

.home-main .grid {
    margin: 0px auto;
    position: relative;
    padding-bottom: 50px;
}

.home-main .grid .grid-item {
    width: 300px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 1px 1px 5px #aaa;
    -webkit-box-shadow: 1px 1px 5px #aaa;
    border: 1px solid #ddd;
}

.home-main .grid .grid-item:hover {
    border: 1px solid #000;
}

.home-main .grid .grid-item .top {
    font-weight: bold;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.home-main .grid .grid-item .top .fa {
    font-size: 20px;
    vertical-align: middle;
}

.home-main .grid .grid-item .top span {
    float: right;
    color: #888;
    font-weight: normal;
    font-size: 12px;
}

.home-main .grid .grid-item .img,
.home-main .grid .grid-item .img img {
    display: block;
    width: 100%;
}

.home-main .grid .grid-item .img img {
    margin-bottom: 10px;
}

.home-main .grid .grid-item a:hover {
    text-decoration: none;
}

.home-main .grid .grid-item p {
    padding: 0 5px;
}

.home-main .grid .view-all-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.home-main .grid .grid-item .product-list {
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.home-main .grid .grid-item .product-list li {
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
}

.home-main .grid .grid-item .product-list li:hover {
    background: none;
}

.h1title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 24px;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.disabled-to-button:disabled {
    line-height: 20px;
    padding: 10px 0;
    background: #DDD;
    border: 1px solid #EEE;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    white-space: nowrap;
}

.add-to-cart {
    line-height: 20px;
    padding: 10px 0;
    background: #DF9123;
    border: 1px solid #DF9123;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    white-space: nowrap;
}

.add-to-cart:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
}

.add-to-wish {
    line-height: 20px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
}

.add-to-wish:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
}

footer {
    padding: 50px 0 0 0;
    background: #555;
    margin-bottom: 20px;
}

footer .wrapper {
    position: relative;
}

footer .copyright {
    background: #292626;
    color: #fff;
    padding: 15px 0;
    text-align: right;
}

footer .copyright a {
    padding: 0 10px;
    border-left: 1px solid #555;
    color: #fff;
}

footer .copyright a:first-of-type {
    margin-left: 10px;
}

footer .logo {
    text-indent: -999999px;
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 100px;
    height: 100px;
    background: url(/image/catalog/icon/ams/logo.png) center no-repeat;
    background-size: 100%;
}

footer .wrapper > ul {
    float: left;
    width: 25%;
    margin-bottom: 50px;
    padding: 0 10px;
}

footer .wrapper > ul li {
    color: #aaa;
    display: block;
    font-size: 12px;
}

footer .wrapper > ul li a {
    color: #aaa;
}

footer .wrapper > ul li.title {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    list-style: none;
}

footer .wrapper > ul li + li.title {
    margin-top: 20px;
}

footer .wrapper > ul li.title a {
    color: #fff;
}

footer .wrapper > ul li .fa {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    margin: 5px 2px;
}

footer .wrapper > ul li .fa:hover {
    color: #000;
}

footer .wrapper > ul li form {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

footer .wrapper > ul li form input {
    padding: 5px 90px 5px 10px;
    width: 100%;
    border: 0;
    height: 30px;
}

footer .wrapper > ul li form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    border: 0;
    color: #fff;
    background: #000;
    width: 80px;
    cursor: pointer;
}

footer .wrapper > ul li form button:hover {
    background: #aaa;
}

.product-list.up-down li {
    width: 25%;
    text-align: center;
    padding: 10px;
    border: 0;
}

.product-list.up-down li img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 288px;
}

.product-list.up-down li h3 a {
    text-align: center;
}

.product-list.categories-list.up-down li {
    text-align: left;
}

.page-main {
    position: relative;
    background: #E9E9E9;
}

.page-main > .banner {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-main .top {
    background: url("/image/catalog/theme/bg/airsoft-category-bg-marui-pistol.jpg") center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.page-main .top.nobg {
    background: none;
}

.page-main .top:after {
    content: "";
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-main .top.nobg:after {
    content: none;
}


.page-main .top .breadcrumb {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 25px 50px;
    position: relative;
    z-index: 1;
    background-color: inherit;
    border-radius: inherit;
}

.page-main .top .breadcrumb a {
    color: #fff;
}

.page-main .top.nobg .breadcrumb,
.page-main .top.nobg .breadcrumb a {
    color: #555;
}

.page-main .top h1 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 5px;
    padding: 0 2vw 150px 2vw;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.page-main .top.nobg h1 {
    color: #000;
}

.page-main .category-left {
    width: calc(94vw - 400px);
    float: left;
    margin-left: 2vw;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.page-main .category-left .box {
    background: #fff;
    margin-bottom: 50px;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    padding: 0;
}

.page-main .category-left .box .product-list.up-down li {
    width: 33.33333%;
}

.page-main .category-left .box h2,
.page-main .category-right h2 {
    font-weight: bold;
    font-size: 25px;
    display: block;
    padding: 20px 30px;
    color: #000;
    line-height: 30px;
}

.page-main .category-left .box h3,
.page-main .category-right h3 {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 20px 18px;
    color: #000;
    line-height: 25px;
}

.page-main .category-right {
    padding: 0;
    width: 400px;
    float: right;
    margin-right: 2vw;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    margin-top: -100px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.page-main .category-right .product-list li {
    width: 100%;
    text-align: left;
}

.page-main .category-right .product-list li img {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.page-main .category-right .product-list li a img + img {
    left: -110px !important;
}

.page-main .category-right .product-list li a {
    display: initial;
}

.page-main .category-right .product-list li a .img-sold-out {
    width: 100px;
    height: 100px;
    left: -110px;
}

.page-main .category-right .product-list li a .img-sale-off {
    width: 100px;
    left: 0;
}

.page-main .category-right .product-list li h3 a {
    width: 70%;
}

.home-main .right-list.all h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-main .category-left .box .product-list,
.page-main .category-right .product-list {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.page-main .list-left {
    float: left;
    margin-left: 2vw;
    width: 250px;
    margin-top: -100px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.page-main .list-left > .title {
    display: block;
    line-height: 40px;
    color: #fff;
    background: #DF9123;
    padding: 0 10px;
    font-size: 15px;
    cursor: pointer;
}

.page-main .list-left > .title .fa {
    float: right;
    line-height: 40px;
}

.page-main .list-left .box {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.page-main .list-left .box > strong {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #000;
}

.page-main .list-left .box label {
    cursor: pointer;
    margin: 5px 0;
    display: block;
}

.page-main .list-left .box .search {
    position: relative;
    width: 100%;
    display: block;
    margin: 10px 0;
    border: 1px solid #ccc;
}

.page-main .list-left .box .search input {
    padding: 0 10px;
    height: 30px;
    width: 100%;
    border: 0;
}

.page-main .list-left .box .search input:focus {
    background: #e9e9e9;
}

.page-main .list-left .box .search button {
    background: none;
    border: 0;
    color: #aaa;
    position: absolute;
    right: 0;
    padding: 0 10px;
    top: 4px;
    cursor: pointer;
}

.page-main .list-left > #results {
    display: none;
}

.page-main .related .list-right {
    z-index: 100;
}


.page-main .list-right {
    float: right;
    margin-right: 2vw;
    width: calc(94vw - 250px);
    margin-top: -100px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

.page-main .list-right .box {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.page-main .related .list-right .box .left a {
    margin-bottom: 0px;
}

.page-main .list-right .box .left a
{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

.page-main a.variant-model
{
    position: relative;
    display: inline;
    max-width: calc(12.5% - 3px);
    margin-right: 3px;
}

.page-main .list-right .box .left a img + img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.page-main .list-right .box:hover .left a img + img {
    opacity: 1;
}

.page-main .list-right .box.check {
    border-bottom: 3px solid #DF9123;
    padding-bottom: 0;
}

.page-main .select {
    display: inline-block;
    vertical-align: middle;
}

.page-main .list-right .box .select {
    position: relative;
    float: left;
    margin-right: 10px;
}

.page-main .select .fa {
    width: 10px;
    height: 14px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-main .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 30px 0 10px;
    line-height: 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.page-main .list-right .box .select select {
    line-height: 40px;
    min-width: 90px;
}

.page-main .list-right .box.check .btn {
    float: right;
    margin-bottom: 10px;
}

.page-main .list-right .box.check .btn a {
    float: left;
    margin: 0 -1px 0 0;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

.page-main .list-right .box.check .btn a:hover {
    text-decoration: none;
}

.page-main .list-right .box.check .btn a img {
    width: 20px;
    display: block;
}

.page-main .list-right .box.check .btn a.active {
    background: #e9e9e9;
}

.page-main .list-right .box.check .btn strong {
    line-height: 40px;
    float: left;
    margin-right: 10px;
}

.page-main .list-right .box1 {
    padding: 25px;
}

.page-main .list-right .box1:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.page-main .list-right .box1 .left {
    float: left;
    width: 300px;
}

.page-main .list-right .box1 .left img {
    display: block;
    width: 100%;
}

.page-main .list-right .box1 .left .star {
    text-align: center;
    color: #605E4F;
    margin-bottom: 10px;
}

.page-main .list-right .box1 .left .star .fa {
    margin: 0 -1px;
    font-size: 20px;
}

.page-main .list-right .box1 .right {
    float: right;
    width: calc(100% - 350px);
}

.page-main .list-right .box1 .right h2 {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.page-main .list-right .box1 .right .tiny > i {
    display: inline-block;
    vertical-align: middle;
    background: #717960;
    padding: 0 10px;
    color: #fff;
    font-style: normal;
    margin: 0px;
}
.page-main .list-right .box1 .right small > i {
    display: inline-block;
    vertical-align: middle;
    background: #717960;
    padding: 0 10px;
    color: #fff;
    font-style: normal;
    margin: 10px;
}

.page-main .list-right .box1 .right small > i.no {
    background: darkred;
}

.page-main .list-right .box1 .right small .star {
    color: #605E4F;
    display: inline-block;
    vertical-align: middle;
}

.page-main .list-right .box1 .right small .star .fa {
    margin: 0 -1px;
    font-size: 20px;
}

.page-main .list-right .box1 .right ul li {
    margin-left: 25px;
}

.page-main  .price {
    font-size: 20px;
    font-weight: bold;
    color: darkred;
    padding-right: 10px;
    border-right: 1px solid #aaa;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.page-main  .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    color: #aaa;
    font-weight: normal;
    margin-right: 5px;
}

.page-main  .price + div,
.page-main  .price-info + div {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    min-height: 42px;
}

.page-main .list-right .box1 .right .add-to-cart,
.page-main .list-right .box1 .right .add-to-wish {
    width: calc(33% - 3px);
    display: inline-block;
    vertical-align: middle;
}

hr {
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.page-main .list-right .box1 .right h2.related-product {
    margin: 0;
    padding: 0;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: left;
    font-size: 1px;
}

.page-main .list-right .box2 {
    padding: 3px;
    float: left;
    max-width: 178px;
    margin-right: 3px;
    min-height: 438px;
}

.page-main .related .list-right .box2 .right,
.page-main .related .list-right .box2 .left {
    width: 100%;
    min-height: auto;
}

.page-main .list-right .box2 .right,
.page-main .list-right .box2 .left {
    width: 100%;
    min-height: 190px;
}

.page-main .related .list-right .box2 .right .price-info {
    margin: 0 0 5px 0;
    display: block;
    height: 10px;
}

.page-main .list-right .box2 .right .price-info {
    padding: 0;
    border: 0;
    margin: 0 0 10px 0;
    display: block;
    height: 22px;
}

.page-main .list-right .box2 .right .price {
    padding: 0;
    border: 0;
    display: inline-block;
}

.page-main .list-right .box3 .eye {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #DF9123;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.page-main .list-right .box3:hover .eye {
    opacity: 1;
}

.page-main.hide {
    display: none;
}

.page-main.show {
    display: block;
    position: fixed;
    width: calc(100% - 50px);
    height: calc(100vh - 50px);
    max-width: 1000px;
    max-height: 450px;
    min-height: 0;
    background: none;
    overflow: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 999;
}

.page-main.show .list-right {
    float: none;
    margin-right: 0;
    width: 100%;
    margin: 0;
    position: relative;
}

.page-main.hide + .black {
    display: none;
}

.page-main.show + .black {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.page-main.show + .black .fa {
    color: #fff;
    font-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    cursor: pointer;
}

.page-main  .select {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.page-main  .select select {
    line-height: 30px;
}

.page-main .list-right.all {
    width: 96vw;
    margin: 0 2vw 30px 2vw;
    float: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.page-main .list-right.all .box1 .left {
    width: 40%;
}

.page-main .list-right.all .box1 .left .icon {
    text-align: center;
    font-size: 20px;
}

.page-main .list-right.all .box1 .left .icon a {
    display: inline-block;
    width: auto;
}

.page-main .list-right.all .box1 .left .icon .fa {
    margin: 10px;
    color: #aaa;
}

.page-main .list-right.all .box1 .left .icon .fa:hover {
    color: #555;
}

.page-main .list-right.all .box1 .left .bigimg {
    position: relative;
}

.page-main .list-right.all .box1 .left .bigimg input,
.page-main .list-right.all .box1 .left .bigimg a,
.page-main .list-right.all .box1 .left .bigimg div {
    display: none;
}

.page-main .list-right.all .box1 .left .bigimg input:checked + a,
.page-main .list-right.all .box1 .left .bigimg input:checked + div {
    display: block;
}

.page-main .list-right.all .box1 .left .imglist label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    width: calc(20% - 14px);
    cursor: pointer;
}

.page-main .list-right.all .box1 .left .imglist label img {
    border: 1px solid #fff;
    padding: 5px;
}

.page-main .list-right.all .box1 .left .imglist label.border img {
    border: 1px solid #DF9123;
}

.page-main .list-right.all .box1 .right {
    width: calc(60% - 40px);
}

.page-main .list-right.all .box1 .right h1 {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.page-main .list-right.all .box1 .right h1.fix {
    position: fixed;
    bottom: 0;
    padding: 10px 2vw;
    background: #aaa;
    z-index: 20;
}

.page-main .list-right.all .box1 .right h1 img,
.page-main .list-right.all .box1 .right h1 button {
    display: none;
    margin: 0 10px 0 0;
}

.page-main .list-right.all .box1 .right h1.fix img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.page-main .list-right.all .box1 .right h1.fix button {
    display: inline-block;
    float: right;
    width: 150px;
    font-size: 15px;
    font-weight: normal;
    margin-right: 80px;
}

.page-main .tab {
    margin: 0;
    background: #aaa;
    text-align: center;
}

.page-main .tab.fix {
    position: fixed;
    left: 0;
    top: 110px;
    width: 100%;
    margin: 0;
    z-index: 5;
}

.page-main .tab label,
.page-main .tab a {
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.page-main .tab label:hover,
.page-main .tab label.color,
.page-main .tab a:hover,
.page-main .tab a.color {
    background: #fff;
    color: #000;
}

.page-main .tab.cart-tab i {
    display: block;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-left: 1px;
    background: #aaa;
    color: #fff;
    font-style: normal;
    margin: 0 auto 5px auto;
    border-radius: 25px; 
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px;
}

.page-main .product-info>input {
    display: none;
}

.page-main .product-info>input+div {
    display: none;
}

.page-main .product-info>input:checked+div {
    display: block;
}

.page-main .tab label {
    display: block;
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.page-main .tab label:hover,
.page-main .tab label.color {
    background: inherit;
    color: #fff;
}

.page-main .tab label .fa,
.page-main .tab label .far,
.page-main .tab label .fal {
    font-size: 25px;
    float: right;
    margin-top: -3px;
}

.page-main .product-info {
    padding: 0;
}

.page-main .product-info>input+div {
    display: block !important;
    max-height: 0;
    overflow: hidden;
}

.page-main .product-info>input:checked+div {
    padding: 20px;
    max-height: 500vh;
}

.page-main .product-info {
    padding: 20px;
    background: #fff;
    margin: 0 2vw 30px 2vw;
}

.page-main .product-info.fix {
    margin-top: -110px;
    padding-top: 180px;
}

.page-main .product-info > input[type=radio] {
    display: none;
}

.page-main .product-info > input[type=radio] + div {
    display: none;
}

.page-main .product-info > input[type=radio]:checked + div {
    display: block;
}

.page-main .product-info .detail h3 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
    padding: 10px 0;
}

.page-main .product-info .detail p {
    padding: 10px 0;
}

.page-main .product-info .detail .left {
    float: left;
    width: calc(100% - 325px);
    margin-right: 25px;
    padding-right: 25px;
    border-right: 5px solid #eee;
}

.page-main .product-info .detail .left .big.star {
    margin: 20px 0;
}

.page-main .product-info .detail .left .big.star .fa {
    font-size: 30px;
}

.page-main .product-info .detail .left .starlist {
    margin-bottom: 20px;
}

.page-main .product-info .detail .left .starlist li {
    display: block;
    padding: 5px 0;
    width: 100%;
    max-width: 300px;
}

.page-main .product-info .detail .left .starlist li b {
    float: right;
    height: 25px;
    border: 1px solid #ccc;
    width: 60%;
    position: relative;
}

.page-main .product-info .detail .left .starlist li b i {
    position: absolute;
    height: 23px;
    top: 0;
    left: 0;
    background: #aaa;
}

.page-main .product-info .detail .left .reviews > div {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.page-main .product-info .detail .left .reviews:last-of-type {
    border: 0;
}

.page-main .product-info .detail .left .reviews .star {
    font-size: 20px;
}

.page-main .product-info .detail .left .reviews .time {
    float: right;
}

.page-main .product-info .detail .left .reviews .title {
    display: block;
    margin: 10px 0;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.page-main .product-info .detail .left .reviews .title small {
    color: #aaa;
}

.page-main .product-info .detail .left .qa > div {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: block;
}

.page-main .product-info .detail .left .qa > div .title {
    padding: 0 5px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 20px;
}

.page-main .product-info .detail .left .qa > div .title .fa {
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    bottom: 0;
    margin: auto;
}

.page-main .product-info .detail .left .qa > div.on .title .fa {
    -moz-transform:rotate(90deg); 
    -webkit-transform:rotate(90deg); 
    -o-transform:rotate(90deg); 
    -ms-transform:rotate(90deg); 
    transform:rotate(90deg);
}

.page-main .product-info .detail .left .qa > div .title small {
    color: #aaa;
    float: right;
}

.page-main .product-info .detail .left .qa > div .answers {
    clear: both;
    padding: 0 20px 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.page-main .product-info .detail .left .qa > div.on .answers {
    padding: 10px 20px 20px 20px;
    max-height: 100000000000vh;
    overflow: auto;
}

.page-main .product-info .detail .left .qa > div .answers > div {
    background: #eee;
    padding: 10px;
    position: relative;
    margin-top: 10px;
}

.page-main .product-info .detail .left .qa > div .answers > div .info {
    display: block;
    text-align: right;
    margin-top: 10px;
    color: #aaa;
    font-size: 13px;
}

.page-main .product-info .detail .left .qa > div .answers > div textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 50px 5px 10px;
}

.page-main .product-info .detail .left .qa > div .answers > div button {
    position: absolute;
    height: calc(100% - 25px);
    right: 10px;
    top: 10px;
    background: #555;
    color: #fff;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
}

.page-main .product-info .detail .left .qa > label .answers > div .info {
    color: #aaa;
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}

.page-main .product-info .detail .right {
    width: 300px;
    float: right;
}

.page-main .product-info .detail .right .download {
    display: block;
    background: #eee;
    color: #000;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.page-main .product-info .detail .right .download:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}

.page-main .product-info .detail .right .download em {
    font-style: normal;
    color: #aaa;
}

.page-main .product-info .detail .right .download .fa {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.page-main  .table {
    overflow: auto;
}

.page-main  .table::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.page-main  .table::-webkit-scrollbar
{
	height: 10px;
	background-color: #F5F5F5;
}

.page-main  .table::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.page-main  .table table {
    border-collapse: collapse;
}

.page-main  .table table tr td {
    padding: 10px;
    border: 1px solid #ddd;
}

.page-main  .table .compare {
    width: 100%;
    min-width: 500px;
    margin-bottom: 10px;
}

.page-main  .table .compare tr td {
    text-align: center;
}

.page-main  .table .compare tr td:first-of-type {
    text-align: right;
}

.page-main  .table .compare tr td img {
    width: 50%;
    display: block;
    margin: 0px auto;
}

.page-main  .table .compare tr.price td {
    color: darkred;
    font-weight: bold;
    font-size: 15px;
}

.page-main .product-info .detail .star {
    position: relative;
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.page-main .product-info .detail .star input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.page-main .product-info .detail .star label {
    position: relative;
    float: right;
    color: #C8C8C8;
    cursor: pointer;
}

.page-main .product-info .detail .star label:before {
    margin: 5px;
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.5em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.page-main .product-info .detail .star input:checked ~ label:before {
    color: #FFC107;
}

.page-main .product-info .detail form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.page-main .product-info .detail form fieldset b {
    display: block;
    margin: 10px 0;
}

.page-main .product-info .detail form fieldset label {
    display: block;
}

.page-main .product-info .detail form fieldset label input[type=text],
.page-main .product-info .detail form fieldset label textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.page-main .product-info .detail form fieldset button {
    margin-top: 20px;
    background: #555;
    color: #fff;
    cursor: pointer;
}

.page-main .product-info .detail form fieldset button:hover {
    background: #000;
}

.page-main .cart-right .box {
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}

.page-main .cart-right .box:last-of-type {
    border: 0;
}

.page-main .cart-right .box > strong {
    font-size: 20px;
    font-weight: 100;
    display: block;
    margin-bottom: 20px;
}

.page-main .cart-right .box > strong.or {
    font-style: normal;
    font-size: 15px;
    display: block;
    color: #aaa;
    text-align: center;
    margin-top: 20px;
}

.page-main .cart-right .box fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.page-main .cart-right .box fieldset input[type=text] {
    height: 40px;
    padding: 5px 10px;
    display: inline-block;
    width: calc(100% - 100px);
}

.page-main .cart-right .box fieldset input[type=text]:focus {
    border-color: #000;
}

.page-main .cart-right .box fieldset button {
    height: 40px;
    width: 100%;
    background: #000;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
    justify-content: center;
}

.page-main .cart-right .box fieldset button.paypal-button {
    height: 80px;
    background: #fff;
}

.page-main .cart-right .box fieldset button:last-of-type {
    margin-bottom: 0;
}

.page-main .cart-right .box fieldset button.go:hover {
    background: #333;
}

.page-main .cart-right .box fieldset button:hover,
.page-main .cart-right .box fieldset button.paypal:hover,
.page-main .cart-right .box fieldset button.apple:hover,
.page-main .cart-right .box fieldset button.express:hover {
    background: #aaa;
}

.page-main .cart-right .box fieldset button.sm {
    width: 100px;
    display: inline-block;
    margin-left: -5px;
}

.page-main .cart-right .box fieldset button.go {
    background: #DF9123;
}

.page-main .cart-right .box fieldset button.blue-button {
    background: #009CDE;
}

.page-main .cart-right .box fieldset button.paypal {
    background: #FC3;
}

.page-main .cart-right .box fieldset button.apple {
    background: #666666;
}

.page-main .cart-right .box fieldset button.express {
    background: #002F86;
}

.page-main .cart-right .box fieldset button .fa {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.page-main .cart-right .box fieldset select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
}

.page-main .cart-right .box fieldset ul {
    list-style: none;
    margin: 0 0 10px 0;
}

.page-main .cart-right .box fieldset ul li {
    margin-bottom: 10px;
    padding: 0 5px;
}

.page-main .cart-right .box fieldset ul li span {
    float: right;
}

.page-main .cart-right .box fieldset ul li:last-of-type {
    font-size: 20px;
    font-weight: bold;
    color: darkred;
    border-top: 2px solid #ddd;
    padding: 10px 5px;
}

.page-main .cart-left,
.page-main .cart-right {
    margin-top: 0;
}

.page-main .cart-right {
    margin-top: 70px;
}

.page-main .cart-left h1,
.page-main .cart-left h2 {
    font-weight: bold;
    font-size: 25px;
    display: block;
    padding: 0 5px;
    color: #000;
    margin: 20px 0;
    line-height: 30px;
}

.page-main .cart-left h1 .btn {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #aaa;
}

.page-main .cart-left h1 .btn a {
    border: 1px solid #aaa;
    margin: 0 5px;
    padding: 5px 10px;
    background: #fff;
}

.page-main .cart-left h1 .btn a:hover {
    background: #aaa;
    color: #fff;
    text-decoration: none;
}

.page-main .cart-left .box {
    padding: 20px;
}

.page-main .cart-left .box .none {
    margin: 50px 0;
    text-align: center;
    color: #aaa;
    font-size: 20px;
}

.page-main .cart-left .box table {
    width: 100%;
}

.page-main .cart-left .box table tr td img {
    float: left;
    width: 150px;
    margin-right: 20px;
}

.page-main .cart-left .box table tr td {
    position: relative;
    vertical-align: top;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.page-main .cart-left .box table tr td:last-of-type {
    text-align: right;
}

.page-main .cart-left .box table tr:last-of-type td {
    border: 0;
}

.page-main .cart-left .box table tr td b {
    display: block;
}

.page-main .cart-left .box table tr td .select .fa {
    bottom: auto;
    top: 20px;
}

.page-main .cart-left .box table tr td .cart_action {
    line-height: 20px;
    border: 0;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 17px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.page-main .cart-left .box table tr td .price {
    line-height: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: normal;
}

.page-main .cart-left .box table tr td .price span {
    display: block;
}

.page-main .btn-cart-refresh-qty {
  margin: 1;
  padding: 1;
}

.page-main .cart-left .box table tr td .btn {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 200px;
}

.page-main .cart-left .box table tr td .btn a {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.page-main .cart-left .box table tr td small > i {
    display: inline-block;
    vertical-align: middle;
    background: #717960;
    padding: 0 10px;
    color: #fff;
    font-style: normal;
    margin: 10px;
}

.page-main .member {
    max-width: 1200px;
    margin: 0px auto;
    padding-bottom: 50px;
}

.page-main .member .content {
    padding: 20px 10px;
    margin: 0;
}

.page-main .member .content .list-right {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.page-main .member .content .list-right .box1 .left {
    width: 120px;
}

.page-main .member .content .list-right .box1 .right {
    width: calc(100% - 170px);
}

.page-main .member .content .list-right .box1 .right .add-to-cart {
    display: block;
    width: 100%;
    padding: 5px 0;
}

.page-main .member .content > .left {
    float: left;
    width: calc(60% - 20px);
}

.page-main .member .content > .right {
    float: right;
    width: 40%;
}

.page-main .member .content > strong,
.page-main .member .content > .left > strong,
.page-main .member .content > .right > strong {
    font-weight: bold;
    font-size: 25px;
    display: block;
    padding: 10px;
    color: #000;
    margin: 0 10px 20px 10px;
    border-left: 5px solid #aaa;
}

.page-main .member .content > strong > span,
.page-main .member .content > .right > strong > span {
    float: right;
    font-weight: normal;
    font-size: 20px;
}

.page-main .member .content > small {
    font-size: 13px;
    color: #888;
    display: block;
    padding: 0 25px;
    margin: -15px 0 15px 0;
}

.page-main .member .content .table {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.page-main .member .content .table table {
    width: calc(100% - 0px);
}

.page-main .member .content .table table a {
    color: #DF9123;
}

.page-main .member .content .table table a:hover {
    color: #555;
}

.page-main .member .content .table table tr th {
    padding: 5px;
}

.page-main .member .content .table table tr td {
    text-align: center;
}

.page-main .member .content .table table tr td .green {
    color: darkgreen;
    font-weight: bold;
}

.page-main .member .content .table table tr td .red {
    color: darkred;
    font-weight: bold;
}

.page-main .member .content > .right .wish .list-right .box1 .left {
    width: 100px;
}

.page-main .member .content > .right .wish .list-right .box1 .right {
    width: calc(100% - 150px);
}

.page-main .member .content > .wish .list-right .box1 .left,
.page-main .member .content > .wish .list-right .box1 .right {
    width: 100%;
}

.page-main .member .content > .right .wish > center {
    display: none;
}

.page-main .member .content > .right .wish.no > center {
    display: block;
    padding: 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.page-main .member .content .cart-left {
    width: 100%;
    float: none;
    margin: 0;
}

.page-main .member .content .cart-left .box {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 20px;
}

.page-main .member .content .cart-left .box fieldset button {
    height: 30px;
}

.page-main .member .content .cart-left .box fieldset button.go {
    height: 40px;
}

.page-main .member .content .cart-left .box .content {
    padding: 0;
}

.page-main .cart-left .box fieldset {
    padding: 0px 5px 15px 5px;
    margin: 0;
    border: 0;
    font-size: 12px;
}

.page-main .cart-left .box fieldset:last-of-type {
    padding-bottom: 0;
}

.page-main .cart-left .box .content {
    display: block;
    width: 100%;
}

.page-main .cart-left .box .content.half {
    max-width: 500px;
    margin: 20px auto 0px auto;
    display: none;
}

.page-main .cart-left .box .content.half.on {
    display: block !important;
}

.page-main .cart-left .box fieldset label {
    float: left;
    width: 160px;
    padding: 7px 0 0 10px;
}

.page-main .cart-left .box fieldset label em {
    font-size: 10px;
    color: red;
    margin-left: 5px;
}

.page-main .cart-left .box fieldset label.same {
    float: right;
    width: calc(100% - 180px);
    padding: 0px;
    line-height: 35px;
}

.page-main .cart-left .box fieldset input[type=text],
.page-main .cart-left .box fieldset input[type=password],
.page-main .cart-left .box fieldset textarea {
    width: calc(100% - 160px);
    float: right;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
    min-height: 37px;
}

.page-main .cart-left .box fieldset input:hover,
.page-main .cart-left .box fieldset textarea:hover {
    border: 1px solid #000;
}

.page-main .cart-left .box fieldset select {
    width: calc(100% - 160px);
    float: right;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
}

.page-main .cart-left .box fieldset button {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0px auto;
    height: 40px;
    background: #000;
    cursor: pointer;
    color: #fff;
    border: 0;
    font-size: 14px;
}

.page-main .cart-left .box fieldset button:hover {
    background: #aaa;
}

.page-main .cart-left .box fieldset button .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 5px;
}

button.go span {
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    color: azure;
}

.page-main .cart-left .box fieldset button.go {
    background: #DF9123;
}

.page-main .cart-left .box fieldset button.go:hover {
    background: #333;
}

.page-main .cart-left .box fieldset .word {
	padding: 10px;
	background: #eee;
	border: 1px solid #ddd;
	color: #888;
}
.page-main .cart-left .box fieldset .word strong {
	font-size: 15px;
	font-weight: bold;
	color: #555;
	display: block;
	margin-bottom: 10px;
}
.page-main .cart-left .box fieldset .word .change {
	float: right;
	font-size: 13px;
	color: #aaa;
}
.page-main .cart-left .box fieldset .word .change:hover {
	background: #fff;
	color: #555;
}

.page-main .cart-left .box fieldset img.pay {
    height: 30px;
    float: right;
}

.page-main .cart-left .box fieldset input.small,
.page-main .cart-left .box fieldset select.small {
    width: calc(50% - 95px);
    float: left;
    margin-right: 15px;
}

.page-main .cart-left .box .content fieldset .small + img {
    float: right;
    margin: 5px 0;
    width: calc(50% - 95px);
}

/* longradio */
.page-main .cart-left .box .content fieldset.longradio {
    display: inline-block;
    width: calc(96% - 3px);
    vertical-align: top;
}

/* radio */
.page-main .cart-left .box .content fieldset.radio {
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: top;
}

.page-main .cart-left .box .content fieldset.longradio label,
.page-main .cart-left .box .content fieldset.radio label {
    display: block;
    width: 100%;
    cursor: pointer;
}

.page-main .cart-left .box .content fieldset.longradio label div,
.page-main .cart-left .box .content fieldset.radio label div {
    padding: 20px;
    border: 1px dashed #aaa;
    position: relative;
}

.page-main .cart-left .box .content fieldset.radio label div.address {
    min-height: 160px;
}

.page-main .cart-left .box .content fieldset.longradio label div b,
.page-main .cart-left .box .content fieldset.radio label div b {
    color: firebrick;
    font-size: 20px;
    float: right;
}

.page-main .cart-left .box .content fieldset.longradio label div a,
.page-main .cart-left .box .content fieldset.radio label div a {
    float: right;
    margin-left: 10px;
}

.page-main .cart-left .box .content fieldset.longradio label div span,
.page-main .cart-left .box .content fieldset.radio label div span {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.page-main .cart-left .box .content fieldset.radio label div span.address {
    min-height: 100px;
}

.page-main .cart-left .box .content fieldset.longradio label div img,
.page-main .cart-left .box .content fieldset.radio label div img {
    display: block;
    margin: 0px auto;
    width: 50px;
}

.page-main .cart-left .box .content fieldset.longradio label div img + span,
.page-main .cart-left .box .content fieldset.radio label div img + span {
    text-align: center;
}

.page-main .cart-left .box .content fieldset.longradio label div .fa-check,
.page-main .cart-left .box .content fieldset.radio label div .fa-check {
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 15px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    background: darkgreen;
    color: #fff;
    opacity: 0;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

.page-main .cart-left .box .content fieldset.longradio input,
.page-main .cart-left .box .content fieldset.radio input {
    display: none;
}

.page-main .cart-left .box .content fieldset.longradio input:checked + div,
.page-main .cart-left .box .content fieldset.radio input:checked + div {
    border: 1px solid #000;
    background: #eee;
}

.page-main .cart-left .box .content fieldset.longradio input:checked + div .fa-check,
.page-main .cart-left .box .content fieldset.radio input:checked + div .fa-check {
    opacity: 1;
}

.page-main .cart-left .half {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 3px);
}

.page-main .cart-left .half .box .content fieldset.radio {
    width: 100%;
    padding: 0;
}

.page-main .cart-left .box .content fieldset.radio div img.payment {
    float: left;
    width: auto;
    height: 40px;
    margin-bottom: 20px !important;
    width: auto !important;
}

.page-main .cart-left .half label {
    width: 100%;
}

header .link .cart-menu .dropdown {
    overflow: auto;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: none;
    min-width: 414px;
    overflow: auto;
}

.modal-large {
    position: fixed;
    left: 0;
    top: 0;
    width: 90%;
    height: 98%;
    z-index: 100000;
    display: none;
    min-width: 414px;
    overflow: auto;
}

.modal.open {
    display: block;
}

.modal.stay-open {
    display: block;
}

.modal .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.modal .close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #DF9123;
    font-size: 40px;
    z-index: 2;
    cursor: pointer;
}

.modal-large .modal-dialog {
    width: 90%;
    max-width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    top: 5vw;
    margin: auto;
    z-index: 2;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    overflow: auto;
}

.modal-large .open {
    display: block;
}

.modal-large .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.modal-large .close {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #DF9123;
    font-size: 40px;
    z-index: 3;
    cursor: pointer;
    border-width: 0px;
}

.modal-large .close:active {
    transform: translateY(2px);
}

.modal-large .modal-body {
    margin: 10px;
}

.modal .login {
    width: 90%;
    max-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 5vw;
    margin: auto;
    z-index: 2;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    overflow: auto;
}

.modal .login fieldset {
    border: 0;
    padding: 10px;
}

.modal .login fieldset strong {
    font-weight: bold;
    font-size: 20px;
    display: block;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.modal .login fieldset em {
    font-style: normal;
    font-size: 15px;
    display: block;
    color: #aaa;
    line-height: 30px;
    text-align: center;
    margin: -10px 0;
}

.modal .login fieldset label {
    display: inline-block;
    margin-bottom: 10px;
    border-left: 5px solid #ccc;
    padding: 0 5px;
    color: #000;
}

.modal .login fieldset input[type=text],
.modal .login fieldset input[type=password] {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.modal .login fieldset input:focus {
    border-color: #000;
}

.modal .login fieldset input + p {
    font-size: 12px;
    color: firebrick;
    padding: 5px;
}

.modal .login fieldset button {
    background: #DF9123;
    color: #fff;
    width: 99%;
    border: 0;
    height: 40px;
    cursor: pointer;
}

.modal .login fieldset button:hover {
    background: #333;
}

.modal .login fieldset button:active {
    background: #999;
    transform: translateY(4px);
}

.modal .login fieldset button.fb:hover,
.modal .login fieldset button.google:hover,
.modal .login fieldset button.guest:hover {
    background: #aaa;
}

.modal .login fieldset button.fb {
    width: 48%;
    float: left;
    background: #4267b2;
}
.modal .login fieldset button.google {
    width: 48%;
    float: right;
    background: #EA4335;
}

.modal .login fieldset button.guest {
    background: #555;
    margin-bottom: 5px;
}

.modal .login fieldset button .fa {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.modal .login fieldset p {
    font-size: 12px;
    color: #aaa;
    line-height: 15px;
    padding: 0 5px;
}

.modal .login fieldset .policy_agree a {
    float: inherit;
}

.modal .login fieldset a {
    float: left;
    font-size: 12px;
}

.modal .login fieldset a + a {
    float: right;
    font-size: 12px;
}

.modal .login fieldset a.center {
    float: none;
    display: block;
    text-align: center;
}

#modal-cartalert .login {
    padding: 10px;
    border-radius: 8px;
}

.alert, 
.alert a {
  color: red;
}

/* AMS CTO css */

.p65 {
  font-size: 13px;
}

.page-main .cart-left .box .content fieldset.radio .div-selection {
  width: 44%;
  float: right;
  bottom: 50px;
  position: relative;
  line-height: 20px;
  padding: 10px 0;
  background: #DF9123;
  border: 1px solid #DF9123;
  color: #fff;
  text-align: center;
  display: block;
  margin: 10px auto 0 auto;
  white-space: nowrap;
}

.page-main .cart-left .box .content fieldset.radio .div-selection:hover {
    background: #333;
    text-decoration: none;
    color: #fff;
}


.box table .input-group-view-cart {
  padding: 0px;
  margin: 0px, 0px, 0px, 0px;
  width: 120px;
}

.input-group-btn input[type=number] {
    height: 40px;
    padding: 3px 4px;
    display: inline-block;
    width:   60px;
}

.input-group-btn button[type=submit] {
    height: 40px;
    padding: 3px 4px;
    display: inline-block;
    width: 40px;
}

.notification {
    clear: both;
    width: 100%;
    padding: 20px 30px 3px;
    margin-left: auto;
    margin-right: auto;
}

#modal-account-password-alert .login > a:not(.img) {
    width: calc(50% - 3px);
    display: inline-block;
}

.button-reset-password {
    line-height: 20px;
    padding: 10px 0;
    background: #DF9123;
    border: 1px solid #DF9123;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
}

.product-list li div.stars-outer,
.stars-outer { 
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  font-size: 20px;
  width: auto;
} 
   
.stars-outer::before { 
  content: "\f006 \f006 \f006 \f006 \f006";
}

.product-list li div.stars-inner,
.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
  
.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  color: #717960;
}   

.page-main .list-right.all .box1 .right h2 {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

br.small {
   display: block;
   line-height:12px;
   margin-top:10px;
   content: " ";
}

img.boxshadow {
    border: 2px solid #CCC;
    border-style: solid;
    vertical-align: middle;
    margin: 5px;
    width: 120px;
}

img.shadow {
    border: 2px solid #EEE; 
    border-style: dotted;
    vertical-align: middle;
    margin: 5px;
    width: 120px;
}

.page-main .product-info .left .spectable table {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 5px;
  border-collapse: separate;
  border-style: none;
  border-top: 2px solid #BBB;
}

.page-main .product-info .left .spectable tr:hover {
  background-color: #F5F5F5;
}

.page-main .product-info .left .spectable td {
  border-bottom: 1px solid #ddd;
  padding: 18px;
  width: 50%;
}

.product-list li .sidebar {
    font-size: 20px;
    font-weight: bold;
    color: darkred;
    width: auto;
}

.product-stock {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-style: normal;
    margin: 10px;
    width: 90px;
}

.nav-box {
  overflow: auto;
  height: calc(100vh - 50px);
}

.home-main .right-list.all li .add-to-cart:disabled {
    opacity:0;
}

.more-exciting li img {
    float: left;
    width: auto;
    height: auto;
    max-height: 100%;
}

.home-main .right-list.more-exciting li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 150px;
}

.home-main .right-list.more-exciting li .product-details a {
    min-height: 40px;
}

.home-main .right-list.product-list.all.thin-product-list h3 a {
    min-height: 40px;
}

.page-main .list-right.content-box {
    float: right;
    width: calc(98% - 30px);
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.page-main .list-right.content-box .box {
    padding: 10px;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
}

.page-main .list-right.product-grid {
    float: right;
    width: calc(98% - 30px); 
    margin-top: 4px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.page-main .list-right.product-grid .box {
    padding: 4px;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
}

.page-main .list-right.product-grid .box.check {
    border-bottom: 3px solid #DF9123;
    padding-bottom: 0;
}

.page-main .list-right.product-grid .box .select {
    position: relative;
    float: left;
    margin-right: 10px;
}

.page-main a.category-product-grid-prodname {
    font-size: 14px;
    color: #555;
    display: block;
    line-height: 20px;
    height: 66px;
    padding: 1px;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page-main .related .list-right.product-grid .box1 .right .add-to-cart,
.page-main .related .list-right.product-grid .box1 .right .add-to-wish {
    width: calc(100% - 3px);
    display: inline-block;
    vertical-align: middle;
}

.page-main .list-right.product-grid .box1 .right .add-to-cart,
.page-main .list-right.product-grid .box1 .right .add-to-wish {
    width: calc(100% - 3px);
    display: inline-block;
    vertical-align: middle;
}

.page-main .box .btn ul.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin: 0;
}

.page-main .box .btn ul.pagination > li {
    display: inline;
    box-sizing: border-box;
}

.page-main .box .btn ul.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    white-space: nowrap;
}

.page-main .box .btn ul.pagination > .active > a,
.page-main .box .btn ul.pagination > .active > a:focus,
.page-main .box .btn ul.pagination > .active > a:hover,
.page-main .box .btn ul.pagination > .active > span,
.page-main .box .btn ul.pagination > .active > span:focus,
.page-main .box .btn ul.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #707070;
    border-color: #808080;
    width: 33px;
    height: 33px;
    margin: 0 0 2px 0;
}

.page-main .box .btn ul.pagination > li > a,
.page-main .box .btn ul.pagination > li > span {
    float: left;
    border: 1px solid #ccc;
    padding-top: 7px;
    padding-left: 10px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    float: left;
    line-height: 1.5;
    color: #606060;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 33px;
    height: 33px;
    margin: 1px;
}

.sku-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    margin-left: 5px;
    text-align: left;
}

.page-main .list-right.product-grid .box.bottom {
    border-bottom: 3px solid #DF9123;
    padding-bottom: 0;
}

.product-variant.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal .error {
  color: red;
  font-weight: bold;
}

header .search .result-box a:hover {
  text-decoration: none;
}

header .search .result-box li:hover {
  background: #EEE;
}

header .search .result-box div.rleft {
  display: inline-block;
  vertical-align:top;
  width: 120px;
}

header .search .result-box .rleft img {
  height: 100px;
  width: 100px;
}

header .search .result-box div.rright {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align:top;
  width: calc(100% - 140px); 
}

header .search .result-box div.rright h3 {
  font-weight: bold;
  font-size: 14px;
}

header .search .result-box div.rright .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
}
header .search .result-box div.rright .price span {
  text-decoration:line-through;
}
header .search .result-box div.rright .price {
  display: inline-block;
  color: red;
  font-weight: bold;
}
header .search .result-box div.rright .stock {
  display: inline-block;
  color: #555;
  font-weight: normal;
  margin-left: 5px;
}

.button {
  display: block;
  max-width: 250px;
  margin: 20px auto 0px auto;
  height: 30px;
  background: #000;
  cursor: pointer;
  color: #fff;
  border: 0;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  vertical-align: bottom;
  padding: 4px 8px 4px 8px;
  border: 0;
}

.button:hover {
  text-decoration: none;
  color: #000;
  background-color: #AAA;
}

.small-button {
  display: inline-block;
  margin: 1px;
  min-width: 100px;
  background: #888;
}

.form-text {
  margin: 8px 8px 8px 8px;
  width: calc(50% - 16px); 
  float: left; 
  display: inline-block;
}

.form-text-quarter {
  margin: 8px 8px 8px 8px;
  width: calc(25% - 16px); 
  float: left; 
  display: inline-block;
}

.account-choice-box {
  border: 0px solid black;
  border-radius: 8px;
  background-color: #EEE;
  display: inline-block; 
  height: 120px; 
  text-align: center;
  vertical-align: bottom;
  width: calc(50% - 40px);
  margin: 20px;
}

.account-choice-box:hover {
  background-color: #F5F5F5;
}

.account-choice-box span {
  vertical-align: top;
  width: calc(50% - 40px);
  margin: 20px;
}

.account-other-features {
  width: 100%;
}

.account-other-features a {
  cursor: pointer;
  text-decoration: none;
}

.account-other-features a:hover {
  text-decoration: none;
}

.text-danger {
  color: red;
}

.advanced-search {
  float: right;
  width: calc(98% - 30px);
  background: #fff;
  margin-top: 4px;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
  margin-right: 2vw;
  height: 60px;
  vertical-align: bottom;
}

.advanced-search label {
  float: left;
  width: 120px;
  padding: 20px 0 0 20px;
}

.advanced-search input[type=text],
.advanced-search select {
  width: 200px;
  height: 40px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  min-height: 37px;
  border-radius: 5px;
  margin: 10px 0px 0px 0px;
}

.advanced-search button {
  width: 40px;
  height: 40px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  min-height: 37px;
  border-radius: 5px;
  margin: 10px 0px 0px 0px;
}

div.wish {
  background-color:white;
  padding: 10px;
}

div.wish .box.box1 {
  border: 1px solid #ddd;
  margin-bottom: 8px;
}

#accountRecentlyViewed {
  display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  display: block;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 5px 5px 5px;
  border-radius: 6px;
  position: absolute;
  left: 5px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  z-index: 20;
  opacity: 1.0;
}

.page-main .price span.tooltiptext{
    text-decoration: none;
}
/* Common screen configurations
 * ipad pro horizontal: 1336x1024
 * ipad air2: 1024x768
 * ipad mini: 1024x768
 * iphone6s plus: 414x736
 * iphone6s 375x667
 * iphone5s 320x568
 * iphone4s 320x480
 *
 * PC screens:
 * 800x600
 * 1366x768
 * 1920x1080
 * 
 * Macbook Retina: 2880x1800
 *
 * 4K: 3008x1692
 *
 * Netbook (things under $200) runs windows 10
 *  HP Laptop - 14z: 14 inch 1366x768, no touch screen
 *  Dell latitude 5290: 12.3 inch 1920x1680 touch screen
 *
 */
@media screen and (max-width: 1680px) {
  .page-main .list-right .box2 {
      padding: 3px;
      float: left;
      max-width: calc(16.66% - 9px);
      margin-right: 3px;
  }
}

@media screen and (max-width: 1400px) {
  .home-main .right-list.product-list.all.thin-product-list h3 a {
      min-height: 60px;
  }
  .home-main .right-list.all h3 a {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 1200px) {
  .page-main .list-right .box2 {
      padding: 3px;
      float: left;
      max-width: calc(25% - 3px);
      margin-right: 3px;
  }
}

@media screen and (max-width: 1099px) {
    header #nav-icon2 {
        display: block;
    }
    /* 漢堡選單 */
    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 30px;
        height: 22px;
        position: relative;
        margin: 19px 0;
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
    }
    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    #nav-icon2 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }
    #nav-icon2 span:nth-child(1),
    #nav-icon2 span:nth-child(2) {
        top: 0px;
    }
    #nav-icon2 span:nth-child(3),
    #nav-icon2 span:nth-child(4) {
        top: 10px;
    }
    #nav-icon2 span:nth-child(5),
    #nav-icon2 span:nth-child(6) {
        top: 20px;
    }
    #nav-icon2.open span:nth-child(1),
    #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon2.open span:nth-child(2),
    #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }
    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }
    #nav-icon2.open span:nth-child(3) {
        left: 0;
        opacity: 0;
    }
    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 12px;
    }
    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

   header nav ul li {
        position: relative;
    }
    
    header nav ul li:hover {
        background: #292626;
    }
    
    header nav ul li:hover > a {
        color: #fff;
    }

    header nav ul li > a + span {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px 10px;
        z-index: 2;
    }

    header nav ul li > a + span i.fa {
        display: block;
        font-size: 20px;
        color: #fff;
    }

    header nav ul li > a + span i.fa + i.fa {
        display: none;
    }

    header nav ul li > a + span.open i.fa {
        display: none;
    }

    header nav ul li > a + span.open i.fa + i.fa {
        display: block;
    }
    
    header nav ul li .white {
        position: relative;
        top: 0;
        border-left: 1px solid #292626;
        border-right: 1px solid #292626;
    }
    
    header nav ul li .white.open {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #555;
    }

    header nav ul li .white .product-list {
        display: none;
    }
    
    header nav ul li .white > div {
        display: block;
        border: 0;
    }
    
    header nav ul li .white .link-list {
        display: block;
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }
    
    header nav ul li .white .link-list:first-of-type {
        border: 0;
        padding-top: 20px;
    }
    
    header nav ul li .white .link-list:last-of-type {
        padding-bottom: 10px;
    }
    
    header nav ul li .white .link-list li {
        border: 0;
        position: relative;
    }
    
    header nav ul li .white .link-list li:not(.title) {
        display: none;
    }
    
    header nav ul li .white .link-list.open li {
        display: block;
    }
    
    header nav ul li .white .link-list li.title a {
        margin-bottom: 0px;
        padding-bottom: 35px;
        display: block;
    }
    
    header nav ul li .white .link-list li.title span {
        display: block;
        position: absolute;
        padding: 10px;
        right: -10px;
    }
    
    header nav ul li .white .link-list li.title span i.fa {
        display: block;
        color: #000;
    }
    
    header nav ul li .white .link-list li.title span i.fa + i.fa {
        display: none;
    }
    
    header nav ul li .white .link-list li.title span.open i.fa {
        display: none;
    }
    
    header nav ul li .white .link-list li.title span.open i.fa + i.fa {
        display: block;
    }
    
    header nav ul li .white .link-list li a {
        line-height: 30px;
        height: 40px;
    }

    .home-main .right-list,
    .home-main .left-list {
        width: 100%;
    }
    .home-main .categories-list li {
        width: 50%;
    }
    footer .copyright {
        padding-left: 110px;
    }
    footer .wrapper > ul {
        width: 50%;
    }
    .page-main .category-left,
    .page-main .category-right {
        width: 96vw;
        margin: 0 2vw 50px 2vw;
    }
    .page-main .category-left {
        margin-top: -100px;
    }
    .page-main .category-right {
        margin-top: -50px;
    }
    .page-main .category-right .product-list li {
        width: 50%;
    }
    .page-main .cart-left {
        margin-top: 0px;
    }
    .page-main .list-right .box2 {
        max-width: calc(25% - 5px);
    }
    /*.page-main .list-right .box2:nth-of-type(4n+1) {
        margin-right: 10px;
    }*/
    .page-main .cart-left .box fieldset {
        padding: 0 0 15px 0;
    }
    .page-main .cart-left .box .content + .content {
        margin-top: 20px;
    }
    .page-main .cart-left .box fieldset input.small,
    .page-main .cart-left .box fieldset select.small {
        width: calc(50% - 95px);
    }
    .page-main .cart-left .box .content fieldset .small + img {
        width: calc(50% - 95px);
    }
    .page-main .cart-left .half,
    .page-main .member .content > .left,
    .page-main .member .content > .right {
        width: 100%;
    }
    .page-main .member .content > .left > strong {
        margin-top: 20px;
    }
    .home-main .right-list.all li .add-to-cart {
        opacity:1;
    }
    .home-main .right-list.all li .view-details {
        opacity:1;
    }
    .product-stock,
    .product-list li .price {
      height: 45px;
    }
    #livecontent{
      width: calc(100% - 5px);
    }
    .livesearch .rleft img {
      height: 50px;
      width: 50px;
    }
}

@media screen and (max-width: 768px) {
    .home-main .slide-list {
      width: calc(100% - 4px);
      padding: 0px;
    }
    .home-main .slide-list .slick-prev {
      width: 0px;
      height: 0px;
    }
    .home-main .slide-list .slick-next {
      width: 0px;
      height: 0px;
    }
    header .search-bar {
      width: calc(100% - 150px);
    }

    header .link li a span {
        display: none;
    }
    header .link li div.icon a .fa {
        float: none;
        margin: 0;
    }
    header .link li a .fa {
        float: none;
        margin: 0;
    }
    header .link li div span {
        display: none;
    }
    header .link li div .fa {
        float: none;
        margin: 0;
    }
    .home-main .right-list,
    .home-main .left-list {
        width: 100%;
    }
    .home-main .left-list {
        margin-bottom: 20px;
    }
    .home-main strong {
        text-align: center;
    }
    .home-main strong label {
        float: none;
        display: block;
        margin: 20px auto 0 auto;
    }
    .home-main .right-list li {
        width: 50% !important;
    }
    footer {
        margin-bottom: 0;
    }
    footer .logo {
        display: none;
    }
    footer .copyright {
        padding-left: 0;
        text-align: center;
    }
    .home-main .right-list.all li {
        width: 50% !important;
    }
    .home-main .right-list.all li:nth-of-type(3),
    .home-main .right-list.all li:nth-of-type(6) {
        border-right: 1px solid #ddd;
    }
    .home-main .right-list.all li:nth-of-type(2),
    .home-main .right-list.all li:nth-of-type(4),
    .home-main .right-list.all li:nth-of-type(6) {
        border-right: 0;
    }
    .page-main .list-right,
    .page-main .list-left {
        width: 96vw;
        margin: 0 2vw 50px 2vw;
    }
    .page-main .list-left {
        margin-top: -100px;
    }
    .page-main .list-right {
        margin-top: -50px;
    }
    .page-main .list-left .title + div {
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .page-main .list-left > .title .fa {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .page-main .list-left > #results:checked + .title .fa {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .page-main .list-left > #results:checked + .title + div {
        overflow: auto;
        max-height: 200vh;
    }
    .page-main .list-right .box1 {
        padding: 10px;
    }
    .page-main .list-right .box1 .left,
    .page-main .list-right .box1 .right,
    .page-main .list-right.all .box1 .left,
    .page-main .list-right.all .box1 .right {
        width: 100%;
    }
    .page-main.show {
        max-height: calc(100vh - 100px);
    }
    .page-main .product-info .detail .left {
        width: 100%;
        border: 0;
    }
    .page-main .product-info .detail .right {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border: 0;
        border-bottom: 5px solid #eee;
    }
    .page-main .cart-left .box .content fieldset.radio {
        display: block;
        width: 100%;
    }
    .page-main .list-right .box.check .btn {
        width: 100%;
        margin-top: 20px;
    }
    .page-main .member .content .box.check .btn a {
        width: 50%;
    }
    .page-main .member .content .box.check .select,
    .page-main .member .content .box.check .select select {
        width: 100%;
    }
    .home-main .right-list.all li .add-to-cart {
        opacity:1;
    }
    .home-main .right-list.all li .view-details {
        opacity:1;
    }
    .page-main .list-right.product-grid .box {
        width: auto;
    }
    .page-main .list-right .box2 {
        max-width: calc(33.33333% - 10px);
    }
    header .link li:nth-of-type(1) .dropdown {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width: 639px) {
    .home-main .grid .grid-item {
        width: 100%;
    }
    .home-main .right-list.all li .add-to-cart {
        opacity:1;
    }
    .home-main .right-list.all li .view-details {
        opacity:1;
    }
    .page-main .list-right.product-grid .box {
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .nav-tabs > li > a .payment-method-img {
      display: none;
    }
}
@media screen and (max-width: 567px) {

    header .search-bar {
      width: 100%;
    }

    header .wrapper {
        padding-left: 110px;
    }
    header .logo {
        width: 98px;
        height: 98px;
    }
    header .link {
        right: auto;
        left: 110px;
        top: 70px;
    }
    header .search {
        width: 100%;
        max-width: 100%;
    }
    header nav.on {
        margin-left: -110px;
    }
    .home-news .wrapper {
        padding: 10px 75px 10px 10px;
    }
    .home-news .more {
        top: 10px;
    }
    .slides .slick-prev,
    .slides .slick-next {
        display: none !important;
    }
    footer .wrapper > ul {
        width: 100%;
    }
    .home-main .categories-list li {
        padding: 10px;
    }
    .home-main .categories-list li img {
        position: relative;
        display: block;
        float: none;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .home-main .wall:after {
        height: 25%;
    }
    .home-main .right-list.all li {
        width: 100% !important;
        border-right: 0;
    }
    .page-main .category-right .product-list li {
        width: 100%;
    }
    .page-main .category-left .box .product-list.up-down li {
        width: 50%;
    }
    .page-main .list-right .box .select {
        display: block;
        float: none;
        margin-right: 0;
    }
    .page-main .list-right .box .price + div .select {
        display: inline-block;
    }
    .page-main .list-right .box .select select {
        width: 100%;
    }
    .page-main .list-right .box.check .btn a:nth-of-type(3) {
        display: none;
    }
    .page-main  .select select {
        width: auto;
    }
    .modal .close {
        width: 40px;
        height: 40px;
        position: fixed;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 5vw;
        top: auto;
    }
    .modal .login {
        width: 90%;
        max-width: 400px;
        max-height: calc(100% - 15vw - 40px);
    }
    .page-main .cart-left .box .content fieldset .small + img {
        width: calc(100% - 150px);
    }
    .page-main .cart-left .box fieldset button {
        max-width: 100%;
    }
    .page-main .tab.cart-tab {
        padding: 5px 0;
    }
    .page-main .tab.cart-tab a {
        width: calc(100% - 10px);
        margin: 0 5px 5px 5px;
        display: block;
        text-align: left;
    }
    .page-main .tab.cart-tab a:last-of-type {
        margin-bottom: 0;
    }
    .page-main .tab.cart-tab i {
        display: inline-block;
        margin: 0 5px 0 0;
    }
    .page-main .cart-left h1,
    .page-main .cart-left h2 {
        text-align: center;
    }
    .page-main .cart-left h1 .btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .home-main .right-list.all li .add-to-cart {
        opacity:1;
    }
    .home-main .right-list.all li .view-details {
        opacity:1;
    }
    .page-main .list-right.product-grid .box {
        width: auto;
    }
    .page-main .list-right .box2 {
        max-width: calc(50% - 10px);
    }

    header .link li:nth-of-type(1) .dropdown {
        width: 150%;
        min-width:170px;
        left: 0;
    }
    header .link li:nth-of-type(2) .dropdown {
        width: 300%;
        min-width:338px;
        left: -500%;
    }
    header .link li:nth-of-type(3) .dropdown {
        width: 300%;
        min-width:338px;
        left: calc(-250% + 30px); 
    }
}

@media screen and (max-width: 414px) {
    .home-main .right-list li {
        width: 100% !important;
    }
    .home-main .right-list.all li .add-to-cart {
        opacity:1;
    }
    .home-main .right-list.all li .view-details {
        opacity:1;
    }
    .page-main .list-right.product-grid .box {
        width: auto;
    }
    .page-main .list-right .box2 {
        max-width: calc(100% - 10px);
    }
    .modal,
    .modal-large{
        min-width: 400px;
    }
}

@media screen and (max-width: 374px) {
    header .link li .dropdown {
      display: none;
    }
    .modal,
    .modal-large {
        min-width: 368px;
    }
}

.container-fluid {
        padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}

.panel {
        border-radius: 0px;
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.panel .panel-heading {
        position: relative;
}

.panel-heading {
    padding: 12px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading h3 i {
        margin-right: 5px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading h3 {
        font-weight: 500;
        display: inline-block;
}
/* Primary Panel */
.panel-primary {
        border: 1px solid #c3e4f6;
        border-top: 2px solid #5cb7e7;
}
.panel-primary .panel-heading {
        color: #1e91cf;
        border-color: #96d0f0;
        background: white;
}
/* Default Panel */
.panel-default {
        border: 0px solid #dcdcdc;
        border-top: 0px solid #dcdcdc;
}
.panel-default .panel-heading {
        color: #4c4d5a;
        border-color: #dcdcdc;
        background: #f6f6f6;
        text-shadow: 0 -1px 0 rgba(50,50,50,0);
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

/* Navs */
.navigation {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.navigation:before, .navigation:after {
    content: " ";
    display: table;
}

.navigation:after {
    clear: both;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navigation > li {
    position: relative;
    display: block;
}

.navigation > li > a {
    position: relative;
    display: block;
    padding: 0px 15px 0px 15px;
}

/* Tabs */
.nav-tabs {
        border-bottom: 1px solid #ddd;
        margin-bottom: 25px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    color: #a5a5a5;
    border-radius: 2px 2px 0 0;
}

.nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        font-weight: bold;
        color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tab-content .tab-row {
  margin-left: 3.333337%;
  width: 83.33333%;
  float: left;
}

.form-horizontal {
    display: block;
    margin-top: 0em;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

/* paypal checkout button additional specifications */
.paypal-button.paypal-style-checkout.paypal-size-small .paypal-button-tag-content{
  background-color: #fff;
  color: #000;
}

.paypal-button.paypal-style-checkout.paypal-color-gold.paypal-size-small.paypal-shape-pill{
  background-color: #fff;
}

.top-message-box {
  margin: 10px 40px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: red;
  display: block;
}

