*{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
p,h1,h2,h3,h4,h5,h6{
    margin:0
}
a:hover{
    text-decoration:underline;
    color:#545454
}
body{
    font-family:'Verdana',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size:13px;
    color:#545454
}
a{
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -ms-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    transition:all 150ms ease-in-out;
    color:#545454
}
a:hover,a:focus{
    color:#15682e
}

.text-green {
    color: #15682e
}

.text-red {
    color: #bd1b21
}

.btn-green {
    color: #15682e;
    background-color: #fff;
    border: 2px solid #15682e;
    padding: 5px 12px
}

.btn-green:focus, .btn-green:active, .btn-green:hover {
    color: #fff;
    background-color: #15682e;
    border: 2px solid #15682e
}

ul, ol {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

input, button {
    border-radius: 0 !important
}

.row-5 {
    margin-left: -5px !important;
    margin-right: -5px !important
}

.clearfix-30 {
    clear: both;
    height: 30px
}

.clearfix-25 {
    clear: both;
    height: 25px
}

.clearfix-10 {
    clear: both;
    height: 10px;
    width: 100%
}

.clearfix-20 {
    clear: both;
    height: 20px
}

.clearfix-40 {
    clear: both;
    height: 40px
}

.clearfix-15 {
    clear: both;
    height: 15px
}

.clearfix-5 {
    clear: both;
    height: 5px
}

.pdd-0 {
    padding: 0 !important
}

.red {
    color: red !important
}

.green {
    color: green
}

.dodgerblue {
    color: #1e90ff
}

.bor-none {
    border: none !important
}

.w50 {
    width: 50%
}

.w100 {
    width: 100%
}

.content {
    text-align: justify;
    font-size: 14px;
    padding-top: 10px;
    line-height: 22px;
    font-family: Arial
}

.description {
    text-align: justify;
    font-size: 12px;
    line-height: 22px
}

.description li {
    list-style: inherit !important;
    float: none !important
}

.content img, .content iframe, .content table {
    max-width: 100% !important;
    margin: 5px 0
}

.content img {
    height: auto !important
}

.text-center {
    text-align: center !important
}

.trans02s {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.transition-03 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.transition-04 {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.transition-05 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.transition-06 {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.modal .close {
    background: #15682e;
    color: #fff;
    opacity: 1;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 50% !important
}

.modal-content {
    border: none
}

.panel, .panel-heading, .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 3px;
    font-family: Arial
}

.container, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.row {
    margin-left: -12px !important;
    margin-right: -12px !important
}

.formError .formErrorContent {
    background: #a1ce57;
    border: 1px solid rgba(21, 104, 46, 0.51);
    box-shadow: 0 0 6px #15682e;
    -moz-box-shadow: 0 0 6px #15682e;
    -webkit-box-shadow: 0 0 6px #15682e;
    -o-box-shadow: 0 0 6px #15682e
}

.formError .formErrorArrow div {
    border-left: 2px solid #add46d;
    border-right: 2px solid #add46d;
    box-shadow: 0 2px 3px #15682e;
    -moz-box-shadow: 0 2px 3px #15682e;
    -webkit-box-shadow: 0 2px 3px #15682e;
    -o-box-shadow: 0 2px 3px #15682e;
    background: #add46d
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0
}

.inline-block {
    display: inline-block
}

.form-control {
    background: #f3f3f3
}

.form-control:focus, .form-control:hover, .form-control:active {
    background: #fff
}

.opacity0 {
    opacity: 0 !important
}

.mrb-0 {
    margin-bottom: 0 !important
}

/*--------- End resetDefalt.css -----------*/

@font-face {
    font-family: 'BeauArcher-Bold';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/BeauArcher-Bold.eot");
    /* IE9 Compat Modes */
    src: local("Lato Regular HB"), local("Lato-Regular HB"),
    url("../fonts/BeauArcher-Bold.eot?#iefix") format("embedded-opentype"),
        /*url("../fonts/BeauArcher-Bold.woff2") format("woff2"),*/
    url("../fonts/BeauArcher-Bold.woff") format("woff"),
    url("../fonts/BeauArcher-Bold.ttf") format("truetype"),
    url("../fonts/BeauArcher-Bold.svg#Lato") format("svg");
    /* Legacy iOS */
}
.form-hidden{
    display: none;
}
.block-acount-cart ul li a,.office-nav li a,.fTabs-content .fTabs-name,
.news-title:hover, .news-title:hover a,.menuTop li a:hover,.fTabs-ctrols a,
.review-title, .review-title a,.QuickAddCart:hover , .QuickView:hover,.follow-icon a:hover{
    text-decoration: none;
}
.panel-status{
    display: none !important;
}

article{
    padding-bottom: 20px;
}
.btn-skip{
    margin-top: 8px;
}
.pb-20{
    padding-bottom: 20px;
}
.d-block{
    display: block;
}
.full{
    width: 100%;
}
.fz-s-36{
    font-size: 36px;
}
/************************* header ********************/
#header{
    /*border-top:4px solid #0167cb;*/
}
.head-top{
    background: #d9d9d9 !important;
    border-bottom: 1px solid #808080;
    display: block;
    width:100%;
}


/************ Mobile *******/
.header-mobile{
    display: none;
}
.logo-mobile{
    width:100%;
    text-align: center;
    padding: 10px 0;
    margin: auto;
}
.logo-mobile img{
    max-width: 110px;
}
.siderbar{
    position: absolute;
    top: 10px;
}
#boxMenu{
    opacity: 0 ;
    left: -100% ;
    z-index:10000009;
}

#boxMenu.mm-opened{
    opacity: 1 !important;
    left: 0 !important;
}
#menu .start {
    display: block;
    width: 31px;
    height: 31px;
    float: left;
    background: url('../img/icon-menu.png') no-repeat center center;
}
#mm-blocker{
    cursor: pointer;
}

#mm-blocker{
    background: rgba(0, 0, 0, 0.36) !important;
}


/*Menu mobiles */
.mm-listview{
    padding-bottom: 0 !important;
    margin: 0 !important;
}
#mm-1{
    top:60px;
}
#mm-1:before{
    height: 0 !important;
}
#mm-1 > .mm-listview{
    margin: 0 -19px 0 -19px !important;
}

/*********** Level 1***************/
#mm-1 > ul > li {
    border-bottom: none;
    font-weight: bold;
    border-left: 1px solid #15682e;
    border-top: 1px solid #15682e;
    border-right: 1px solid #15682e;
}
#mm-1 > ul > li >  a{
    font-weight: bold;
    background: #d9d9d9;
    /*background: #a1ce57;*/
    color: #545454;
}
#mm-1 > ul > li.nray > a{
    background: #a1ce57;
}
#mm-1 > ul > li > a.mm-next{
    height: 40px;
}

.topmenubar li{
    border-bottom: none;
    font-weight: bold;
    border-left: 1px solid #15682e;
    border-top: 1px solid #15682e;
    border-right: 1px solid #15682e;
}
.topmenubar li a{
    font-weight: bold;
    background: #d9d9d9;
    color: #545454;
}

/*********** Level 2***************/
.level-1 .mm-panel,
.level-1 .mm-panel ul {
    padding: 0 !important;
}
.level-1 > .mm-panel ul  li {
    background: #fff;
}
.level-1 > .mm-panel ul li a{
    color: #15682e;
    border-top: none;
    font-weight: normal !important;
}
.level-1 > .mm-panel ul li a.gaTracking{
    border-left: 1px solid #a1ce57;
    border-top: 1px solid #a1ce57;
}
.level-1 > .mm-panel ul li a.mm-next{
    height: 41px;
    background: transparent;
    border-right: 1px solid #a1ce57;
    border-top: 1px solid #a1ce57;
}
.level-1 > .mm-panel ul li:not(.mm-divider):after{
    padding: 0;
    border-color: transparent !important;
}
.level-1 > .mm-panel ul li.mm-opened > a,
.level-1 > .mm-panel ul li:hover > a{
    background: #d9d9d9 !important;
    color: #545454;
}
.level-1 > .mm-panel ul li a:hover{
    text-decoration: underline;
}

/*********** Level 3***************/
.level-1 > .mm-panel ul li ul li a{
    border: none !important;
    padding-left: 35px;
}
.level-1 > .mm-panel ul li ul li.mm-opened > a,
.level-1 > .mm-panel ul li ul li:hover > a{
    background:rgba(217, 217, 217, 0.5) !important;
    color: #545454;
}
.level-1 > .mm-panel ul li ul li a:hover{
    text-decoration: underline;
}

/*********** End Level***************/


.mm-listview > li:not(.mm-divider):after{
    left: 0 !important;
    border-color:transparent  !important;
}
.mm-listview .mm-next:before,
.mm-listview li:last-child:not(.mm-divider):after{
    border-color: transparent !important;
}
.mm-next:after, .mm-arrow:after{
    border-color: rgb(44, 44, 44) !important;
}

.mm-listview li.follow-us  {
    padding-top: 10px;
    border-left: none !important;
    border-right: none !important;
}
.mm-listview li.follow-us a.mm-next  {
    display: none;
}
.mm-listview li.follow-us > a  {
    background: transparent !important;
}
.mm-listview li.follow-us:after  {
    border-color: transparent !important;
}
.mm-listview li.follow-us > a:after,
.mm-listview li.follow-us > a:before  {
    display: none ;
}
.mm-listview li.follow-us .follow-title {
     text-align: left !important;
     padding-bottom: 0 !important;
     margin-bottom: 0 !important;
     border-bottom: none !important;
}
.mm-listview .follow-icon {
    display: block !important;
    padding-top: 0 !important;
    text-align: left !important;
    background: transparent !important;
}

/*End Menu mobiles */


#txtSearch {
    border: 1px solid #333 !important;
    border-radius: 20px !important;
    height: 35px;
    width: 90%;
    margin:10px 5%;
    background: url("../img/icon-s-mobile.png") no-repeat;
    background-position: 10px 6px;
    padding: 0 20px 0 40px;
}
.iconSearch{
    float: left;
    display: block;
    height: 31px;
    line-height: 25px;
    margin-left: 28px;
}

.header-mobile .block-acount-cart{
    position: absolute;
    top: 10px;
    right: 0;
}
.header-mobile  .block-acount-cart li {
    margin: 0 8px;
}
.header-mobile  .block-acount-cart li img{
    width: 22px !important;
}
.header-mobile  .block-acount-cart li:last-child img {
    float: left;
}
.header-mobile  .block-acount-cart li span{
    color: #444;
}
.formSeach-mobile{
    width:100%;
    clear: both;
    display: none;
    background: #fff;
    padding-top: 8px;
}
/*********** End Mobile *******/


.menuTop{
    /*padding: 0 15px;*/
}
.menuTop li{
    float: left;
}
.menuTop li a{
    font-size: 13px!important;
    color: #15682e !important;
    display: block;
    padding: 13px;
    text-transform: uppercase;
}
.menuTop li:first-child a{
    padding-left: 0;
}
.menuTop li a:hover{
    color: #fff;
}
.socialTop li{
    float: right;
    margin-left: 21px;
}

.socialTop li a{
    padding: 4px 0;
    display: block;
    font-size: 20px;
}
.socialTop li a i{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.socialTop li a:hover .fa-facebook{
    color: #166eff;
}
.socialTop li a:hover .fa-youtube{
    color: #dd0240;
}
.socialTop li a:hover .fa-instagram{
    color: #ac009a;
}

.head-content{
    padding: 20px 0;
    background: #fff;
    width:100%;
    border-bottom: 1px solid #d7d7d7;
    -webkit-transition: all 500ms ease-in-out ;
    -moz-transition: all 500ms ease-in-out ;
    -ms-transition: all 500ms ease-in-out ;
    -o-transition: all 500ms ease-in-out ;
    transition: all 500ms ease-in-out
}
.fixed-before{
    position: fixed;
    top: -15%;
    z-index: 1;
    -webkit-transition: all 700ms ease-in-out  ;
    -moz-transition: all 700ms ease-in-out  ;
    -ms-transition: all 700ms ease-in-out  ;
    -o-transition: all 700ms ease-in-out  ;
    transition: all 700ms ease-in-out
}
.fixed-after{
    position: fixed;
    top: 0;
    z-index: 150;
    background: #fff;
    -webkit-transition: all 500ms ease-in-out  ;
    -moz-transition: all 500ms ease-in-out  ;
    -ms-transition: all 500ms ease-in-out  ;
    -o-transition: all 500ms ease-in-out  ;
    transition: all 500ms ease-in-out;
}

.formSeach{
    max-width: 670px;
    margin: auto;
    position: relative;
}
.formSeach .form-control{
    height: 38px;
}
.newsletter .input-group-btn,
.formSeach .input-group-btn{
    background: #15682e;
}
.cart-sidebar .input-group,
.newsletter .input-group,
.formSeach .input-group{
    border: 1px solid #005826;
    border-radius: 3px;
    margin-left: 0;
}
.cart-sidebar .input-group input ,
.newsletter .input-group input ,
.formSeach .input-group input {
    border: none;
}
.cart-sidebar .input-group button ,
.newsletter .input-group button ,
.formSeach .input-group button {
    background: #15682e;
    border-color: #15682e;
    color: #fff;
    font-weight: bold;
}

.btnSubscribe{
    border: 1px solid transparent !important;
    margin-left: 0 !important;
}
.cart-sidebar .input-group button ,
.newsletter .input-group button {
    font-weight: normal;
    margin-right: -1px;
}
.logo{
    padding-bottom: 10px;
}
.logo img{
    max-width: 100%;
}
.vat-invoice{
    cursor: pointer;
}
.vat-invoice .fa:before {
    content: "\f067";
}
.vat-invoice.active .fa:before {
    content: "\f068";
}
#invoice{
    display: none;
    width: 100%;
}
#thanhtoan{
    display: none;
}
#process{
    background: rgba(0,0,0,.5);
    position: fixed;
    top:0;
    left:0;
    display: none;
    width: 100%;
    height: 100%;
}
#process span{
    width: 200px;
    height: 200px;
    margin: auto;
}
/*--------- block-acount-cart -------*/
.block-acount-cart{

}
.block-acount-cart ul li{
    float: right;
    position: relative;
    margin: 0 10px;
}
.block-acount-cart ul li a{
    color: #15682e;
    font-size: 14px;
}
.block-acount-cart ul li ul {
    position: absolute;
    z-index:11;
    top:102%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #15682e;
    padding: 5px;
    min-width: 130px;
    background: #fff;
    visibility: hidden;
    opacity:0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.block-acount-cart ul li:hover ul{
    visibility: visible;
    opacity: 1;
}
.block-acount-cart ul li ul  li{
    float: none;
}
.block-acount-cart ul li ul li a{
    display: block;
    padding: 5px 0;
    font-size: 12px;
}
.block-acount-cart ul li ul li a:hover{
    color: #9ccd54;
}
.countCart{
    width: 23px;
    height: 23px;
    border-radius: 3px;
    background: #a1ce57;
    text-align: center;
    display: table;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -8px;
    right: -12px;
}
.block-acount-cart ul li:first-child{
    float: right;
}
.block-acount-cart ul li:last-child{
    float: left;
}
/*********************** Content ***************************/
.owl-carousel{
    margin: auto !important;
}
#slider .owl-carousel{
    margin:22px 0 40px 0 !important;
}
#slider .owl-carousel .item{
    padding: 0;
}
#slider .owl-carousel .owl-item{
    margin: 0 !important;
}

#slider .owl-carousel .owl-controls{
    overflow: visible !important;
    background: red !important;
}
#slider .mask-content{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 35px;
    /*background: rgba(0,0,0,.6);*/
}

.owl-carousel .owl-dots{
    display: none !important;
}

.owl-prev:after,
.owl-next:before{
    content: "";
    top:40%;
    width: 30px;
    height: 48px;
    font: normal normal normal 18px/1 FontAwesome;
    opacity: 1;
    position: absolute;
    z-index: 111;
    background-size:100% !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.owl-prev:after{
    background: url("../img/prev.png") no-repeat center center;
    left:0 ;
}
.owl-prev:hover:after{
    background: url("../img/prev-hover.png") no-repeat center center;
}
.owl-next:before{
    background: url("../img/next.png") no-repeat center center;
    right: 0;
}
.owl-next:hover:before{
    background: url("../img/next-hover.png") no-repeat center center;
}

.section-content{
    display: block;
    width: 100%;
}
.section-title{
    font-size: 36px;
    font-weight: bold;
    color: #15682e;
    display: block;
    width: 100%;
    clear: both;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'BeauArcher-Bold';
}
.section-title a {
    color: #15682e;
}
.section-title a:hover{
    /*color: #9ccd54;*/
    text-decoration: none;
}
.section-image .item-image {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.section-image .item-image img{
    width: 100%;
    -webkit-transition: all  250ms ease-in-out;
    -moz-transition: all  250ms ease-in-out;
    -ms-transition: all  250ms ease-in-out;
    -o-transition: all  250ms ease-in-out;
    transition: all  250ms ease-in-out
}
.section-image .item-image img:hover{
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
.item-content{
    position: relative;
    overflow: hidden;
}
.item-mask-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 10;
    background:transparent;
    -webkit-transition: all  350ms ease-in-out;
    -moz-transition: all  350ms ease-in-out;
    -ms-transition: all  350ms ease-in-out;
    -o-transition: all  350ms ease-in-out;
    transition: all  350ms ease-in-out
}
.item-content:hover .item-mask-content{
    background: rgba(0,0,0,.6);
}

.item-mask-content .item-text{
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    font-size: 36px;
}
.item-mask-content .item-text.bottom-left{
    top: auto;
    left: 0;
    bottom: 0;
}
.item-mask-content .item-text.bottom-right{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    text-align: right;
}
.item-mask-content .item-text.top-right{
    top: 0;
    left: auto;
    right: 0;
    text-align: right;
}

.full-image{
    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0 50px 0;
}
.full-image img{
    width: 100%;
    -webkit-transition: all  250ms ease-in-out;
    -moz-transition: all  250ms ease-in-out;
    -ms-transition: all  250ms ease-in-out;
    -o-transition: all  250ms ease-in-out;
    transition: all  250ms ease-in-out
}
.full-image img:hover{
    width: 100%;
}
.full-image-2{
    margin-bottom: 20px
}
.full-item-box{
    overflow: hidden;
    position: relative;
    background-attachment: fixed !important;
    background-position: center center !important;
    /* background-size: cover !important; */
    padding: 50px 0;
    -webkit-background-size:  cover !important;
    -moz-background-size:   cover !important;
    -o-background-size:   cover !important;
    background-size:  cover
    /*background:transparent !important;*/
}
/*.full-item-box:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:-1;
    display:block;
    background:url(http://www.pmob.co.uk/mobile/images/a1.jpg) no-repeat 50% 50%;
    background-size:cover;
}*/
.f-item-mask{
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    -webkit-transition: all  350ms ease-in-out;
    -moz-transition: all  350ms ease-in-out;
    -ms-transition: all  350ms ease-in-out;
    -o-transition: all  350ms ease-in-out;
    transition: all  350ms ease-in-out
}
.full-item-box:hover .f-item-mask{
    visibility: visible;
    opacity: 1;
}

/*Transform Item Mask Default */
.item-mask{
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*visibility: visible;*/
    opacity: 1;
    color: #fff;
    /*transition: all 600ms ease-in-out;*/
    /*-webkit-transform: translate3d(0, 100%, 0);*/
    /*transform: translate3d(0, 100%, 0);*/
}
.item-mask h1,.item-mask h2{
    font-family: 'BeauArcher-Bold' !important;
}
.full-item-box:hover .item-mask {
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transition: all 600ms ease-in-out;*/
    /*-webkit-transform: translateZ(0);*/
    /*transform: translateZ(0)*/
}

/*fadeInDown*/
.item-mask.fadeInDown{
    /*-webkit-transform: translate3d(0, -100%, 0);*/
    /*transform: translate3d(0, -100%, 0);*/
}
.full-item-box:hover .item-mask.fadeInDown {
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
}

.f-item-mask img{
    width: auto !important;
    max-width: 100% !important;
}



#news{
    margin: 0 0 10px 0 !important;
    padding: 0 45px;
}

#news .item{
    padding: 0 1rem;
}
#product-hot .item img, #news .item img{
    -webkit-transition: all  250ms ease-in-out;
    -moz-transition: all  250ms ease-in-out;
    -ms-transition: all  250ms ease-in-out;
    -o-transition: all  250ms ease-in-out;
    transition: all  250ms ease-in-out
}
#product-hot .item img:hover, #news .item img:hover{
    opacity: .5 !important;
}
#product-hot .item img{
    height: 240px;
    object-fit: scale-down;
}


.news-infor {
    padding: 10px 0;
}
.news-images img{
    width: 100%;
}
.news-title,
.news-title a{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.news-title:hover,
.news-title:hover a{
    color: #15682e;
}
.title-orther{
    font-size: 14px;
    text-decoration: underline;
}
.block{
    display: block;
    width: 100%;
    clear: both;
}
.section-instagram{
    display: block;
    margin-bottom: 30px;
}
#rsInstagram{
    display: block;
    overflow: hidden;
    /*height: 165px;*/
    -webkit-transition: all  500ms ease-in-out;
    -moz-transition: all  500ms ease-in-out;
    -ms-transition: all  500ms ease-in-out;
    -o-transition: all  500ms ease-in-out;
    transition: all  500ms ease-in-out;
}
#rsInstagram.show{
    -webkit-transition: all  500ms ease-in-out;
    -moz-transition: all  500ms ease-in-out;
    -ms-transition: all  500ms ease-in-out;
    -o-transition: all  500ms ease-in-out;
    transition: all  500ms ease-in-out;
    /*height: 500px !important;*/
}
.section-instagram .btn-green{
    background: #15682e;
    color: #fff;
    margin-top: 15px;
}
.section-instagram .btn-green.active .down,
.section-instagram .btn-green .up{
    display: none;
}
.section-instagram .btn-green.active .up{
    display: block;
}
.section-instagram .btn-green:hover {
    background: #09732a;
    border-color: #09732a;
}
.instagram-title{
    position: relative;
    text-align: center;
    background: url('../img/bg-instagram.png') repeat-x center left;
}
.instagram-title,
.instagram-title a{
    font-size: 20px;
    color: #15682e;
}
.instagram-title a{
    padding: 0 10px;
    background: #fff;
    display: inline-flex;
}
.instagram-title:hover,
.instagram-title a:hover{
    color: #9ccd54;
}
.instagram-image{
    margin-top: 15px;
    display: table;
    width: 100%;
    overflow: hidden;
}
.instagram-image a{
    float: left;
    /*display: table-cell;*/
}
.instagram-image a img{
    max-width: 100%;
    width: 100%;
}

.breadcrumb{
    background: transparent;
}
.breadcrumb>li{
    padding-right: 6px;
}
.breadcrumb>li,
.breadcrumb>li a{
    font-size: 16px;
    color: #15682e;
}
.breadcrumb>li:hover,
.breadcrumb>li:hover a,
.breadcrumb>li.active,
.breadcrumb>li.active a{
    font-size: 16px;
    color: #545454;
}
.breadcrumb>li+li:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-right: 6px;
    color: #15682e;
}
.breadcrumb>li+li:hover:before,
.breadcrumb>li+li.active:before{
    color: #545454;
}

/*@todo Danh sách danh mục */
#menu-aside {
    width: 100%;
    height: auto;
    background-size: auto 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

#menu-aside ul li {
    width: 100%;
    display: block;
    position: relative;
    font-size: 13px;
}
#menu-aside ul li a {
    padding: 8px 5px;
}

#menu-aside > ul > li > a {
    background: #a1ce57;
    border: 1px solid #15682e;
    border-bottom:none;
    font-weight: bold;
}
#menu-aside > ul > li.open > a ,
#menu-aside > ul > li > a:hover {
    color: #fff;
}
#menu-aside ul li > a {
    display: block;
    line-height: 1.4em;
}
#menu-aside ul li a.a-open-down {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: none;
}

#menu-aside > ul > li.open > a.a-open-down {
    background: url('../img/ico-down.png') no-repeat center center !important;
}
#menu-aside li.open  a.a-open-down {
    background: url('../img/ico-up.png') no-repeat center center !important;
}

#menu-aside a.a-open-down {
    background: url('../img/ico-up.png') no-repeat center center !important;
    cursor: pointer;
}
#menu-aside li.open li.has-sub.open a.a-open-down {
    background: url('../img/ico-down.png') no-repeat center center !important;
}
#menu-aside > ul ul {
    display: none;
}
#menu-aside ul li ul li:first-child {
    border-top: 1px solid #fff !important;
}
#menu-aside ul li ul li a {
    color: #15682e;
    border: 1px solid #a1ce57;
    border-top: none;
}
#menu-aside ul li ul li.has-sub.open > a,
#menu-aside ul li ul li a:hover {
    background: #d9d9d9;
    color: #545454;
}
/*@todo cấp 3*/
#menu-aside ul li ul li ul li a {
    color: #15682e;
    border-left: 1px solid #a1ce57;
    border-right: 1px solid #a1ce57;
    border-bottom: none;
    border-top: none;
    padding-left: 20px !important;
}
#menu-aside ul li ul li ul li:last-child a {
    border-bottom: 1px solid #a1ce57;
}
#menu-aside ul li ul li ul li.has-sub.open > a,
#menu-aside ul li ul li ul li a:hover {
    background: #eeeeee;
}



/* @Todo navabar Find Product */
.panel-options {
    border: none;
}
.panel-options .panel-heading{
    color: #267a39;
    font-size: 4px;
    font-weight: bold;
    padding: 6px 10px;
    background: transparent;
    border: 1px solid #267a39;
    border-radius: 0;
    position: relative;
}
.panel-options .panel-heading h4{
    font-size: 16px;
}
.removeFilter{
    position: absolute;
    right: 6px;
    font-size: 17px;
    top: 3px;
    color: #267a39;
    cursor: pointer;
}
.removeFilter:hover{
    color: #545454;
}
.panel-options .panel-body{
    background: transparent;
    border: 1px solid #a1ce57;
    padding: 8px 10px
}

.panel-options .panel-body ul li{
    padding: 3px 0;
}

/* @Todo checkbox style */
.panel-options input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}
.panel-options input[type=checkbox].css-checkbox+label.css-label-checkbox {
    padding-left: 25px;
    height: 15px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 0px;
    font-weight: normal;
    color: #000;
    font-size: 13px;
}
.panel-options input[type=checkbox].css-checkbox:checked+label.css-label-checkbox {
    background-position: 0 -15px;
}
.css-label-checkbox {
    background-image: url(../img/checkbox.jpg)
}

/*@Todo customer radio */

/*@Todo Product Category */
.product-owl {
    background: #eeeeee;
}
.product-section{
    padding: 20px 0;
}
.product-head{
    margin-bottom: 30px;
}
.text-head{
    margin: 10px 0;
    display: block;
    width: 100%;
    clear: both;
}
/*@Todo*/
select.minimal {
    background-color: white;
    border: thin solid #15682e;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.4em 3.5em 0.4em 1em;
    margin: 0;
    color: #15682e;

    /*@Todo reset*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    background: url('../img/caret-down.png') no-repeat right center;
}
select.minimal:focus {
    background: url('../img/caret-up.png') no-repeat right center;
}
select.minimal:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/*@Todo Product Item*/
.product-item{
    position: relative;
    display: block;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-box-shadow: 10px 10px 10px -6px transparent;
    -moz-box-shadow: 10px 10px 10px -6px transparent;
    box-shadow: 10px 10px 10px -6px transparent;
    -webkit-transition: all  400ms ease-in-out;
    -moz-transition: all  400ms ease-in-out;
    -ms-transition: all  400ms ease-in-out;
    -o-transition: all  400ms ease-in-out;
    transition: all  400ms ease-in-out
}
.product-item:hover{
    border-top: 1px solid rgba(221, 221, 221, .45);
    border-left: 1px solid rgba(221, 221, 221, .45);
    border-right: 1px solid rgba(221, 221, 221, .35);
    border-bottom: 1px solid rgba(221, 221, 221, .35);
    border-radius: 4px;
    -webkit-box-shadow: 10px 10px 10px -6px #6f6f6f;
    -moz-box-shadow: 10px 10px 10px -6px #6f6f6f;
    box-shadow: 10px 10px 10px -6px #6f6f6f;
}
#ProductInvolve .product-item{
    padding-bottom:30px ;
}
.product-image{
    border: 1px solid #d9d9d9;
    position: relative;
    /*overflow: hidden;*/
}
.product-image img{
    width: 100%;
}
.product-item.col-md-3 .product-image img{
    height: 215px;
    display: inline-block;
    object-fit: scale-down;
}
.product-item:hover .product-image img{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
    @media screen and (max-width:767px) {
        .product-item.col-md-3 .product-image img{
            height: 250px;
        }
    }
    @media screen and (max-width:380px) {
        .product-item.col-xs-6{
            width: 100%;
        }
        .product-item.col-xs-6 .product-image img{
            height: auto;
        }
    }


.product-news{
    position: absolute;
    width: 65px;
    height: 25px;
    left: 10px;
    z-index: 2;
    top: -13px;
    background: url("../img/ic-new.png") no-repeat center center;
}
.product-action{
    position: absolute;
    height: 100%;
    width: 100%;
    /*padding-top:40%;*/
    z-index: 1;
    visibility:hidden;
    text-align: center;
    background: rgba(0,0,0,.15);
}

.mask-href{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /*padding-top:40%; */
    z-index: -1;
    /*visibility:hidden;*/
    text-align: center;
    /*background: rgba(253,15,253,.55);*/
}
.mask-href:focus, .mask-href:active{
    border: none !important;
    box-shadow: none !important;
}

.product-item:hover .product-action{
    visibility: visible;
}
.QuickView{
    width: 45px;
    height: 30px;
    left: -20%;
    margin-right: 0;
    cursor: pointer;
    display: inline-flex;
    background: url("../img/ic-eye.png");
}
.QuickAddCart{
    width: 45px;
    height: 35px;
    right: -20%;
    display: inline-flex;
    background: url("../img/ic-cart-hover.png");
    /*background: linear-gradient(rgba(20,20,20, .5), rgba(20,20,20, .5)), url("../img/ic-cart-hover.png");*/
}
.QuickAddCart.inActive{
    background: url("../img/ic-cart-inactive.png");
}
.QuickView,
.QuickAddCart{
    cursor: pointer;
    opacity: 0;
    /*position: relative;*/
    z-index: 10;
    margin-top: 40%;
    -webkit-transition: all  300ms ease-in-out;
    -moz-transition: all  300ms ease-in-out;
    -ms-transition: all  300ms ease-in-out;
    -o-transition: all  300ms ease-in-out;
    transition: all  300ms ease-in-out
}
.product-item:hover .QuickView,
.product-item:hover .QuickAddCart{
    opacity: 1;
}
.product-name{
    min-height: 45px;
}
.product-name, .product-name a{
    font-size: 14px;
    margin: 15px 0 5px 0;
    text-transform: lowercase;
}
.product-name a {
    display: block !important;
}
.product-name a:first-letter {
    text-transform: uppercase !important;
}
.product-name:hover, .product-name a:hover{
    color: #15682e;
}

.product-info{
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
}
.product-item .product-info{
    min-height: 45px;
}
.price{
    font-size: 18px;
    font-weight: bold;
    color: #bd1b21;
    margin-bottom: 0;
}
.price-old{
    font-size: 14px;
    font-family: Arial;
}
.sale{
    padding: 3px 4px;
    background: #bd1b21;
    color: #fff;
    display: inline-flex;
}
.outOfStock{
    font-family: arial;
    display: block;
    margin-top: 5px;
}

.product-review{
    margin: 30px 0;
}
.review-title{
    border-top: 1px solid #15682e;
    padding: 10px 0;
    font-size: 20px;
}
.review-title,
.review-title a{
    color: #15682e;
}
#product-history img{
    border: 1px solid #d9d9d9;
    height: 185px;
    object-fit: scale-down;
}
    @media screen and (max-width: 500px) {
        #product-history img{
            height: auto;
        }
    }

#ProductInvolve img{
    height: 185px;
    object-fit: scale-down;
}
    @media screen and (max-width: 500px) {
        #ProductInvolve {
            padding: 0 25px;
        }
        #ProductInvolve img{
            height: auto;
        }
    }
#product-history .owl-controls{
    display: none;
}
#ProductInvolve .product-name, .product-name a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    max-height: 56px;
}
.SimilarProducts .owl-item{
    /*min-width: 188px !important;*/
    /*float: left !important;*/
}
/*@Todo Product Detail */
.section-name{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 5px;
}
.product-code{
    margin-bottom: 8px;
}
.product-brand a{
    text-decoration: underline;
}

.product-detail .description{
    margin: 8px 0;
    position: relative;
}
.product-detail .description table{
    width: auto !important;
}
.product-detail .description table, .product-detail .description div, .product-detail .description span, .product-detail .description iframe, .product-detail .description image, .product-detail .description i, .product-detail .description b, .product-detail .description strong{
    max-width: 100% !important;
}


.product-detail .product-info > del,
.product-detail .product-info > div{
    display: inline-flex;
    margin-right: 10px;
    float: left;
}
.product-detail .product-info .price{
    padding-top: 1px;
}
.product-detail .product-info .price-old{
    padding-top: 8px;
}
.product-detail .product-info .sale{
    padding:4px 8px;
}
.product-qty{
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
}
.product-qty input,
#quatity{
    border: 1px solid #a1ce57;
    max-width: 60px;
    text-align: center;
}
.product-orther a{
    margin-bottom: 5px;
}
.tags {
    font-style: italic;
    margin: 15px 0;
}
.tags a:hover{
    text-decoration: underline;
}
.cart-view{
    color:#15682e ;
}
.cart-view:hover{
    color:#a1ce57 ;
}

/****orther-action*****/
.orther-action{
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}
.orther-row{
    margin-right: -3px;
    margin-left: -3px;
}
.orther-item{
    position: relative;
    float: left;
    padding: 0 3px;
}
.add-social{
    position: absolute;
    top: 100%;
    left: -23px;
    opacity:0;
    width: 185px;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.orther-social{
    z-index: 10;
}
.orther-social:hover .add-social{
    visibility: visible;
    opacity: 1;
}
.faceLike{
    padding-top: 3px;
}
.orther-wish .btn-green{
    padding: 5px 10px;
}
.faceLike button.inlineBlock{
    line-height: 8px;
    color: #fff;
    background: #15682e;
}

/*@Todo Product Involve */
#renderSlider{
    padding: 0 10px;
}
#ProductInvolve{
    padding: 0 40px;
    margin: 0;
}
.involve-title{
    border-top: 1px solid #545454;
    padding: 10px 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
}
#renderSlider .owl-next:before,
#ProductInvolve .owl-next:before{
    right: 12px ;
}

#renderSlider .owl-prev:after,
#ProductInvolve .owl-prev:after{
    left: 12px;
}

#renderSlider .owl-prev:after, #renderSlider .owl-next:before,
#ProductInvolve .owl-prev:after, #ProductInvolve .owl-next:before{
    width: 26px;
    height: 50px;
    top:30%;
    background-size: 100%;
}
#renderSlider .product-name,
#ProductInvolve .product-name{
    font-size: 13px;
}

#renderSlider .price,
#renderSlider .price-old,
#ProductInvolve .price,
#ProductInvolve .price-old{
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin-right: 4px;
}

.parameters{
    margin: 25px 0;
    padding-top: 15px;
    border-top: 1px solid #545454;
}
.parameters-title{
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    margin-bottom: 5px;
}

/*@Todo Line Green*/
.section-about{
    margin-bottom: 30px;
}
.section-about .section-title{
    font-size: 18px;
    font-family: Arial;
    line-height: 25px;
    margin: 20px 0 10px 0;
}
.section-about .description{
    text-align: justify;
    font-size: 13px;
    line-height: 21px;
}

.section-about .description table,
.section-about .description iframe,
.section-about .description img{
    max-width: 100%;
    margin: 5px 0;
}

.image-full img{
    width: 100%;
}
.line-green{
    display: block;
    width: 80%;
    margin:30px auto;
    height: 1px;
    clear: both;
    background:#15682e ;
}

/*@Todo Cart*/
.section-cart{
    margin: 30px 0;
}
.table-cart {
    border-collapse: separate;
    /*table-layout: fixed;*/
    border-spacing: 0 10px; /* this is the ultimate fix */
}
.table-cart thead tr{
    font-weight: bold;
    font-size: 14px;
    color: #15682e;
    font-family: Arial;
    text-transform: uppercase;
}
.table-cart thead tr,
.table-cart thead tr th,
.table-cart tbody tr td{
    border: none;
}
.table-cart tbody tr td{
    border: 1px #969696 solid;
    border-right: 0;
    border-left: 0;
    background: #f2f2f2;
}
.table-cart tbody tr.rowEnd td{
    border: none !important;
    background: transparent !important;
}
.table-cart tbody tr td:first-child{
    border-left: 1px #969696 solid;
}
.table-cart tbody tr td:last-child{
    border-right: 1px #969696 solid;
}

.table-cart tbody tr img{
    border: 1px #969696 solid;
    border-radius: 5px;
    background: #fff;
    width: 70px;
    height: 70px;
}

.table-cart tbody tr img:hover{
    border: 1px #15682e solid;
}
.table-cart tbody tr td{
    vertical-align: middle;
    position: relative;
}
.tableTotal{
    margin-bottom: 0;
}
.tableTotal tbody tr td{
    padding: 2px;
    border-top: none;
    font-size: 14px;
}
.removeCartItem{
    position: absolute;
    top:5px;
    right: 5px;
    font-size: 1.3em;
    cursor: pointer;
}
.removeCartItem:hover{
    color: #15682e;
}
.section-cart .money{
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}
.into-money{
    font-weight: bold;
    color: #bd1b21;
    font-size: 14px;
    font-family: Arial;
}
.cart-calculator{
    margin-bottom: 35px;
}
.cart-calculator .text-red{
    color: #bd1b21;
    font-family: Arial;
    font-size: 16px;
}
.cart-sidebar{
    border: 1px solid #868686;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.sidebar-title{
    color: #15682e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.cart-ship {
    margin-bottom: 30px;
}

.cart-ship a{
    display: inline-flex;
    margin-bottom: 15px;
}
.cart-ship a img{
    max-width: 140px;
}
.cart-payment{
    margin-right: -1px;
    margin-left: -1px;
}
.cart-payment a {
    display: inline-flex;
    margin:0 1px 15px 1px;
}
/*@Todo formAcount*/
.formAcount{
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 30px 15px;
    margin: 30px auto;
    float: none;
}
.control-label {
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 0;
    text-align: right;
    font-family: Arial;
}
.formAcount label .fa-circle{
    color: #bd1d21;
    font-weight: normal;
    font-size: .8em;
}
.formAcount input,
.formAcount textarea,
.formAcount select{
    border: 1px solid #909090;
    border-radius: 0;
    color: #545a54;
}
.formAcount select.minimal {
    background: url('../img/caret-down2.png') no-repeat right center;
    background-size: auto 100%;
}
.formAcount select.minimal:focus {
    background: url('../img/caret-up2.png') no-repeat right center;
    background-size: auto 100%;
}
.formAcount .btn-green{
    margin-bottom: 5px;
}
.step-acount{
    margin: 30px 0 40px 0;
    overflow: hidden;
    clear: both;
}
.step-acount li {
    padding-top:9px;
    padding-bottom: 9px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    background-size: 100% 100%  !important;
    background-repeat: no-repeat !important;
}
.step-acount li:nth-child(1){
    background: url("../img/step-acount/step-1.png");
}
.step-acount li:nth-child(2){
    background: url("../img/step-acount/step-2.png");
}
.step-acount li:nth-child(3){
    background: url("../img/step-acount/step-3.png");
}
.step-acount li:nth-child(4){
    background: url("../img/step-acount/step-4.png");
}
/*@Todo BG in*/
.step-acount li.active:nth-child(1){
    background: url("../img/step-acount/step-1-in.png");
}
.step-acount li.active:nth-child(2){
    background: url("../img/step-acount/step-2-in.png");
}
.step-acount li.active:nth-child(3){
    background: url("../img/step-acount/step-3-in.png");
}
.step-acount li.active:nth-child(4){
    background: url("../img/step-acount/step-4-in.png");
}
.step-acount li a{
    color: #545a54;
    text-decoration: none;
    cursor: inherit !important;
    pointer-events: none;
}
.step-acount li.active a{
    color: #fff;
}
.info-text{
    font-family: Arial;
    color: #545a54;
    margin-top: 10px;
    line-height: 22px;
    font-size: 13px;
}
.interlist{
    min-height: 100px;
    margin-top: 30px;
}
.inter-title{
    font-size: 24px;
    font-weight: bold;
    color: #545454;
    padding-bottom: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #545454;
}
.inter-info a{
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

/* @Todo checkbox style */
#blockPayment.error{
    border: 1px solid red;
}
.listPayment{
    margin: 20px 0 0 0;
    font-family: Arial;
}
.listPayment ul li{
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}
.listPayment label input,
.listPayment label .paymentText{
    float: left;
    cursor: pointer;
    font-weight:400;
}
input[type="radio"].radio {
    -webkit-appearance: none;
    border: none;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 8px;
    background: url('../img/radio.png') left center no-repeat;
}
input[type="radio"].radio:checked {
    outline: 0;
    background: url('../img/radio-checked.png') left center no-repeat;
}
input[type="radio"].radio:focus {
    outline: 0;
    background: url('../img/radio-checked.png') left center no-repeat;
}

/*@Todo CheckOut****/
.listBank{
    /*display: none;*/
    padding:0 10px 10px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.listBank span {
    float: left;
    width: 50px;
    height: 34px;
    overflow: hidden;
    margin: 2px;
    cursor: pointer;
    padding: 2px;
    border: 1px dashed #bdbdbd  !important;
}
.listBank span:hover,
.listBank span.active {
    border: 1px dashed #15682e  !important;
}
.listBank span img{
    max-width: 100%;
}

/*@Todo productThumbs */
.productThumbs,
.productThumbs li{
    min-width: 52px;
}
/*.gc-display-area{
    min-width: 275px;
    min-height: 350px !important;
}*/
.gc-thumbs-area{
    min-width: 54px !important;
}
.glass-case{
    width: 100% !important;
}
.empty{
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #15682e;
}
.tableOrder{
    font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
    font-size: 14px;
}
.tableOrder,
.tableOrder thead tr th{
    border: none !important;
}
.tableOrder thead{
    border-bottom: 1px solid #ddd;
}
.tableOrder .listItemOrder{
    background: rgba(230, 230, 230, 0.35)
}
.tableOrder .date{
    color: #15682e;
}
.tableOrder .addressOrder{
    line-height: 23px;
    font-size: 15px;
}
.tableOrder .addressOrder label{
    color: #15682e;
    font-weight: bold;
    margin: 0;
}
.tableOrder .description{
    vertical-align: top;
    font-size: 14px;
    line-height: 25px;
}
.feature {
    margin: 30px 0 10px 0;
    text-align: left;
    overflow: hidden;
}
.feature span {
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    top: 0;
}
.feature span img{
    border: 1px solid #d9d9d9;
    max-width: 70px !important;
    max-height:70px!important;
}
.feature .feature-title {
    font-size: 13px;
    color: #555;
    margin: 0 0 5px 0;
    display: block;
}
.feature .feature-price {
    display: table-cell;
    font-size: 13px;
    color: #555;
    font-weight: 600;
}
#preOrder .desc-modal{
    font-size: 14px;
}
.btn-filter{
    display: none;
}
.btn-filter .btn{
    background: #15682e;
    color: #fff;
}


/*********************** Footer ***************************/
.footer-content{
    padding-bottom: 18px;
}
.section-footer{
    background: #ebebeb;
}
.newsletter{
    margin: auto;
    float: none;
    padding: 18px 0;
}
.newsletter-title{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.col-footer-r{
    border-right: 1px dotted #196b32;
}
.col-footer-l{
    border-left: 1px dotted #196b32;
}
.logoFooter{
    display: block;
    margin-bottom: 10px;
}
.follow-icon i {
    color: #15682e;
    font-size: 50px;
}
.follow-icon i:hover {
    color: #91dc5a;
}
.office{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
}
.office:last-child{
    margin-bottom: 0;
}
.office-title{
    font-weight: bold;
}
.office-infor{
    line-height: 20px;
    font-size: 12px;
}
.office-nav{
    display: block;
    margin-top: 10px;
}
.office-nav li {
    margin-bottom: 6px;
}
.office-nav li img{
    margin-right: 10px;
}
.office-nav li a{
    font-size: 14px;
}
.follow-us{
    margin: 25px 0;
}
.follow-title{
    font-size: 20px;
    color: #15682e;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #15682e;
}
.follow-text{
    text-align: justify;
    margin-bottom: 40px;
    line-height: 24px;
}
.follow-icon{
    text-align: center;
}
.follow-icon a{
    display: inline-block;
    padding: 0 20px;
}
.follow-icon a img{
    border-radius: 5px;
}
.follow-icon a img.first,
.follow-icon a:hover img.last{
    display: inline-flex;
    opacity: 1;
    width: auto;
    height: auto;
}

.follow-icon a:hover img.first,
.follow-icon a img.last{
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}

/*@todo Tab content right footer*/
.fTabs{

}

.fTabs-ctrols {
    clear: both;
}
.fTabs-ctrols a{
    background: #d9d9d9;
    padding: 8px 0;
    text-align: center;
    display: block;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}
.fTabs-ctrols a:hover,
.fTabs-ctrols a.active{
    background: #15682e;
    color: #fff;
}
.fTabs-content  {
    padding-top: 20px;
}

.tabs-hidden{
    display: none;
}
.fTabs-content .tabs-hidden.active{
    display: block;
}
.fTabs-content li {
    border-bottom: 1px dotted  #15682e;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.fTabs-content li:last-child {
    border-bottom: none;
}
.fTabs-content li img{
    width:100%;
}
#fTabs-product li img{
    max-width: 75px;
    max-height: 73px;
}
#fTabs-news li img, #fTabs-news img{
    max-height: 73px;
}
.fTabs-content .fTabs-name{
    color: #545a54;
    font-size: 14px;
}
.fTabs-content .fTabs-name:hover{
    color: #15682e;
}
.fTabs-content .fTabs-view{
    color: #0b6927;
    display: block;
    clear: both;
    font-weight: bold;
    font-family: arial;
}

/* @todo Footer Copy End */
.footer-copy{
    background: #d9d9d9;
    padding: 15px 0;
    font-size: 12px;
}
.footer-copy .container{
    padding: 0;
}

.GoTop{
    width:40px;
    height: 40px;
    background: url("../img/GoTop.png") no-repeat center center;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 100;
    opacity:0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    visibility: hidden;
}
.fixedGoTop{
    visibility: visible;
    opacity:1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.drop-menu-bottom .dropdown-menu {
    z-index: 10;
}
.drop-menu-bottom .dropdown-menu li a{
    font-size: 10px;
}
.ImgUriCate{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.ImgUriCate img{
    width: 100%;
    max-width: 100% !important;
}

/************************* Modal ****************************/
.block-modal{
    display: block !important;
    opacity: 1 !important;
    padding-top: 15%;
    background-color: rgba(0, 0, 0, .5) !important;
}
.title-modal{
    font-weight: bold;
    color: #545454;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    clear:  both;
}
.title-x2{
    color: red;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
}
.desc-modal{
    margin-bottom: 15px;
    font-size: 13px;
    width: 100%;
    clear:  both;
}
.modal{
    /*background: rgba(0, 0, 0, 0.61);*/
}
.modalControl{
    display: block;
    width:100%;
    margin: 20px 0;
}
.modalControl .btn{
    margin-left: 5px;
}
#modalQuick .modal-body{
    padding: 30px 15px;
}
#modalQuick .info-text{
    margin-bottom: 10px;
}
#modalQuick .product-info{
    min-height: 10px;
}
#modalAddCart .modal-content{
    padding: 10px 20px;
}
#modalAddCart thead tr th:first-child,
#modalAddCart tbody tr td:first-child{
    padding-left: 0;
}
#modalAddCart tr img{
    max-width: 65px;
    max-height: 65px;
    border: 1px solid #d9d9d9;
}

#modalAddCart tbody tr td{
    border-top: 1px dotted  #d9d9d9 !important;
    vertical-align: middle;
}
#modalAddCart thead tr th,
#modalAddCart tbody tr:first-child td{
    border: none !important;
}
#modalAddCart .involve-title{
    border-top: 1px dashed #a1ce57;
    padding-bottom: 0;
}
#modalAddCart .ProductInvolve {
    margin: 0;
    font-family: Arial;
}
#modalAddCart .ProductInvolve .item img{
    border: 1px solid  #d9d9d9 !important;
}
#modalAddCart .owl-prev:after{
    left: 10px;
    /*left: -20px;*/
}
#modalAddCart .owl-next:before{
    right: 10px;
    /*right: -20px;*/
}
#modalAddCart .owl-prev:after,
#modalAddCart .owl-next:before{
    width: 24px;
    height: 48px;
    -webkit-background-size:100%;
    background-size:100%;
}
#modalAddCart .price{
    margin-right: 3px;
}
#modalAddCart .price-old,
#modalAddCart .price{
    font-size: 12px;
    float: left;
}
#show_added{
    position: fixed;text-align: center; top: 140px; right: 20px;z-index: 99999999
}
#alertCoupon{
    display: none;
}

#progressbar{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.5);*/
    z-index: 99;
    padding-top: 10%;
    /*display: none;*/
}
#progressbar .loading-content{
    background-color: #fff;margin: auto;width:200px;
}
#progressbar .loading-content p{
    font-size: 13px;
    background-color: #F0F0F0;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}
.disable{
    pointer-events: none;
    opacity: .6;
}

/************* paginator *******************/
.paginator .currentPage,
.paginator a{
    display:block;
    padding:2px 8px;
    color:#333;
    font-size:12px;
    float: left;
    margin-left: 3px;
}

.paginator .currentPage,
.paginator a.active,
.paginator a:hover,
.products .bottom .pagenavi ul li a.active,
.products .bottom .pagenavi ul li a:hover{
    background:#769e2d;
    color:#fff
}
.
.paginator .paging-previous,
.paginator .paging-next{
    padding: 5px 8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #15682e;
    color: #fff;
}
.paginator .paging-previous:before{
    content: "\f0d9";
}
.paginator .paging-next:before{
    content: "\f0da";
}
.paginator .labelPages,
.paginator .titlePages{
    float: left;
    padding: 3px;
}

.paging-last, .paging-first{
    /*display: none !important;*/
}

.chat-block {
    position: fixed;
    right: 40px;
    bottom: 0;
    z-index: 122;
    overflow: hidden;
    width: 250px;
    color: #fff !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.chat-block-head{
    border-radius: 5px 5px 0 0 ;
    padding: 4px 15px 4px 40px;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    height: 33px;
    cursor: pointer;
    background: url('../img/chat-icon.png') #a1ce57;
    background-position: 10px 5px;
    background-repeat: no-repeat;
}
.chat-block-content{
    display: none;
    background: #fff;
}

.limit{
    margin-right: 15px;
}
.history-back{
    margin-bottom: 10px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.history-back:hover{
    color: #545454;
}
#modalSkip .modal-dialog{
    padding-top: 10%;
}
.gc-icon-download{
    display: none;
}
#showPaging{
    padding: 5px 10px;
    border: 1px solid rgba(84, 84, 84, 0.42);
    border-radius: 3px;
}


body .fancybox-wrap{
    max-width: 100% !important;
    max-height: 100% !important;
}
body .fancybox-skin{
    padding: 20px !important;
    max-height: 550px !important;
    background: #fff !important;
}
#closeBlocker{
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36) ;
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 1;
    display: none;
}
#closeBlocker.active{
    display: block;
}

.checkbox {
    text-align: left;
    font-weight: normal;
    color: #909090;
    margin: 0 !important;
}
.checkbox input{
    position: relative !important;
    float: left;
    margin: 2px 2px 2px 0 !important;
    text-align: left;
    font-weight: normal;
}

#giaohang .formAcount{
    margin: 0;
}
.signupBtn{
    margin-top: 15px;
}
.close-singup{
    max-width: 100px !important;
}
.fancybox-inner{
    height: auto !important;
}
.modal-open .modal{
    z-index: 999999;
}

.more-slider{
    color: red;
    font-size: 17px;
    margin-bottom: 18px;
}

input[name='ckProvision']{
    margin: 2px 10px 0 0;
}
.promotion-img img{
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}
    @media screen and (max-width: 767px) {
        .promotion-img img{
            height: 320px;
        }
    }
    @media screen and (max-width: 480px) {
        .promotion-img img{
            height: 200px;
        }
    }
    @media screen and (max-width: 400px) {
        .promo-item{
            width: 100%;
        }
        .promo-item img{
            height: auto;
        }
    }
.block-promotion .product-item{
    border: 1px solid rgba(221, 221, 221, .65) !important;
}
.block-promotion .product-item:hover{
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1),
                0 1px 3px rgba(12, 13, 14, 0.1),
                0 4px 20px rgba(12, 13, 14, 0.035),
                0 1px 1px rgba(12, 13, 14, 0.025);
}


/*------------------------------------------------------search----*/
#searchFolding {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width:100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 200;
}
#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
}

#searchFolding a i {
    color: #12983a;
    font-size: 11px;
}
#searchFolding a:nth-of-type(odd) {
    background: #F6F6F6;
}
#searchFolding a:hover {
    background: #a1ce57;
    color: #fff;
}
#searchFolding a:hover i{
    color: #fff;
}
#searchFolding a span {
    float: right;
    color: #7e7e7e;
}
#popupHome table{
    width: 100% !important;
}
#popupHome img{
    max-width: 100%;
    width: 100%;
}
#popupHome .follow-icon img{
    width: auto;
}
body .fancybox-skin{
    padding: 0 !important;
}

.promotionBn{
    display: inline-block;
    width:100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.promotionBn img{
    max-width: 100%;
}


.btn.unsel {
    cursor: not-allowed;
}
.color-size-gr{
    display: block;
    padding: 10px 0;
}
.attr .req{
    display: block;
    margin-bottom: 9px;
}
.attr p a{
    display: inline-block; min-width: 25px; height: 25px; overflow: hidden; line-height: 25px;
    border: 1px solid #ffffff; margin-right: 4px; transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8; text-align: center;
}
.attr p a:hover,.attr p a.active{
    box-shadow: 0 0 1px 1px #FF7A00;
}
.attr .qty b{
    display: inline-block; border: 1px solid #ccc; border-right: none;
}
.attr .qty b i{
    display: inline-block; border-right: 1px solid #ccc; text-align: center; width: 25px; height: 25px; line-height: 25px;
    font-style: normal; cursor: pointer; background: #F2F2F2;
}
.size .deactive, .cbSize .deactive{
    background-color: #c1c1c1;
}


/* view zoom new */

#prevSlideZ {
    top: -27px;
}
#nextSlideZ {
    bottom: -8px;
}


#prevSlideZ, #nextSlideZ {
    background: transparent;
    font-size: 22px;
    height: 20px;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    color: #000;
}
#img-child .thumbnail{
    border-radius: 0;
    margin-bottom: 9px;
    height: 121px;
    overflow: hidden;
}
#img-child .thumbnail.image1{
    display: none !important;
}
.cloudzoom-blank div:nth-child(3){
    display: none !important;
}


/****************************** nav-menu.css *************************************/



*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

.wrapper-small {
    max-width: 728px;
}

.wrapper-flush {
    width: 100%;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: relative;
    z-index: 999999999999999;
    background-color:transparent;
}
.nav-open .nav{
    background-color: rgba(0, 0, 0, 0.36) !important;
    height:100%;
}

.nav-container {
    position: fixed;
    top: 46px;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    /*background-color: #c0c0c0;*/
    -webkit-overflow-scrolling: touch;
}

.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav-toggle {
    line-height: 1;
    display: inline-block;
    padding: 10px 0;
    /*padding: 1.25rem 1rem;*/
    border: 0;
    float: left;
    width: 60px;
    z-index: 99;
    background: transparent;
}

.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none;
    z-index: 15;
}
.nav-menu .menu-item{
    border-bottom: 1px solid rgba(195, 195, 195, 0.28);
}

.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #15682e;
}

.icon-menu .line-1 {
    top: 0;
}

.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}

.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}

.is-active .icon-menu .line-2 {
    opacity: 0;
}

.icon-menu .line-3 {
    bottom: 0;
}

.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu {
    background-color: #d9d9d9; /* 1 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /* 2 */
}

.nav-menu .menu-link {
    color: #15682e;
    font-size: 13px;
    display: inline-flex; /* 1 */
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 10px;
}
.nav-menu > .menu-item.active > .menu-link,
.nav-menu .menu-link:hover{
    color: #a1ce57;
}

.nav-menu .menu-link .menu-link {
    font-size: 13px;
}
.has-dropdown {
    position: relative;
    cursor: pointer;
}

.has-dropdown:after {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    width: 30px;
    height: 35px;
    text-align: center;
    content: "+";
    color: #15682e;
    line-height: 32px;
}
.has-dropdown.is-active:after {
    content: "\2013"; /* 1 */
}
.nav-dropdown {
    display: none;
    background-color: #c5c5c5;
}
.has-dropdown.is-active > .nav-dropdown {
    display: block; /* 1 */
}
.nav-menu>.menu-item>.menu-link {
    padding: 8px 10px;
}
.nav-dropdown .menu-link{
    padding:8px 0 8px 25px ;
}
.nav-dropdown  .menu-item{
    border-top: 1px solid rgba(21, 104, 46, 0.22);
}
.nav-dropdown .nav-dropdown {
    background: #b5b5b5;
}
.nav-dropdown .nav-dropdown .menu-link{
    padding:8px 0 8px 30px ;
}

.paginator_news{
    padding: 20px 0;
}
.main__news .article__title{
    padding-top: 10px;
}
.main__news .row{
    display: flex;
    flex-wrap: wrap;
}


@media (min-width: 1025px) {
    .article__featured-image img{
        max-height: 150px;
        width: 100%;
        object-fit: cover;
    }
    .nav-menu{
        background: transparent;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
        display: table;
        width:100%;
    }
    .nav,
    .nav-container,
    .nav-container.is-visible {
        position: relative;
        /*position: static;*/
        z-index:10;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
    }
    .nav-toggle {
        display: none;
    }
    .nav-menu .menu-link{
        display: block;
    }
    .nav-menu > .menu-item {
        display: table-cell !important;
        float: none !important;
        text-align: center;
    }
    .nav-menu > .menu-item > .menu-link{
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
    .nav-menu > .menu-item.active > .menu-link,
    .nav-menu > .menu-item > .menu-link:hover{
        border-top: 4px solid #a1ce57;
    }
    .nav-menu .menu-item {
        -webkit-transition: background-color 0.05s ease-in-out, color 0.05s ease-in-out;
        transition: background-color 0.05s ease-in-out, color 0.05s ease-in-out;
        float: left;
        border-bottom: none;
    }
    .nav-menu > .menu-link{
        font-size: 16px;
    }
    .has-dropdown:after {
        content: "" !important;
    }
    .nav-menu > .has-dropdown:after {
        position: absolute;
        top: 50%;
        width: 0;
        height: 0;
        margin-top: -2px;
        margin-left: -4px;
        content: "";
        border-width: 5px 5px 0 5px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
    }

    .has-dropdown > .menu-link {
        padding-right: 2rem;
    }

    /*  menu sub */
    .nav-dropdown {
        display: block;
        opacity:0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 215px;
        margin: 0;
        background-color: #fff;
        border-radius: 0;
        /*box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);*/
        visibility: hidden;
        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
        transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    }
    .nav-dropdown .nav-dropdown{
        top: 0;
    }

    .nav-dropdown  .menu-item{
        border-top: none !important;
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        /*position: relative !important;*/
    }
    .has-dropdown > .nav-dropdown {
        border-top: 1px solid #15682e;
    }
    .nav-dropdown .menu-item{
        float: none !important;
        text-align: left;
    }
    .nav-dropdown .menu-item .menu-link{
        float: none !important;
        border: 1px solid #a1ce57;
        background: #fff;
        color: #15682e;
        font-size: 13px;
        padding: 10px;
    }
    .nav-dropdown .menu-item .menu-link:first-child{
        border-top: none !important;
    }
    .nav-dropdown .nav-dropdown {
        border-top: none !important;
        left: 100% !important;
    }
    .nav-dropdown .menu-item .menu-link:hover{
        border: 1px solid #15682e;
        background: #a1ce57;
        color: #fff !important;
    }


    .nav-menu > .has-dropdown:nth-last-child(1) .nav-dropdown .nav-dropdown,
    .nav-menu > .has-dropdown:nth-last-child(2) .nav-dropdown .nav-dropdown{
        left: -100% !important;
        background: red !important;
    }
    .nav-dropdown .nav-dropdown .menu-item .menu-link{
        border-top: none;
        font-size: 13px;
    }
    .nav-dropdown .nav-dropdown .menu-item .menu-link:hover{
        color:#fff !important;
    }

    .nav-dropdown .nav-dropdown .menu-item:first-child .menu-link{
        border-top: 1px solid #a1ce57 !important;
    }
    .nav-dropdown .menu-link:hover{
        color:#15682e !important;
    }
    .nav-dropdown .nav-dropdown .menu-link:hover{
        color:#a1ce57 !important;
    }
    .hasPromotion{
        left: auto;
        right: 0;
    }
}
/* md */
@media (min-width:992px) and (max-width:1199px) {
    .nav-menu .menu-link{
        font-size: 12px;
    }
}
/* sm */
@media (min-width:768px) and (max-width:991px) {
    .nav-container {
        width: 50%;
    }
    .nav-menu{
        border: 1px solid #b1b1b1;
    }
}
/* xs */
@media (max-width:767px)  {
    .nav-container{
        max-width: 60%;
    }
    .nav-menu{
        border: 1px solid #b1b1b1;
    }
}
/*----------- End nav.css----------------*/

@media (min-width: 1200px) {
    .col-lg-80 {
        width: 80% !important
    }

    .col-lg-78 {
        width: 78% !important
    }

    .col-lg-72 {
        width: 72% !important
    }

    .col-lg-70 {
        width: 70% !important
    }

    .col-lg-60 {
        width: 60% !important
    }

    .col-lg-575 {
        width: 57.5% !important
    }

    .col-lg-57 {
        width: 57% !important
    }

    .col-lg-565 {
        width: 56.5% !important
    }

    .col-lg-43 {
        width: 43% !important
    }

    .col-lg-38 {
        width: 38% !important
    }

    .col-lg-30 {
        width: 30% !important
    }

    .col-lg-28 {
        width: 28% !important
    }

    .col-lg-20 {
        width: 20% !important
    }

    .col-lg-21 {
        width: 21% !important
    }

    .col-lg-22 {
        width: 22% !important
    }

    .col-lg-185 {
        width: 18.5% !important
    }

    .col-lg-175 {
        width: 17.5% !important
    }

    .row-lg-5 {
        margin-right: -5px !important;
        margin-left: -5px !important
    }

    .row-lg-6 {
        margin-right: -6px !important;
        margin-left: -6px !important
    }

    .row_pc {
        margin-right: -12px !important;
        margin-left: -12px !important
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .floR {
        float: right
    }

    .logo {
        padding-bottom: 0
    }

    .block-acount-cart ul li {
        margin: 0 10px
    }

    .block-acount-cart > ul > li:first-child {
        margin-right: 12px
    }

    .fTabs-ctrols, .section-image {
        margin-right: -5px !important;
        margin-left: -5px !important
    }

    .fTabs-col, .section-image .item-image {
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .news-owl {
        padding: 0 10% !important
    }

    .product-owl {
        padding: 50px 60px 30px !important;
        margin: 0 !important
    }

    .product-owl .owl-carousel {
        margin: 0
    }

    .product-owl .owl-carousel .item {
        padding-bottom: 0 !important
    }

    .product-owl .owl-prev:after {
        left: -40px
    }

    .product-owl .owl-next:before {
        right: -40px
    }

    .drop-menu-bottom button {
        display: none
    }

    .drop-menu-bottom .dropdown-menu {
        display: block;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        width: 100%;
        background: transparent
    }

    .drop-menu-bottom .dropdown-menu li {
        float: right
    }

    .drop-menu-bottom .dropdown-menu li a {
        color: #15682e;
        padding: 0 4px;
        font-weight: 700;
        font-family: Arial
    }

    .drop-menu-bottom .dropdown-menu li a:hover {
        color: #9ece58;
        background: transparent
    }

    .product-detail .description {
        padding-left: 25px
    }

    .fTabs-ctrols .row {
        margin: 0 !important
    }

    .section-content.block #formAcount.col-md-3 {
        width: 27%
    }

    .step-acount li {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .inforLogin {
        padding-left: 18px
    }

    #modalAddCart .modal-content {
        padding: 10px 50px !important
    }

    .product-name {
        min-height: 35px
    }

    .instagram-image a {
        width: 12.5%;
        display: block
    }

    .gc-display-display {
        min-width: 225px !important;
        min-height: 225px !important
    }

    .glass-case ul li .gc-li-display-container img {
        min-width: 62px !important;
        min-height: 62px !important
    }

    .product-list .product-item:nth-child(4n + 1) {
        clear: both
    }

    .formError, .formErrorContent {
        min-width: 230px
    }

    .section-image .item-image img, .section-image .item-image {
        max-height: 370px
    }

    .banner-two-item .item-image img {
        height: 370px;
        object-fit: cover
    }

    .item-content .item-mask-content .item-text {
        padding: 20px
    }

    .formSeach {
        padding-top: 10px
    }

    .block-acount-cart {
        padding-top: 15px
    }

    .col-footer-r, .col-footer-l {
        min-height: 305px
    }

    #boxMenu {
        display: none
    }

    #boxMenu.mm-opened {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .row_pc {
        margin-right: -12px !important;
        margin-left: -12px !important
    }

    .menuTop li a {
        font-size: 12px;
        padding: 13px 10px
    }

    .logo {
        padding-bottom: 0
    }

    .drop-menu-bottom button {
        display: none
    }

    .drop-menu-bottom .dropdown-menu {
        display: block;
        border-radius: 0;
        box-shadow: none;
        border: none;
        padding: 0;
        width: 100%;
        background: transparent
    }

    .drop-menu-bottom .dropdown-menu li {
        float: right
    }

    .drop-menu-bottom .dropdown-menu li a {
        color: #15682e;
        padding: 0 6px;
        font-weight: 700;
        font-family: Arial;
        font-size: 12px
    }

    .drop-menu-bottom .dropdown-menu li a:hover {
        color: #9ece58;
        background: transparent
    }

    .step-acount li {
        width: 25% !important;
        float: left
    }

    .product-list .product-item:nth-child(4n + 1) {
        clear: both
    }

    .formError
    .formErrorContent {
        min-width: 230px
    }

    .section-image .item-image {
        max-height: 299px
    }
}

@media (max-width: 1024px) {
    .socialTop {
        padding-right: 15px
    }

    .formSeach {
        padding-bottom: 10px
    }

    .block-acount-cart ul li ul {
        right: 0
    }

    .fTabs-ctrols .fTabs-col {
        margin-bottom: 10px
    }

    .step-acount li {
        width: 25% !important;
        float: left
    }

    .section-instagram {
        display: none
    }

    .header-mobile {
        display: block !important
    }

    .header-mobile .formSeach {
        display: block !important
    }

    .head-content, .header-pc {
        display: none
    }

    .head-top {
        background: #fff !important
    }

    body .fancybox-wrap {
        width: 96% !important;
        left: 2% !important
    }

    body .fancybox-overlay, body .fancybox-skin, body .fancybox-outer, body .fancybox-inner {
        max-width: 100% !important
    }

    body .fancybox-close {
        top: -20px;
        right: -12px;
        left: auto
    }

    .full-item-box {
        background-attachment: fixed !important;
        background-position: top center !important;
        padding: 0;
        background-size: auto !important
    }

    .full-item-box img {
        width: auto !important;
        max-width: 1300px !important
    }

    .full-image {
        padding: 20px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-acount-cart {
        padding-right: 15px
    }

    .block-acount-cart > ul > li > a {
        padding: 13px 0 !important;
        display: block !important
    }

    .block-acount-cart li img {
        width: 15px
    }

    .drop-menu-bottom button {
        width: 100%;
        background: #15682e;
        color: #fff
    }

    .copy-right {
        text-align: center;
        margin-bottom: 8px
    }

    .drop-menu-bottom button:hover {
        color: #9ece58
    }

    .drop-menu-bottom .dropdown-menu {
        background: #15692e;
        width: 100%;
        border-radius: 0 !important
    }

    .drop-menu-bottom .dropdown-menu li a {
        color: #fff;
        padding: 6px 8px;
        font-size: 12px;
        border-bottom: 1px solid rgba(156, 205, 84, 0.48)
    }

    .drop-menu-bottom .dropdown-menu li a:hover {
        background: #9ece58
    }

    .step-acount li {
        width: 25% !important;
        float: left
    }
}

@media (min-width: 768px) {
    #modalNewsletter .modal-md {
        max-width: 400px
    }

    .modal-lg {
        max-width: 860px
    }

    .modal-md-x1 {
        max-width: 450px !important
    }

    .modal-xs {
        max-width: 250px
    }

    .modal-xs-1 {
        max-width: 350px
    }

    .modal-sm-x2 {
        width: 300px
    }
}

@media (max-width: 767px) {
    .section-name {
        margin-top: 15px
    }

    .block-acount-cart {
        padding-right: 10px
    }

    .block-acount-cart li img {
        width: 15px
    }

    .logo {
        text-align: center
    }

    .col-footer-r, .col-footer-l {
        border: none !important
    }

    .footer-content > .row {
        margin: 0 !important
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .owl-prev:after, .owl-next:before {
        width: 24px;
        height: 48px;
        background-size: 100%
    }

    .footer-copy .container .row {
        margin: 0 !important
    }

    .drop-menu-bottom button {
        width: 100%;
        background: #15682e;
        color: #fff
    }

    .copy-right {
        text-align: center;
        margin-bottom: 8px
    }

    .drop-menu-bottom button:hover {
        color: #9ece58
    }

    .drop-menu-bottom .dropdown-menu {
        background: #15692e;
        width: 100%;
        border-radius: 0 !important
    }

    .drop-menu-bottom .dropdown-menu li a {
        color: #fff;
        padding: 6px 8px;
        font-size: 12px;
        border-bottom: 1px solid rgba(156, 205, 84, 0.48)
    }

    .drop-menu-bottom .dropdown-menu li a:hover {
        background: #9ece58
    }

    .step-acount li {
        width: 25% !important;
        float: left
    }

    #submitNext {
        margin-bottom: 20px
    }

    .btn-filter {
        display: block
    }

    .title-page, .head-page {
        float: left;
        clear: none
    }

    .title-page {
        width: 100%;
        font-size: 24px;
        text-align: left;
        margin-bottom: 15px
    }

    .head-page {
        width: 40%;
        font-style: italic
    }

    #sectionSearch {
        display: none;
        position: fixed;
        z-index: 1100;
        width: 100%;
        height: 100%;
        padding: 15px;
        top: 0;
        padding-top: 50px;
        overflow-y: auto;
        left: 0;
        background: #fff
    }

    .limit {
        display: none
    }

    .select-group .pull-right {
        width: 100% !important
    }

    .btn-filter .btn {
        padding: 4px 12px
    }

    .cart-view {
        clear: both;
        width: 100%;
        display: block
    }

    .full-item-box {
        background-size: auto !important
    }

    .full-item-box img.opacity0 {
        display: none !important
    }

    .full-item-box .f-item-mask {
        position: relative !important
    }

    .fancybox-inner, #popupHome div, #popupHome p, #popupHome span, #popupHome b, #popupHome strong {
        max-width: 100% !important;
        width: 100% !important
    }

    #popupHome .btnSubscribe2 {
        margin-top: 8px
    }
}

@media (max-width: 480px) {
    .cart-calculator .row > div {
        margin-bottom: 8px
    }

    .step-acount li {
        width: 50% !important;
        float: left;
        margin-bottom: 8px
    }
}

@media (max-width: 320px) {
    .cart-view {
        clear: both;
        width: 100%;
        display: block
    }
}

@media (max-width: 100px) {
    .block-acount-cart {
        padding: 0 !important;
        float: right !important
    }

    .block-acount-cart li img {
        width: 22px !important
    }

    .block-acount-cart ul li:last-child span {
        display: none !important
    }

    .countCart {
        width: 20px !important;
        height: 20px !important;
        background: #a1ce57 !important;
        color: #fbfbfb !important;
        font-size: 13px !important;
        top: 0 !important;
        right: -11px !important
    }
}
/*----------- End nav.css----------------*/


.ew-alo-phone {
    position: fixed;
    bottom: 25%;
    z-index: 999;
    left: -50px;
}

.ew-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #48A5D4 9;
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone:hover .ew-alo-ph-circle {
    border-color: #309ACF;
    opacity: .5
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle {
    border-color: #FDAA38;
    border-color: #ffc272 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #309ACF;
    border-color: #48A5D4 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle {
    border-color: #FDAA38;
    opacity: .5
}

.ew-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone:hover .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #309ACF 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #ffc272 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.ew-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0197/img/temp/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #309ACF
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
    background-color: green;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
    background-color: #ccc
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

#new-config .config-attribute {
    padding: 10px 0;
    border-top: dotted 1px #bbb;
    position: relative;
}
.product-chidls.config-attribute {
    max-height: unset;
    overflow-y: unset;
}
.product-related {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 48%;
    float: left;
    margin-right: 2%;
    font-size: 13px;
    color: #333;
}
.product-related.active, .product-related:hover {
    background: #ffc;
    border-color: #fdb813;
    text-decoration: none;
}
.other-name{
    border: 1px dotted;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.pview-info{
    padding: 10px 0;
}
.item-list-content.pview-intro{
    padding: 10px;
    border-bottom: 1px solid;
}
.pview-icon{
    padding: 10px;
}
.pview-icon>div{
    text-align: center;
}
.gift_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 8px;
}
.gift_box>a {
    padding-left: 20px;
    margin-top: 5px;
}
.gift_box>label {
    margin: 0;
}