@charset "UTF-8";
/*  ---------------------------
*   COPYRIGHT
*	Created By Kang Anwar
*	anwarkpt1989@gmail.com
*	ajcomputel.com
*	----------------------------
*/


/*-----------------------------------------------------------------------------------*/
/*	 IMPORT
/* -----------------------------------------------------------------------------------*/
@import url(fonts.css);
@import url(form.css); 
@import url(pagination.css); 
@import url(menu_category.css); 
/*@import url(sidebar.css); */

@import url(desktop.css) all and (min-width: 1024px);
/*@import url(tabs.css) all and (min-width: 768px) and (max-width: 991px);*/
@import url(mobile.css) all and (max-width: 768px);

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL STYLE
/* -----------------------------------------------------------------------------------*/
    .no-padding {
        padding: 0px;
    }

    .no-left-padding {
        padding-left: 0px;
    }

    .no-right-padding {
        padding-right: 0px;
    }

    .center-padding {
        padding-left: 5px;
        padding-right: 5px;
    }

    .small-padding {
        padding: 5px;
    }

    ::-webkit-input-placeholder {
        color: #a1a1a1 !important;
        font-size: 12px;
        font-family: 'Montserrat-Light', sans-serif;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        color: #a1a1a1 !important;
        font-size: 12px;
        font-family: 'Montserrat-Light', sans-serif;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #a1a1a1 !important;
        font-size: 12px;
        font-family: 'Montserrat-Light', sans-serif;
    }

    :-ms-input-placeholder {
        color: #a1a1a1 !important;
        font-size: 12px;
        font-family: 'Montserrat-Light', sans-serif;
    }

    .col-centered {
        float: none;
        margin: 0 auto;
    }

    #contact_captcha_unix {
        letter-spacing: 4px;
        font-size: 24px;
        text-align: center;
        font-family: 'Caveat Brush', cursive;
        color: #d8272d;
    }

    .btn-captcha-refresh {
        margin-left: 0px;
        border: 1px solid #ccc;
        border-left: 0px;
    }

    #contact_captcha {
        letter-spacing: 4px;
    }

    .spinner {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
    }

    #loader {
        position: absolute;
        z-index: 9999999999999999 !important;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        margin-left: -15px;
        display: none;
    }

    .loader-anim {
        display: none;
    }

    .btn-dropdown {
        border: none !important;
        padding-top: 0px !important;
        background-color: #FFF !important;
    }
    
    .ui-datepicker-month,
    .ui-datepicker-year {
        color: #000 !important;
    }

/* ---------------------------------------------------------------------------------
	BACK TO TOP
	--------------------------------------------------------------------------------- */
    .cd-top {
        display: inline-block;
        height: 40px;
        width: 40px;
        position: fixed;
        bottom: 70px;
        right: 15px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        /* image replacement properties */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: rgba(155, 16, 29, 0.8) url('images/cd-top-arrow.svg') no-repeat center 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
        border-radius: 4px;
        z-index: 99999999999 !important;
    }

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

    .no-touch .cd-top:hover {
        background-color: #3e2962;
        opacity: 1;
    }

    .btn-captcha-refresh {
        margin-left: 0px;
        position: absolute;
        margin-top: -34px;
        height: 34px;
        border-radius: 0px;
    }

    #contact_captcha {
        letter-spacing: 4px;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL OVERRIDE STYLE
/* -----------------------------------------------------------------------------------*/
    .navbar-default {
        background-color: #FFF !important;
        border: none !important;
    }

    .navbar {
        margin-bottom: 0px !important;
        padding-left: 0px;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        border-color: #FFF !important;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        transition: color 0.5s ease;
        background-color: #dd127b !important;
    }

    .breadcrumb {
        background-color: #FFF;
    }

    .breadcrumb>.active {
        color: #f69b0e;
    }

    .navbar-default .navbar-nav>.open>a {
        color: #fff !important;
        background-color: #dd127b !important;
    }

    .actived-menu {
        background-color: #dd127b !important;
    }

    .actived-menu > a {
        color: #fff !important;
    }

    .dropdown-menu>li>a:hover {
        color: #fff !important;
        background-color: #dd127b !important;
    }

    .breadcrumb {
        padding-left: 0px;
    }
    
    label {
        font-family: 'Montserrat-Light', sans-serif;
    }

    .panel {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .sweet-alert {
        z-index: 999999999999;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL HEADER STYLE
/* -----------------------------------------------------------------------------------*/
    header .header-top {
        height: 50px;
        border-bottom: 1px solid #dcdcdc;
        padding-top: 15px;
    }

    header .col-menu-header-top {
        margin-right: 15px;
        display: inline;
    }

    header .col-menu-header-top > span {
        padding-right: 25px;
        padding-left: 25px;
        display: inline;
    }

    header .col-menu-header-top > span:last-child {
        border-left: 1px solid #dcdcdc;
    }

    header .header-menu {
        min-height: 120px;
        background-color: #FFF;
    }

    header .logo-company {
        padding-top: 23px;
    }

    header .frame-search {
        background-color: #0093dd;
        padding: 10px;
        height: 55px;
        display: none;
    }

    .btn-header {
        position: absolute;
        margin-top: -48px;
        right: 11px;
    }

    .btn-header button {
        border-radius: 0px;
        height: 32px;
    }

    header .headertop-link {
        cursor: pointer;
        color: #000;
    }

    header .headertop-link:hover {
        color: #dd127b;
        transition: color 0.5s ease;
    }

    .item-cart {
        position: absolute;
        background: #dd127b;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        color: #FFF !important;
        text-align: center !important;
        font-size: 12px;
        padding-top: 5px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        top: -10px;
        right: 1px;
    }

    .frame-border {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .frame-border h3 {
        margin-bottom: 20px;
    }

    .border-product-review {
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .border-product-review .cart_review_product_price {
        color: #ff9900;
        font-size: 16px;
    }

/* ---------------------------------------------------------------------------------
	SLIDER STYLE
	--------------------------------------------------------------------------------- */
    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }
    
    .rslides li:first-child {
        position: relative;
        display: block;
        float: left;
    }
    
    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

    .slider-frame a.prev:hover, 
    .slider-frame a.next:hover {
        opacity: 1;
    }

    .slider-frame a.prev {
        background: url("images/themes.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
        left: 15px;
    }

    .slider-frame a.next {
        background: url("images/themes.gif") repeat scroll 38px 0 rgba(0, 0, 0, 0);
        right: 15px;
    }

    .slider-frame .rslides_tabs {
        position: absolute;
        top: 10px;
        z-index: 99999999;
        padding: 0px;
        text-align: right;
        right: 25px;
    }

    .slider-frame .rslides_tabs > li {
        list-style: none; 
        display: inline-block;
        margin-right: 5px;
        
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background: #dd127b;
        
    }

    .slider-frame .rslides_tabs > li.rslides_here {
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background: #0093dd;
    }

    .slider-frame .rslides_tabs > li > a {
        padding-left: 10px;
    }

    .slider-frame .rslides_tabs > li > a:hover, 
    .slider-frame .rslides_tabs > li > a:focus, {
        text-decoration: none !important;
        outline: none !important;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL CONTENT FUNCTION
/* -----------------------------------------------------------------------------------*/
    .widget-frame {
        min-height: 80px;
        border-bottom: 1px solid #dcdcdc;
        padding-top: 33px;
    }

    .newarrival-frame h3 {
        font-size: 35px;
        color: #000000;
        padding: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .newarrival-frame p {
	    color: #000;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }   

    .icon-contactus {
        margin-bottom: 20px;
        color: #000 !important;
    }

    .contactus-info h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .contactus-info p {
        color: #898989;
        font-size: 15px;
        line-height: 24px;
        font-family: 'Montserrat-Light', sans-serif;
        font-weight: 400;
    }

    .contactus-info-frame {
        margin-bottom: 30px;
    }

    .form-contact {
        background-color: #f4f4f4;
    }
    
    .titleborder {
        background: url('images/border-bottom.png') no-repeat;
        background-position: 0px bottom;
        height: 36px;
        margin-bottom: 25px;
    }

    .titleborder h4 {
        font-weight: 700;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL VOTE FUNCTION
/* -----------------------------------------------------------------------------------*/
    .frame-vote {
        border-top: 1px solid #c2c2c2;
        margin-top: 70px;
    }

    .vote-desc {
        color: #790000;
        font-family: 'Montserrat-Light', sans-serif;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .frame-vote-article {
        background-color: #eaeaea;
        min-height: 135px;
        margin-right: 2px;
        cursor: pointer;
    }

    .img-vote {
        background-color: #eaeaea;
        min-height: 80px;
        padding-top: 10px;
    }

    .desc-vote {
        min-height: 55px;
        color: #FFF;
        padding-top: 5px;
    }

    .vote-title {
        font-size: 11px;
        font-family: 'Montserrat-Light', sans-serif;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL PRUDUCT FUNCTION
/* -----------------------------------------------------------------------------------*/
    .border-product {
        border: 1px solid #f9f9f9;
        background-color: #f9f9f9;
        border-radius: 2px;
    }

    .border-product:hover {
        border-radius: 2px;
        cursor: pointer;
        border: 1px solid #d0d0d0;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(208,208,208,1);
        -moz-box-shadow: 2px 2px 5px 0px rgba(208,208,208,1);
        box-shadow: 2px 2px 5px 0px rgba(208,208,208,1);
    }

    .border-product:hover > .tag-detail {
        display: block;
    }

    .tag-detail {
        border-radius: 2px;
        position: absolute;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        margin-top: 15px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
        display: none;
        
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .tag-detail .btn-detail-product {
        margin-top: calc((100% - 36px) / 3);
        background-color: #0093dd;
        color: #FFF;
        border-radius: 1px;
    }

    /******** */
    .border-product-1 {
        border: 1px solid #fff;
        border-radius: 2px;
        margin-bottom: 20px;
    }

    .border-product-1:hover {
        border-radius: 2px;
        cursor: pointer;
        border: 1px solid #d0d0d0;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(208,208,208,1);
        -moz-box-shadow: 2px 2px 5px 0px rgba(208,208,208,1);
        box-shadow: 2px 2px 5px 0px rgba(208,208,208,1);
    }

    .border-product-1:hover > .tag-detail-1 {
        display: block;
    }

    .tag-detail-1 {
        border-radius: 2px;
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
        display: none;
        
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .tag-detail-1 .btn-detail-product {
        margin-top: calc((100% - 36px) / 3);
        background-color: #0093dd;
        color: #FFF;
        border-radius: 1px;
    }

    .btn-detail-product:hover {
        background-color: #dd127b;
    }

    .ourbrand-frame {
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 445px;
        background: #FFF url('images/bg-ourbrand.png');
    }

    .title-banner {
        position: absolute;
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 10%;
        color: #f79c0d;
    }

    .title-banner h3 {
        font-size: 42px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .ourbrand-frame h4 {
        margin-bottom: 40px;
    }

    .ourbrand-frame .img-brand {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .banner-page {
        border: 1px solid #eeebed;
    }

    .static-pages article {
        line-height: 25px;
    }

    .store-content .titleborder {
        background: url('images/border-bottom.png') no-repeat;
        background-position: 0px bottom;
        height: 36px;
        margin-bottom: 25px;
    }

    .store-content .titleborder h4 {
        font-weight: 700;
    }

    .menu-cat-store {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        cursor: pointer;
        border-bottom: 2px solid #000;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .menu-cat-store:hover,
    .cat-active {
        color: #dd127b;
    }

    .img-cat {
        margin-bottom: 20px;
    }

    .store-cat, 
    .store-title {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    .store-address {
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        margin-bottom: 50px;
    }

    .cat-link {
        color: #0093dd;
    }

    .cat-link:hover {
        color: #dd127b;
        transition: color 0.5s ease;
        text-decoration: none;
    } 

    .cat-product {
        display: block;
        color: #000;
    }

    .cat-product:hover {
        cursor: pointer;
        text-decoration: none;
    }

    .link-cat-product {
        display: block;
        line-height: 28px;
        color: #626262;
    }

    .link-cat-product:hover,
    .cat-actived {
        color: #dd127b;
        transition: color 0.5s ease;
        text-decoration: none;
    }

    .tag-product {
        text-align: right;
        position: absolute;
        width: 100%;
        padding-right: 25px;
        padding-top: 10px;
    }

    .tag-sale {
        padding: 5px 10px;
        background-color: #f59a0e;
        border-radius: 3px;
        color: #FFF;
        font-size: 12px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .tag-new {
        padding: 5px 10px;
        background-color: #369a65;
        border-radius: 3px;
        color: #FFF;
        font-size: 12px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .info-product {
        padding-top: 15px;
    }

    .title-product {
        font-size: 14px;
        color: #000;
        margin: 0px;
        padding: 0px;
    }

    .price-product {
        font-size: 18px;
        padding: 0px;
        margin: 0px;
    }

    .label_product {
        font-size: 14px;
        color: #030303;
        border-bottom: 1px solid #030303;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .border-product {
        margin-bottom: 15px;
    }

/* ---------------------------------------------------------------------------------
	FAQ STYLE
--------------------------------------------------------------------------------- */
    .faq-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .faq-content .well {
        background-color: #FFF !important;
        border-radius: 0px;
    }

/*-----------------------------------------------------------------------------------*/
/*	 GLOBAL FOOTER FUNCTION
/* -----------------------------------------------------------------------------------*/
    
    .newsletter-frame span.newsletter-title {
        font-family: 'Montserrat-Light', sans-serif;
        font-weight: 300;
        display: block;
        margin: 0px;
        padding: 0px;
    }
    
    .newsletter-frame span.newsletter-title-1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 24px;
        margin: 0px;
        padding: 0px;
        display: block;
    }

    .newsletter-frame span.social-footer {
        color: #FFF;
        padding: 8px 10px;
        background-color: #9c9c9c;
        font-size: 20px;
        cursor: pointer;
    }

    .newsletter-frame span.social-footer:hover {
        background-color: #dd127b;
        transition: background-color 0.5s ease;
    }

    .footer-frame {
        min-height: 400px;
        background-color: #f4f4f4;
    }
    
    .footer-frame .titleborder {
        background: url('images/border-bottom.png') no-repeat;
        background-position: 0px bottom;
        height: 36px;
        margin-bottom: 25px;
    }

    .footer-frame .titleborder h4 {
        font-weight: 700;
    }

    .footer-menu-1 {
        display: block;
        color: #222;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
    }

    .footer-menu-1:hover {
        text-decoration: underline;
        color: #222;
    }

    .footer-menu {
        display: block;
        color: #222;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
        
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    
    .footer-menu:hover {
        text-decoration: none;
        color: #dd127b;
        
        padding-left: 5px;
        font-style: italic;
    }

    .company-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .company-info {
        font-family: 'Montserrat-Light', sans-serif;
    }

    #maps-location {
        width: 100%;
        height: 200px;
    }

    .footer-copyright-text {
        padding-top: 10px;
    }

    .footer-weaccept {
        font-size: 10px;
        padding-top: 20px;
    }

    .footer-about-content {
        font-family: 'Montserrat-Light', sans-serif;
    }