/* Minification failed. Returning unminified contents.
(1458,43): run-time error CSS1046: Expect comma, found '0'
(1458,47): run-time error CSS1046: Expect comma, found '/'
(1462,43): run-time error CSS1046: Expect comma, found '0'
(1462,47): run-time error CSS1046: Expect comma, found '/'
 */
@charset "UTF-8";

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/untitled-font-1.eot");
    src: url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-1.woff") format("woff"), url("fonts/untitled-font-1.ttf") format("truetype"), url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "FontAwesome" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\61";
}
.icon-times-circle:before {
  content: "\62";
}
.icon-check-circle:before {
  content: "\63";
}
.icon-check:before {
  content: "\64";
}
.icon-map-marker:before {
  content: "\65";
}
.icon-phone:before {
  content: "\66";
}
.icon-facebook-square:before {
  content: "\67";
}
.icon-twitter-square:before {
  content: "\68";
}
.icon-pinterest-square:before {
  content: "\69";
}
.icon-search:before {
  content: "\6a";
}
.icon-caret-right:before {
  content: "\6b";
}
.icon-chevron-right:before {
  content: "\6c";
}
.icon-chevron-left:before {
  content: "\6d";
}
.icon-calendar:before {
  content: "\6e";
}
.icon-gift:before {
  content: "\6f";
}
.icon-envelope-o:before {
  content: "\70";
}
.icon-angle-down:before {
  content: "\71";
}
.icon-angle-up:before {
  content: "\72";
}
.icon-tags:before {
    content: "\73";
}
label {
	font-size: 12px;
	font-weight: normal;
}
.text-center {
    text-align: center;
}
.form-horizontal .control-label{
    font-size:14px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
    border-radius:0;
    box-shadow:none;
}
select.form-control{
    height:42px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
/*Dropdown top menu*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: inherit;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 5px 15px 0px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
    .dropdown-menu .divider {
        height: 1px;
        margin: 5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #3A3A3A;
        white-space: nowrap;
        opacity: 1;
    }
        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #057CCD;
        }
    
/*Slide menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background-color: #303030;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #F9F9F9;
        display: block;
        transition: 0.3s;
    }
    .sidenav .no-child a {
        padding: 0;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        font-size: 50px;
        text-align: right;
        padding-right: 5px;
        padding-top: 15px;
    }
    .sidenav .search-box {
        padding: 0 5px;
        margin-top: 8px;
    }
    div.required .control-label:before {
        content: '* ';
        color: #F00;
        font-weight: bold;
    }
.sidenav .side-main {
    color: #F9F9F9;
    font-size: 17px;
    padding: 10px;
    border-top: 1px solid #DDD;
    cursor: pointer;
}
    .sidenav .side-main::after {
        content: 'r';
        display: block;
        width: 30px;
        text-align: center;
        position: absolute;
        right: 0;
        font: normal normal normal 20px/1 FontAwesome;
        margin-top: -20px;
    }
    .sidenav .side-main.collapsed::after {
        content: 'q';
    }
    .sidenav .side-main.no-child::after {
        /*content: '>' !important;*/
        content:none;
    }
.sidenav .side-sub ul {
    background-color: black;
    margin-bottom: 0;
    padding-bottom: 8px;
}
#content {
    min-height: 400px;
}
/* footer */
footer {
	margin-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #F9F9F9;
    font-size:15px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #F9F9F9;
}
footer a:hover {
	color: #fff;
}
    footer h5 {
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        padding-top: 10px;
    }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-default {
    color: #777;
    background-color: #f9f9f9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus,
.btn-primary.focus
.btn-primary:active:hover,
.btn-primary.active:hover {
    background-color: #fe8f28;
    border-color: #fe8f28;
    box-shadow: none;
    cursor:pointer;
}
.btn:hover{
    cursor:pointer;
}
.btn-blue {
    text-align:center;
    min-height: 45px;
    color: #fff;
    background-color: #018EF0;
    border-color: #018EF0;
    font-size: 16px;
    font-weight: 600;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#018EF0),to(#5EB9F8));
    background: -webkit-linear-gradient(top,#5EB9F8,#018EF0);
    background: -moz-linear-gradient(top,#5EB9F8,#018EF0);
    background: -ms-linear-gradient(top,#5EB9F8,#018EF0);
    background: -o-linear-gradient(top,#5EB9F8,#018EF0);
    margin-top: 5px;
}
    .btn-blue:hover {
        color:#FFF;
    }
/* product list */
.product-thumb {
    overflow: auto;
    display: block;
}
    .product-thumb .image {
        text-align: center;
        position: relative;
        padding-top: 8px;
    }
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
    .product-thumb .image img {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
        object-fit: scale-down;
        max-height: 180px;
    }
    .product-thumb .image .status {
        position: absolute;
        bottom: 0;
        left: 7px;
        line-height: 20px;
        color: #fff;
        background: #d0021b;
        padding: 0 6px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 5px;
    }
    .product-thumb .image .bestseller {
        position: absolute;
        top: 7px;
        right: 5px;
        border: 1.5px solid #d0021b;
        padding: 0 2px;
        color: #d0021b;
        -ms-transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
        font-weight: 600;
        font-size: 12px;
    }
    .product-thumb .caption {
        padding: 0 5px;
        height: 100%;
    }
    .product-thumb:hover .caption h4{
        color:#3a3a3a;
    }
    .list_product .marketprice {
        float: left;
        font-size: 15px !important;
        margin-right: 8px;
        text-decoration: line-through;
    }
.list_product .price {
    color: #e10c00;
    font-size: 17px!important;
    font-weight: bold;
}
a:hover .marketprice {
    color:#444;
}
.btn-product-item .btn{
    margin-bottom:10px;
}

.social{
    float:right;
    width:200px;
}
.social i{
    font-size: 40px;
}
.social a{
    margin-right: 5px;
}
ul.list_product {
    clear: both;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
    ul.list_product li {
        float: left;
        position: relative;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
ul.list_product_small li {
    width: 50% !important;
    margin-top: 0 !important;
}
@media (min-width: 1200px) {
    ul.list_product li {
        width: 20%;
    }
}
@media (max-width: 1200px) {
    ul.list_product li {
        width: 25%;
    }
}
@media (max-width: 767px) {
    ul.list_product li {
        width: 33.33%;
    }
    ul.list_product_small li {
        width: 33.33%!important;
    }
}
@media (max-width: 570px) {
    ul.list_product li {
        width: 50%;
    }
    ul.list_product_small li {
        width: 50% !important;
    }
}
ul.list_product_small .product-thumb .image img{
    max-width:95%;
}
.list_product .aggregate-rating {
    padding: 0 0 5px 0;
    text-align: right;
}
.list_product .aggregate-rating .star {
    width: 16px;
}
.list_product .aggregate-rating span {
    color:#777;
    font-size:13px;
}
.list_product:hover .aggregate-rating span {
    color: #777;
}
@media (max-width: 320px) {
    .list_product .aggregate-rating .star {
        width: 13px;
    }

    .list_product .aggregate-rating span {
        font-size: 11px;
    }
}
.home-cat {
    clear: both;
}
.main-content{
    padding: 0 0 0 0;
}
.column-left{
    padding: 0 10px 0 0;
}
.footer-text a{
    color:#777;
    float:left;
    margin-right: 10px
}
.footer-text a:hover{
    color:#777;
    text-decoration: underline;
}
.field-validation-error {
    color: red;
    font-size: 14px;
}
.fb-footer{
    float:right;
    width:340px;
}
.news-box-2 img {
    width: 100%;
    height: 230px;
    object-fit: scale-down;
}

.news-box-2 .date {
    color: #a3a3a3;
}

    .news-box-2 .date i {
        padding-right: 7px;
    }

.news-box-2 .blurb {
    height: 180px;
}

.news-box-2 h3 {
    color: #444;
}

.news-box-2:hover h3 {
    color: #018EF0;
}

.news-box-2:hover img {
    opacity: .85;
    transition: 0.3s;
}

.news-box-2:hover p {
    color: #4a4a4a;
}

.news-box-2 .see-more {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #018EF0;
    float: right;
}

    .news-box-2 .see-more:hover {
        text-decoration: underline;
    }
p img{
    max-width:100%;
    height:auto;
}
#footer li i{
    color:#e2e2e2;
}
li>i.fa{
    width: 16px;
    height:16px;
    color:#018EF0;
}
li i.fa-skype{
    color: #12A5F4;
}
.right-cover {
    padding-bottom: 5px;
}
@media (min-width: 768px) {
    .right-cover {
        margin-left: 5px;
        margin-right: 5px;
    }
}
    .right-cover .title {
        color: #018EF0;
        border-bottom: 2px solid #018EF0;
        margin: 5px 0 10px 0;
        font-size: 19px;
        line-height: 30px;
    }
.right-cover ul li{
    list-style: none;
    margin-top: 5px;
}
.product-small div.image{
    width: 100px;
    height: 100px;
    float: left;
}
/*.messenger{
    background: url("../Images/messengericon.png");
    display:block;
    margin-right:5px;
    float:left;
}
.fb-ms-ytcc{
    position: fixed;
    bottom: 0px;
    right:0px;
    background: #3b5998;
    color: white;
    width:251px;
    cursor:pointer;
    border-left:1px solid #3b5998;
    z-index: 9999;
}*/
@media (max-width: 767px){
    /*.fb-ms-ytcc{
        display:none;
    }*/
    .hotline-fix{
        display:block!important;
    }
    .hotline-fix {
        position: fixed;
        bottom: 38px;
        left: 10px;
        height: 68px;
        z-index: 9999;
        font-size: 15px;
        border: none;
        display: block;
        border-bottom: none;
        font-weight: bold;
        border-radius:100%;
        width:68px;
        background-color: #e9393b !important;
        opacity: .75 !important;
    }
        .hotline-fix a {
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1000;
        }
        .hotline-fix span.icon {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #FFF;
            text-align: center;
            float: left;
            margin: 11px;
        }
        .hotline-fix span i {
            color: #e9393b;
            display: block;
            font-size: 38px;
            padding-top: 5px;
        }
}
.zalo-fix {
    position: fixed;
    bottom: 38px;
    right: 10px;
    height: 68px;
    z-index: 9999;
    font-size: 15px;
    border: none;
    display: block;
    border-bottom: none;
    font-weight: bold;
    border-radius: 10px;
    width: 200px;
    /*background-color: #e9393b !important;*/
    background-color: #0180c7 !important;
    /*background-color: red !important;*/
    opacity: .75 !important;
    border: 3px solid #FFF;
}

    .zalo-fix a {
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1000;
    }

    .zalo-fix span.icon {
        background-image: url("../Images/zalo-icon.jpg");
        width: 60px;
        height: 60px;
        /*background-color: #FFF;*/
        text-align: center;
        background-size:cover;
        float: left;
        margin: 5px;
    }

    /*.zalo-fix span i {
        color: #e9393b;
        display: block;
        font-size: 38px;
        padding-top: 5px;
    }*/
/*.fb-ms-ytcc i.fb-messenger{
    background-image: url("../Images/fb-messenger-icon.png");
    width:40px;
    height:40px;
    float:left;
}

.fb-ms-ytcc .fb-page{
	display: none;
}*/
.right-cover.support .title{
    font-size:20px;
}
.right-cover.support ul{
    border:0;
}
/*.web-padding-top{
    padding-top:15px;
}
@media(max-width: 767px) {
    .web-padding-top {
        padding-top: 0;
    }    
}*/
@media (max-width: 991px) {
    .container {
        width: inherit;
    }
}
.order-success i {
    font-size: 100px;
    float: right;
    color: #018EF0;
}
.tag-info {
    border-bottom: 2px solid #dedede !important;
    border: 1px solid #dedede;
    padding: 5px 0 0 5px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}
    .tag-info .help-text {
        font-size: 15px;
        font-style: italic;
        color: #7a7d8d;
    }
ul.tag li {
    float: left;
    border-radius: 3px;
    text-align: left;
    margin-right: 8px;
    margin-bottom: 5px;
}
ul.tag span {
    padding: 7px 8px 7px 0;
    color: #666;
    font-size: 20px;
    line-height: 15px;
}
ul.tag span a {
    font-size: 14px;
    color: #666;
}
    ul.tag span a:hover {
        text-decoration:underline;
    }
    /*.header-right {
        padding: 12px 0;
    }

    .header-right .shopping-cart {
        background-image: url('../Images/shopping-cart.png');
        height: 40px;
        width: 40px;
        float: right;
        background-repeat: no-repeat;
        background-size: cover;
    }*/
.link {
    color: #018EF0;
    font-style: italic;
    text-decoration: underline;
}
.call-me {
    padding: 8px;
    background-color: #018EF0;
    margin-top: 12px;
    font-size: 14px;
    color: #FFF;
}
    .call-me .btn {
        color:#000;
        font-weight: bold;
        background: -webkit-linear-gradient(top,#eee,#eee);
        min-width: 68px;
    }
.request-call-message {
    color: white;
    font-size: 14px;
}

    .request-call-message .success {
        background-color: rgba(0, 128, 0, 0.7);
        padding: 3px 8px;
    }

        .request-call-message .success .phone-val {
            font-weight: bold;
        }

    .request-call-message .error {
        background-color: rgba(223, 27, 27, 0.7);
        padding: 3px 8px;
    }

        .request-call-message .error span {
            font-weight: 900;
            font-size: 20px;
        }
.pull-right{
    margin-top:10px;
}
.add-title1{
    padding-top:15px;
    font-size:19px;
}
.add-title {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.add-address {
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
}
.share-fb{
    padding-top: 15px;
    padding-bottom:15px;
    text-align:center;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

    .progress.active .progress-bar,
    .progress-bar.active {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

/*Product Detail*/
.m-buy-action {
    display: none;
}

@media (max-width: 767px) {
    .m-buy-action {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        display: none;
        margin-bottom: -3px;
    }

        .m-buy-action.display {
            display: block !important;
        }

        .m-buy-action .btn-lg {
            min-width: 100%;
            
            font-weight: 600;
            height: 60px;
        }
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs {
    border-bottom: none;
    padding: 20px 0 30px 0;
}

    .nav-tabs > li > a {
        color: #3A3A3A;
        padding-bottom: 8px;
        border: 0;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 400;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border: 0;
        border-bottom: 2.5px solid #3A3A3A;
    }

    .nav-tabs > li:hover > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        border-bottom: 2.5px solid #3A3A3A;
        background: none;
    }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
@media screen and (min-width: 768px) {
    .tab-content .panel-collapse {
        display: block;
    }

    .tab-content .tab-link {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .nav-tabs {
        display: none;
    }

    .tab-content {
        padding-top: 10px;
    }

        .tab-content > .tab-pane {
            display: block;
            position: relative;
            padding: 5px 0;
        }

        .tab-content .panel-collapse {
            border: 1px solid #d6d6d6;
            border-top: 0;
            padding: 8px;
            border-radius: 0 0 3px 3px;
        }

        .tab-content .tab-link {
            font-size: 20px;
            cursor: pointer;
            border: 1px solid #d6d6d6;
            background: #eee;
            padding: 8px 5px;
            border-radius: 3px 3px 0 0;
            border-bottom: 0;
        }

            .tab-content .tab-link.collapsed {
                border-radius: 3px;
                border-bottom: 1px solid #d6d6d6;
            }

            .tab-content .tab-link:after {
                content: '\72';
                display: block;
                width: 40px;
                padding: 14px 0;
                position: absolute;
                top: 0;
                bottom: auto;
                right: 0;
                font: normal normal normal 30px/1 FontAwesome;
            }

            .tab-content .tab-link.collapsed:after {
                content: '\71';
            }
            .tab-content .tab-link span {
                font-size: 16px;
                color: #7a7d8d;
                font-style: italic;
            }
}

.highlight-desc {
    margin: 10px 0 0;
    border: 3.5px solid #018EF0;
    padding: 6px 0 5px 5px;
    font-size: 16px;
    line-height: 1.3333333;
}

.add-note {
    font-size: 18px;
}

.customer-review {
    margin-top: 10px;
    border-top: 3px solid #e5e5e5;
}

    .customer-review .rating-details {
        padding-top: 20px;
    }

    .customer-review .form-submit-review {
        padding-top: 30px;
        text-align: right;
    }

        .customer-review .form-submit-review .btn {
            width: 100px;
        }

.review {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
}

    .review .star {
        width: 16px;
        padding-bottom: 3px;
    }

    .review .info {
        margin: 0;
    }

    .review .name, .review .phone {
        font-size: 12px;
        color: #808080;
    }

    .review .date {
        font-size: 12px;
        padding-left: 8px;
        margin-top: 3px;
        color: #757575;
    }

    .review .description {
        margin: 1px 0;
        font-size:14px;
    }

    .review .verified {
        color: #4caf50;
        font-size: 13px;
    }

        .review .verified img {
            width: 15px;
            margin: 0 5px 3px 10px;
        }

.rating-summary .progress {
    height: 12px;
    border-radius: 0;
    box-shadow: none;
    display: block;
    width: calc(100% - 99px);
    float: left;
    margin-bottom: 0;
    margin-top: 4px;
}

.rating-summary .progress-bar {
    background-color: #faca51;
}

.rating-summary .star {
    width: 33px;
}

.rating-summary .rating-value {
    font-size: 30px;
    padding-top: 20px;
}

.rating-summary .rating-percent {
    padding-top: 18px;
}

.rating-summary .rating-value span {
    font-size: 14px;
}

.rating-summary .rating-count {
    font-size: 13px;
    padding-top: 10px;
    color: #757575;
}

.rating-summary .star-title {
    color: #757575;
    float: left;
    padding-right: 10px;
    font-size: 12px;
}

.rating-summary .star-percent {
    color: #757575;
    font-size: 12px;
    padding-left: 10px;
}

.rating-summary .rating-action {
    padding-top: 20px;
    text-align: right;
}

@media (max-width: 991px) {
    .rating-summary .rating-action {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .rating-summary .rating-value {
         padding-top: 0; 
    }
    .rating-summary .star {
        width: 16%;
    }
    .col-xs-7{
        padding-left:0;
    }
    .rating-summary .rating-percent {
         padding-top: 0; 
    }
    .rating-summary .progress {
        width: calc(100% - 87px);
    }
}
.rating-select {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    float: left;
}

    .rating-select > span {
        display: inline-block;
        position: relative;
        background: url(../Images/star-d.png);
        background-position: center;
        background-size: cover;
        height: 30px;
        width: 30px;
    }

        .rating-select > span.selected {
            display: inline-block;
            position: relative;
            background: url(../Images/star.png);
            background-position: center;
            background-size: cover;
            height: 30px;
            width: 30px;
        }

        .rating-select > span:hover,
        .rating-select > span:hover ~ span {
            background: url(../Images/star.png);
            background-position: center;
            background-size: cover;
            height: 30px;
            width: 30px;
            cursor: pointer;
        }

            .rating-select > span:hover:before,
            .rating-select > span:hover ~ span:before {
                cursor: pointer;
                background: url(../Images/star.png);
                background-position: center;
                background-size: cover;
                height: 30px;
                width: 30px;
            }

div.pager {
    clear: both;
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}

ul.pages {
    clear: both;
    font-weight: bold;
    list-style: none;
}

    ul.pages li {
        display: inline-block !important;
        zoom: 1;
        height: 34px;
        margin-left: 5px;
        line-height: 32px;
        font-size: 14px;
        width: 34px;
        color: #fff;
        cursor: pointer;
        vertical-align: top;
    }

        ul.pages li a {
            cursor: pointer;
            color: #414141;
            text-decoration: none;
            height: 34px;
            width: 34px;
            display: block;
        }

        ul.pages li.pgPre {
            background: url(../Images/pre.png) no-repeat center top;
            text-indent: -99999px;
        }

        ul.pages li.page-number {
            background: url(../Images/pages.png) no-repeat center top;
            color: #000;
            text-align: center;
        }

        ul.pages li.pgCurrent {
            background: url(../Images/page_active.png) no-repeat center top;
            color: #fff !important;
        }

        ul.pages li.pgNext {
            background: url(../Images/next.png) no-repeat center top;
            text-indent: -99999px;
        }

        ul.pages li.pgNext_end {
            background: url(../Images/next_end.png) no-repeat center top;
            text-indent: -99999px;
        }

        ul.pages li.pgPre_end {
            background: url(../Images/pre_end.png) no-repeat center top;
            text-indent: -99999px;
        }
.form-group {
    margin-bottom: 12px;
}
textarea.form-control {
    height: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.widget-overlay {
    display:none;
}
    .widget-overlay.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        z-index: 1999999999;
    }
.padding-right{
    padding-right:10px;
}
@media (max-width: 767px) {
    .padding-right {
        padding-right: 0px;
    }
}
.faq {
    font-size: 15px;
}
.faq .question{
    font-weight:bold;
}
.faq .answer {
    font-style: italic;
}
.kmtk {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #018ef0;
    position: relative;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

    .kmtk ul {
        margin-bottom: 0;
    }

        .kmtk ul li img {
            float: left;
        }

    .kmtk .title-uytin {
        background-color: #018ef0;
        color: #FFF;
        height: 50px;
    }

        .kmtk .title-uytin b {
            font-size: 15px;
        }

    .kmtk .btn-danger {
        float: right;
        margin-top: 7px;
        background: #ee4d2d;
        border: 1px #ee4d2d solid;
        color: #FFF;
        font-size: 14px;
        border-radius: 8px;
        padding: 7.5px 12px;
        line-height: 1.42857143;
        box-shadow: -1px 6px 19px rgb(255 0 0 / 20%) !important;
    }

    .kmtk .btn-danger:hover {
        box-shadow: -1px 6px 19px rgb(255 0 0 / 40%) !important;
    }

    .kmtk .title {
        font-size: 16px;
        background-color: #018ef0;
        padding: 4px 10px;
        color: #fff;
        position: absolute;
        top: -25px;
        left: 10px;
        border-radius: 13px;
        width: 250px;
        text-align: center;
    }

        .kmtk .title i {
            padding-right: 10px
        }

    .kmtk ul li {
        padding: 3px 8px;
        font-size: 14px;
        height: 60px;
        border-top: 1px solid #018ef0;
    }

        /*.kmtk ul li img {
                        float: left;
                        margin-right: 10px
                    }*/

        .kmtk ul li .kmprice {
            color: #d0021b
        }

    .kmtk .no-gift {
        font-size: 13px;
        background-color: #eee;
        padding: 5px
    }

        .kmtk .no-gift a {
            text-decoration: underline;
            font-style: italic
        }

        .kmtk .no-gift span.price {
            font-size: 13.5px
        }
.arcuAnimated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .arcuAnimated.infinite {
        animation-iteration-count: infinite
    }

    .arcuAnimated.hinge {
        animation-duration: 2s
    }

    .arcuAnimated.bounceIn, .arcuAnimated.bounceOut, .arcuAnimated.flipOutX, .arcuAnimated.flipOutY {
        animation-duration: .75s
    }

.arcontactus-widget {
    opacity: 0;
    transition: .2s opacity;
    line-height: 1
}

    .arcontactus-widget * {
        box-sizing: border-box
    }

    .arcontactus-widget.left.arcontactus-message {
        left: 20px;
        right: auto
    }

    .arcontactus-widget.left .arcontactus-message-button {
        right: auto;
        left: 0
    }

    
    .arcontactus-widget.left .messangers-block {
        right: auto;
        left: 0;
        -webkit-transform-origin: 10% 105%;
        -ms-transform-origin: 10% 105%;
        transform-origin: 10% 105%
    }

    .arcontactus-widget.active {
        opacity: 1
    }

    .arcontactus-widget.arcontactus-message {
        z-index: 10000;
        right: 20px;
        bottom: 30px;
        position: fixed !important;
        height: 70px;
        width: 70px
    }

    .arcontactus-widget .arcontactus-message-button {
        width: 70px;
        position: absolute;
        height: 70px;
        right: 0;
        background-color: red;
        border-radius: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

        .arcontactus-widget .arcontactus-message-button p, .arcontactus-widget .arcontactus-message-button .arcu-item-label {
            color: #fff;
            font-weight: 700;
            font-size: 10px;
            line-height: 11px;
            margin: 0
        }

        .arcontactus-widget .arcontactus-message-button .pulsation {
            width: 84px;
            height: 84px;
            background-color: red;
            border-radius: 50px;
            position: absolute;
            left: -7px;
            top: -7px;
            z-index: -1;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-animation: arcontactus-pulse 2s infinite;
            animation: arcontactus-pulse 2s infinite
        }

        .arcontactus-widget .arcontactus-message-button .icons {
            background-color: #fff;
            width: 44px;
            height: 44px;
            border-radius: 50px;
            position: absolute;
            overflow: hidden;
            top: 50%;
            left: 50%;
            margin-top: -22px;
            margin-left: -22px
        }

        .arcontactus-widget .arcontactus-message-button .static {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -19px;
            margin-left: -26px;
            width: 52px;
            height: 52px;
            text-align: center
        }

            .arcontactus-widget .arcontactus-message-button .static img {
                display: inline
            }

            .arcontactus-widget .arcontactus-message-button .static svg {
                width: 24px;
                height: 24px;
                color: #fff
            }

        .arcontactus-widget .arcontactus-message-button.no-text .static {
            margin-top: -12px
        }

    .arcontactus-widget .pulsation:nth-of-type(2n) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .arcontactus-widget .pulsation.stop {
        -webkit-animation: none;
        animation: none
    }

    .arcontactus-widget .icons-line {
        top: 10px;
        left: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-transition: cubic-bezier(.13, 1.49, .14, -0.4);
        -o-transition: cubic-bezier(.13, 1.49, .14, -0.4);
        transition: cubic-bezier(.13, 1.49, .14, -0.4);
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
        height: 24px;
        transition: .2s all
    }

        .arcontactus-widget .icons-line.stop {
            -webkit-animation-play-state: paused;
            animation-play-state: paused
        }

        .arcontactus-widget .icons-line span {
            display: inline-block;
            width: 24px;
            height: 24px;
            color: red
        }

            .arcontactus-widget .icons-line span svg, .arcontactus-widget .icons-line span i {
                width: 24px;
                height: 24px
            }

            .arcontactus-widget .icons-line span i {
                display: block;
                font-size: 24px;
                line-height: 24px
            }

        .arcontactus-widget .icons-line img, .arcontactus-widget .icons-line span {
            margin-right: 40px
        }

    .arcontactus-widget .static {
        transition: .2s all
    }

        .arcontactus-widget .static.hide {
            transform: scale(0);
            opacity: 0
        }

    .arcontactus-widget .icons {
        transition: .2s all
    }

        .arcontactus-widget .icons.hide {
            transform: scale(0);
            opacity: 0
        }

            .arcontactus-widget .icons.hide .icons-line {
                transform: scale(0)
            }

        .arcontactus-widget .icons .icon:first-of-type {
            margin-left: 0
        }

    .arcontactus-widget .arcontactus-close {
        color: #fff
    }

        .arcontactus-widget .arcontactus-close svg {
            -webkit-transform: rotate(180deg) scale(0);
            -ms-transform: rotate(180deg) scale(0);
            transform: rotate(180deg) scale(0);
            -webkit-transition: ease-in .12s all;
            -o-transition: ease-in .12s all;
            transition: ease-in .12s all;
            display: block
        }

        .arcontactus-widget .arcontactus-close.show-messageners-block svg {
            -webkit-transform: rotate(0) scale(1);
            -ms-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1)
        }

    .arcontactus-widget .messangers-block, .arcontactus-widget .arcontactus-prompt {
        background: #fff;
        box-shadow: 0 0 40px rgba(0,0,0,0.2);
        width: 300px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 80px;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 7px;
        -webkit-transform-origin: 80% 105%;
        -ms-transform-origin: 80% 105%;
        transform-origin: 80% 105%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: ease-out .12s all;
        -o-transition: ease-out .12s all;
        transition: ease-out .12s all;
        z-index: 10000
    }

        .arcontactus-widget .messangers-block:before, .arcontactus-widget .arcontactus-prompt:before {
            position: absolute;
            bottom: -7px;
            right: 25px;
            left: auto;
            display: inline-block !important;
            border-right: 8px solid transparent;
            border-top: 8px solid #fff;
            border-left: 8px solid transparent;
            content: ''
        }

        .arcontactus-widget .messangers-block.show-messageners-block, .arcontactus-widget .arcontactus-prompt.show-messageners-block {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

    .arcontactus-widget .messangers-block {
        display: block
    }

        .arcontactus-widget .messangers-block.has-header {
            padding-top: 0
        }

        .arcontactus-widget .messangers-block .arcu-menu-header {
            padding: 18px 15px;
            color: #fff;
            background: #787878;
            border-radius: 7px 7px 0 0;
            margin-bottom: 10px;
            font-size: 17px;
            position: relative;
            line-height: 1.4
        }

        .arcontactus-widget .messangers-block .arcu-header-close {
            position: absolute;
            right: 0;
            top: -30px;
            padding: 0;
            margin: 0;
            border: 0 none;
            background: none;
            line-height: 1;
            width: 26px;
            height: 26px;
            cursor: pointer;
            color: #fff;
            background: #787878;
            border-radius: 50%;
            text-align: center
        }

            .arcontactus-widget .messangers-block .arcu-header-close svg {
                height: 12px;
                width: 12px;
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -6px 0 0 -6px
            }

    .arcontactus-widget .messangers-block .messangers-list {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .arcontactus-widget .messangers-block .messangers-list li {
            margin: 0;
            padding: 0;
            border-bottom: 1px dashed #DDDDDD;
        }
            .arcontactus-widget .messangers-block .messangers-list li:last-child {
                margin: 0;
                padding: 0;
                border-bottom: none;
            }

    .arcontactus-widget .not-rounded-items .messanger {
        padding-left: 48px
    }

        .arcontactus-widget .not-rounded-items .messanger span {
            left: 5px
        }

    .arcontactus-widget .messanger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
        width: 100%;
        padding: 8px 20px 8px 60px;
        position: relative;
        min-height: 54px;
        text-decoration: none
    }

        .arcontactus-widget .messanger:hover {
            background-color: #eee
        }

        .arcontactus-widget .messanger:before {
            background-repeat: no-repeat;
            background-position: center
        }

        .arcontactus-widget .messanger.facebook span {
            background: #0084ff
        }

        .arcontactus-widget .messanger.viber span {
            background: #7c529d
        }

        .arcontactus-widget .messanger.telegram span {
            background: #2ca5e0
        }

        .arcontactus-widget .messanger.skype span {
            background: #31c4ed
        }

        .arcontactus-widget .messanger.email span {
            background: #ff8400
        }

        .arcontactus-widget .messanger.contact span {
            background: #7eb105
        }

        .arcontactus-widget .messanger.call-back span {
            background: #54cd81
        }

        .arcontactus-widget .messanger span {
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -20px;
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #0084ff;
            margin-right: 10px;
            color: #fff;
            text-align: center;
            vertical-align: middle
        }

            .arcontactus-widget .messanger span svg, .arcontactus-widget .messanger span i {
                width: 24px;
                height: 24px;
                vertical-align: middle;
                text-align: center;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -12px;
                margin-left: -12px
            }

            .arcontactus-widget .messanger span i {
                font-size: 24px;
                line-height: 24px
            }

        .arcontactus-widget .messanger p, .arcontactus-widget .messanger .arcu-item-label {
            margin: 0;
            font-size: 15px;
            color: rgba(0,0,0,0.87);
            padding: 0;
            line-height: 17px
        }

            .arcontactus-widget .messanger p .arcu-item-subtitle, .arcontactus-widget .messanger .arcu-item-label .arcu-item-subtitle {
                font-size: 13px;
                color: #787878
            }

    .arcontactus-widget .callback-countdown-block {
        display: none
    }

    .arcontactus-widget .callback-state {
        display: none;
    }

    .arcontactus-widget .animation-pause {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }
@media (max-width:468px) {
    .arcontactus-widget.arcontactus-message.opened {
        width: auto;
        right: 20px;
        left: 20px
    }
}

@media (max-width:428px) {
    .arcontactus-widget.arcontactus-message .messangers-block {
        bottom: 0;
        border-radius: 0
    }

    .arcontactus-widget.arcontactus-message.open, .arcontactus-widget.arcontactus-message.opened {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0
    }

        .arcontactus-widget.arcontactus-message.open .messangers-block .arcu-menu-header, .arcontactus-widget.arcontactus-message.opened .messangers-block .arcu-menu-header {
            border-radius: 0;
            padding-right: 40px
        }

        .arcontactus-widget.arcontactus-message.open .messangers-block .arcu-header-close, .arcontactus-widget.arcontactus-message.opened .messangers-block .arcu-header-close {
            right: 5px;
            top: 50%;
            margin-top: -13px
        }

        .arcontactus-widget.arcontactus-message.open .messangers-block, .arcontactus-widget.arcontactus-message.opened .messangers-block, .arcontactus-widget.arcontactus-message.open .arcontactus-prompt, .arcontactus-widget.arcontactus-message.opened .arcontactus-prompt {
            width: 100%
        }

            .arcontactus-widget.arcontactus-message.open .messangers-block .arcontactus-prompt-close, .arcontactus-widget.arcontactus-message.opened .messangers-block .arcontactus-prompt-close, .arcontactus-widget.arcontactus-message.open .arcontactus-prompt .arcontactus-prompt-close, .arcontactus-widget.arcontactus-message.opened .arcontactus-prompt .arcontactus-prompt-close {
                opacity: 1
            }

        .arcontactus-widget.arcontactus-message.open .arcontactus-message-button, .arcontactus-widget.arcontactus-message.opened .arcontactus-message-button {
            display: none
        }
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
