/*
 * Theme Name: NR GLOBAL
 * Description: Theme wordpress dành cho website được phát triển bởi NR GLOBAL
 * Theme URI: https://nrglobal.vn
 * Version: 1.0
 * Theme Author: info@nrglobal.vn
 * Author: Cristian Dev
 * Author URI: https://nrglobal.vn
 * Textdomain: gaumap
 */

/**
 * Fix image in content
 */
img.alignright
{
    float  : right;
    margin : 0 0 1em 1em
}

img.alignleft
{
    float  : left;
    margin : 0 1em 1em 0
}

img.aligncenter
{
    display      : block;
    margin-left  : auto;
    margin-right : auto
}

a img.alignright
{
    float  : right;
    margin : 0 0 1em 1em
}

a img.alignleft
{
    float  : left;
    margin : 0 1em 1em 0
}

a img.aligncenter
{
    display      : block;
    margin-left  : auto;
    margin-right : auto
}

/**
 * Theme custom style
 */
.dst_giacu
{
    text-decoration : line-through;
    color           : gray;
    font-weight     : normal;
}

div.nsl-container > a
{
    text-decoration : none !important;
    box-shadow      : none !important;
    border          : 0;
    box-shadow      : none;
}

div.nsl-container-block
{
    max-width : 280px;
}

div.nsl-container-block > a
{
    display : block;
    margin  : 10px 0;
}

div.nsl-container-inline
{
    margin     : -5px;
    text-align : left;
}

div.nsl-container-inline > a
{
    margin  : 5px;
    display : inline-block;
}

div.nsl-container .nsl-button
{
    cursor         : pointer;
    vertical-align : top;
    border-radius  : 4px;
}

div.nsl-container .nsl-button-default
{
    color   : #ffffff;
    display : flex;
}

div.nsl-container .nsl-button-icon
{
    display : inline-block;
}

div.nsl-container svg
{
    height         : 24px;
    width          : 24px;
    vertical-align : top;
    margin         : 8px;
    flex           : 0 0 auto;
}

div.nsl-container .nsl-button-default span
{
    margin                  : 0 24px 0 12px;
    padding                 : 10px 0;
    font-family             : Helvetica, Arial, sans-serif;
    font-size               : 16px;
    line-height             : 20px;
    letter-spacing          : .25px;
    overflow                : hidden;
    text-align              : center;
    text-overflow           : clip;
    white-space             : nowrap;
    flex                    : 1 1 auto;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
}

.dst_hlist
{
    /*padding-left : 15px;*/
    /*margin-right : 15px;*/
    /*margin-top   : 15px;*/
}

.dst_hotsale img
{
    width : 100%;
}

h3.footer-label
{
    font-size     : 16px;
    margin-bottom : 20px;
}

.footer-menu
{
    margin-left : 10px;
}

.footer-menu li:before
{
    content       : "\f054";
    font-family   : FontAwesome;
    /*color         : #ff6600;*/
    padding-right : 5px;
    font-size     : 1rem;
    color         : grey;
}

.footer-menu li a
{
    font-size : 1.3rem;
}

#dst_fdesc p
{
    margin    : 0;
    font-size : 1.2rem;
}

.hidden
{
    display    : none !important;
    visibility : hidden !important;
}

.tawcvs-swatches
{
    overflow : hidden;
    padding  : 5px;
}

.tawcvs-swatches .swatch.selected
{
    /*padding-left : 25px !important;*/
}

.tawcvs-swatches .swatch
{
    -webkit-transition    : all 0.3s;
    -moz-transition       : all 0.3s;
    -ms-transition        : all 0.3s;
    -o-transition         : all 0.3s;
    transition            : all 0.3s;
    border                : 1px solid transparent;
    -webkit-border-radius : 100%;
    -moz-border-radius    : 100%;
    border-radius         : 100%;
    display               : inline-block;
    line-height           : 30px;
    text-align            : center;
    margin-right          : 15px;
    cursor                : pointer;
    position              : relative;
    opacity               : 0.5;
    padding-left          : 10px;
    padding-right         : 10px;
    width                 : 30px;
    height                : 30px;
}

.tawcvs-swatches .swatch.selected
{
    -webkit-box-shadow : 0 0 5px;
    -moz-box-shadow    : 0 0 5px;
    box-shadow         : 0 0 5px;
    border-color       : #999999;
    opacity            : 1;
}

.tawcvs-swatches .swatch.disabled
{
    opacity : 0.1;
}

.tawcvs-swatches .swatch-color
{
    border : solid 2px;
}

.tawcvs-swatches .swatch-color.selected
{
    border : solid 2px #000000 !important;
}

.tawcvs-swatches .swatch-color.ffffff.selected:before
{
    -webkit-transform : rotate(45deg);
    -moz-transform    : rotate(45deg);
    transform         : rotate(45deg);
    content           : "";
    width             : 6px;
    height            : 10px;
    display           : block;
    border            : solid #000000;
    border-width      : 0 2px 2px 0;
    position          : absolute;
    top               : 7px;
    left              : 10px;
}

.tawcvs-swatches .swatch-color.selected:before
{
    -webkit-transform : rotate(45deg);
    -moz-transform    : rotate(45deg);
    transform         : rotate(45deg);
    content           : "";
    width             : 6px;
    height            : 10px;
    display           : block;
    border            : solid #ffffff;
    border-width      : 0 2px 2px 0;
    position          : absolute;
    top               : 7px;
    left              : 10px;
}

.tawcvs-swatches .swatch-label
{
    background-color : #f1f1f1;
}

.tawcvs-swatches .swatch-image
{
    overflow : hidden;
}

.lSPager li
{
    border  : solid 1px silver;
    padding : 2px;
}

#ulshop li i
{
    width        : 15px;
    text-align   : right;
    margin-right : 5px;
}

#ulshop li h4
{
    margin-bottom : 5px;
}

#ulshop li p
{
    font-size     : 1.3rem;
    margin-bottom : 0;
}

.relate-product
{
    padding       : 5px 10px;
    background    : #FFB81F;
    border-radius : 5px;
    display       : inline-block;
    margin-right  : 2%;
    position      : relative;
}

.relate-product a
{
    color       : white;
    line-height : 1.0;
}

.relate-product a span
{
    display    : block;
    text-align : center;
}

.relate-product a span:first-child
{
    margin-bottom : 5px;
}

.form-tra-gop-wrapper .product-info
{
    border        : solid 1px silver;
    padding       : 5px;
    border-radius : 5px;
}

.product-info p
{
    margin-bottom : 0;
}

.product-info p.price
{
    color : red;
}

.order-info
{
    margin-top : 15px;
}

.customer-info .form-group label.error
{
    color         : red;
    font-size     : 1.4rem;
    margin-bottom : 0;
    font-weight   : normal;
}

.customer-info .form-group, .form-tra-gop-wrapper .form-group
{
    position      : relative;
    margin-bottom : 10px;
}

.customer-info .form-group input
{
    padding-left : 30px;
}

.customer-info .form-group i
{
    position : absolute;
    top      : 10px;
    left     : 10px;
}

#modalDatMua .modal-title
{
    color : white;
}

#modalDatMua .modal-header
{
    background : #FFB81F;
}

/**
 * Gau map styles
 */

span.tinh-trang-may
{
    padding       : 0 10px;
    background    : #FFB81F;
    color         : #ffffff;
    border-radius : 5px;
    display       : inline-block;
    margin-right  : 2%;
    margin-bottom : 10px;
    position      : relative;
    font-weight   : bold;
    font-size     : 1.5rem;
}

ul.dst_lsp li
{
    display : inline-block;
}

.lst-status
{
}

.lst-status li
{
    display               : inline-block;
    margin-right          : 5px;
    padding               : 0 5px;
    border                : solid 1px #FFB81F;
    -webkit-border-radius : 5px;
    -moz-border-radius    : 5px;
    border-radius         : 5px;
}

.gm-div--mobile_categories
{
    display : none;
}

#news img
{
    max-width : 100%;
}

/*#sync1 .owl-carousel.owl-drag .owl-item*/
/*{*/
/*max-height : 300px;*/
/*}*/

.row
{
    display   : flex;
    flex-wrap : wrap;
}

#testimonial
{
    display     : flex;
    align-items : center;
    height      : 100%;
}

.testimonial-item
{
    display     : flex;
    align-items : center;
    flex-wrap   : wrap;
}

.testimonial-item > *
{
    width : 100%;
}

#testimonial img
{
    width                 : 100px;
    height                : 100px;
    -webkit-border-radius : 100%;
    -moz-border-radius    : 100%;
    border-radius         : 100%;
    margin                : auto;
}

@-webkit-keyframes dotanimation
{
    0%
    {
        opacity           : 1;
        -webkit-transform : scale(1);
        transform         : scale(1)
    }
    
    100%
    {
        -webkit-transform : scale(3);
        transform         : scale(3);
        opacity           : 0
    }
}

@keyframes dotanimation
{
    0%
    {
        opacity           : 1;
        -webkit-transform : scale(1);
        transform         : scale(1)
    }
    
    100%
    {
        -webkit-transform : scale(3);
        transform         : scale(3);
        opacity           : 0
    }
}

.highlight
{
    color       : #d20023;
    padding-top : 4px;
    display     : block;
    position    : relative;
    float       : right;
    font-size   : 14px !important;
}

#dotam
{
    width            : 10px;
    height           : 10px;
    background-color : #ff3333;
    border-radius    : 100%;
    position         : absolute;
    left             : -20px;
    top              : 57%;
    margin-top       : -5px;
    display          : block;
}

#dotam > .zoomx
{
    border                            : 1px solid #ff3333;
    width                             : 12px;
    height                            : 12px;
    opacity                           : 1;
    background-color                  : rgba(238, 46, 36, .2);
    border-radius                     : 100%;
    -webkit-animation-duration        : 1.25s;
    animation-duration                : 1.25s;
    -webkit-animation-name            : dotanimation;
    animation-name                    : dotanimation;
    -webkit-animation-iteration-count : infinite;
    animation-iteration-count         : infinite;
    -webkit-animation-timing-function : linear;
    animation-timing-function         : linear;
    display                           : block;
    margin                            : -1px 0 0 -1px;
}

.header__mobile-address
{
    display          : none;
    background-color : #ffffff;
}

.header__mobile-address *
{
    display     : block;
    width       : 100%;
    font-weight : 700;
    font-size   : 2rem;
}

.main-container
{
    background : #f4f4f4;
}

.dst_cproduct .lSPager
{
    display : none;
}

@media (min-width : 1201px)
{
    #sync1.owl-carousel .owl-item img
    {
        height : 335px !important;
    }
    
    #testimonial.owl-theme .owl-nav.disabled + .owl-dots
    {
        margin-right : -30px;
    }
}

@media (max-width : 1200px)
{
    
    .header__mobile-address
    {
        display : block;
    }
    
    body > #main-content
    {
        /*margin-top : 45px;*/
    }
    
    body > header.sticky-top
    {
        position : sticky;
        width    : 100%;
        top      : 0;
        left     : 0;
        z-index  : 9999;
    }
    
    body > header > .dst_header, body > header > #dst_top
    {
        display : none;
    }
    
    .lst-status li
    {
        margin-bottom : 10px;
    }
    
    .gm-div--mobile_categories
    {
        display       : block;
        margin-top    : 15px;
        margin-bottom : 15px;
    }
    
    .gm-div--mobile_categories ul
    {
        display     : flex;
        align-items : center;
        overflow-x  : scroll;
        background  : #ffffff;
        padding     : 10px 0;
        width       : 100%;
    }
    
    .gm-div--mobile_categories ul li
    {
        display : inline-block;
        
    }
    
    .gm-div--mobile_categories ul li a
    {
        display : block;
        margin  : 5px 10px;
    }
    
    .gm-div--mobile_categories ul li a i
    {
        width       : 40px !important;
        height      : 40px !important;
        
        padding-top : 7px;
    }
    
    .gm-div--mobile_categories ul li a img
    {
        padding : 2px;
        width   : 40px !important;
        height  : 40px !important;
    }
    
    .gm-div--mobile_categories ul li a i, .gm-div--mobile_categories ul li a img
    {
        border                : solid 1px gray;
        -webkit-border-radius : 100%;
        -moz-border-radius    : 100%;
        border-radius         : 100%;
        background            : #fbfbfb;
        display               : block;
        text-align            : center;
        margin                : 0 auto 5px !important;
    }
    
    .gm-div--mobile_categories ul li a span
    {
        display        : block;
        width          : max-content;
        text-transform : capitalize;
        color          : gray;
        font-size      : 11px;
        margin         : auto;
    }
    
    .owl-carousel .owl-item img
    {
        height : auto !important;
        width  : 100%;
        /*width     : auto !important;*/
        
    }
    
    .dst_hnews_r
    {
        display : none;
    }
    
    .woocommerce div.product form.cart .dst_btgop
    {
        margin-bottom : 15px;
    }
    
    .gm-form-search--mobile
    {
        position    : absolute;
        margin-top  : -3px;
        line-height : 1.5;
        top         : 5px;
        left        : 60px;
    }
    
    .dst_menu .search_results
    {
        position : absolute;
        width    : 100%;
        left     : 5px;
        top      : 3px;
        /*border   : solid 1px silver;*/
    }
    
    .dst_menu .search_results .dst_sbtitle
    {
        display : none;
    }
    
    .dst_menu .search_results li
    {
        width      : 100%;
        background : white;
        margin     : 0;
        padding    : 0;
    }
    
    .dst_menu .search_results li a
    {
        border : solid 1px silver;
    }
    
    #main_menu li a img
    {
        height : auto;
    }
    
    .dst_menu .search_results h3, .fshop-search-prodprice
    {
        text-align  : left;
        font-weight : normal;
        font-size   : 12px;
    }
    
    .dst_primtitle strong
    {
        font-weight : normal !important;
        font-size   : 12px !important;
        display     : block;
        height      : 28px;
    }
    
    .dst_giamoi
    {
        font-weight : normal !important;
        font-size   : 14px !important;
    }
    
    #dst_gmua .dst-xde
    {
        margin-top : 15px;
    }
    
    #dst_gmua .j_dr1
    {
        display : none;
    }
    
    #product_slider .lslide
    {
        display    : block;
        position   : relative;
        text-align : center;
    }
    
    #product_slider .lslide img, #product_slider .clone img
    {
        max-height : 300px;
        width      : auto !important;
        max-width  : 100%;
        margin     : auto;
    }
}

@media (max-width : 1024px)
{
    .gm-form-search--mobile
    {
        width : 66%;
        left  : 90px;
    }
}

@media (max-width : 992px)
{
    .gm-form-search--mobile
    {
        width : 85%;
        left  : 60px;
    }
}

@media (max-width : 768px)
{
    .gm-form-search--mobile
    {
        width : 80%;
    }
}

@media (max-width : 600px)
{
    .gm-form-search--mobile
    {
        width : 75%;
    }
}

@media (max-width : 480px)
{
    .gm-form-search--mobile
    {
        width : 68%;
    }
    
    .dst_menu .gm-input--search
    {
        /*width : 84% !important;*/
    }
}

@media (max-width : 375px)
{
    .gm-form-search--mobile
    {
        width : 65%;
    }
    
    .dst_menu .gm-input--search
    {
        /*width : 85% !important;*/
    }
}

@media (max-width : 375px)
{
    .gm-form-search--mobile
    {
        width : 63%;
    }
    
    .dst_menu .gm-input--search
    {
        /*width : 85% !important;*/
    }


.grecaptcha-badge{
    display: none!important;       
}
