@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons_halflings/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons_halflings/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons_halflings/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons_halflings/glyphicons-halflings-regular.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/glyphicons-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome/fontawesome.eot');
    src: url('../fonts/fontawesome/fontawesome.eot') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome.woff') format('woff'), url('../fonts/fontawesome/fontawesome.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/fontawesome.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_textbold';
    src: url('../fonts/brandon_textbold/brandontext-bold-webfont.eot');
    src: url('../fonts/brandon_textbold/brandontext-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_textbold/brandontext-bold-webfont.woff') format('woff'), url('../fonts/brandon_textbold/brandontext-bold-webfont.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.svg#brandon_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_textregular';
    src: url('../fonts/brandon_textregular/brandontext-regular-webfont.eot');
    src: url('../fonts/brandon_textregular/brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_textregular/brandontext-regular-webfont.woff') format('woff'), url('../fonts/brandon_textregular/brandontext-regular-webfont.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.svg#brandon_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.glyphicon{font-family: 'Glyphicons Halflings'!important;} .fa{font-family: 'FontAwesome'!important;}
a, a:hover,a:focus{  text-decoration:none; outline:none; } img, iframe{ max-width:100% }
table{width:100%;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-size: 100%;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
body {font-size: 14px;position: relative;overflow-x: hidden;overflow-y: auto;}
ol, ul {padding-left: 15px; list-style: none;}
h1,h2,h3,h4,h5,h6 {clear: both;color: #373737;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p {margin-bottom: 10px;line-height: 24px;}
img {border: none;max-width: 100%;height: auto;}
a {color: #000;}
a:hover {color: #007DBA;text-decoration: none;}
a:focus {text-decoration: none;color: inherit;outline: none;}
a, button, input {transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;}
input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea {border: 1px solid #b5b5b5;padding: 8px 15px;font-size: 14px;color: #757575;border-radius: 0;}
button,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus {border-color: #C1BCBC;outline: none;} fieldset {border: 2px groove threedface;display: block;padding-block-end: 0.75em;padding-block-start: 0.35em;text-align: center;}
fieldset legend {display: inline-block;color: inherit;background: none;vertical-align: top;}

/* reuse style */
.relative{position: relative; } .absolute{position:absolute; } .pos_initial{position:initial; }
/*=========== custom style ===============*/
#language li {
    margin-right: 7px !important;
}
/* Loading page */
.insLoading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background: #2c74bc;
}
.insLoading .ctLoad {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader-16 {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
}
.lat_news_right li a {
    max-height: 60px;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    object-fit: scale-down;
}
.loader-16:before, .loader-16:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: 1s spin linear infinite;
    color: #fff;
}
.loader-16:before {
    transform: rotateX(70deg);
}
.loader-16:after {
    transform: rotateY(70deg);
    animation-delay: .4s;
}
a.phone-icon {
    color: #fff;
    background: #009bff;
    padding: 14px 18px;
    border-radius: 50%;
}

a.phone-icon i {
    font-size: 24px;
}

div#fixed-social-network {
    display: flex;
    flex-wrap: wrap;
    width: 55px;
    gap: 10px;
    position: fixed;
    right: 20px;
    bottom: 50px;
}
a.fb-icon img {
    border-radius: 50%;
}
a.fb-icon {
    width: 100%;
    background: #009bff;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    padding: 6px 0;
    height: 54px;
}
p.pro-price {
    color: #3309ea;
}
.paging-next:before {
    content: "\f105";
    font-family: FontAweSome;
}
.paging-previous:before {
    content: "\f104";
    font-family: FontAweSome;
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}
.ui-dialog {
    background-color: #fff;
    border: 1px solid #000
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/*------------ Chir header ---------------*/

body{
    background: #f5f5f5;
}
h1,h2,h3,h4,h5,h6, #left_column .block .title_block, .pro-price{
    font-family: 'brandon_textbold';
    font-weight: 500;
    color: #666666;
}
.chir_loop .product-detail a, button{
    font-family: 'brandon_textregular';
}
.main_article h1, .main_article h2, .main_article h3, .main_article h4,
.main_article h5, .main_article h6, #mobile_menu .head p {
    font-family: 'brandon_textbold'!important;
}

body{
    color: #666666;
}
body.temp_customer {
    background: #fff;
}
a{
    color: #2c2c2c;
}
a:hover{
    color: #2c74bc;
}
.bg_w{
    background-color: #fff;
}
ul,ol,p,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
img {
    width: auto;
    display: inline-block;
}
section#chir_top_bar {
    padding: 5px;
    background: #f7f7f7;
}
section#chir_top_bar ul li {
    display: inline-block;
    margin-right: 20px;
    color: #555555;
	font-size: 13px;
}
section#main_header {
    padding: 15px 0px;
    background: #fff;
}
.logoText a {
    font-size: 40px;
    display: block;
    text-align: center;
    color: #2c74bc;
}
#chir_search_head form#frm_search_head {
    position: relative;
}
#gallery a{
    margin: 5px;
    padding: 5px;
    display: block;
    border: 1px solid transparent;
}
#gallery a.active {
    border-color: #2c74bc;
}
#chir_search_head .chir_frm input[type="text"] {
    padding: 6px 12px;
    padding-left: 40px;
    height: 35px;
    padding-right: 5px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #2c74bc;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    padding-right: 110px;
}
#frm_search_head > i {
    -o-transition: transform .3s ease,color .2s ease;
    -moz-transition: transform .3s ease,color .2s ease;
    -webkit-transition: transform .3s ease,color .2s ease;
    transition: transform .3s ease,color .2s ease;
    padding: 1px;
    top: 8px;
    left: 14px;
    position: absolute;
    color: #2c74bc;
}
.fancybox-skin{
    padding: 0px !important;
}
.fancybox-item.fancybox-close i.fa-times{
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 992px){
    .article_item:nth-child(2n+1){
        clear:both;
    }
}
@media screen and (min-width: 992px){
    .article_item:nth-child(3n+1){
        clear:both;
    }
}
#frm_search_head:hover .fa-search {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #2c74bc;
    -o-transition: transform .3s ease,color .2s ease;
    -moz-transition: transform .3s ease,color .2s ease;
    -webkit-transition: transform .3s ease,color .2s ease;
    transition: transform .3s ease,color .2s ease;
}
#frm_search_head button.chir_btn_sub {
    border-radius: 0 3px 3px 0;
    background: #2c74bc;
    border: 1px solid transparent;
    color: #fff;
    height: 35px;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
}
.ul-control-box {
    margin: 0;
    padding: 0;
    text-align: right;
}
.ul-control-box li {
    list-style-type: none;
    display: inline-block;
    margin: 0 7px;
    min-width: 60px;
    position: relative;
}
.div-user-control {
    width: 40px;
    margin: 0 auto;
    display: block;
    height: 40px;
}
.control-4 {
    background: url(../img/tmp/sprite-icon.png) -40px -78px no-repeat;
    background-size: 500px;
}
.div-user-control.control-4 {
    width: 40px;
    position: relative;
}
.ul-control-box .info {
    font-size: 12px;
    margin: -3px auto 0;
    display: block;
    text-align: center;
}
.header-cart-count {
    position: absolute;
    top: 5px;
    right: 17px;
    background-color: #2c74bc;
    color: #fff;
    text-align: center;
    min-width: 19px;
    min-height: 19px;
    line-height: 19px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 11px;
}
.control-2 {
    background: url(../img/tmp/sprite-icon.png) -40px -40px no-repeat;
    background-size: 500px;
}
.top-hotline span.div-user-control {
    background: none;
    text-align: center;
    line-height: 35px;
}
.top-hotline span.div-user-control img {
    max-width: 30px;
}
ul.chir_autocomplete {
    padding: 5px 0px;
}
ul.chir_autocomplete li {
    display: inline-block;
    font-style: italic;
}
ul.chir_autocomplete li.title {
    font-style: normal;
}
ul.dropdown-menu.info-user {
    left: auto;
    right: 0;
    border-radius: 0;
    min-width: 120px;
    padding: 0;
    margin: 0;
}
ul.dropdown-menu.info-user li.info {
    margin: 0;
    text-align: left;
    font-size: 14px;
}
ul.dropdown-menu.info-user li a {
    padding: 5px 10px;
}
ul.dropdown-menu.info-user li a i {
    margin-right: 5px;
}
@media screen and (max-width: 1199px){
    #main_header .scroll-down2 {
        padding: 0;
    }
}
/*========================================== Main menu ========================================*/
nav#chir_main_menu {
//margin-top: 10px;
}
#chir_main_menu .main {
    background-color: #fff;
}
.navar_menu ul li {
    display: inline-block;
    position: relative;
}

.navar_menu > ul > li{
    float: left;
}
.navar_menu ul li a {
    padding: 15px 10px;
    display: block;
    background-color: transparent !important;
    font-size: 15px;
    color: #2c2c2c;
}
.navar_menu > ul > li>a{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.navar_menu > ul > li:first-child a {
    padding-left: 0;
}
.navar_menu ul li a:hover, .navar_menu ul li.active a{
    color:#2c74bc;
}
span.label_icon {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    width: 29px;
    height: 18px;
}
span.label_icon.no_label {
    display: none;
}
span.label_icon.label_new {
    background: url(../img/tmp/new-label.png) no-repeat;
}
span.label_icon.label_new:before{
    content: 'New' ;
}
span.label_icon.label_sale {
    background: url(../img/tmp/sale-label.png) no-repeat;
}
span.label_icon.label_sale:before{
    content: 'Sale' ;
}
span.label_icon.label_hot {
    background: url(../img/tmp/hot-label.png) no-repeat;
}
span.label_icon.label_hot:before{
    content: 'Hot' ;
}
ul.menu_child {
    position: absolute;
    z-index: 100;
    background: #fff;
    min-width: 205px;
    left: 0;
    border-bottom: 3px solid #1055a3;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.navar_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
ul.menu_child.levlup_3 {
    left: 100%;
    top: 0;
}
.navar_menu ul.menu_child li {
    width: 100%;
}
.navar_menu ul.menu_child li a {
    color: #2c2c2c;
    padding: 5px 5px 5px 25px;
    background: url('../img/tmp/r7.png') no-repeat 10px center;
}
.navar_menu ul.menu_child li a:hover{
    color: #1055a3;
    background-color: transparent;
}
.navar_menu ul.menu_child li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
/*========================================== End Main menu ========================================*/
/*========================================== Quickview ========================================*/
#quick-view-modal {
    background: rgba(0, 0, 0, 0.31);
    z-index: 9999;
}
div#quick-view-modal .modal-dialog.modal-lg {
    padding-top: 20px;
}
#quick-view-modal .modal-footer {
    border-top: 1px solid #ccc;
}
h4.modal-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
#quick-view-modal .selector-wrapper label {
    width: 25%;
}

#quick-view-modal .selector-wrapper {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
}
.m-sku, .m-vendor {
    padding: 5px 0px;
}
#quick-view-modal .btn-detail {
    float: left;
}

#quick-view-modal .form-input label {
    width: 100%;
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 10px;
}

#quick-view-modal .form-input {
    float: left;
    width: 300px;
    max-width: 100%;
    padding: 0px;
}
#quick-view-modal .form-input:last-child {
    margin-top: 20px;
}
#quick-view-modal .modal-body {
    padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
    max-width: 60px;
    text-align: center;
    padding: 6px;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    height: 40px;
}

#quick-view-modal .modal-header h2 {
    padding: 10px 0px;
    background: #53A1CC;
    color: #fff;
    line-height: 29px;
    text-align: center;
}

#quick-view-modal .qv-readmore a {
    color: #53a1cc;
    font-weight: bold;
}

#quick-view-modal .qv-readmore {
    float: left;
    padding: 22px 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
    margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
    border-radius: 2px;
}
#quick-view-modal .zoom > img {
    max-width: 100%;
    max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
    width: 300px;
    margin: auto;
}

#quick-view-modal .zoom {
    text-align: center;
    width: 100%;
    height: 230px;
    padding: 10px;
}

#quick-view-modal .item:hover,
#quick-view-modal .item.active {
    border: 1px solid #E05544 !important;
}

#quick-view-modal .item:hover:after,
#quick-view-modal .item.active:after {
    border-top: 5px solid rgba(224, 85, 68, 0) !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #E05544;
    content: "";
    position: absolute;
    top: -11px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 6px;
}

#quick-view-modal li.product-thumb {
    float: none;
    display: block !important;
    padding: 5px;
    width: auto;
}

#quick-view-modal .image-zoom.row {
    text-align: center;
}

#quick-view-modal .image-zoom > img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom:5px;

}

#quick-view-modal .btn-soldout {
    width: 100%;
}

#quick-view-modal .modal-title.p-title {
    font-weight: bold;
    text-align: left;
    padding-left: 20px;

}

#quick-view-modal .btn-color-add {
    width: 200px;
}
.modal-fix {
    width: 70% !important;
}
.modal-fix .block_content ul li a{
//border: 1px solid #8CC152 !important;
}
.modal-fix .block_content ul li .fa{
    color: #2A2A29;
}
.form-input.vid {
    padding: 0px !important;
}
.m-vendor, .m-sku {
    font-style: italic;
}
.form-input.vid span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal !important;
}
.social-icons.modal-fix {
    margin: 20px 0px !important;
}
/*End Quickview*/
#quick-view-modal {
    background: rgba(0, 0, 0, 0.31);
    z-index: 9999;
}

#quick-view-modal .modal-footer {
    border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
    width: 25%;
}

#quick-view-modal .selector-wrapper {
    width: 100%;
    float: left;
    display: none;
}

#quick-view-modal .btn-detail {
    float: left;
}

#quick-view-modal .form-input {
    float: left;
//width: 300px;
    width: 100%;
    max-width: 100%;
    padding: 10px 0px;
}

#quick-view-modal .modal-body {
    padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
    max-width: 60px;
    text-align: center;
    padding: 6px;
//border-radius: 5px;
//border: 1px solid #E5E5E5;
}
button.btn-addcart, #quick-view-modal .btn-soldout {
    float: left;
    height: 40px;
    border: none;
    padding: 10px 30px;
    background: #2c74bc;;
    color: #fff;
    font-size: 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    border: 1px solid #fff;
    outline: none;
}
button.btn-addcart:hover{
    background: #fff;
    border-color: #2c74bc;;
    color: #2c74bc;;
}
#quick-view-modal .modal-header h2 {
    padding: 10px 0px;
    background: #53A1CC;
    color: #fff;
    line-height: 29px;
    text-align: center;
}

#quick-view-modal .qv-readmore a {
    color: #b00000 !important;
    font-weight: bold;
    font-size: 15px !important;
}

#quick-view-modal .qv-readmore {
    float: left;
    padding: 12px 10px;
}

#quick-view-modal .p-price {
    font-size: 20px;
    margin-right: 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
    margin-right: 8px;
}
#quick-view-modal .modal-content{
    border: none;
}
#quick-view-modal .modal-content,
#quick-view-modal .btn {
    border-radius: 2px;
}

#quick-view-modal del {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

#quick-view-modal .item img {
    max-width: 100%;
    max-height: calc(100% - 2px);
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}

#quick-view-modal .item {
    height: 50px;
    position: relative;
    margin: 7px 0px;
}

#quick-view-modal .item a {
    float: left;
    width: 100%;
    height: 100%;
}

#quick-view-modal .zoom > img {
    max-width: 100%;
    max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
    width: 300px;
    margin: auto;
}

#quick-view-modal .zoom {
    text-align: center;
    width: 100%;
    height: 230px;
    padding: 10px;
}

#quick-view-modal .thumb .item:hover a,
#quick-view-modal .thumb .item.active a {
    border: 1px solid #E05544 !important;
}

#quick-view-modal .product-thumb:hover a:after,
#quick-view-modal .product-thumb.active a:after {
    border-top: 5px solid rgba(224, 85, 68, 0) !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #FF0000;
    content: "";
    position: absolute;
    top: -12px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 6px;
}

#quick-view-modal li.product-thumb {
    float: left;
    display: block !important;
    padding: 5px;
    border: 1px solid #ccc;
}
#quick-view-modal li.product-thumb.active{
    border-color: #2c74bc;
}
#quick-view-modal li.product-thumb img {
    max-width: 100%;
}
#quick-view-modal .image-zoom.row {
    text-align: center;
}

#quick-view-modal .image-zoom > img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom:5px;

}

#quick-view-modal .btn-soldout {
//width: 100%;
}
div#quick-view-modal .modal-header {
    background: #2c74bc;
    padding: 10px;
}
#quick-view-modal .modal-title.p-title {
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    color: #fff;
}
#quick-view-modal .modal-header .close {
    position: absolute;
    margin-top: 0;
    background: transparent;
    top: 5px;
    outline: none;
    padding: 0;
    height: auto;
    width: auto;
    right: 20px;
}

.product-title.p-title h1 {
    font-size: 20px;
    padding: 5px 0px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}
#quick-view-modal .product-price {
    padding: 5px 0px 0px;
    margin: 0;
    border: none;
}
#quick-view-modal .btn-color-add:hover, #quick-view-modal .btn-color-add:focus, #quick-view-modal .btn-color-add:active{
    /*background: ;*/
}
button.close a:before {
    content:url('../img/tmp/icon-delete.png');
}
#sliderproduct:hover .flex-direction-nav li a, #p-sliderproduct:hover .flex-direction-nav li a {
    opacity: 0.7;
}
#quick-view-modal .form-des {
    display: block;
    float: left;
    line-height: 1.4;
    padding: 0px;
    border: 1px;
    border-right: none;
    border-left: none;
    max-height: 95px;
    overflow: hidden;
    width: 100%;
}
#quick-view-modal .form-des p{
   max-width: 350px;
    float: left;
}
.form-des p span {
    float: left;
    width: 100%;
}
#quick-view-modal .p-price{
    color: #ea212d !important;
}
#quick-view-modal del{
    color: #999999!important;
}
/*====================== End Modal ==========================*/
/*====================== Popup cart ==========================*/
.engo-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    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;
}
.engo-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto;
}
.engo-popup .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}
.engo-popup.active .overlay {
    width: 100%;
    height: 100%;
}
.engo-popup .content {
//max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #fff;
//min-width: 490px;
    -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;
}
.engo-popup.active .content {
    max-height: 100%;
}
@media screen and (min-width: 1200px){
    .engo-popup .content {
        max-width: 1024px;
        width: 900px;
    }
}
@media screen and (max-width: 992px){
    .zoomLens,.zoomWindowContainer{
        display:none !important;
    }
}
/*Popup cart*/
.ajaxcart .cart_header_labels > div {
    font-size: 15px;
}
.ajaxcart__close {
    position: absolute;
    top: 20px !important;
    right: 20px;
    border: 0 none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    background: url(../img/tmp/delete_cart.png) center center no-repeat;
    z-index: 999999999;
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    -moz-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    -ms-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    -o-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
}
#AjaxifyCart {
//padding: 30px 20px;
}
.productTags{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dedcde;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}
.productTags a {
    background-color: #3f4140;
    color: #fff;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
}
.ajaxcart h2 {
    margin: 0px;
    font-size: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0px;
    border: 0px;
    color: #000;
}
.page-content .ajax_content_cart {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    max-height: 350px;
    overflow: auto;
}
.page-content .ajax_content_cart::-webkit-scrollbar-thumb{
    background: #e2dfdf;
}
.page-content .ajax_content_cart::-webkit-scrollbar {
    width: 8px;
}
.page-content.not-item {
    overflow: hidden;
}
.cart_total.item {
    margin: 0;
}
.ajaxcart .cart_header_labels {
    margin: 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5;
}
.ajaxcart .list_product_cart {
    text-align: center;
    margin-bottom: 15px;
}
.ajaxcart .product_name {
    margin: 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}
#insCartPage .ajaxcart .product_name {
    font-size: 16px;
}
.ajaxcart small {
//float: left;
}
.ajaxcart__qty {
    display: inline-block;
    margin: 0;
}
input.ajaxcart__qty-num {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #7b7b7b;
    color: #222;
    padding: 0;
}
.ajaxcart .note_item .control-label {
    font-weight: normal;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ajaxcart .list_button_cart p {
    margin: 0px 0px 5px;
}
.ajaxcart .con-ajax-cart {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
}

#AjaxifyCart .js-qty input[type="text"], #AjaxifyCart .ajaxcart__qty input[type="text"] {
    display: inline-block !important;
}
.cpro_item_inner span.price.product-price {
    font-size: 16px;
}
.not-item p {
    font-size: 16px;
    margin: 15px 0px;
    line-height: 1.5;
}
.ajaxcart .title a.product_name {
    margin-bottom: 10px;
}
@media screen and (min-width: 992px){
    .cpro_item_inner span.price.product-price {
        margin-top: 10px;
        display: block;
    }
}
@media screen and (max-width: 1199px){
    .engo-popup .content {
        max-width: 750px;
    }
    .ajaxcart input.btn {
        margin: 0;
        padding: 10px 20px;
    }
    .item_product .chir_loop .product_view_list span.short-des {
        display: block;
        max-height: 100px;
        overflow: hidden;
    }
}
@media screen and (max-width: 767px){
    .engo-popup .content {
        max-width: 100%;
    //min-width: auto;
        width: 100%;
        height: 100%;
        padding: 5px;
        overflow: auto;
    }
    .page-content {
        max-height: 100%;
    }
    .ajaxcart .list_product_cart {
        text-align: center;
        margin-bottom: 0;
        position: relative;
        padding: 15px 0px;
        border-bottom: 1px solid #ccc;
    }
    .ajaxcart .list_product_cart .cpro_item {
        text-align: left;
        margin-top: 5px;
    }
    .ajaxcart .list_product_cart .cpro_item.image {
        padding: 0;
    }
    .ajaxcart .product_name {
        font-size: 16px;
        font-weight: bold;
    }
    .cpro_item_inner span.price.product-price {
        font-size: 17px;
        margin-bottom: 5px;
        display: block;
    }
    .js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
        width: 50px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .js-qty__adjust, .ajaxcart__qty-adjust {
        right: auto;
        left: 65px;
    }
    .list_button_cart .note_item {
        margin: 20px 0px;
    }
    button.ajaxcart__close {
        top: 10px !important;
    }
    #insCartPage button.ajaxcart__close {
        display: none;
    }
}
@media screen and (max-width: 370px){
    .list_button_cart .btn-outline {
        padding: 10px;
        font-size: 12px;
    }
}
/* End popup cart*/
/*====================== End popup cart ==========================*/
#popup-newletter {
    text-align: left;
    padding: 20px;
    min-width: 600px;
    min-height: 350px;
    overflow: hidden;
    background-size: cover;
}
#popup-newletter h3 {
    font-size: 22px;
    color: #666;
    margin: 0px 0px 10px;
    padding: 8px 0px;
    font-weight: normal;
    text-transform: uppercase;
}
#popup-newletter .pnewle-message {
    width: 55%;
    color: #333;
}
#popup-newletter .pnewle-message span {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    line-height: 1.5;
}
#popup-newletter .pnewle-message p {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
#popup-newletter .pnewle-message ul {
    margin-bottom: 20px;
}
#popup-newletter .pnewle-form {
    width: 53%;
}
#popup-newletter .pnewle-form .newsletter-input {
    font-size: 12px;
    font-style: italic;
    height: 33px;
    display: inline-block;
    width: calc(100% - 75px);
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#popup-newletter .pnewle-form .btn {
    background-color: #2c74bc;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    position: relative;
    padding: 5px 12px;
    display: inline-block;
    width: 70px;
    height: 33px;
    vertical-align: top;
    border-radius: 0;
}
.social-icons {
    width: 53%;
    margin-top: 20px;
}
.social-icons .block_content ul {
    margin: 0px;
}
.social-icons .block_content ul li {
    width: 20%;
    text-align: center;
    padding: 0px;
    height: 40px;
    float: left;
}
.social-icons .block_content ul li a {
    font-size: 18px;
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #767676;
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.social-icons .block_content ul li .fa {
    line-height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.social-icons .block_content ul li.facebook a:hover {
    border-color: #428bca;
}
.social-icons .block_content ul li.twitter a:hover {
    border-color: #5bc0de;
}
.social-icons .block_content ul li.rss a:hover {
    border-color: #0eba9e;
}
.social-icons .block_content ul li.youtube a:hover {
    border-color: #CC181E;
}
.social-icons .block_content ul li.google-plus a:hover {
    border-color: #4387fd;
}

.social-icons .block_content ul li span {
    font-size: 0px;
}
#popup-newletter .pnewle-message ul li:before {
    content: "\f111";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 5px;
    top: 3px;
    left: 10px;
}
#popup-newletter .pnewle-message ul li {
    font-size: 12px;
    position: relative;
    display: block;
    padding-left: 25px;
    margin: 10px 0px;
}
.newletter-popup.engo-popup .content {
    padding: 0;
}
#popup-newletter .pa-header {
    background: rgba(255,255,255, .7);
    padding: 10px;
}
a.close_newletter {
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background: url('../img/tmp/fancybox_sprite.png');
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
}
.paginator span.labelPages, .paginator span.titlePages, .paginator a.paging-last, .paginator a.paging-first{
    display:none;
}
div.paginator{
    float: right;
}
.paginator a{
    font-size: 12px;
    color: #2c74bc;
    border:1px solid #2c74bc;
    background: #fff;
    padding: 5px 10px;
    margin-right: 3px;
}
.paginator span{
    margin-right: 3px;
    color: #fff;
    border-color: #2c74bc;
    background: #2c74bc;
    padding: 4px 10px 6px 10px;
}
.paginator a:hover{
    background-color:#2c74bc;
    color: #fff;
}
.color a{
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    padding-left: 6px;
    float: left;
    margin-right: 3px;
}
.size a{
    display: block;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    float: left;
    margin-right: 3px;
}
.colornew a{
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    padding-left: 6px;
    float: left;
    margin-right: 3px;
}
.sizenew a{
    display: block;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    float: left;
    margin-right: 3px;
}
.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quantity-selector input{
    position: relative;
    bottom:1px;
}
.req{
    margin-bottom: 20px;
}
.req label{
    margin-bottom: 10px;
}
.req a:hover{
    background-color: transparent;
    border-color: #e61446 !important;
    color: #e61446;
    background-image: url(../img/tmp/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.req a.active{
    border-color: #ff3366;
    background-image: url(../img/tmp/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.reqnew a.active{
    border-color: #ff3366;
    background-image: url(../img/tmp/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.paginator span:hover{
    background-color:#2c74bc;
    color: #fff;
}
.paginator .paging-next{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.paginator .paging-next{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.paginator .paging-previous{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
@media screen and (min-width: 1200px){
    .newletter-popup.engo-popup .content {
        width: 650px;
    }
}
/***************** Slider thumb article *********************/
div#slider-menu {
//padding-left: 0;
}
#slider {
//padding: 15px 0 0;
    margin-bottom: 30px;
}
#slider .slider-thumb {
    position: absolute;
    right: 30px;
    top: 15px;
    background : #fff;
    min-width: 235px;
    border: 1px solid #dfdfdf;
    z-index: 999;
    padding: 0px;
}
#slider .slider-thumb li {
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding: 7px 10px;
}
#slider .slider-thumb li:last-child {
    border: none;
}
#slider .slider-thumb li.active {
    background-color: #eeeeee;
}
#slider .slider-thumb li:hover {
    background-color: #eeeeee;
}
#slider .slider-thumb li.active:before,
#slider .slider-thumb li:hover:before {
    content: "";
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #eeeeee;
    position: absolute;
    left: -18px;
    top: 15px;
}
#slider .slider-image-thumb {
    display: inline-block;
    float:left;
    margin-right: 10px;
    cursor: pointer;
}
#slider .slider-detail {
    display: inline-block;
}
#slider .slider-detail .title-image {
    font-size: 11px;
    font-weight: bold;
    display:block;
    color: #666666;
}
#slider .slider-detail .description-image {
    font-size: 11px;
    color: #666666;
}
.slide-banner .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.slide-banner .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    margin: 0px 3px;
}
.slide-banner .owl-dots .owl-dot.active{
    background:#f5f5f5;
}
.slide-banner .owl-nav {
    display: none;
}
/***************** END Slider thumb article *********************/

/* ------------------------- Body CSS ------------------------------------ */
#chir_seller .main div.banner {
//padding-right: 0;
}
#chir_seller {
    margin-bottom: 30px;
}
.imgage_hover {
    width: 100%;
    overflow: hidden;
}
.imgage_hover img {
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.imgage_hover img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.title_chir {
    position: relative;
    padding: 0px 5px 0px 0px;
    margin-bottom: 15px;
    font-weight: normal;
}
.title_chir h2 {
    display: inline-block;
    line-height: normal;
    border-bottom: 3px solid #2c74bc;
    color: #666666;
    padding-right: 5px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}
.item_product {
    background: #fff;
    position: relative;
    list-style-type: none;
}
.ins_product_list .loop_item:nth-of-type(4n+1), .product-list li.item_product:nth-of-type(3n+1),
#chir_search .product-list li.item_product:nth-of-type(4n+1){
    clear: both;
}
#chir_search .product-list li.item_product:nth-of-type(3n+1){
    clear: none;
}
.home_product_list li.item_product {
    margin: 0;
}
.product_tabs_slide ul.item .tab_item:last-child {
    border-top: 0;
}
.item_product .loop_item {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.item_product .chir_loop:hover{
    -webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
}
.chir-img {
    text-align: center;
    position: relative;
    padding: 10px;
    width: 100%;
    overflow: hidden;
}
.chir-img img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product_in_block .chir-img img {
    max-height: 160px;
    width: auto;
    display: inline-block;
}
.related_product .chir-img img {
    width: auto;
    display: inline-block;
}
.chir_loop:hover .chir-img > a > img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.chir_loop .product-detail {
    padding: 5px 10px;
}
.chir_loop .product-detail a {
    font-size: 15px;
    display: inline-block;
    line-height: 1.3;
    height: 20px;
    overflow: hidden;
    width: 100%;
    color: #2c2c2c;
    text-overflow: ellipsis;
}
ul.tree-menu a.active{
    color: #2c74bc;
}

.chir_loop .product-detail a:hover {
    color: #2c74bc;
}
.pro-price {
    color: #ea212d;
    font-size: 17px;
}
.compare-price {
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: top;
}
.chi-action {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.chir_loop:hover .chi-action {
    visibility: visible;
    opacity: 1;
}
.chir_loop .chi-action a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.8);
    border-radius: 50%;
    text-align: center;
    transform: translate(30px, 30px);
    -ms-transform:translate(30px, 30px);
    -webkit-transform:translate(30px, 30px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.chir_loop .chi-action a.Soldoutcart {
    filter: alpha(opacity=70) !important;
    -khtml-opacity: 0.7 !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
    cursor: default;
}
.chir_loop:hover .chi-action a{
    transform: translate(0px, 0px);
    -ms-transform:translate(0px, 0px);
    -webkit-transform:translate(0px, 0px);
    visibility: visible;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.chir_loop .chi-action a:first-child{
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.chir_loop .chi-action a:nth-child(2){
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.chir_loop .chi-action a:last-child{
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
.chir_loop .chi-action img {
    max-width: 17px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: transform .6s ease;
    width: auto;
    height: auto;
    display: inline-block;
}
.chir_loop .chi-action a:hover img {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: transform .6s ease;
}
.chir_loop .product_view_list {
    display: none;
}
.owl_design.owl-carousel .owl-controls .owl-nav div {
    width: 30px;
    height: 50px;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #2c74bc;
    color: #2c74bc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    font-family: -webkit-body;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.owl_design:hover .owl-controls .owl-nav div{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.owl_design.owl-carousel .owl-controls .owl-nav div.owl-next {
    right: -30px;
}
.owl_design.owl-carousel .owl-controls .owl-nav div.owl-prev {
    left: -30px;
}
.owl_design:hover .owl-controls .owl-nav div.owl-next {
    right: 0px;
}
.owl_design:hover .owl-controls .owl-nav div.owl-prev {
    left: 0px;
}
/*
.product_tabs_slide.owl_design.owl-carousel .owl-controls .owl-nav div {
background: rgba(0, 166, 81, .7);
color: #fff;
}
*/
.owl_design.owl-carousel .owl-controls .owl-nav div:hover, .product_tabs_slide.owl_design.owl-carousel .owl-controls .owl-nav div:hover{
    background: #2c74bc;
    color: #fff;
}
.item_product {
    margin-bottom: 30px;
}
.no_product {
    font-size: 16px;
    font-style: italic;
}
/* Blogs home */
.article_item {
    margin-bottom: 30px;
    padding: 0px 0px 0px 5px;
}
.article_item .blog_post_photo {
    max-height: 200px;
}
.article_item .blog_post_photo img {
    min-height: 200px;
}
.single_blog_post_box {
    border: 1px solid #ededed;
    box-shadow: -5px 5px 0 #dce0e2;
    padding: 6px;
}
.blog_post_heading {
    padding: 15px 10px 0;
    border-bottom: 1px solid #dddddd;
}
.blog_post_heading h3 {
    margin-bottom: 5px;
    max-height: 45px;
    overflow: hidden;
}
.blog_post_heading h3 a {
    text-transform: uppercase;
    font-size: 15px;
    line-height: normal;
    color:#2c2c2c;
}
.blog_post_heading h3 a:hover{
    color: #2c74bc;
}
.blog_post_heading p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}
.blog_post_content {
    padding: 10px 10px 0;
}
.blog_post_content p {
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_post_content ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}
.blog_post_content ul li i {
    color: #2c74bc;
}
/* End Blogs home */
/* Footer */
section#footer_top {
    text-align: center;
    background: #2c74bc;
    padding: 15px 0;
}
.footer_newsletter h3 {
    font-size: 19px;
    color: #fff;
    display: inline-block;
    margin: 5px 10px 0 0;
}
.footer_newsletter .frm_new {
    display: inline-block;
    position: relative;
}
.frm_new input[type="email"] {
    width: 300px;
    height: 32px;
    display: inline-block;
    border-radius: 0 !important;
    border: none;
    margin-right: 18px;
}
button.le-button {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: auto;
    background: #53a1cc;
    padding: 0px 20px;
    border: 1px solid #53a1cc;
    height: 32px;
    color: #fff;
}
section#footer_promotion {
    background: #fff url(../img/tmp/dash-double-footer.png) bottom repeat-x;
}
.info_policy {
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.info_policy span.name-icon {
    font-size: 35px;
    color: #2c74bc;
    vertical-align: top;
    margin-right: 10px;
}
.info_policy .description {
    vertical-align: top;
    text-align: left;
}
.info_policy .description h4 {
    color: #2c74bc;
    font-size: 14px;
    text-transform: uppercase;
}
.info_policy .description p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
section#footer_main {
    padding: 30px 0px;
}
.footer-right {
    background: url(../img/tmp/footer-line-right.png) repeat-y left;
}
.fi-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url(../img/tmp/dash-double-footer.png) bottom repeat-x;
    text-transform: uppercase;
}
.footer-left {
    padding: 0px 20px 0 20px;
}
.bot-ft {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}
.logo-ft-1 {
    display: block;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    max-width: 270px;
}
.bot-ft .copy {
    float: left;
    padding-top: 10px;
}
.ft_payment {
    padding: 20px 0px 0;
}
.ft_payment ul li {
    display: inline-block;
    margin-right: 5px;
}
.ft_payment img {
    max-height: 100px;
}
.fi-about-block .fi-content {
    margin-top: 15px;
}
.ftSocial li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3b5998;
    color: #fff;
    margin-top: 10px;
}
.ftSocial li:nth-child(2) a {
    background: #28aae1;
}
.ftSocial li:nth-child(3) a {
    background: #dd4b38;
}
.ftSocial li:nth-child(4) a {
    background: #dc2925;
}
.ftSocial li:nth-child(5) a {
    background: #5d4942;
}
.cpr {
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}
/* END Footer*/
/* ----------------------- CHIR COLLECTION ---------------------- */
.collectionBanner img {
    width: 100%;
}
/**Filter**/
.accordion-body ul {
    padding-left: 0;
}
.layered .layered_subtitle{
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.layered .layered-content{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.layered .layered-content:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.layered .layered-content:first-child{

}
.layered-category .layered-content{
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.check-box-list{
    overflow: hidden;
}
.check-box-list li{
    line-height: 24px;
}
.check-box-list label{
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
    font-weight: normal;
}
.check-box-list input[type="checkbox"]{
    display: none;
}
.check-box-list input[type="checkbox"] + label span.button, .not_show span.buttonk {
    display:inline-block;
    width:12px;
    height:12px;
    margin-right: 5px;
    background: url("../img/tmp/check_box.png") no-repeat;
    padding: 0;
    border: none;
}
.filter-color li input[type=checkbox]+label span.button {
    background: 0 0;
    margin: 0;
}
.check-box-list label span.count{
    color: #a4a4a4;
    margin-left: 2px;
}

.filter-color ul{
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
}
.filter-color li{
    display: inline;
    padding: 0;
    margin: 0;
    line-height: normal;
    float: left;
    padding: 5px;
}
.filter-color li label{
    border: 1px solid #eaeaea;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    padding-left: 6px;
    float: left;
}
.filter-color li input[type="checkbox"] + label span.button_check{
    background: none;
    margin: 0;
}
.filter-color li.active label{
    border-color: #ff3366;
    background-image: url(../img/tmp/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.filter-size-box:focus{
    background-color: #fff;
    border-color: #cbc6b5;
    color: #cbc6b5;
}
.filter-color li label:hover{
    background-color: transparent;
    border-color: #e61446 !important;
    color: #e61446;
    background-image: url(../img/tmp/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.widget .accordion-body .accordion-body-wrapper {
//padding: 18px 0 10px;
}
.sidebar .widget {
    margin-bottom: 20px;
}

.filter-size-box {
    color: #a39d94;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
}
.filter-color-box:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.filter-chose a.active, .filter-color-box:hover {
    border-color: #e61446 !important;
    background-image: url(../img/tmp/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}
.filter-color-box, .filter-size-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #d7d5cb;
    margin: 0 6px 12px !important;
}
.filter-color-box {
    width: 25px;
    height: 25px;
}
.filter-color-box {
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
}
.filter-chose a.active, .filter-color-box:hover {
    border-color: #e61446 !important;
    background-image: url(../img/tmp/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}
div#sidebar-collapse-filter {
    border: 1px solid #eaeaea;
    padding: 10px 20px;
}
.accordion-title.block-title.size-3 {
    border: none;
}
.check-box-list input[type="checkbox"]:checked + label span.button{
    background: #2c74bc url("../img/tmp/checked.png") no-repeat center center;
}
.check-box-list input[type="checkbox"]:checked + label, .check-box-list label:hover{
    color: #2c74bc;
}
.filter-color li.active span.button {
    display: none !important;
}
.layered .layered-content.filter-size li {
    display: inline-block;
    width: 45%;
}
/*End filter */
#chir_collection .main {
    padding: 0;
}
section#chir_collection {
//margin-top: -15px;
}
ol.breadcrumb {
    margin: 0;
    background: transparent;
    padding-left: 0;
    padding: 15px 0px;
}
ul.breadcrumb {
    margin: 0;
    background: transparent;
    padding-left: 0;
    padding: 15px 0px;
}
#left_column .box_sidebar {
    border: 1px solid #eaeaea;
    border-top: 0;
}
#left_column .left-module {
    margin-bottom: 10px;
    overflow: hidden;
}
#left_column .block {
    border-top: 1px solid #eaeaea;
}
#left_column .block .title_block {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-left: 28px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px;
    color: #666666;
    position: relative;
}
#left_column .block .block_content {
    padding: 15px 20px;
}
.check-box-list li, .tree-menu li {
    line-height: 24px;
}
.tree-menu>li>span:before {
    content: "\f105";
    display: inline-block;
}
.tree-menu>li>span.open:before, .tree-menu>li>span:before, .tree-menu>li>ul>li>span:before {
    font-size: 14px;
    text-align: right;
    padding-right: 12px;
    color: #ccc;
    font-family: FontAwesome;
}
.page_head{
    position: relative;
    padding: 13px 0 0px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.page_head .ins_title{
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    top: 1px;
    color: #666666;
}
.page_head .ins_title:before{
    content: '';
    position: absolute;
    height: 2px;
    border-bottom: 1px solid #2c74bc;
    width: 100%;
    bottom: 0;
}
.display-product-option {
    width: 63px;
    height: 30px;
}
.view-product-list .display-product-option {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.display-product-option li.view-as-grid span {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/tmp/grid-view-bg.png) #666;
    border: none;
    float: left;
}
.display-product-option li.view-as-list span {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../img/tmp/list-view-bg.png) #666;
    border: none;
    float: right;
}
.display-product-option li.selected span, .display-product-option li:hover span {
    background-color: #2c74bc;
    background-position: 0 -30px;
}
.display-product-option li.selected span, .display-product-option li:hover span {
    background-color: #2c74bc;
}
.browse-tags {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.browse-tags span {
    display: inline-block;
    line-height: 30px;
}
.browse-tags select {
    height: 30px;
    border: 1px solid #ccc;
    outline: none;
}
ul.product-list.products li.item_product {
    border-top: 0;
    background: transparent;
//padding: 0;
}
ul.product-list.products li.item_product .loop_item {
    background: #fff;
}
ul.product-list.products li.item_product img {
    max-height: 240px;
}
/*Paginate*/
.content_sortPagiBar .pagination {
    margin: 0px;
    float: right
}

.content_sortPagiBar .pagination>li {
    float: left;
    padding: 0px 2px
}
.pagination>li>a, .pagination>li>span {
    padding: 5px 10px;
}
.content_sortPagiBar .pagination>li>a, .content_sortPagiBar .pagination>li span {
    font-size: 12px;
    color: #2c74bc;
    border-color: #2c74bc;
    background: #ffffff;
}

.content_sortPagiBar .pagination>li:hover>a,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a,.content_sortPagiBar .pagination>li:focus span {
    color: #ffffff;
    border-color: #2c74bc;
    background: #2c74bc;
}

.content_sortPagiBar .pagination>li:hover>a:before,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a:before,.content_sortPagiBar .pagination>li:focus span {
    color: #ffffff;
}

.content_sortPagiBar .pagination .active>a,.content_sortPagiBar .pagination .active span {
    color: #ffffff;
    border-color: #2c74bc;
    background: #2c74bc;
}

.content_sortPagiBar .pagination .pagination_previous:hover>a,.content_sortPagiBar .pagination .pagination_previous:hover span,.content_sortPagiBar .pagination .pagination_previous:focus>a,.content_sortPagiBar .pagination .pagination_previous:focus span {
    color: #ffffff;
    background: #2c74bc;
    border-color: #2c74bc;
}

.content_sortPagiBar .pagination .pagination_previous>a,.content_sortPagiBar .pagination .pagination_previous span {
    position: relative;
//height: 34px;
    font-size: 0px
}
.paginator .paging-previous, .paginator .paging-next{
    padding: 6px 10px;
}

.content_sortPagiBar .pagination .pagination_next:hover>a,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a,.content_sortPagiBar .pagination .pagination_next:focus span {
    color: #ffffff;
    background: #2c74bc;
    border-color: #2c74bc;
}
.content_sortPagiBar .pagination .pagination_next:hover>a:before,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a:before,.content_sortPagiBar .pagination .pagination_next:focus span {
    color: #ffffff;
}


sortPagiBar.pagi {
    padding: 20px 10px;
    display: block;
    border: none;
}
.content_sortPagiBar .pagination>li.pagination_previous>a, .content_sortPagiBar .pagination>li.pagination_previous span, .content_sortPagiBar .pagination>li.pagination_next>a, .content_sortPagiBar .pagination>li.pagination_next span {
    color: #2c74bc;
    background: #ffffff;
    border-color: #2c74bc;
}
.content_sortPagiBar .pagination>li.pagination_previous.disabled, .content_sortPagiBar .pagination>li.pagination_next.disabled {
    display: none;
}
.page-selector .pages-box .content_sortPagiBar {
    margin: 0;
    padding: 0;
}
.page-selector .pages-box .content_sortPagiBar li.pagination_previous, .page-selector .pages-box .content_sortPagiBar li.pagination_next {
//display: none;
}
/*end pagi*/
/* View list */
ul.product-list.view_list li.item_product {
    width: 100%;
}
ul.product-list.view_list li.item_product .chir-img {
    float: left;
    width: 30%;
}
ul.product-list.view_list li.item_product .product-detail {
    float: left;
    width: 70%;
}
ul.product-list.view_list li.item_product .chir_loop .product-detail a {
    height: auto;
    font-size: 20px;
}
ul.product-list.view_list li.item_product .chir_loop .product_view_list {
    display: block;
    margin-bottom: 10px;
}
/* ----------------------- END CHIR COLLECTION ---------------------- */
/* ----------------------- CHIR PRODUCT ---------------------- */
/*
Swatches Styles
*/



.swatch {
    margin:0.5em 0;
}
/* Label */
.swatch .header {
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: none;
    display: inline-block;
    min-width: 200px;
    position: relative;
}
.swatch .header:before{
    content: '';
}
/* Hide radio buttons.*/
.swatch input {
    display:none;
}
.swatch label {
    float:left;
    min-width:35px !important;
    height:35px !important;
    margin:0;
    text-align:center;
    line-height:35px;
    white-space:nowrap;
    font-size: 12px;
    border:1px solid #ccc;
    cursor: pointer;
    position: relative;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label {
    background-size: cover !important;
    padding: 0px;
}
.swatch .swatch-element {
//float:left;
    -webkit-transform:translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
    margin:0px;
    display: inline-block;
    position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60); /* internet explorer */
    -khtml-opacity: 0.6;      /* khtml, old safari */
    -moz-opacity: 0.6;       /* mozilla, netscape */
    opacity: 0.6;           /* fx, safari, opera */
}
.swatch .img-check{
    display:none;
    position: absolute;
    right: 0;
    bottom: 0;
}
.swatch-element label.sd {
    border: 1px solid #e4393c;
}
.swatch-element label.sd img.img-check {
    display: block;
}
.swatch-element label span {
    color: #000;
    font-size: 13px;
    line-height: normal;
    vertical-align: middle;
}

label[for="product-select-option-0"] { display: none; }
label[for="product-select-option-1"] { display: none; }
label[for="product-select-option-2"] { display: none; }
#product-select-option-0 { display: none; }
#product-select-option-1 { display: none; }
#product-select-option-2 { display: none; }
#product-select-option-0 + .custom-style-select-box { display: none !important; }
#product-select-option-1 + .custom-style-select-box { display: none !important; }
#product-select-option-2 + .custom-style-select-box { display: none !important; }
.selector-wrapper {
    display: none;
}
.color.swatch-element label.no-thumb {
    padding-left: 10px;
}
/*end swatch*/
.swiper-feature a.pdFancybox {
    cursor: -webkit-zoom-in;
}
.information-blocks {
    padding: 20px 0px;
}
.product-detail-box {
    padding-right: 20px;
}
.product-detail-box .product-subtitle {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 5px;
    color: #949494;
    font-weight: 400;
    text-transform: uppercase;
}
.product-detail-box .product-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #3d3d3d;
    font-weight: 400;
    text-transform: uppercase;
}
.product-detail-box .sku {
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.product-detail-box .sku strong{
    font-style: normal;
}
.product-detail-box .sku .other-code {
    display: inline-block;
}
.product-description {
    font-size: 14px;
    line-height: 1.3;
    color: #808080;
    font-weight: 300;
    margin-bottom: 20px !important;
}
.price {
    font-size: 15px;
    line-height: 15px;
}
.product-detail-box .price {
    line-height: 1.3;
    letter-spacing: 0px;
}
.detail-info-entry {
    margin-bottom: 10px;
}
.product-detail-box .price .prev {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    display: block;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom: 0px;
    text-decoration: line-through;
    font-style: italic;
}
.product-detail-box .price .current {
    font-size: 25px;
    color: #ea212d ;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}
.product-detail-box .right_box {
    padding: 10px 0 0 20px;
    border-left: 1px #dfdfdf solid;
}
.serv-1 {
//background: url(../img/tmp/icon-serv-1.png) top left no-repeat;
}
.serv-2 {
//background: url(../img/tmp/icon-serv-2.png) top left no-repeat;
}
.pd_policy p {
//color: #333;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
.pd_policy p:last-child {
    padding-bottom: 0;
}
.pd_policy p i {
    font-size: 30px;
    float: left;
    margin-right: 10px;
//color: #999;
}
.pd_policy p > span {
    float: left;
    width: calc(100% - 50px);
    line-height: 1.5;
}
.pd_policy p span span {
//color: #727272;
}
.pd_policy h3, .pd_saler h3 {
    font-size: 17px;
    color: #666666;
    padding-bottom: 10px;
}
.quantity-selector {
    font-size: 0;
}
.detail-info-entry-title {
    font-size: 14px;
    color: #313131;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.quantity-selector .entry {
    border: 1px #d1d1d1 solid;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin-left: -1px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.quantity-selector .entry.number-minus:before, .quantity-selector .entry.number-plus:before {
    content: "";
    width: 11px;
    height: 1px;
    background: #4d4d4d;
    left: 50%;
    margin-left: -5.5px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}
.quantity-selector .entry.number-plus:after {
    content: "";
    height: 11px;
    width: 1px;
    background: #4d4d4d;
    left: 50%;
    margin-left: -0.5px;
    top: 50%;
    margin-top: -5.5px;
    position: absolute;
}
.quantity-selector .entry.number {
    cursor: default;
    width: 44px;
    padding: 0 5px;
    width: auto;
    min-width: 44px;
}
.detail-info-entry.pd_action {
    margin-top: 20px;
}
.btn-outline {
    position: relative;
    z-index: 0;
    border: 1px solid #2c74bc;
    white-space: nowrap;
    padding: 10px 40px;
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    background: #2c74bc;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline.btn-buyNow, .btn-outline.btn-style-2{
    background: #fff;
    color: #2c74bc;
}
.btn-outline.btn-style-remove{
    background: #fff;
    color: #666;
    border-color: #666;
}
.btn-outline.btn-style-remove:hover{
    background: #666;
    color: #fff;
}
#orderVct{
    text-align: center;
    padding: 30px 0px;
}
#orderVct h3{
    color: #2c74bc;
}
.table-order th,.table-order td{
    border: 1px solid #2c74bc;
    padding: 2%;
}
.table-order img{
    max-width:195px;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px){
    .chi-action{
        display:none;
    }
}
.title-start{
    margin-bottom: 10px;
    font-size: 15px;

}
.box-count-number{
    background-color: #2c74bc;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
a.button.btn-outline.btn-buyNow:hover, .btn-outline.btn-style-2:hover{
    background: #2c74bc;
    color: #fff;
}
.pd_saler {
    margin-top: 20px;
}
.reqnew > div{
    float: left;
    max-width: 400px;
    clear: both;
}
.reqnew label{
    display: block;
}
.pd_saler p {
    display: block;
    width: 100%;
    padding-left: 25px;
    background: url(../img/tmp/check-ser.png) left 4px no-repeat;
    padding-bottom: 8px;
/*//color: #000;*/
    float: left;
    width: 100% !important;
}
.product_socaial .box_social > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.sale {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    padding: 5px;
    border: 1px solid #ea212d;
    color: #ea212d;
    font-size: 12px;
}
.sold {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    padding: 5px;
    border: 1px solid #323232;
    color: #323232;
    font-size: 12px;
}
div#thumb_img {
    margin: 20px 0px;
}
div#thumb_img ul.slide_thumb_img {
    padding: 0px 30px;
}

.information-entry .title_chir {
    margin-top: 10px;
}
.inline-product-entry.new .image {
    width: 85px;
    float: left;
    border: 1px transparent solid;
}
.inline-product-entry.new .content {
    margin-left: 90px;
    padding-right: 10px;
}
.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}
.inline-product-entry.new .content .cell-view {
    height: 55px;
}
.inline-product-entry.new .title {
    display: block;
    max-height: 35px;
    overflow: hidden;
    line-height: 1.4;
}
.information-entry .new .price {
    font-size: 13px;
    margin-top: 10px;
}
.information-entry .new .price .prev {
    font-size: 11px;
    text-decoration: line-through;
    font-style: italic;
}
.swiper-tabs {
    margin: 20px 0px;
}
.swiper-tabs .title_chir h3 {
    margin: 10px 0px 0px 10px;
}
.swiper-tabs .content-text {
    padding: 15px;
}
/*------------------- PAGE BLOGS ---------------------------- */

#chir_blogs .article_item {
    padding: 0px 10px 0px 10px;
}
.ba_sidebar {
    padding-left: 0;
}
.right_sidebar{
    background: url(../img/tmp/bg_sing_practice.png);
    padding: 10px;
}
.all_right_widgets{
    background: #fff;
    padding:15px;
}
.sing_right_widget{
    margin-top: 30px
}
.sing_right_widget:first-child{
    margin-top: 0;
}
.sing_right_widget > h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #666666;
}
.lat_news_right > li {
    overflow: hidden;
}
.lat_news_right img {
    float: left;
    margin-right: 10px;
    max-width: 60px;
}
.lat_news_right_con {
    float: left;
    width: auto;
}
.lat_news_right_con h3{
    font-size: 13px;
    text-transform: none;
    line-height: 15px;
    margin-bottom: 5px;
}
.lat_news_right_con h3 a{
    color: #2c2c2c;
}
.lat_news_right_con h3 a:hover{
    color: #2c74bc;
}
.lat_news_right_con h4{
    color: #53a1cc;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}
.lat_news_right li{
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.lat_news_right li:first-child{
    padding-top: 0;
}
.lat_news_right li:last-child{
    padding-bottom: 0px;
    border-bottom: 0px;
}
.upcoming_events_right{
    overflow: hidden;
}
.upcoming_events_right img{
    margin: 7.5px 0;
}
.single_social_share{
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.single_social_share a{
    color: #fff;
    font-size: 20px;
    width: 47px;
    line-height: 47px;
    background: rgba(255,255,255,.1);
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
.single_social_share a:hover{
    background: rgba(255,255,255,.2);
}
.social_share_logo_right{
    overflow: hidden;
}
.social_share_logo_right .col-md-4:nth-child(1) .single_social_share{
    background: #3b59a1;
}
.social_share_logo_right .col-md-4:nth-child(2) .single_social_share{
    background: #46b0e4;
}
.social_share_logo_right .col-md-4:nth-child(3) .single_social_share{
    background: #dd4c39;
}
.single_social_share span{
    margin-top: 20px;
    font-size: 15px;
    display: block;
}
.category_right li{
    margin-bottom: 20px;
}
.category_right li a{
    font-size: 15px;
}
.category_right li a:hover, .category_right li.current-cat a{
    color: #2c74bc;
}
.category_right li a i{
    margin-right: 15px;
}
.main_article {
    padding: 15px;
}
#article_edu .head h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.info_edu {
    margin-bottom: 10px;
}
.info_edu ul li {
    display: inline-block;
    padding-right: 10px;
}

.main_article h1, .heading-article h1.title{
    color: #666666;
}
#main_header>div>div.row {
	display: block;
    align-items: center;
}
.pro-price span{
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#chir_top_bar ul li div{
    display: inline-block;
}
.information-blocks .content-text{
    /*max-height: 250px;*/
    /*overflow-y: auto;*/
}
.product-detail-box .pd_saler{
    /*max-height: 200px;*/
    /*overflow-y: auto;*/
}
#chir_logo .logo-link {
    height: 80px;
    display: block;
    overflow: hidden;
}
#chir_logo .logo-link img {
    max-height: 100%;
    max-width: 100%;
}
#chir_degree h3.pro-name{
    text-align: center;
}
@media (min-width: 992px) {
    #chir_search_head {
        padding-top: 15px;
    }
}
@media screen and (max-width: 768px) {
	.main_article img,
	.main_article iframe {
	   	max-width: 100% !important;
		height: auto !important
	}
}
/*============================================== end custom style ===============================================*/
/*===================================slide banner khuyến mãi home ==========================================*/
.banner-top-home-promotion .owl-dots .owl-dot.active {
    background: #f5f5f5;
}
.banner-top-home-promotion .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    margin: 0px 3px;
}
.banner-top-home-promotion .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
/*=================================== end slide banner khuyến mãi home ==========================================*/
.info_policy span.name-icon{
    padding: unset;
    margin: unset;
}
#slider-menu .owlSlider .item{
    float: left;
}
#slider-menu .owlSlider{
    overflow: hidden;
    max-height: 450px;
}

#signGF>a {
    width: 200px;
    height: 36px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    float: left;
}
#signGF>a:first-child{
    margin-right: 10px;
}
#signFacebook {
    background: #3b5c91;
}
#signGF>a i {
    text-align: center;
    border-radius: 10px 0 0 10px;
    font-size: 25px;
    width: 40px;
    padding: 5px 0;
    border-right: 1px solid rgba(140,137,137,.55);
}
#signFacebook>i {
    background: #2f5181;
}
#signGF>a span {
    text-align: unset;
    width: 160px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    font-weight: 400;
}
#signGoogle {
    background: #e64d2d;
}
#signGoogle>i {
    background: #b33924;
}
.swiper-tabs .content-text ul {
    list-style: unset;
    padding-left: 15px;
}
.swiper-tabs .content-text ol {
    list-style: decimal;
    padding-left: 15px;
}

@media only screen and (max-width: 450px){
    .btn-outline{
        padding: 10px;
        margin-right: 0px;
    }
}
@media(max-width: 768px) {
    /* The image that has zoom on it */
    .product-image-feature { pointer-events: none; }
    .zoomContainer { display: none; }
}
/*@media(min-width: 769px) {*/
    /*!*.swiper-tabs.description .content-text {*!*/
        /*!*max-height: 500px;*!*/
        /*!*overflow: auto;*!*/
    /*!*}*!*/
    /*.swiper-tabs.description .content-text table{*/
        /*border-width: 2px;*/
    /*}*/
/*}*/
.swiper-tabs.description .content-text table,
.swiper-tabs.description .content-text tr,
.swiper-tabs.description .content-text th,
.swiper-tabs.description .content-text td{
    border: 1px solid black;
}
#slider-range {
    margin: 10px;
    width: 90%;
}
.widget_price_filter .ui-widget-content {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 4px;
    position: relative;
    z-index: 1;
    background: 0 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #81dcdd;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: 0 0 !important;
    border: 11px solid #232222;
    border-bottom: none;
    border-color: #232222 transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background-color: #7aaedd;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: 0 0 !important;
    border: 11px solid #232222;
    border-bottom: none;
    border-color: #232222 transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background-color: #7aaedd;
}


/**End Small Cart**/
.ui-tooltip{
    text-align: center;
    color: black;
    display: none;
    position: absolute;
}
.unsel{
    cursor: not-allowed;
}
.ui-tooltip, .arrow:after{
    background: black!important;
    border: 2px solid white!important;
}
.ui-tooltip{
    padding: 10px 20px;
    color: white!important;
    box-shadow: 0 0 7px black;
}
.ui-tooltip-content{
    color: #ffffff!important;
}
.arrow{
    width: 70px; height: 16px; overflow: hidden;
    position: absolute; left: 50%; margin-left: -32px; bottom: -16px;
}
.arrow.top{
    top: -16px; bottom: auto;
}
.arrow.left{
    left: 20%;
}
.arrow:after{
    content: "";
    position: absolute; left: 20px; top: -20px; width: 20px; height: 20px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after{
    bottom: -20px; top: auto;
}
.albumGallery {
    padding: 15px 0;
}
.albumGallery img {
    width: 100%;
}
.albumGallery>div {
    margin-bottom: 30px;
}
.albumGallery>div:nth-child(2n+1) {
    clear: both;
}
.deactive {
    background: #aaa !important;
    pointer-events: none;
}