
.productL {
    padding: 0 10px;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border-radius: 12px;
}

/*
.productLC:hover{
  box-shadow: 0 0 10px #d1d1d1;
  z-index: 10;
}*/
.productLC:hover .cover img {
    transform: translate(-50%, -50%) scale(1.07);
}

.productLC {
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 0;
    transition: ease 0.15s;
    border-radius: 12px;
    background: #fff;
    position: relative;
}

.productL .mlogo {
    width: 100%;
    height: 32px;
}

.productL .mlogo img {
    max-height: 28px;
    max-width: 100%;
}

.productL .mlogo img:hover {
    animation: shake 0.35s;
    animation-direction: alternate;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    33% {
        transform: rotate(8deg);
    }
    66% {
        transform: rotate(-8deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.productL .cover {
    width: 100%;
    text-align: center;
    display: inline-block;
    z-index: 1;
    padding-bottom: 100%;
    position: relative;
    background: #F5F5F5;
    border-radius: 8px;
}

.productL .cover img {
    max-width: 80%;
    max-height: 80%;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    mix-blend-mode: multiply;
    transition: ease-in-out 0.25s;
}

.productL .info {
    margin-bottom: 20px;
    padding: 0 8px;
    box-sizing: border-box;
}

.productL .info h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 5px 0 0 0;
    line-height: 19px;
}

.productL .info h3 a {
    color: #1c1c1c;
}

.productL .info h4 {
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 12px 0 4px 0;
}

.productL .info h4 a {
    color: #707070;
}

.productL .prices {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: right;
    position: relative;
    padding: 0 8px;
}

.productL .prices .mlogo img {
    max-height: 45px;
}

.productL .prices p {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}

.productL .prices .strp label {
    position: relative;
}

.productL .prices .strp {
    padding: 0;
    color: #212121;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
}

.productL .prices .strp label:before {
    background: #212121;
    height: 18px;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to top left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 0.8px),
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) calc(50% + 0.8px),
    rgba(0, 0, 0, 0) 100%);
}

.productL .prices label span {
    position: relative;
}

.productL .prices sup {
    font-size: 16px;
}

.productL .prices .sprp label {
    padding: 0;
    color: #1c1c1c;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.productL .atc-btn:hover {
    color: #007ba1;
}

.productL .atw-btn:hover {
    color: #cd2418;
}

.productL .prices .sprp span {
    height: 20px;
    border-radius: 11px;
    color: #7E00F3;
    padding: 0 9px;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #7E00F3;
    margin: -12px 0 8px 0;
}

.productL .atw-btn .la-heart, .product .atw-btn .la-heart {
    color: #676767;
}

.productL .avl {
    font-size: 14px;
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 15px;
    color: #3b3b3b;
    font-weight: 400;
    position: relative;
    text-align: left;
}

.productL .noavl, .product .noavl {
    color: #F4516C !important;
}

.productL .btns {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    position: relative;
    display: none;
}

.productL .atw-btn {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    font-size: 20px;
    color: #676767;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
}

.productL .atc-btn {
    width: 24px;
    height: 24px;
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.atc-btn.unvl {
    color: #ababab;
}

.productL .btns img {
    max-width: 100%;
}

.productL .blvavl {
    display: inline-block;
    width: 14px;
    height: 15px;
    position: relative;
    vertical-align: top;
    margin-right: 4px;
}

.productL .blvavl span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.productL .scrp {
    text-align: center;
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    padding: 8px 0 !important;
}

.product .scrp {
    text-align: center;
    color: #007ba1;
    font-weight: 500;
    padding: 5px 0 3px 0 !important;
    margin: 0 !important;
    text-align: center;
}

.product .scrp span {
    height: 25px;
    border-radius: 13px;
    color: #7E00F3;
    padding: 0 10px;
    line-height: 25px;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #7E00F3;
}

.product {
    width: 100%;
    display: inline-block;
    min-height: 210px;
    vertical-align: top;
    background: #f5f5f5;
    padding: 20px 0;
    margin: 8px 0;
    box-sizing: border-box;
    /*border-bottom:1px solid #e3e4e5;*/
    position: relative;
    transition: ease 0.25s;
    border-radius: 15px;
    grid-column: 1/-1;
}

.product:hover {
    z-index: 2;
    box-shadow: 0 0 20px #cbcbcb;
}

.product .info h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding: 5px 0 3px 0;
    margin: 0;
    line-height: 29px;
    color: #1c1c1c;
}

.product .info h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #2c2c2c;
}

.product .info p label {
    font-size: 16px;
    color: #cd2418;
    font-weight: 500;
}

.product .cover {
    height: 180px;
    line-height: 180px;
    width: 24.50%;
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: #f5f5f5;
}

.product .cover a {
    background: #f5f5f5
}

.product .cover img {
    max-width: 180px;
    max-height: 180px;
    vertical-align: middle;
    mix-blend-mode: multiply;
    /*width: 100%*/
}

.product .info {
    width: calc(75.50% - 198px);
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    box-sizing: border-box;
}

.product .prices {
    width: 190px;
    display: inline-block;
    vertical-align: top;
    padding: 13px;
    box-sizing: border-box;
    height: 180px;
    border-left: 1px solid #d5d5d5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    /*border-radius: 4px;*/
}

.product .prices .mlogo {
    width: 100%;
    height: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.product .prices .mlogo img {
    max-height: 32px;
}

.product .mlogo img:hover {
    animation: shake 0.35s;
    animation-direction: alternate;
}

.product .prices label:nth-child(1) {
    padding: 0;
    color: #999;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    text-align: right;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: none;
}

.product .prices label:nth-child(1)::before {
    background: #999;
    height: 27px;
    top: 0;
    left: -12px;
    position: absolute;
    content: '';
    width: 100%;
    background: none;
}

.product .prices label span {
    position: relative;
}

.product .prices sup {
    font-size: 18px;
}

.product .prices label:nth-child(2) {
    width: 100%;
    padding: 0;
    color: #1c1c1c;
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
}

.product .avl {
    font-size: 14px;
    padding: 0;
    margin: 15px 0 10px 0;
    line-height: 15px;
    color: #3b3b3b;
    font-weight: 400;
}

.product .noavl {
    color: #cd2418 !important;
}

.product .blvavl {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    padding-right: 4px;
    position: relative;
}

.product .blvavl span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(0, -50%);
}

.blvavl .grn {
    background: #00efa5;
}

.blvavl .org {
    background: rgb(115, 225, 68);
    background: linear-gradient(180deg, rgba(255, 204, 1, 1) 0%, rgba(255, 204, 1, 1) 28%, rgba(115, 225, 68, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 204, 1, 1) 0%, rgba(255, 204, 1, 1) 20%, rgba(115, 225, 68, 1) 40%, rgba(115, 225, 68, 1) 100%);
    background: linear-gradient(180deg, #ffcc01 0%, #ffcc01 25%, #00EFA5 60%, #00EFA5 100%);
}

.blvavl .org2 {
    background: rgb(115, 225, 68);
    background: linear-gradient(180deg, rgba(255, 204, 1, 1) 0%, rgba(255, 204, 1, 1) 52%, rgba(115, 225, 68, 1) 100%);
}

.blvavl .red {
    background: #F4516C;
}

.product .dtls {
    height: 87px;
    overflow: hidden;
    color: #1c1c1c;
    margin: 16px 0 8px 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.product .dtls ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product .dtls ul li {
    width: 100%;
    position: relative;
    line-height: 20px;
    padding: 3px 0 3px 23px;
    font-size: 15px;
    font-weight: 300;
}

.product .dtls ul li:before {
    font-family: 'LineAwesome';
    font-size: 18px;
    position: absolute;
    left: 0;
    line-height: 20px;
    top: 3px;
    content: '\f299';
    color: #00a3d4;
}

.product .btns {
    text-align: center;
}

.wsl-btn {
    background: none;
    color: #676767;
    box-sizing: border-box;
    font-weight: 400;
    padding: 0;
    margin-top: 5px;
    font-size: 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    position: relative;
    text-align: center;
    transition: ease 0.1s;
    cursor: pointer;
    vertical-align: top;
}

.product .atc-btn {
    background: none;
    color: #212121;
    box-sizing: border-box;
    font-weight: 400;
    padding: 0;
    margin-top: 5px;
    font-size: 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    position: relative;
    text-align: center;
    transition: ease 0.1s;
    cursor: pointer;
    margin-right: 8px;
}

.product .atc-btn img {
    height: 20px;
}

.wsl-btn:hover {
    color: #cd2418;
}

.product .atc-btn:hover {
    color: #007ba1;
}

.productL .atw-btn .atw-msg, .product .atw-btn .atw-msg {
    bottom: 100%;
    right: 0;
    position: absolute;
    padding: 4px 12px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 3;
}

.productL .atw-btn .atw-msg.error, .product .atw-btn .atw-msg.error {
    background: #cd2418;
}

.productL .atw-btn .atw-msg.success, .product .atw-btn .atw-msg.success {
    background: #00a800;
}

@media only screen and (min-width: 769px) and (max-width: 950px) {
    .product {
        width: 100%;
        height: 95px;
        min-height: auto;
        padding: 5px 0;
    }

    .product .info {
        width: 100%;
        height: 20px;
    }

    .product .scrp, .product .dtls, .product .prices .mlogo {
        display: none;
    }

    .product .info h3 {
        line-height: 20px;
        height: 20px;
        font-size: 17px;
        margin: -7px 0 0 0;
        padding: 0 0 0 86px;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product .info h4 {
        height: 20px;
        line-height: 20px;
        font-size: 15px;
        margin: 0;
        padding: 0 0 0 86px;
        width: 100%;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product .cover {
        position: absolute;
        height: 75px;
        width: 75px !important;
        line-height: 75px;
        top: 0;
        left: 0;
        padding: 0 !important;
    }

    .product .cover img {
        max-width: 75px;
        max-height: 75px;
    }

    .product .prices {
        width: 100%;
        background: transparent;
        background: none;
        height: auto;
        text-align: left;
        position: absolute;
        top: 20px;
        left: 86px;
        padding: 0;
        margin: 0;
        height: 70px;
    }

    .product .prices label:nth-child(2) {
        width: auto;
    }

    .product .prices p:first-child {
        position: absolute;
        top: 45px;
        font-size: 20px;
    }

    .product .prices p:nth-child(2) {
        top: 20px;
        position: absolute;
    }

    .product .prices label:nth-child(1) {
        font-size: 13px;
        margin: 7px 0 0 10px;
    }

    .product .prices sup {
        font-size: 13px;
    }

    .product .prices label {
        float: right;
    }

    .product .prices label:nth-child(2) {
        font-size: 17px;
    }

    .product .avl {
        top: 43px;
        left: 0;
        position: absolute;
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }

    .blvavl {
        display: none !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px), only screen and (min-width: 951px) and (max-width: 1100px) {
    .product {
        width: 49%;
        height: 95px;
        min-height: auto;
        padding: 5px 0;
    }

    .product:nth-child(even) {
        margin-right: 1%;
    }

    .product:nth-child(odd) {
        margin-left: 1%;
    }

    .product .info {
        width: 100%;
        height: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .productL {
        overflow: visible;
    }

    .productL .atw-btn .atw-msg, .product .atw-btn .atw-msg {
        font-size: 12px;
        padding: 3px 6px;
        right: -14px;
    }

    .productL .cover {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        width: 100%;
        line-height: 0;
    }

    .productL .cover img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        position: absolute;
    }

    .product {
        height: 125px;
        min-height: auto;
        padding: 20px 0;
    }

    .product .info {
        width: 100%;
        height: 20px;
        padding-right: 0px;
    }

    .product .dtls, .mlogo, .product .scrp {
        display: none;
    }

    .product .info h3 {
        /*font-family: 'Roboto', sans-serif;*/
        line-height: 18px;
        height: 36px;
        font-size: 18px;
        margin: -3px 0 0 0;
        padding: 0 0 0 110px;
        width: 100%;
        font-weight: 500;
        overflow: hidden;
        box-sizing: border-box;
    }

    .product .info h4 {
        /*
  line-height:16px;
  height: 16px;
  line-height: 16px;
  font-size:14px;
  margin:0;
  padding: 0 0 0 86px;
  width: 100%;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  */
        display: none;
    }

    .product .cover {
        position: absolute;
        height: 125px;
        width: 100px !important;
        line-height: 125px !important;
        top: 0;
        left: 0;
        padding: 0 !important;
    }

    .product .cover img {
        max-width: 95px;
        max-height: 120px;
    }

    .product .prices {
        width: 100%;
        background: transparent;
        background: none;
        height: auto;
        text-align: left;
        position: absolute;
        top: 40px;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        padding-left: 110px;
        box-sizing: border-box;
        height: 60px;
    }

    .product .prices label:nth-child(2) {
        width: auto;
    }

    .product .prices p:first-child {
        position: absolute;
        top: 45px;
        font-size: 20px;
    }

    .product .prices p:nth-child(2) {
        top: 20px;
        position: absolute;
    }

    .product .prices label:nth-child(1) {
        font-size: 13px;
        margin: 4px 0 0 10px;
    }

    .product .prices sup {
        font-size: 13px;
    }

    .product .prices label {
        float: right;
    }

    .product .prices label:nth-child(2) {
        font-size: 19px;
    }

    .product .btns {
        position: absolute;
        right: 0;
        bottom: -18px;
    }

    .product .btns button {
        float: right;
    }

    .product .atc-btn {
        margin-top: 7px;
    }

    .product .avl {
        top: 47px;
        left: 110px;
        position: absolute;
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }

    .product .blvavl {
        line-height: 18px;
        vertical-align: middle;
    }
}
#paginationb{grid-column: 1/-1;}
#products-list .prdcnt{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:56px 0;
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
    #products-list .prdcnt{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
    #products-list{padding-left: 10px; padding-right: 10px;}
}

@media only screen and (min-width: 341px) and (max-width: 480px) {
    #products-list .prdcnt{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #products-list{padding-left: 10px; padding-right: 10px;}
}

@media only screen and (max-width: 340px) {
    #products-list{padding-left: 5px; padding-right: 5px;}
   #products-list .prdcnt{ grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 30px 0; }
}

#catinfo{grid-column: 1/-1;}
body, html {
    /*height: 100%;*/
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

#page-container {
    min-height: 100%;
    box-sizing: border-box;
}

body {
    margin: 0 auto;;
    font-size: 0;
    font-family: 'MusicLand-Sans';
    font-family: 'Arimo', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

button, input, select, option {
    font-family: 'MusicLand-Sans';
    font-family: 'Arimo', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
}

button:focus, select:focus, option:focus {
    outline: none;
}

input, select, option, textarea {
    font-family: 'MusicLand-Sans';
    font-family: 'Arimo', sans-serif;
}

option, select {
    font-family: 'MusicLand-Sans', 'Arimo', 'LineAwesome'
}

a, img, input {
    outline: none;
}

a {
    text-decoration: none;
}

.covid-19 {
    padding: 5px 0;
    font-size: 15px;
    background: #00ACE0;
    color: #fff;
    text-align: center;
}

.covid-19 p {
    display: inline;
    margin: 0;
    padding: 0;
}

.covid-19 a {
    color: #fff;
}

header .logo {
    margin: 5px 0 0 0;
    display: inline-block;
    width: 18%;
    padding: 0;
    vertical-align: top;
    height: 50px;
    padding: 0;
    box-sizing: border-box;
}

.logo-white {
    display: none !important;
}

header .logo img {
    max-height: 37px;
    max-width: 92%;
    vertical-align: middle;
    display: inline-block;
}

.container {
    width: 1500px;
    margin: 0 auto;
    max-width: 100%;
}

header {
    position: relative;
    background: #1c1c1c;
    background: #fff;
}

.no-scroll {
    overflow: hidden;
}

.brdthght {
    height: auto !important;
    max-height: auto !important;
}

header .extp {
    /*padding: 15px 0;*/
}

#hdtop {
    height: 28px;
    width: 100%;
    background: #mb_strpos;
    text-align: right;
}

#hdtop ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
    height: 28px;
}

#hdtop ul li {
    padding: 0 15px;
    margin: 0;
    display: inline-block;
    list-style: none;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

#hdtop ul li a {
    color: #fff;
    color: #1c1c1c;
}

#hdtop ul li a:hover {
    color: #00a3d4;
}

#mobile-search {
    display: none;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: 0;
    overflow-y: scroll;
    z-index: 99999;
    top: 0;
    left: 0;
}

#mobile-search .la-times {
    font-size: 20px;
    right: 10px;
    top: 25px;
    position: absolute;
    z-index: 5;
    color: #dadada;
}

#mobile-search .msc {
    top: 0;
    left: 0;
    padding: 15px 20px;
    height: 110px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    text-align: left;
}

#mobile-search .msc input[type=text] {
    border: none;
    height: 40px;
    padding: 0 50px 0 20px;
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50px;
}

#mobile-search .msc form {
    position: relative;
    padding-right: 20px;
    width: 100%;
}

#mobile-search .msc button {
    border: none;
    background: #217fa7;
    padding: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    max-width: 20%;
    font-size: 20px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    position: absolute;
    left: 90%;
    transform: translateX(-58px);
    border-radius: 50%;
}

#mobile-menu {
    display: none;
    background: #333;
    padding: 40px 0 65px 3px;
    box-sizing: border-box;
    position: fixed;
    /*display: block;*/
    width: 100%;
    height: 100%;
    overflow: 0;
    overflow-y: scroll;
    z-index: 99999;
    top: 0;
    left: 0;
}

#mobile-menu h3 {
    font-size: 17px;
    color: #00ace0;
    text-align: center;
    position: fixed;
    top: 5px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}

#mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

#mobile-menu ul li {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    display: inline-block;
}

#mobile-menu ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

#mobile-menu .la-times-circle-o {
    font-size: 25px;
    left: 5px;
    top: 8px;
    position: fixed;
    z-index: 5;
    color: #fcfcfc;
}

#mobile-menu .hdcall {
    background: rgba(255, 255, 255, 0.05);
    position: fixed;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
}

#mobile-menu .hdcall p {
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
}

#mobile-menu .hdcall strong {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #00ace0;
}

#hdsearch {
    width: 50%;
    margin: 6px 4% 20px 4%;
    display: inline-block;
    vertical-align: top;
}

#hdsearch p {
    padding: 0;
    margin: 4px 0 1px 0;
    font-weight: 400;
    height: 20px;
    color: #1c1c1c;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: calc(100% - 35px);
}

#hdsearch p span {
    text-indent: 2px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    vertical-align: bottom;
    word-spacing: 2px;
}

#hdsearch p strong {
    font-size: 15px;
    color: #CDA34A;
    line-height: 21px;
    font-weight: 400;
    display: inline-block;
    height: 20px;
    padding: 0 4px;
    vertical-align: bottom;
}

#hdsearch form {
    position: relative;
}

#hdsearch input {
    background: #fff;
    border: 1px solid #cccccc;
    width: 100%;
    height: 46px;
    padding: 0 45px 0 20px;
    box-sizing: border-box;
    border-radius: 50px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    position: relative;
    transition: ease 0.25s;
    word-spacing: 2px;
}

#hdsearch input:hover {
    border-color: #7E00F3;
}

#hdsearch .la-search {
    transform: rotate(270deg);
    color: #fff;
    color: #1c1c1c;
    font-size: 22px;
}

#hdsearch input:focus {
    box-shadow: none;
    background: rgba(240, 241, 242, 1);
    background: #f0f1f2;
    border-color: #f0f1f2;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    position: relative;
    z-index: 999;

}

@supports (backdrop-filter:blur(50px)) {
    #hdsearch input:focus {
        background: rgba(240, 241, 242, 0.86);
        background: #f0f1f2;
        background: #fff;
        /*backdrop-filter:blur(50px);*/
    }
}

#hdsearch input::placeholder {
    font-style: italic;
    color: #efefef;
    color: #1c1c1c;
}

#hdsearch input:focus::placeholder, #hdsearch input:hover::placeholder {
    color: #1c1c1c;
}

#hdsearch button {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #01A3D4;
    font-size: 20px;
    border: none;
    bottom: 0;
    right: 10px;
    text-align: center;
    position: absolute;
    z-index: 2;
}

#hdsearch .clear-hform {
    font-size: 20px;
    color: #01A3D4;
    position: absolute;
    bottom: 9px;
    right: 16px;
    display: none;
    transition: ease 0.25s;
    cursor: pointer;
}

#hdsearch .clear-hform:hover {
    color: #00a3d4;
}

#search-result.focused {
    display: block !important;
}

#search-result {
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    padding: 0 40px 20px 40px;
    box-sizing: border-box;
    background: rgba(240, 241, 242, 1);
    background: #f0f1f2;
    background: #fff;
    z-index: 998;
    font-size: 16px;
    border: 1px solid #f0f1f2;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
    box-shadow: rgba(85, 85, 85, 0.5) 0px 18px 50px -5px;
    box-shadow: 0 1px 70px 20px rgb(0 0 0 / 30%);
    /*  backdrop-filter:blur(50px);*/
}

@supports (backdrop-filter:blur(50px)) {
    #search-result {
        background: rgba(240, 241, 242, 0.8);
        background: #f0f1f2;
        background: #fff;
        /*backdrop-filter:blur(50px);*/
    }
}

#search-result h3 {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 21px;
    margin: 10px -5px 0 -5px;
    padding: 3px 5px;
    font-weight: 700;
    border-radius: 8px;
    background: rgba(206, 206, 206, 0.35);
}

#search-result a {
    color: #1c1c1c;
    font-size: 17px;
    line-height: 28px;
    display: block;
    padding: 0;
    margin: 0;
}

#search-result a:hover {
    color: #00a3d4;
}

#search-result .nrslts {
    color: #272727;
    font-size: 15px;
    line-height: 21px;
    display: block;
    padding: 20px 0;
    margin: 0;
}

#search-result b {
    font-weight: 700;
}

#search-result .dummy {
    height: 10px;
    display: block;
}

#hdcall {
    width: 12%;
    display: inline-block;
    padding: 5px 0;
    margin: 5px 0 0 0;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    position: relative;
}

#hdcall strong::before {
    content: '\f354';
    font-family: 'LineAwesome';
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #0099cc;
    color: #1c1c1c;
}

#hdcall strong {
    font-size: 21px;
    line-height: 40px;
    font-weight: 400;
    white-space: nowrap;
    color: #f1f1f1;
    color: #1c1c1c;
    padding-left: 30px;
    position: relative;
}

#hdcall strong:hover {
    color: #01A3D4;
}

#icon-menu-left {
    display: none;
}

#icon-menu {
    margin: 5px 0 0 0;
    width: 12%;
    display: inline-block;
    text-align: right;
}

#icon-menu .box {
    vertical-align: bottom;
    display: inline-block;
    font-size: 40px;
    width: 33.333%;
    max-width: 48px;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    position: relative;
}

#icon-menu .box.lsearch {
    display: none;
}

#icon-menu .box.is-logged::before {
    content: "\f17b";
    font-family: 'LineAwesome';
    position: absolute;
    left: calc(50% + 8px);
    font-size: 11px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    bottom: 13px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 50%;
}

#icon-menu .box span {
    font-size: 25px;
    color: #777;
    line-height: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
}

#icon-menu .box span.icon-heart2 {
    font-size: 27px !important;
}

#icon-menu .hdrcrt span {
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

#icon-menu .hdrcrt span.full {
    background-image: url(/images/cart/fb.svg);
}

#icon-menu .hdrcrt span.empty {
    background-image: url(/images/cart/eb.svg);
}

#icon-menu .hdrcrt span.full-l {
    background-image: url(/images/cart/fbl.svg);
}

#icon-menu .hdrcrt span.full:hover {
    background-image: url(/images/cart/fh.svg);
}

#icon-menu .hdrcrt span.empty:hover {
    background-image: url(/images/cart/eh.svg);
}

#icon-menu .hdrcrt span.full-l:hover {
    background-image: url(/images/cart/fhl.svg);
}

#icon-menu .hdrcrt strong.empty {
    display: none !important;
}

#icon-menu .hdrcrt .full-l:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -8px;
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    width: 8px;
    height: 2px;
    background: #0099cc;
}

#icon-menu .hdrcrt .full-l:before {
    content: '';
    position: absolute;
    top: 5px;
    right: -5px;
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    width: 2px;
    height: 8px;
    background: #0099cc;
}

#icon-menu .box i {
    display: block;
    font-size: 12px;
    color: #1c1c1c;
    text-align: center;
    line-height: 12px;
    margin: 0;
    padding: 2px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    font-style: normal;
}

#icon-menu .box strong {
    position: relative;
    font-size: 15px;
    color: #0099cc;
    line-height: 21px;
    height: 19px;
    min-width: 19px;
    text-align: center;
    display: inline-block;
    top: 19px;
    left: 26px;
    transform: translate(-50%, -50%);
    position: absolute;
    box-sizing: border-box;
    padding: 0;
    font-weight: 600;
}

#icon-menu .box:hover i, #icon-menu .box:hover span {
    color: #00a3d4;
}

#icon-menu {
    position: relative;
}

#hdcrtlist {
    position: absolute;
    top: 50px;
    right: 0;
    width: 350px;
    z-index: 999;
    padding: 0 5px;
    display: none;
    transform: translateX(50%);
}

#hdcrtlist .hdcrtlist {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    text-align: left;
    border: 1px solid #e0e1e2;
    box-shadow: 0 0 10px #d1d1d1;
    position: relative;
    border-radius: 8px;
}

#hdcrtlist .hdcrtlist .ttl-top {
    background: #f0f1f2;
    font-size: 20px;
    font-weight: 400;
    color: #3b3b3b;
    margin: 0;
    padding: 0;
    padding: 15px 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #e0e1e2;
}

#hdcrtlist .hcprd .v {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 10px;
    top: 8px;
}

#hdcrtlist .hdcrtlist img {
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#hdcrtlist .nprds {
    font-size: 15px;
    color: #1c1c1c;
    padding: 10px;
    margin: 0;
    text-align: center;
}

#hdcrtlist .hcprd {
    display: inline-block;
    border-bottom: 1px solid #e0e1e2;
    width: 100%;
    color: #1c1c1c;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
}

#hdcrtlist .hcprd h3 {
    padding: 0 0 0 49px;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    height: 17px;
    color: #1c1c1c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#hdcrtlist .hcprd h3:hover {
    color: #00a3d4;
}

#hdcrtlist .hcprd p {
    padding: 0 0 0 49px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    height: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: #757575;
}

#hdcrtlist .hcprd p em {
    font-size: 15px;
    float: right;
    font-weight: 600;
    font-style: normal;
    color: #1c1c1c;
}

#hdcrtlist .hctlt {
    padding: 10px 5px;
    text-align: center;
    color: #1c1c1c;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f1f1f1;
    font-weight: 600;
}

#hdcrtlist .hctlt em {
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    margin-left: 5px;
}

#hdcrtlist .hctlt b {
    font-size: 25px;
    font-weight: 600;
    padding-right: 2px;
}

#hdcrtlist .hcmrp {
    padding: 10px 5px;
    text-align: center;
    color: #1c1c1c;
    background: #f1f1f1;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#hdcrtlist .hcmrp b {
    font-size: 17px;
    font-weight: 600;
}

#hdcrtlist .hcacts {
    font-size: 0;
    padding: 8px 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #f1f1f1;
}

#hdcrtlist .hcact {
    padding: 5px 5px 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    text-align: left;
    color: #1c1c1c;
    box-sizing: border-box;
}

#hdcrtlist .hcact p {
    padding: 0 0 0 15px;
    margin: -3px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

#hdcrtlist .hcact em {
    text-decoration: none;
    font-size: 30px;
    line-height: 30px;
    color: #0099cc;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    padding: 0;
}

#hdcrtlist .hcact b {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    color: #0099cc;
    margin-left: -3px;
    padding: 0 2px 0 15px;
}

#hdcrtlist .hcact a {
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    background: #0099cc;
    background: linear-gradient(#ffd46f 0px, #ffb300 100%);
    background: #000;
    border-radius: 23px;
    color: #1c1c1c;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 39px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    transition: ease 0.25s;
}

#hdcrtlist .hcact a:hover {
    background: linear-gradient(#ffe19d 0px, #f7c654 100%);
    background: #5b5b5b
}

#hdcrtlist .hcact a i {
    color: #fff !important;
}

#hdcrtlist .slimScrollDiv {
    border: none !important;
}

#menu {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #1c1c1c;
}

#menu ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 39px;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

#menu ul li {
    display: inline-block;
    font-size: 13.5px;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    padding: 0;
    box-sizing: border-box;
}

#menu ul li a {
    line-height: 39px;
    line-height: 46px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    transition: ease 0.1s;
    display: inline-block;
    padding: 0;
    position: relative;
}

#menu ul li:hover > a::before, #menu ul li.active > a::before {
    content: '';
    background: #01A3D4;
    height: 2px;
    width: 100%;
    left: 50%;
    bottom: 0px;
    position: absolute;
    transform: translateX(-50%);
}

#breadcrumbs {
    width: 100%;
    /*padding:5px 0 13px 0;*/
    padding: 0;
    height: 30px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

#breadcrumbs .bangle {
    line-height: 30px;
    padding: 0 4px;
    font-size: 18px;
    color: #00a3d4;
}

#breadcrumbs .mobbread {
    display: none;
}

#breadcrumbs a, #breadcrumbs span {
    color: #1c1c1c;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

#breadcrumbs a:hover {
    color: #00a3d4;
    text-decoration: underline;
}

#breadcrumbs .brdexp {
    cursor: pointer;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    transition: ease 0.25s;
}

#breadcrumbs .brdexp:hover {
    background: #d54140;
    color: #fff !important;
    text-decoration: none !important;
}

#breadcrumbs .la-home {
    font-size: 16px;
    line-height: 16px;
}

.footer-separator {
    height: 500px;
    clear: both;
}

#newsletter {
    background: #E5E7EC;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    margin-top: -500px;
    box-shadow: 0 5px 9px #bdbdbd;
    background-size: cover;
}

#newsletter h2 {
    min-height: 42px;
    color: #00a0ce;
    font-size: 42px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    letter-spacing: -1px;
}

#newsletter .inp {
    height: 42px;
    width: 500px;
    max-width: 90%;
    padding-right: 50px;
    position: relative;
    box-sizing: border-box;
    margin-left: 40px;
    display: inline-block;
}

#newsletter input {
    background: #fff;
    padding: 0 20px;
    height: 40px;
    width: 450px;
    margin: 0;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    vertical-align: top;
    font-size: 17px;
    font-weight: 300;
}

#newsletter button {
    background: none;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 30px;
    border: none;
    color: #00a0ce;
    transform: rotate(-20deg);
}

#footer {
    background: #151719;
    background: #1c1c1c;
    background-size: cover;
    width: 100%;
}

#footer .ftop {
    width: 100%;
    padding: 50px 0 40px 0;
    border-bottom: 1px solid #515253;
}

#footer .ftop .social {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    text-align: right;
}

#footer .ftop .social a {
    color: #8b8b8b;
    transition: ease 0.25s;
}

#footer .ftop .social a:hover {
    color: #fff;
}

#footer .ftop .logo {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

#footer .ftop .logo img {
    height: 39px;
}

#finfo {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);;
    margin: 0;
    padding: 0;
}

#finfo .box {
    display: inline-block;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 20%;
}

#finfo .box h2 {
    color: #fafafa;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 10px 0;
    position: relative;
}

#finfo .box h2::after {
    width: 15px;
    height: 2px;
    background: #15BDED;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
}

#finfo ul {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

#finfo ul li a, #finfo ul li {
    color: #f0f1f2;
    font-size: 14px;
    font-size: 14.5px;
    transition: ease 0.25s;
    padding: 3px 0;
}

#finfo ul li a:hover {
    color: #00a3d4;
}

#footer .pmticonsp {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 20px 0;
}

#footer .pmticonsp .ssp span {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

#footer .pmticonsp .ssp {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-right: 30px;
}

#footer .pmticonsp .ssp img {
    max-height: 80px;
    margin-left: 12px;
}

#footer .pmticons {
    min-height: 25px;
    text-align: center;
}

#footer .pmticons img {
    margin-left: 8px;
}

#footer .cprghts {
    padding: 10px 0;
    min-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .cprghts .bx {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 13px;
    color: #e1e1e1;
}

#footer .cprghts .bx a {
    color: #e1e1e1;
    transition: ease 0.25s;
}

#footer .cprghts .bx a:hover {
    color: #00a3d4;
}

#footer .cprghts .bx:nth-child(2) {
    text-align: right;
}

#cart-popup-cnt {
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#cart-popup-cnt .cnt-box {
    background: #fff;
    width: 90%;
    max-width: 500px;
    min-height: 100px;
    max-height: calc(90% - 20px);
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

#cart-popup-cnt .cnt-box .crtppclose {
    font-size: 20px;
    top: 5px;
    right: 10px;
    color: #fff;
    position: absolute;
    cursor: pointer;
}

#cart-popup-cnt .cnt-box h3 {
    height: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-indent: 5px;
    background: #333;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#cart-popup-cnt .acts {
    border-top: 1px solid #f1f1f1;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

#cart-popup-cnt .acts a {
    margin: 0 2.5%;
    width: 45%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
}

#cart-popup-cnt .acts .stay {
    font-weight: 400;
    color: #212121;
    cursor: pointer;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #bfbfbf;
    line-height: 20px;
}

#cart-popup-cnt .acts .stay:hover {
    background: #dedede;
}

#cart-popup-cnt .acts .gotocart {
    background: #0099cc;
    background: linear-gradient(#ffd46f 0px, #ffb300 100%);
    background: #000;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    line-height: 20px;
}

#cart-popup-cnt .acts .gotocart:hover {
    background: #7E00F3;
}

#cart-popup-cnt p {
    font-size: 15px;
    color: #212121;
    font-weight: 400;
    padding: 5px 10px 10px 80px;
    text-align: center;
    color: #212121;
    position: relative;
}

#cart-popup-cnt p img {
    position: absolute;
    top: 0;
    left: 5px;
    max-width: 70px;
    max-height: 90px;
}

.static-title {
    padding: 10px 0 20px 0;
}

.static-title h1 {
    font-size: 45px;
    font-weight: 700;
    color: #3b3b3b;
    padding: 0;
    margin: 7px 0 10px 0;
    letter-spacing: -1px;
}

#frprdslsh {
    padding: 30px 20px 50px 20px;
    box-sizing: border-box;
    background: #f4f4f7;
    text-align: center;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

#frprdslsh h2 {
    font-size: 31px;
    line-height: 34px;
    font-weight: 600;
    color: #2b2c2e;
    margin: 10px 0 28px 0;
    /*font-family: 'Roboto', sans-serif;*/
}

#frprdslsh .swiper-button-prev {
    border-top: 1px solid #abacad;
    border-left: 1px solid #abacad;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50px;
    position: absolute;
    transition: ease 0.25s;
}

#frprdslsh .swiper-button-next {
    border-top: 1px solid #abacad;
    border-right: 1px solid #abacad;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 50px;
    width: 50px;
    top: 50%;
    right: 0;
    position: absolute;
    transition: ease 0.25s;
}

#frprdslsh .swiper-button-next:hover, #frprdslsh .swiper-button-prev:hover {
    border-color: rgba(126, 0, 243, 1)
}

#frprdslsh .frprds {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1640px;
}

#frprdslsh .swiper-button-disabled {
    display: none;
}

#frprdslsh .swiper-scrollbar {
    height: 4px;
    margin-top: 20px;
    border-radius: 2px;
}

#frprdslsh .swiper-container-horizontal > .swiper-scrollbar {
    width: calc(100% - 160px);
    left: 80px;
}

#frprdslsh .swiper-scrollbar-drag {
    background: rgba(126, 0, 243, 1)
}

.productL .info p:first-of-type {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: left;
    padding: 0;
    margin: 18px 0 4px 0;
}

.productL .info p:last-of-type a {
    color: #1c1c1c;
}

@media only screen and (max-width: 1870px) {
    #hdcrtlist {
        transform: none;
    }
}

@media only screen and (min-width: 1280px) {
    #icon-menu .hdrcrt:hover > #hdcrtlist {
        display: block;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {
    header .container {
        overflow: visible !important;
    }

    .container {
        padding-left: 20px !important;
        box-sizing: border-box;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1500px) {
    #footer {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    #footer .container {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1440px) {
    header .container {
        overflow: visible !important;
    }

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .ctgttl > #breadcrumbs .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1399px) {
    header .container {
        overflow: visible !important;
    }

    .container {
        width: 96%;
        margin: 0 2%;
        overflow: hidden;
    }

    #finfo .box {
        width: 25%;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1550px) {
    #menu ul li a {
        font-size: 13.5px;
        padding: 0;
    }
}

@media only screen and (min-width: 1251px) and (max-width: 1400px) {
    #menu ul li a {
        font-size: 12px;
        padding: 0;
    }
}

@media only screen and (max-width: 1250px) {
    #menu {
        display: none;
    }

    header {
        background: #1c1c1c;
    }

    .logo-black {
        display: none !important;
    }

    .logo-white {
        display: inline-block !important;
    }

    #icon-menu {
        margin-top: 0;
    }

    #hdtop {
        margin-top: 0;
    }

    header .logo {
        margin-top: 0;
    }

    #icon-menu .box span {
        color: #fff;
    }

    #icon-menu .hdrcrt span.empty {
        background-image: url(/images/cart/ew.svg) !important;
    }

    #icon-menu .hdrcrt span.full {
        background-image: url(/images/cart/fw.svg) !important;
    }

    #hdtop ul li a {
        color: #fff;
    }

    #hdsearch input {
        background: #5c5c5c
    }

    #hdsearch {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1250px) {
    header {
        width: 100%;
        box-sizing: border-box;
        overflow: visible;
        border: 1px solid #d1d1d1;
        box-shadow: 0 4px 2px -2px #e1e1e1;
    }

    header .extp {
        padding: 10px 0;
        position: relative;
    }

    header .logo, #hdsearch, #icon-menu {
        vertical-align: middle;
    }

    #hdcall {
        display: none;
    }

    #icon-menu-left {
        width: 55px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        position: absolute;;
        top: 50%;
        transform: translateY(-50%);
        left: 5px;
        display: block;
        z-index: 2;
    }

    header .logo {
        margin: 5px 0 0 55px;
        width: calc(26% - 55px);
        position: relative;
    }

    header .logo img {
        max-height: 50px;
        max-width: 95%;
        position: absolute;
        top: 38%;
        left: 0;
        transform: translateY(-50%);
        max-height: 37px;
    }

    #hdsearch {
        margin-left: 4.5%;
        margin-right: 4.5%;
    }

    #icon-menu-left i:nth-child(2) {
        display: none;
    }

    #icon-menu {
        width: 15%;
    }

    #icon-menu .box strong {
        right: 25%;
    }

    #finfo .box {
        width: 33.333%;
    }
}

@media only screen and (max-width: 768px) {
    #mobile-search .msc input[type=text] {
        font-size: 16px;
        font-weight: 400;
    }

    .covid-19 p {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #finfo .box {
        width: 50%;
    }

    #breadcrumbs .dspt {
        display: none;
    }

    #breadcrumbs .mobbread {
        display: block;
    }

    header {
        height: 50px;
        box-shadow: 0 4px 2px -2px #e1e1e1;
        border: none;
        background: #212121;
    }

    #hdsearch, #hdcall {
        display: none;
    }

    .logo-black {
        display: none !important;
    }

    .logo-white {
        display: inline-block !important;
    }

    #icon-menu-left {
        display: block;
        position: absolute;
        left: 0;
        width: 45px;
        padding: 0;
        top: 5px;
        text-align: center;
        z-index: 2;
    }

    #icon-menu-left i {
        font-size: 26px;
        line-height: 40px;
        padding: 0;
        max-width: 50%;
        box-sizing: border-box;
        display: inline-block;
        color: #fff;
    }

    header .logo {
        position: relative;
        left: 0px;
        width: 50%;
        margin: 0;
        padding-left: 40px;
        box-sizing: border-box;
        top: -3px;
    }

    header .logo img {
        height: auto;
        width: 90%;
        max-width: 140px;
        max-height: 40px;
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
    }

    #icon-menu {
        display: block;
        position: absolute;
        right: 0;
        width: 50%;
        padding: 0 5px 0 0;
        box-sizing: border-box;
        top: 5px;
        text-align: right;
        margin: 0;
    }

    #icon-menu .box.lsearch {
        display: inline-block;
    }

    #icon-menu .box {
        width: 42px;
        max-width: 33.333%;
        box-sizing: border-box;
        margin: 0;
        height: 40px;
        text-align: right;
    }

    #icon-menu .hdrcrt span {
        min-width: 30px;
    }

    #icon-menu .hdrcrt span.empty {
        background-image: url(/images/cart/ew.svg) !important;
    }

    #icon-menu .hdrcrt span.full {
        background-image: url(/images/cart/fw.svg) !important;
    }

    #icon-menu .box span {
        font-size: 21px !important;
        line-height: 40px !important;
        height: 40px;
        color: #fff;
        padding: 0 8px;
        display: inline-block;
        vertical-align: top;
        background-size: 23px 23px;
    }

    #icon-menu .box span.icon-heart2 {
        font-size: 24px !important;
    }

    #icon-menu .box strong {
        top: 14px;
        left: 25px;
        font-size: 13px;
    }

    #icon-menu .box:last-child span {
        font-size: 25px !important;
        transform: rotate(270deg);
    }

    #icon-menu .box i {
        display: none;
    }

    #icon-menu .hdrcrt {
        min-width: 42px;
    }

    header .extp {
        padding: 0 0 0 0;
    }

    #hdtop {
        display: none;
    }

    .row {
        padding: 0 10px !important;
    }

    #icon-menu .hdrcrt span.empty {
        background-image: url(/images/cart/ew.svg) !important;
    }

    #icon-menu .hdrcrt span.full {
        background-image: url(/images/cart/fw.svg) !important;
    }
}

@media only screen and (max-width: 640px) {
    #footer .pmticonsp .ssp {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 520px) {
    #icon-menu .box:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .static-title h1 {
        font-size: 35px;
    }

    #breadcrumbs {
        height: 19px;
    }

    #breadcrumbs a, #breadcrumbs span {
        font-size: 11px;
        letter-spacing: -0.4px;
        color: #676767;
    }

    #breadcrumbs a, #breadcrumbs span {
        line-height: 19px;
    }

    #breadcrumbs .bangle {
        font-size: 14px;
        line-height: 19px;
        padding: 0;
        vertical-align: top;
    }

    #finfo ul li a {
        font-size: 13px;
    }

    #finfo .box h2 {
        font-size: 14px;
    }

    .row {
        padding: 0 10px !important;
    }

    .container {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }

    #footer .container {
        padding: 0 15px !important;
    }

    header .extp {
        padding: 0;
    }

    #hdtop {
        display: none;
    }

    #hdtop {
        text-align: center;
        overflow: hidden;
    }

    #breadcrumbs .dspt {
        display: none;
    }

    #breadcrumbs .mobbread {
        display: block;
    }

    header {
        height: 50px;
        overflow: hidden;
        width: 100%;
        position: relative;
        box-shadow: 0 4px 2px -2px #e1e1e1;
        background: #212121;
    }

    .logo-black {
        display: none !important;
    }

    .logo-white {
        display: inline-block !important;
    }

    #hdsearch, #hdcall {
        display: none;
    }

    #icon-menu {
        display: block;
        position: absolute;
        right: 0;
        width: 50%;
        padding: 0 5px 0 0;
        box-sizing: border-box;
        top: 5px;
        text-align: right;
        margin: 0;
    }

    #icon-menu .box.lsearch {
        display: inline-block;
    }

    #icon-menu .box:nth-child(2) {
        display: none;
    }

    #icon-menu .box {
        width: 42px;
        max-width: 33.333%;
        box-sizing: border-box;
        margin: 0;
        height: 40px;
        text-align: right;
    }

    #icon-menu .hdrcrt span {
        min-width: 30px;
    }

    #icon-menu .hdrcrt span.empty {
        background-image: url(/images/cart/ew.svg) !important;
    }

    #icon-menu .hdrcrt span.full {
        background-image: url(/images/cart/fw.svg) !important;
    }

    #icon-menu .box span {
        font-size: 21px !important;
        line-height: 40px !important;
        height: 40px;
        color: #fff;
        padding: 0 8px;
        display: inline-block;
        vertical-align: top;
        background-size: 23px 23px;
    }

    #icon-menu .box strong {
        top: 14px;
        font-size: 13px;
        left: 25px;
    }

    #icon-menu .box:last-child span {
        font-size: 25px !important;
        transform: rotate(270deg);
    }

    #icon-menu .box i {
        display: none;
    }

    #icon-menu-left {
        display: block;
        position: absolute;
        left: 0;
        width: 45px;
        padding: 0;
        top: 5px;
        text-align: center;
        z-index: 2;
    }

    #icon-menu-left i {
        font-size: 26px;
        line-height: 40px;
        padding: 0;
        max-width: 50%;
        box-sizing: border-box;
        display: inline-block;
        color: #fff;
    }

    header .logo {
        position: relative;
        left: 0px;
        width: 50%;
        margin: 0;
        padding-left: 40px;
        box-sizing: border-box;
        top: -3px;
    }

    header .logo img {
        height: auto;
        width: 90%;
        max-width: 150px;
        max-height: 40px;
        position: absolute;
        top: 50%;
        left: 50px;
        transform: translateY(-50%);
    }

    #newsletter .inp {
        padding: 0;
        margin: 5px 0 0 0;
    }

    #newsletter input {
        width: 100%;
        padding: 0 60px 0 10px;
        box-sizing: border-box;
    }

    #newsletter button {
        right: 0;
    }

    #newsletter h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    #finfo .box1, #finfo .box2, #finfo .box3 {
        width: 100%;
    }

    #finfo .box:last-child {
        width: 100%;
    }

    #finfo .box:last-child h2 {
        display: inline-block;
    }

    #finfo .cats li {
        width: 100%;
    }

    #finfo .box {
        width: 50%;
    }

    #footer .ftop .logo {
        width: 100%;
        text-align: center;
    }

    #footer .cprghts .bx {
        width: 100%;
        text-align: center;
    }

    #footer .cprghts .bx:nth-child(2) {
        text-align: center;
    }

    #cart-popup-cnt .acts a {
        width: 95%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 360px) {
    #finfo .box {
        width: 100%;
        text-align: center;
    }

    #finfo .box h2 {
        display: inline-block;
    }
}


/*PRD*/
.productL .icons {
    bottom: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
}

.productL .icons .flag {
    margin-bottom: 3px;
    text-align: left;
}

.productL .icons label, .productL .icons a {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    padding: 3px 14px 3px 5px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 500;
    transition: ease 0.25s;
}
.productL .icons a:hover{color: #e888f9;}
.product .icons {
    top: 15px !important;
    left: 0;
    width: 20%;
    padding: 0;
    box-sizing: border-box;
    z-index: 10;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.product .icons label,.product .icons a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    padding: 3px 14px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-weight: 500;
    z-index: 2;
}

.productL .icons label.hot-price, .product .icons label.hot-price {
    background: #F0003A;
}

.productL .icons label.best-seller, .product .icons label.best-seller {
    background: #7e00f3;
}

.productL .icons label.bundle, .product .icons label.bundle {
    background: #02cf90;
}

.productL .icons label.black-friday, .product .icons label.black-friday {
    background: #121212;
}
.productL .icons label.new, .product .icons label.new {
    background: #00ddf6;
}
.productL .icons .custom-flag{
    background: #121212;
}


@media only screen and (max-width: 1100px) {
    .product .icons label, .product .icons a {
        font-size: 10px;
        line-height: 14px;
        margin: 0 0 0 5px;
        padding: 2px 9px;
    }

    .product .icons {
        top: 4px !important;
        left: -7px;
        width: 100%;
        flex-flow: row;
        justify-content: flex-start;
    }
}


