body{
    background: #fff !important;
}

#app{
    background: #fff !important;
    color: #000;
}

#header_container{
    /* height:140px; */
    background: #fff !important;
    color: #000;
}

#header_container div:hover{
    background: rgba(230, 230, 230, 0.719);
    color: #000;
}

#header_wrap{
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    height:140px;
    /* position: relative; */
    width: 100%;
    z-index: 998;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
}

.sidebar {
    text-transform: uppercase;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    /* left: 0; */
    left: -1px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
    z-index: 999;
    border-right: 1px solid #e0e0e0;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidebar div {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    text-decoration: underline;
}

.sidebaricon{
    font-size: 20px !important;
}

.sidebarshow{
    width:250px
}

.sidebarisshow{
    background: #e0e0e0;
    opacity: 0.8;
}

.search-input{
    height: 20px;
    font-size: 10px;
    width: 150px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-right: 10px;
}

.search-icon{
    cursor: pointer;
}


.header_fixed{
    top:-140px !important;
    /* position: fixed !important; */
    /* background: rgba(230, 230, 230, 0.8); */
}


#main_menu{
    font-size: 13px;
    font-weight: 400;
}

#main_menu ul{
    list-style: none;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    margin:0;
    padding: 0;
    top:30px;
}

#main_menu ul li{
    margin: 20px;
}

#main_menu ul li a{
    outline: 0;
    text-decoration: none;
    color: #000;
}

#main_menu ul li a:hover{
    text-decoration: underline;
}

.logo_wrap{
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    top: 35px;
}

.logo_wrap a{
    outline: 0;
    text-decoration: none;
    color: #000;
}

.logo_wrap a:hover{
    text-decoration: none;
}

#right_menu{
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 20px;
}

#right_menu ul{
    list-style: none;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    margin:0;
    padding: 0;
    top:40px;
}

#right_menu ul li{
    margin: 10px;
}

#right_menu ul li a{
    outline: 0;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

#right_menu ul li a:hover{
    text-decoration: none;
}






#left_menu{
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 20px;
}

#left_menu ul{
    list-style: none;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    margin:0;
    padding: 0;
    top:35px;
}

#left_menu ul li{
    margin: 10px;
}

#left_menu ul li a{
    outline: 0;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 20px;
}

#left_menu ul li a:hover{
    text-decoration: none;
}


.cart_number{
    font-family: initial;
    padding: 2px 6px 2px 6px;
    font-size: 12px;
    border: 1px solid #352f2e;
    border-radius: 100%;
    top: 0;
    position: relative;
    color: #fff;
    background: #352f2e;
    margin-left: 5px;
}

#footer_container{
    background: #fff;
    color: #000;
    padding: 10px;
}

#footer_wrap{
    text-align: center;
    /* margin-top: 50px; */
    padding-bottom: 30px;
}

#footer_wrap a{
    outline: 0;
    text-decoration: none;
    color: #000;
}

#footer_wrap a:hover{
    text-decoration: underline;
}

#footer_wrap ul{
    list-style: none;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    width: 100%;
    margin:0;
    padding: 0;
    top:30px;
}

#footer_wrap ul li{
    margin: 20px;
    font-size: 13px;
    font-weight: 400;
}


#footer_wrap p{
    font-size: 13px;
    font-weight: 400;
}
#footer_wrap span{
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
}

.icon_footer{
    width:60px;
}


.copyright{
    margin-top: 30px;
    font-size: 13px;
    font-weight: 400;
}





#content_container{
    /* margin-top:-140px; */
    background: #fff;
    color: #000;
}

#content_slider{
    width: 100%;
}






#content_warp{
    margin-top:100px;
    margin-bottom:50px;
}

#content_header{
    margin-top:70px;
}


#content_header ul{
    list-style: none;
    display: flex;
    flex-wrap: no-wrap;
    width: 100%;
    margin:0;
    padding: 0;
    margin-bottom: -40px;
    margin-top: 10px;
}

#content_header ul li{
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    color:#a0a0a0;
    border:1px solid #a0a0a0;
}

#content_header ul li:hover{
    color: #000;
    border:1px solid #000;
    text-decoration: none;
}

#content_header ul a{
    outline: 0;
    text-decoration: none;
}

#content_header ul a:hover{
    color: #000;
    text-decoration: none;
}


#content_header a{
    outline: 0;
    text-decoration: none;
    color: #000;
}

#content_header a:hover{
    color: #000;
    text-decoration: underline;
}

#content_title_home{
    text-align: center;
    /* text-transform: uppercase; */
    margin-top:40px;
    margin-bottom:30px;
}

#content_title{
    text-transform: uppercase;
    margin-top:50px;
    margin-bottom:10px;
}


.catalog-wrap{
    color: #000;
}

.catalog-wrap a{
    outline: 0;
    text-decoration: none;
    color: #000;
}

.catalog-wrap a:hover{
    color: #000;
    text-decoration: none;
}

.catalog-image{
    overflow: hidden;
}

.catalog-image img:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: transform .5s;
}

.catalog-text{
    margin-top: 10px;
    margin-bottom: 30px;
    min-height: 120px;
}

.catalog-text-title{
    font-size: 13px;
    font-weight: 900;
}

.catalog-text-short-desc{
    font-size: 12px;
    font-weight: 400;
}

.catalog-text-price{
    font-size: 13px;
    font-weight: 900;
}













.filter-content input {
    display: none;
}

.filter-size{
    margin-top:20px;
    margin-bottom:20px;
}

.filter-size ul {
    list-style: none;
    display: flex;
    flex-wrap: no-wrap;
    width: 100%;
    margin:0;
    padding: 0;
}

.filter-size ul li {
    display: block;
    float:left;
    box-sizing:border-box;
    padding: 5px;
    width:50px;
}

.filter-size p{
    text-align:left;
}

.filter-size::after{
    display:block;
    clear:both;
    content:"";
}

.filter-size.filter-content div {
    border: 1px solid #dedede;
    display: table;
    height: 32px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.filter-size.filter-content dd {
    border: 1px solid #dedede;
    display: inline-table;
    height: 32px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
    margin-right: 5px;
}

.filter-size.filter-content label {
    display: table-cell;
    font-size: 9px;
    vertical-align: middle;
    line-height:1;
    cursor: pointer;
}

.size-filter:checked + label {
    background-color: #666;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(247, 247, 247, 1) inset;
    border:1px solid #999;
}








#sorter_wrap{
    margin-top:30px;
    margin-bottom:30px;
}

#sorter{
    border-top:1px solid #a0a0a0;
    border-bottom:1px solid #e0e0e0;
    margin-top:10px;
    margin-bottom:10px;
}

#sorter ul{
    list-style: none;
    display: table;
    width: 100%;
    margin:0;
    padding: 0;
    top:30px;
}


#sorter ul li{
    float:left;
    margin: 8px;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
}

#sorter ul li a{
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    color: #a0a0a0;
}

#sorter ul li a:hover{
    text-decoration: underline;
}

       
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
    src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg");
}

#sorter_wrap ul li a::before{
    padding-right: 10px;
    font-family: "Glyphicons Halflings";
    font-size: 10px;
}

.sorter_checked a::before{
    content: "\E114";
}

.sorter_checked a{
    outline: 0;
    text-decoration: none;
    color: #000 !important;
}

.sorter_checked a:hover{
    text-decoration: none !important;
}


.select_sorter{
    margin :4px !important;
    padding :4px !important;
}






#paginate{
    border-top:1px solid #e0e0e0;
    padding-top:50px
}

#paginate ul{
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: no-wrap;
    width: 100%;
    margin:0;
    padding: 0;
}

#paginate ul li{
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

#paginate ul li a{
    outline: 0;
    text-decoration: none;
    color: #e0e0e0;
    cursor: pointer;
    padding: 8px 13px 8px 13px;
    border: 1px solid #e0e0e0;
}

#paginate ul li a:hover{
    color: #000;
    border: 1px solid #000;
}

.page_active{
    color: #000 !important;
}

.page_active a{
    outline: 0;
    text-decoration: none;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.page_active a:hover{
    text-decoration: none;
}



#spinner{
    width: 100%;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
}


#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}










#content_detail{
    margin-top: 20px;
    font-size: 15px;
}


#content_detail_images{
    margin-bottom: 25px;
}

#product_price{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin:25px;
}

#product_text{
    font-size: 15px;
}

.product-text-title{
    font-size: 25px;
    font-weight: 600;
}

.product-text-short-desc{
    font-size: 13px;
    font-weight: 400;
    margin-top:10px;
    margin-bottom:10px;
}

/* .product-text-table tr td{
    padding-top: 10px;
    font-size: 13px;
} */

/* .product-text-bold{
    font-size: 15px;
    font-weight: 600;
} */



#product_stock{
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

#product_input_qty{
    font-size: 13px;
    font-weight: 600;
}

#product_input_qty table tr{
    border-bottom: 1px solid #e0e0e0;
}

#product_input_qty table tr td{
    padding:10px;
}

.empty_qty{
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.tracking_content{
    font-size: 18px;
    line-height: 2;
}

.tracking_quote{
    padding: 25px;
}

.detail_tracking{
    text-align: left;
    font-weight: 400;    
}

.detail_tracking span{
    font-weight: 600;    
}



.tracking_quote table{
    margin-top: 20px;
    border-collapse: collapse;
}

.tracking_quote tr{
    border-bottom: 2px solid #e0e0e0;
}

.tracking_quote tr td{
    padding:5px;
    vertical-align: middle;
    text-align: left;
}


.tracking_empty{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

.goods_qty{display:inline-block; vertical-align:middle;}
.goods_qty .text{float:left; padding:0 5px; width:43px; outline:none; height:33px; border:1px solid #ccc; color:#3f3f3f; font-size:12px; line-height:31px; text-align:center;}
.goods_qty span{float:left; margin:0 0 0 -1px;}
.goods_qty span .up{
    background:url('../storage/images/icon/btn_count_up.png') no-repeat left top;
}
.goods_qty span .down{
    margin:-1px 0 0; 
    background:url('../storage/images/icon/btn_count_down.png') no-repeat left top;
}
.goods_qty span button{
    display:block; 
    width:23px; 
    height:17px; 
    text-indent:-9999px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}



#product_total{
    float: right;
    text-align: right;
    padding-bottom:20px;
}

#product_total p{
    font-size: 14px;
    font-weight: 400;
    margin: 0px !important;
    padding: 0px !important;
}

#product_sub_total{
    font-size: 18px;
    font-weight: 600;
}


 
.button-full-width{
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


#payment{
    bottom: auto !important;
    left: auto !important;
    top: 0 !important;
    right: 0 !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    overflow-y: scroll;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

#payment img{
    margin-bottom: 25px !important;
}

#payment div{
    border-radius: 0px !important;
}

#tracking{
    bottom: auto !important;
    left: auto !important;
    top: 0 !important;
    right: 0 !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    overflow-y: scroll;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

#tracking img{
    margin-bottom: 25px !important;
}

#tracking div{
    border-radius: 0px !important;
}


#image_zoom{
    bottom: auto !important;
    left: auto !important;
    top: 0 !important;
    right: 0 !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    overflow-y: scroll;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

#image_zoom img{
    margin-bottom: 25px !important;
}

#image_zoom div{
    border-radius: 0px !important;
}


#size_chart_wrap{
    bottom: auto !important;
    left: auto !important;
    top: 0 !important;
    right: 0 !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    overflow-y: scroll;
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

#size_chart_wrap img{
    margin-bottom: 25px !important;
}

#size_chart_wrap div{
    border-radius: 0px !important;
}

#size_chart_wrap_modal_dialog{
    margin: 0px !important;
    border: none;
    width: 100% !important;
}

#size_chart_wrap_modal_content{
    margin: 0px !important;
    height: 100% !important;
    border: none !important;
    box-shadow: none !important;
}

.size_chart_title{
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

#menu-chart{
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 25px;
}

#menu-chart .active{
    text-align: center;
    font-weight: 600;
}

#menu-chart a{
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

#menu-chart a:hover{
    text-decoration: underline;
    color: #000;
}

.size_chart_content{
   font-size: 15px;
   font-weight: 500;
   margin:25px 50px 50px 50px !important;
   text-align: center;
}

.size_chart_content table tr th{
    text-align: center !important;
}


.size_chart_content table tr td{
    text-align: center !important;
}


#cart_header{
    margin-top:45px;
    margin-bottom:20px;
}

#cart_title{
    text-transform: uppercase;
    font-size:24px;
    font-weight: 400;
}

#cart_step{
    text-transform: uppercase;
    font-size:16px;
}

#cart_step ul{
    list-style: none;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
    width: 100%;
    vertical-align: middle;
    margin:0;
    padding: 0;
}

#cart_step ul li{
    margin: 9px;
}

#cart_step .active{
    font-weight: 600;
}

#cart_step ul li a{
    outline: 0;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

#cart_step ul li a:hover{
    text-decoration: underline;
}

#cart_item table tr{
    border: 1px solid #e0e0e0;
}

#cart_item table tr th{
    text-align: center;
    border: none;
}

#cart_item table tr td{
    text-align: center;
    font-weight: 600;
    border: none;
}

#cart_item a{
    color: black;
}

#cart_item a:hover{
    text-decoration: none;
}

#empty_cart{
    font-size: 20px;
    line-height: 2.5;
    text-align:center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#empty_cart a{
    color: #000;
}

#invoice_search{
    margin: auto !important;
    text-align: center;
    width: 185px;
}

.find-order-container{
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

#detail{
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail{
    text-align: left !important;
    line-height: 1;
    margin-bottom: 20px;
}

.detail_name{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.detail p{
    font-size: 18px;
    font-weight: 600;
}

#detail_item{
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.detail_shipping{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.detail_shipping span{
    font-size: 14px;
    font-weight: 400;
}

.detail_shipping p{
    line-height: 1;
    margin: 0px;
}


 
#detail_total{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}

#detail_total span{
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px;
}



.cart-image{
    width: 100%;
    /* margin: 10px; */
}




#cart_totals{
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    /* border-top: 2px solid #e0e0e0; */
    /* border-bottom: 2px solid #e0e0e0; */
    padding: 20px;
    text-align: right;
    font-size: 16px;
    font-weight: 900;
    line-height: 2.5;
}

#cart_totals a{
    color: #000;
    cursor: pointer;
}


#cart_totals span{
    font-weight: 400;
    margin-right: 20px;
}

#cart_totals i{
    font-size: 12px;
    font-weight: 400;
}



#coupon_form{
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    /* border-top: 2px solid #e0e0e0; */
    /* border-bottom: 2px solid #e0e0e0; */
    padding: 20px;
    /* text-align: right !important; */
}

#cart_coupon{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    line-height: 1;
}

#input_coupon{
    min-width: 50px;
    border-radius: 0 !important;
}

#remove_coupon{
    background: #fff;
    cursor: pointer;
    width: auto;
    border-radius: 0 !important;
}

input{
    border-radius: 0 !important;
}

textarea{
    border-radius: 0 !important;
}

select{
    border-radius: 0 !important;
}

select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }


#add_coupon{
    width: auto;
    background: #fff;
    cursor: pointer;
    border-radius: 0 !important;
}

#status_coupon{
    width: auto;
}


#cart_button{
    margin-top: 15px;
    text-transform: uppercase;
}

.btn-transparent{
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-radius: 0px;
    /* margin:10px; */
}

.btn-transparent:active{
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-transparent:visited{
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn-transparent:disabled{
    color: #999;
    background-color: #fff;
    border-color: #999;
}

.btn-lazada   {background-color:transparent;color:#0e1166!important;border:2px solid #0e1166!important}
.btn-tokopedia{background-color:transparent;color:#03ac0e!important;border:2px solid #03ac0e!important;}
.btn-shopee   {background-color:transparent;color:#fa5330!important;border:2px solid #fa5330!important}
.btn-whatsapp {background-color:transparent;color:#4fe963!important;border:2px solid #4fe963!important}
.btn-tiktok   {background-color:transparent;color:#000000!important;border:2px solid #000000!important}

.btn-youtube  {background-color:transparent;color:#ff0000!important;border:2px solid #ff0000!important}
.btn-twitter  {background-color:transparent;color:#0533ff!important;border:2px solid #0533ff!important}
.btn-facebook {background-color:transparent;color:#233fbd!important;border:2px solid #233fbd!important}
.btn-instagram{background-color:transparent;color:#db568e!important;border:2px solid #db568e!important}

.blink {
    font-weight: 600;
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }


#input_shipping{
    /* margin-top: 50px; */
    /* margin-bottom: 50px; */
}

#input_shipping_title {
    text-align: left !important;
    font-size: 14px;
    margin-bottom: 20px;
}

#input_shipping p{
    margin-bottom: 50px;
    text-align: center !important;
    font-size: 20px;
}

.cart_shipping{
    text-align: left !important;
    line-height: 1.2;
    margin-top: 10px !important;
    font-size: 16px !important;
}

.cart_shipping span{
    text-align: left !important;
    font-size: 16px !important;
}

.cart_shipping p{
    text-align: left !important;
    margin:0px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    max-width: 600px;
}

#place_order{
    margin-top: 50px;
    margin-bottom: 50px;
}

#place_order p{
    margin-bottom: 50px;
    text-align: left;
    font-size: 20px;
}

.confirm_order{
    text-align: left !important;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 10px !important;
}

.confirm_order a{
    color: #999 !important;
    font-size: 10px !important;
}

.confirm_order p{
    font-size: 10px !important;
    margin: 0px !important;
    font-weight: 600;
}

.confirm_order a{
    text-decoration: underline;
}

.agree-span-error{
  color: red !important;
  font-weight: 900;
  animation: blinker 1s linear;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.payment-text{
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-text p{
    line-height: 1.2;
    margin: 0px;
}
 
.payment-text p span{
    font-weight: 600;
}


legend{
    margin-top:20px !important;
    margin-bottom:0px !important;
}

.page-text{
    font-size: 14px;
    text-align: justify;
}

.page-text legend{
    margin-top:20px !important;
    margin-bottom:0px !important;
}

.page-text ul{
    margin: 0px;
}

.text-italic{
    margin-top: 10px;
    font-style: italic;
}

.page-text-center{
    margin-top: 50px;
    text-align: center;
}
.page-text-center .text-italic{
    margin-top: 0px;
    font-style: italic;
}

.table-responsive{
    padding-top: 20px;
}

/* responsive */
@media only screen and (max-width: 600px) {
        
    #header_wrap{
        height:70px;
    }

    #shippingdiv{
        padding-left: 0px;
    }

    .form-group{
        margin-left:0px !important;
    }

        
    .logo_wrap{
        font-size: 20px;
        top: 20px;
    }

    #main_menu{
        display: none !important;
    }

    
    #right_menu ul{
        top:17px;
    }

    #left_menu ul{
        top:10px;
    }
    
    .sidebar {
        padding-top: 10px;
    }
        
    #content_warp{
        margin-top:0px;
        margin-bottom:0px;
    }
    

    .small_hide{
        display: none !important;
    }

    .small_show{
        display: block !important;
    }

}


@media only screen and (max-width: 750px) {

    #shippingdiv{
        padding-left: 0px;
    }
    .form-group{
        margin-left:0px !important;
    }

    .small_hide{
        display: none !important;
    }

    .small_show{
        display: block !important;
    }

}

@media only screen and (max-width: 900px) {
        
    #shippingdiv{
        padding-left: 0px;
    }
    .form-group{
        margin-left:0px !important;
    }
    
    #main_menu ul li{
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

}




.relations{
    margin-bottom:-50px;
}

.relations-title{
    margin:50px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}