/* =================================
CSS Document 
====================================*/
@import url("media.css");

html,body{
    /*background: #f9f8f4 !important;*/
}
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #111;
    position: relative;
    -webkit-text-size-adjust: 100%;
    background: #f9f8f4;
}
h1,h2{
    font-size: 25px !important;
}
h1{
    margin: 0px !important;
    padding: 0px !important;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/*  FIX:
        quantum-ui's modalBox backdrop
        not having the proper css to work
********************************************/
.modalbox-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0!important;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.modal-header .close {
    margin-top: 2px !important;
}
.container {
     width: 970px; 
}
/** END FIX **/
textarea{
    resize: vertical;
}
a:hover{
    text-decoration: none;
}
b{
    color:#222;
}
nav ul{
    margin: 0;
    padding: 0;
}
nav ul li{
    list-style-type: none;
    float: left;
    width: 25%;
    border-right: 1px solid #e3e0e0;
    text-align: center;
}
nav ul li a{
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 7% 0;
    font-size: 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bdbebf+0,a5a5aa+100 */
    background: #B7B7B7; 

}
nav ul li a:hover,
nav ul li a.active{
    text-decoration: none;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3b3b5+0,868789+100 */
    background: #b3b3b5; /* Old browsers */
    background: -moz-linear-gradient(top,  #b3b3b5 0%, #868789 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b3b3b5 0%,#868789 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b3b3b5 0%,#868789 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b5', endColorstr='#868789',GradientType=0 ); /* IE6-9 */
}
nav ul li a.active{
    color: #fff;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 35px;
    border: 1px solid transparent;
}
.container,.container-fluid{
    max-width: 1000px;
}
.container h2,.container h1{
    font-size: 25px;
}
.container > h2{
    margin-top: 30px;
}
a.nav-link.ng-binding,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span,
.form-control,
.btn,.btn-primary,.btn-success,
button.btn.btn-warning{
    border-radius: 0;
}
.twitter-share-button {
    vertical-align: baseline;
}
#socialMedia{
    height: 28px;
}
.btn.btn-fb {
    width: 74px;
    text-align: center;
    background-color: #3b5998;
    border:1px solid #3b5998;
    color: #fff;
    vertical-align: top;
    border-radius:0;
    font-size: 12px;
    padding: 5px;
    display: inline-block;
   
}
.twitter {
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #1b95e0;
    border:1px solid #1b95e0;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.twitter span{

}
.google{
    font-size: 10px;
    border: 1px solid #eee;
    padding: 6px;
    background:#fff;
    display: inline-block;
}
.google b:active{
   text-decoration: none;
}
.btn-gplus {
    border-radius: 0px;
    box-sizing: border-box;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    border: 1px solid #999;
    color: #222;
}
.btn-gplus i.fa-google-plus {
    color: #db4437;
    font-weight: bold;
}
.twitter:hover{
    color:#fff;
    text-decoration: none;
}
.twitter i,.btn-fb i{
    color:#fff;
}
.google_share_btn{
    border: 1px solid darkgrey;
    padding: 5px 9px 4px;
    font-size: 12px;
}
.google_share_btn i{
    color:#ff4d4d;
}
#facebookIcon{
    color: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 8px;
    background: #1877F2;
    font-size: 8px;
    margin-right: 5px;
}
#googleIcon{
    color: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 8px;
    background: #dd4b39;
    font-size: 8px;
}
#twitterIcon{
    color: white;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 8px;
    background: #050505;
    font-size: 8px;
    margin-right: 5px;
}
#facebookIcon:hover{
    background: #2c8bff;
}
#googleIcon:hover{
    background: #ff6957;
}
#twitterIcon:hover{
    background: #2d2d2d;
}
.logo-con{
    font-size: 35px;
    font-weight: bold;
}
.logo-con a,
.logo-con a:focus {
    color: #222;
    text-decoration: none;
}
.login-top {
    padding: 40px 0 0 0;
}
.login-top div{
    text-align: right;
    padding-right: 0px;
    font-size: 14px;
}
div#loginErrors ul,div#forgetErrors ul {
    list-style: none;
    padding-left:0;
    font-size: 14px;
}
#star{
    position: absolute;
    right: 20px;
    /*top: 8px;*/
    /*font-size: 30px;*/
    color: #ffd700;
    margin: 0;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
#star i {
    font-size: 30px;
}
.tab-pane {
    padding-top: 15px;
    padding-bottom: 15px;
}
.withdraw-authorize-page .alert-danger b {
    color: #a94442;
}
/* =================================
SNS Registration Top 
====================================*/
.top.content {
    padding: 0px 15px !important;
}
.footer{
    position: relative;
    clear: both;
    padding-top: 30px;
    
    color: black;
    width: 100%;
}
.footer em{
    padding: 70px 0px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    right: 0;
    color: #fff;
    margin-top: 20px;
    background: #bdbebf;
    background: -moz-linear-gradient(top, #bdbebf 0%, #a5a5aa 100%);
    background: -webkit-linear-gradient(top, #bdbebf 0%,#a5a5aa 100%);
    background: linear-gradient(to bottom, #bdbebf 0%,#a5a5aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbebf', endColorstr='#a5a5aa',GradientType=0 );
}
.sns-registration-con{
    padding: 10px;
    padding-top: 18px;
    background: white;
}
.line-right-menu{
        border-right: 1px solid black;
    padding-right: 15px !important;
    line-height: 1.2;
}
.sns-icons{
    margin-bottom: 15px;
    padding: 10px;
}
.sns-icons i {
    margin: auto;
    margin-top: 4px;
}
.sns-registration-con .input-group{
    display: block;
    margin-bottom: 10px;
}
.sns-registration-con label,.sns-registration-con span {
    font-size: 15px;
}

.top-body .sns-icons {
    margin-bottom: 8px;
}
.top-body .sns-registration-con {
    padding-top: 10px;
}
.top-body .top-matawa {
    text-align: center;
    position: relative;
}
.top-body .top-matawa:before {
    content: '';
    display: block;
    border-top: 1px solid #a0a0a0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.top-body .top-matawa span {
    display: inline-block;
    background: #fff;
    color: #a0a0a0;
    position: relative;
    padding: 0 10px;
}
.top-body .sns-reg-title {
    margin-top: 10px;
}
/* =================================
SNS Registration END 
====================================*/
/* =================================
FONTAWESOME START
====================================*/
.fa-1,
.fa-2,
.fa-3,
.fa-4,
.fa-5,
.fa-6 {
    margin-right: .07142857em;
}
.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
.fa-5 {
    font-size: 12em;
}
.fa-6 {
    font-size: 20em;
}
/* =================================
FONTAWESOME END
====================================*/
/* =================================
pages pages START :D lol
====================================*/
div.pages-container {
    width: 96%;
    margin:auto;
    background: white;
    padding: 20px;
}
div.pages-container h2{
    font-size: 25px;
    margin-top: 5px !important;
}
div.pages-container p{
    text-align: justify;
    line-height: 1.75em;
    padding-top: 5px;
  
}
div.pages-container .font-size12{
    font-size:12px;
}
table.company-info{
    width: 100%;
}
table.company-info tr{
}
table.company-info tr th{
    background-color: #eee;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
table.company-info tr td{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.img-product.text-center img {
    width: 100%;
    height: 200px;
}
div.img-product{
    height:200px; 
    background-position: center center;
    background-size: cover;
}
div.img-product:hover{
     opacity: 0.8;
}
p.descri {
    min-height: 160px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 2;
    margin-bottom: 0;
}
.pc-view p.descri{
       min-height: 160px;
}
p.descri a {
    color: rgb(17, 17, 17);
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.valign-middle{
    vertical-align: middle !important;
}
/* =================================
pages pages END :D lol
====================================*/
/* =================================
PROFILE PAGE START
====================================*/
.profile > div{
    padding-left: 0px;
    padding-right: 0px;
}
.profile .profile-img{
    display: block;
    border-radius: 50% !important;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: auto;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.profile-img-users{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.profile body {
    height: 0 !important;
}
.profile .rating_list{
    font-size: 12px;
    color: #8d8b8b;
}
.profile .rating_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.profile .rating_list ul li{}
.profile .rating_list ul li label{
    font-size: 16px;
    color: #8d8b8b;
}
.profile .list{
    border-bottom: 1px dashed #d1d1d1;
    background-color: #f8f8f8;
    padding: 10px;
}
.profile .tab-user-data > .tab-content > .tab-pane:nth-child(2) .list,
.profile .tab-user-data > .tab-content > .tab-pane:nth-child(3) .list {
    padding-bottom: 0px;
}
.profile .tab-pane .rating_list:nth-child(odd) > .list {
    background-color: #fff;
}
.profile .prof-con{
    display: inline-block;
    width: 75px;
    padding: 0;
    font-size: 12px;
    margin-right: 10px;
}
.profile .prof-info{
    display: inline-block;
    width:85%; 
    /*width:calc(110% - 157px);*/
    width:calc(110% - 180px);
    vertical-align: top;
    word-wrap: break-word;
}
.profile .prof-con > a {
    text-align: center;
    display: block;
}
.profile .prof-con > a > img {
    display: block;
    margin: auto auto 10px
}
.profile .prof-con > a:hover > img {
    opacity: 0.8;
}
.profile .prof-con .prof-small {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}
.profile .profile .prof-small{
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    border-radius: 50px;
}
.profile .tab-user-data p,
.profile .tab-user-data .average_rating,
.profile .tab-user-data .average-rating-container {
    margin-bottom: 0px;
}
.profile .pagination-navigation{
    margin: 10px 0;
    font-size: 12px;
}
.profile .pagination-navigation > button{
    font-size: 12px;
    padding: 5px 6px;
    border-radius: 3px;
}
.profile .pagination-navigation .prev{}
.profile .pagination-navigation .next{}
.profile .average_rating{
    margin-bottom: 10px;
}
.profile .rating {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.profile .rating li {
    padding: 1px;
    color: #ddd;
    text-shadow: .05em .05em #aaa;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}
.profile .rating li i {
    font-size: 20px;
}
.profile .rating li.filled {
  color: #ffd700;
}
.profile .rating.readonly li.filled {
  color: #666;
}
.profile .average-rating-container {
  position: relative;
  height: 25px;
  width: 63px;
  overflow: hidden;
  margin: 5px auto;
}
.profile .average-rating-container .background,
.profile .average-rating-container .foreground {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.profile .birthdate-c{
    width: 100%;
}
.profile .birthdate-c select{
    width: 30.5% !important;
    display: inline-block !important;
    float: none !important;
}
.profile .tab-content>.active{
    background-color: #fff;
}
.profile .editpic-con{
    position: absolute;
    left: 0;
    right: 0;
    top: -68px;
    bottom: 0;
    position:relative;
    margin: auto;
    width: 104px;
    height: 32px;
    background-color: rgba(94, 94, 94, 0.6);
    border-radius: 0px;
    padding: 7px 4px;
    color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: all;
}
.profile .editpic-con:hover{
    background-color: rgba(133, 131, 131, 0.6);
    color: #fff;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: all;
}
.profile .editpic-con:visited,
.profile .editpic-con:focus{
    color: #fff;
    text-decoration: none;
}
.profile .profile-img{position: relative;}
.profile .glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
.profile .btn,.editpic-con {
    border-radius: 0;
}
.profile .hide-blog-btn{
 display:none;
}
.profile span.profile-img:hover {
    cursor: pointer;
}
.profile span.prof-small:hover {
    opacity: .8;
}
.profile .bg-success{
    background-color:#dff0d8;
    padding: 15px; 
    margin-bottom: 20px;
}
.profile .has-error{
    border:1px solid #843534;
}
.profile .show-edit{
    display:none;
}
.profile .word-break{
    word-wrap: break-word;
    word-break: break-all;
}
.profile table.tbl_blogs tr:nth-child(odd) td{
    background: #eee;
}
.profile table.tbl_blogs tr:nth-child(even) td{
    background: #fff;
}
.profile table.tbl_blogs ) td{
}
.profile table.tbl_blogs   a.btn.btn-success {
line-height: 1.40em;
}
.profile  li.disabled,.profile li.disabled a{
     cursor: not-allowed;
}
.profile .tbl_blogs .top8 {
    position: absolute;
    top: 8px;
    position: relative;
}
.profile .w30p{
    width:30%;
}
.profile .pagination {
   cursor: pointer;
}
.profile a.highlight{
    background-color: #337ab7 !important;
    color:#ffffff !important;
}
.profile span.profile-img:hover {
    opacity: 0.9;
}
.profile h2,.profile span,.profile p,.profile table,.profile span#ref_linklbl,.profile input#ref_link{
    color:#222;
}
.profile .fs25{
    font-size:25px;
}
.profile .tbl_blogs p, .profile .tbl_blogs a {
    line-height: 1.75em;
    margin-bottom:0 !important;
}
.profile .tbl_blogs a.word-break{
    width: 100%;
    display: block;
}
.profile .tbl_blogs {
    font-size: 16px;
}
.profile textarea#content,.profile textarea#introduction {
    resize: vertical;
}
.profile .mtop8{
    margin-top: 8px;
}
.profile .mtop13{
    margin-top: 13px;
}
.profile .mtop15{
    margin-top: 15px;
}
.profile p#eb_error_msg {
    font-size: 16px;
}
.profile form#editUserID {
    font-size: 16px;
}
.profile .mwidth29{
    max-width: 29%;
}
.profile label#male,.profile label#female  {
    font-weight: normal;
}
.profile .ptop15{
    padding-top: 15px;
}
.profile .bold{
    font-weight:bold;
}
.profile .ta-left{
    text-align: left;
}
.profile .fr{
    float:right;
}
.profile .addBlogPost {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.profile #male,.profile #female{
    cursor:pointer;
}
.profile .tbl_profile{
    border: 1px solid #ddd;
}
.tbl_profile .col-md-3 {
    background-color: #eee;
}
.rating-con .glyphicon {
    color:#ffd700;
}
.profile .star-icon{
    color:#ffd700 !important;
}
.profile li.star.ng-scope {
    cursor: default;
}
/* =================================
PROFILE PAGE END
====================================*/
/* =================================
REGISTRATION START
====================================*/
.registration {
    width: 90%;
    margin:auto;
}
.registration .form-control{
    border-radius: 0;
    height: 40px;
}
.registration .height100 {
   height: 100px;
}
.registration .btn-primary {
   padding: 15px;
}
.registrationBtn{
    height: 42px;
    border-radius: 0px !important;
    font-size: 16px !important;
}
/* =================================
REGISTRATION END
====================================*/

/* =================================
PRODUCTS START
====================================*/
table.product-info{
    width: 100%;
    margin-top: 10px;
}
table.product-info tr{
}
table.product-info tr th{
    background-color: #eee;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
table.product-info tr td{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.currency{
    color:red;
}
.product_name{
    height: 37px;
    font-size: 25px;
    color:#222;;
}
p.descri:hover {
    opacity: .9;
}
/* =================================
PRODUCTS ENDS
====================================*/
/* =================================
BLOG START
====================================*/
.blog-content{
    margin-bottom:15px;
}
div.blog-content p {
    padding: 0px;
    margin: 0px;
    padding: initial;
    margin: initial;
}
div.blog-content img {
    max-width: 100%;
}
/* =================================
BLOG ENDS
====================================*/
/* =================================
COMMON START
====================================*/
.pc-view{
    display: block;
}
 .mobile-view{
    display: none;
}
 .hide-on-755{
    display: block;
}
 .show-on-755{
    display: none;
}
 .hide-on-431{
    display: block;
}
 .show-on-431{
    display: none;
}
.word-break{
    word-wrap: break-word;
    word-break: break-all;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}
.w100p{
    width:100%;
}
.text-bold{
    font-weight: bold;
}
.rating_list.ng-scope {
    font-size: 16px;
}
.bx-wrapper .bx-controls-direction a{
    z-index: 1 !important;
}
.p20und{
     padding: 20px 0px !important;
}
.cp{
    cursor:pointer;
}
.mleft93{
    margin-left: 93px;
}
.mleft15{
    margin-left: 15px;
}
.font-size14{
    font-size: 14px !important;
}
.font-size16{
    font-size: 16px;
}
.font-size20{
    font-size: 20px !important;
}
.font-size19{
    font-size:19px !important;
}
.ta-center{
    text-align:center;
}
table.info{
    width: 100%;
    margin-top: 10px;
}
table.info tr{
}
table.info tr th{
    background-color: #eee;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    width: 30%;
}
table.info tr td{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.line-wrap{
    white-space: pre-line;
}
.pc-view .logo-con {
    padding: 20px 0;
}
.page-header-titles {
    border-left: 5px solid #011F61;
    font-weight: bold;
    font-size: 25px;
    padding-left: 10px;
    line-height: 40px;
    margin-top: 30px;
    display: block;
    color:#222;
}
.mbot0{
    margin-bottom:0 !important;
}
.pre-line{
    white-space: pre-line;
}
.mobile-menu-logo img,
.logo-con img{
    width: 200px;
}
.table{
    display: table;
}
.bg-initial{
    background-size: initial !important;
    background-repeat: no-repeat !important;
}
.pagination{
    margin-top: 0px;
    margin-bottom: 35px;
}
.product-list{
    margin-bottom: 30px;
}
.btn-orange {
    background: #F15C22;
    color: #fff;
}
.btn-orange:hover,.btn-orange:active{
    color:#fff;
    background: #d8470e;
}
.add-prod-head a.btn{
    margin: 20px 0px;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
table.table.uproduct-tbl-modal.responsive td:nth-child(1){
    max-width:45%;
}
table.table.uproduct-tbl-modal.responsive td:nth-child(4){
    min-width: 130px;
}
.required-symbol{
    color:red;
}
.tab-spacer-768{
    display: none;
}
.add-prod-form .control-label{
    padding-left: 0px;
    padding-right: 0px;
}
.label{
    font-size: 15px;
}
.margin-top10{
    margin-top: 10px;
}
.prod-add-note{
    margin-top: 15px;
  }
  p.cinamon{
    float: right;
    text-align: left;
    word-break: break-all;
  }
/* =================================
COMMON END
====================================*/

/* =================================
EDIT BOOTSTRAP START
====================================*/
.btn-primary {
    background-color: #0E7AC4;
    border-color: #0E7AC4;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #0E7AC4;
    border-color: #0E7AC4;
}
.alert-success {
    color: #3c763d !important;
}
/* =================================
EDIT BOOTSTRAP END
====================================*/

/* =================================
FOOTER START
====================================*/
footer{
    text-align: center;
}
footer.footer .first,
footer.footer .second{
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}
footer.footer .first {
    text-align: left;
    text-align: initial;
    padding: 15px;
}
footer.footer .first > * {
    margin: 0px;
    padding: 0px;
    margin: initial;
    padding: initial;
}
footer.footer .first img {
    max-width: 100% !important;
    height: auto !important;
}
footer.footer .second{
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 0px;
    padding: 20px 0px;
}
footer.footer > div{
    margin-bottom: 30px;
}
p.copy-right{
    padding: 70px 0px;
    display: block;
    text-align: center;
    width: 100%;
    left: 0;
    margin: 0;
    right: 0;
    color: #fff;
    margin-top: 75px;
    background: #B7B7B7; 
}
div.footer-box{
    padding: 45px 0px;
    display: block;
    width: 100%;
    left: 0;
    margin: 0;
    right: 0;
    color: #fff;
    margin-top: 75px;
    border-top: 5px solid #bdbebf;
}
div.footer-box div.footer-box-wrapper{
    max-width: 1000px;
    margin: 0 auto;
}
div.footer-box div.footer-box-wrapper div.footer-box-con{
    width: 47.5%;
    padding: 30px;
    border-radius: 10px;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(1){
    padding: 0px;
    float: left;
    border: 1px solid #eee;
    
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(2){
    padding: 0px;
    float: right;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(2) ul{
    width: 50%;
    float: left;
    padding-left: 0px;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(1) a{
    padding: 81px 30px;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background-color: #0EBFE9;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(1) a:hover{
    background-color: #0099CC;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(2) ul li{
    width: 100%;
    list-style: none;
    text-align: left;
    line-height: 1.75em;
    font-size: 16px;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(2) ul li.list-title{
    color: #222;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #777;
    margin-bottom: 15px;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(1) p a{
    color: #fff;
    font-weight: bold;
}
div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(2) ul li a{
    font-weight: normal;
    padding-left: 15px;
}
p.cr-bottom{
    width: 100%;
    text-align: center;
    color: #222;
    padding: 15px 0px;
    margin-bottom: 0px;
}
/* =================================
FOOTER END 
===================================*/




/* =================================
PRODUCT ADD  START 
===================================*/
.product-add-page h1 {
    margin-top: 0px;
}
.product-add-page #draft-con .drafts {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0px 0px 20px 0px;
}
.product-add-page #draft-con ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table-row;
}
.product-add-page #draft-con li {
    display: table-cell;
    text-align: center;
}
.product-add-page .img-wrapper {
    position: relative;
}
.product-add-page .remove_mark{
    color: #D9534F;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.product-add-page .cursor_p{
    cursor: pointer;
}
.product-add-page .btn-con button {
    padding: 10px;
    margin-right: 5px;
    min-width: 150px;
}
.product-add-page .alert-danger {
    width: 83%;
    margin: 25px auto;
}
.product-add-page #price input {
    display:inline-block;
    width:90%;
}
.product-add-page #service_type {
    vertical-align: middle;
    padding: 5px 15px;
}
.product-add-page form textarea {
    resize:none;
}
.product-add-page .bg-50p {
    background-size: 50% !important;
    background-repeat: no-repeat !important;
}
.category_modal .modal-body .form-group label.ng-binding {
    color: red;
    font-weight: normal;
    font-size: 14px;
}
.product-add-page .prod-add-img{
    display: inline-block;
}
.product-add-page .img-thumbnail{
    height:229px;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 15px;
    background-repeat: no-repeat;
}
.product-add-page .input-loading{
    position:absolute;
    top:50%;left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.product-add-page .im-wrapper-sub{
    display: block;
}
.product-add-page .ptop10{
    padding-top: 10px;
}
.product-add-page .w113px{
    width: 113px;
}
.product-add-page .color-red{
    color:red;
}
.product-add-page .w133px{
    width: 133px !important;
}
.product-add-page .pleft0{
    padding-left:0;
}

/* =================================
PRODUCT ADD  END 
===================================*/

/* =================================
PROFILE USERS PAGE START
===================================*/
.users-profile-info {
    margin-bottom: 20px;
}
.users-profile-info .tab-content {
    margin-bottom: 20px;
}
.users-profile-info .table.info {
    margin-top: 0;
    margin-bottom: 0;
}
.users-profile-info .rating_list {
    text-align: left;
}
.profile .users-profile-info .pagination-navigation,
.profile .users-profile-info .pagination-navigation .pagination {
    margin-bottom: 0;
}
/* =================================
PROFILE USERS PAGE END
===================================*/

/* =================================
RESPONSIVE START
===================================*/
@media screen and (max-width:768px){
   .table-border-none tr{
        border:none !important;
    }
    p.descri {
        min-height: 200px;
    }

}


@media screen and (max-width:767px){
    html, body {
        left: 0 !important;
        transition: none !important;
    }
    body.sidr-open{
        overflow: hidden !important;
    }
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    } 
    div.pages-container {
        width: 100%;
        margin: auto;
        padding:15px;
    }  
    .content{
        width: 90%;
        margin-left: auto !important;
        margin: auto;
        top:0;
    }
    .content.withdraw-add-page.clearfix,.content.withdraw-page.clearfix {
        width: 100% !important;
    }
    .logo-con{
        text-align: left;
    }
    .mobile-menu-logo img, .logo-con img {
        width: 185px;
    }
    .product-list li {
        width: 47.9% !important;
    }
    .footer .third img {
        vertical-align: middle;
        width: 100%;
    }
    p.copy-right,p.cr-bottom {
        font-size: 13px;
    }
    #star{
        left: 150px;
        top: 30px;
    }
    .sidr {
        box-shadow: none !important;
        background: #B7B7B7;
    }
    .sidr ul li:hover>a, 
    .sidr ul li:hover>span,
    .sidr ul li.active>a, 
    .sidr ul li.active>span,
    .sidr ul li.sidr-class-active>a,
    .sidr ul li.sidr-class-active>span {
    box-shadow: none;
    }
    .sidr ul li {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .sidr ul {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .sidr ul li a, .sidr ul li span {
        color: #fff;
        font-weight: bold;
    }
    .sidr .mobile-menu-logo img {
        width: 185px;
    }

    .sidr .fa.fa-times-circle-o {
        color: #fff !important;
    }
    .mobile-menu{
        font-size:16px;
    }
    .mobile-menu-logo{
        font-size:20px;
    }
    .pc-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
    .btn{
        width: 100%;
    }
    .confirm_registration .btn-orange{
        width: 100% !important;
    }
    .logo-con {
        margin-bottom: 15px;
    }
    a.btn.btn-primary,a.btn.btn-success {
         margin-bottom: 10px;
    }
    .footer-box {
        width: 90%;
        margin: auto;
    }
    .second img{
        width:100%;
    }
    button.btn.btn-primary.editUserclass.btn-save-profile {
        margin-bottom: 10px;
    }
    div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(1) {
        float: none;
        margin: auto;
    }
    div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(2) {
        float: none;
        margin: auto;
    }
    div.footer-box div.footer-box-wrapper div.footer-box-con {
        width: 84.5%;
        margin-bottom: 30px !important;
    }
    div.footer-box div.footer-box-wrapper div.footer-box-con:nth-child(2) ul {
        width: 100%;
        margin-top: 10px;
    }
    .login-top .list-inline {
        margin-top: -25px;
    }
    .login-top .ng-scope.ng-binding {
        top: -36px !important;
        right: 6px !important;
        font-size: 16px;
        position: relative;
    }
    li.uib-tab.nav-item.ng-isolate-scope {
        width: 100%;
    }
    .container h2,.container h1,.pages-container h2{
        font-size: 20px !important;
    }
    .top.content {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }
    .footer {
        width: 100%;
        margin: auto;
        padding-top: 15px;
    }
    .modal-dialog .btn.btn-warning {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }
    /*profile users*/
    .profile .prof-con {
        float: none;
        margin: auto;
    }
    .profile .addBlogPost {
        width: 100%;
        margin: auto;
    }
    .profile .tbl_blogs p{
        line-height: 2.3em;
        position: absolute;
        left: 0px;
        position: relative;
        width: 100%;
        margin: auto;
    }
    .profile .btn-save {
        margin-left: 0;
        margin-bottom: 10px;
    }    
    .profile-img-users {
        margin: auto;
        margin-bottom: 15px;
    }
    .profile button.add-blog-btn.btn.btn-primary.pull-right {
        float: none !important;
        margin-top: 15px;
    }
    .profile p#eb_error_msg {
        margin-top: 15px;
    }
    .profile .nav-tabs>li.active>a,.profile .nav-tabs>li.active>a:hover,.profile .nav-tabs>li.active>a:focus {
        border-bottom: 1px solid #ddd;
        margin: 0px;
    }
    .profile button.add-blog-btn.btn.btn-primary.pull-right {
        margin-bottom: 10px;
    }
    .profile #addCategory .text-right {
        text-align: left;
    }
    .profile .tbl_blogs .btn {
         margin-bottom: 5px !important;
    }
    .profile .mobile-tbl-bordered{
        border: 1px solid #ddd;
    }
    .profile .birthdate-c select {
        width: auto !important;
    }
    .profile .tbl_blogs {
        font-size: 16px;
        background: #fff;
        padding: 15px;
        border: 1px solid #eee;
        width: 100%;
        margin: auto;
        margin-bottom: 15px;
    }
    .ref-link{
        margin-bottom: 15px;
        width: 100%;
        margin-top: 15px;
    }
    .detail .input-group{
        width: 100%;
        margin-top:20px;
    }
    .detail table.product-info tr th, table.info tr th{
        border-right: 1px solid #ddd;
    }
    .detail .img-product.img-responsive {
        margin: auto;
    }
    #socialMedia {
        text-align: center;
    }
    .registration {
        width: 90%;
        margin:auto;
    }
    .registration #year, #month{
        margin-bottom: 15px;
    }
    .registration .btn-primary {
        padding: 5px !important;
        width: 100% !important;
        margin-top: 0;
    }
    .registration .mright100{
        margin-right:0;
    }
    .registration .mleft64{
          margin-left: 0px; 
    }
    .confirm_registration {
         width: 100% !important; 
        padding-left: 15px;
        padding-right: 15px;
    }
    .confirm_registration .text-right {
         text-align: left;
    }
    .confirm_registration .btn-primary {
        width: 100% !important;
    }
    .confirm_registration hr{
        display: none;
    }
    .confirm_registration .form-group {
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    .confirm_registration .checkbox-label-align.inline-block {
        display: table;
        font-size: 12px;
        margin: auto;
        margin-bottom: 15px;
    }
    .registration .validation_message {
        width: 100% !important;
        float: none !im;
    }
    .contactContainer {
        width: 100% !important;
        margin-left: auto !important;
        margin: auto;
        top: 0;
    }
    .detail .bx-wrapper a.bx-prev, .bx-wrapper a.bx-next {
        display: none;
    }
    select#select_cat {
        margin-bottom: 10px;
    }
    .withdraw-detail.content.container-fluid {
        width: 100% !important;
        background: #fff;
    }
    .withdraw-detail-inner {
        width: 90%;
        margin: auto;
    }
    .mobile-padding0{
        padding:0 !important;
    }
    p.descri {
        margin-bottom: 0;
        min-height: 165px;
    }
    .sns-registration-con{
        margin-top:15px !important;
    }
    footer.footer > div {
       margin-bottom: 15px !important;
    }
    .modal-header .close {
       margin-top: 0px !important;
    }
    div.footer-box, div.footer-box-con {
      padding-top: 30px;
    }


/* =================================
MOBILE PRODUCT ADD START
===================================*/    
    .product-add-page.content{
    }
    .product-add-page .btn-con button {
        margin-right: 0px;
    }
    .product-add-page .pull-xs-right{
        float:right !important;
    }
    .product-add-page .tab-pull-none{
        float:none;
    }
    .product-add-page .alert-danger {
        width: 100%;
        margin: 25px auto;
    }
    .category_modal .modal-footer{
        padding: 10px 15px !important;
    }
    .category_modal .modal-footer button{
        margin-bottom: 10px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
/* =================================
MOBILE PRODUCT ADD END
===================================*/

}
@media screen and (max-width: 755px) {
    .hide-on-755{
       display: none;
    }
    .show-on-755{
       display: block;
    }
}
@media screen and (max-width: 616px) {
    
    .product-list li {
       width: 98.9% !important;
    }
    div.img-product {
        height: 450px;
    }
}
@media screen and (max-width: 495px) {
    select#select_cat {
        width: 100%;
    }
    #sel-cat-con .btn{
        width: 100%;
        margin-top: 5px;
    }
}
@media screen and (max-width: 443px) {
    .profile .tbl_blogs .col-md-4{
        float: left;
        width: 33%;
    }
    button.btn-save.btn.btn-primary {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:425px){
    .detail.content {
        width: 100%;
        margin: auto;
    }
    .product-list li {
        width: 95% !important;
    }
    div.img-product {
        height: 266px;
    }
 
    .sns-registration-con {
        margin-top: 15px;
        width: 100%;
        margin: auto;
    }
    .modal-content h3{
        font-size:18px;
    }
    .modal-content label, .modal-content a, .modal-content .btn{
        font-size: 14px;
    }
    .registration .mleft64{
        margin-left:0;
    }
    .registration .mright100 {
        margin-right: 0;
    }
}
@media screen and (max-width: 375px) {
    .product-list li {
        width: 99% !important;
    }
    footer.footer > div {
        margin-bottom: 10px;
    }
    div.img-product {
        height: 220px;
    }
    select#select_cat {
        width: 100%;
    }
    #sel-cat-con .btn{
        width: 100%;
        margin-top: 5px;
    }
    .profile .col-md-3,.profile .col-md-9{
        padding: 0;
    }
    .profile .prof-info {
        width: 70%;
    }
    .profile .addBlogPost {
        width: 100%;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
    #addCategory label{
        margin-top: 0px !important;
        margin-left: 0px  !important;
    }
    /*product detail*/
     .detail .bx-viewport,.detail ul.bxslider li .sliderImage {
        height: 335px !important;
    }
    .detail .bx-viewport{
        height: 100% !important;
    }
    .blog-content {
       padding: 1px 20px;
    }
    #loginErrors li {
        font-size: 12px;
    }

}
@media screen and (max-width: 320px) {
    .detail .bx-viewport,.detail ul.bxslider li .sliderImage {
        height: 280px !important;
    }
    .detail .bx-viewport{
        height: 100% !important;
    }
    .profile .prof-info {
        width: 65%;
    }
     .confirm_registration .checkbox-label-align.inline-block {
        font-size: 10px;
    }


}

/* =================================
RESPONSIVE END
===================================*/
.modal-body{
    max-height: 515px;
}