* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab1 {
    float: left;
    background-color: #fbfbfb;
    width: 25%;
    box-shadow: 0px 0px 2px gainsboro;
}
.pinco{
 width:210px !important;
}
/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    text-align:center;
}
.thea{
    background: #e67c00;
}
.thea th{
    color:white;
    border: 1px solid #d27201 !important;
}
.cat_name1{
    position: relative;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 100%;
    height: 200px;
}
.cart{
float:right;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ff8e0a;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 16px 12px;
    border: none;
    width: 75%;
    border-left: none;
}
.modal-content{
    width: 100%;
    float: left;    margin-top: 40px;
}
.modal-header{
    width: 100%;
    float: left;
    padding: 0px;
}
.modal-dialog {
    width: 60%;
}
.adf{
        width: 81px;
    height: 81px;
    background: url(../images/customer.png);
    background-repeat: no-repeat;
    margin: 0px auto;
        background-position: 0px 0px;
}
.active .adf{
    
        background-position: 0px -97px;
}

.active h3{
    color:white;
}
.adf1{
        width: 81px;
    height: 81px;
    background: url(../images/saller.png);
    background-repeat: no-repeat;
    margin: 0px auto;
        background-position: 0px 0px;
}
.active .adf1{
    
        background-position: 0px -84px;
}
.adf2{
        width: 81px;
    height: 81px;
    background: url(../images/affiliates.png);
    background-repeat: no-repeat;
    margin: 0px auto;
        background-position: 0px 0px;
}
.active .adf2{
    
        background-position: 0px -70px;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fe8e0b;
    background-color: transparent;
    border-color: transparent;
    border-bottom: none;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}
.tab-content>.active {
    display: block;
    opacity: 1;
}
.ha{
    color: #7f7e7e;
    text-transform: uppercase;
    font-size: 17px;
    margin-left: 31px;
}
.nav-tabs {
    border-bottom: none;
}
label {
    color: #7f7e7e;
    font-size: 15px;
    font-weight: normal;
}
input[type=text]{
          border-radius: 0px;
    box-shadow: 0px 0px 2px #b5b5b5;
    border: none;
    font-size: 16px !important;
    height: auto;
    padding: 9px 15px;
}
input[type=password]{
           border-radius: 0px;
    box-shadow: 0px 0px 2px #b5b5b5;
    border: none;
    font-size: 16px !important;
    height: auto;
    padding: 9px 15px;
}
input[type=email]{
           border-radius: 0px;
    box-shadow: 0px 0px 2px #b5b5b5;
    border: none;
    font-size: 16px !important;
    height: auto;
    padding: 9px 15px;
}
input[type=tel]{
           border-radius: 0px;
    box-shadow: 0px 0px 2px #b5b5b5;
    border: none;
    font-size: 16px !important;
    height: auto;
    padding: 9px 15px;
}
.wfe{
    padding: 30px;
        float: left;
    width: 100%;
}
.sbtt{
        width: 45%;
    background: #ff8e0a;
    border: none;
    padding: 7px !important;
    float: left;
    font-size: 20px;
    color: white;
    opacity: 1;
    border-radius: 0px !important;
    margin-top: 12px;
}

.sbtt1{
          width: 53%;
    background: #ffffff;
    border: none;
    padding: 8px !important;
    float: right;
    font-size: 16px;
    color: #ff8e0a;
    opacity: 1;
    border-radius: 0px !important;
    margin-top: 12px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid gainsboro;
}
.sbtt1:hover{
    color:white;
    background: #ff8e0a;
}
.form-horizontal .control-label {
    text-align: left;
}
#form-language .btn.btn-link.dropdown-toggle {
    padding: 5px 12px;
}
.close{
    position: absolute;
    float: right;
    padding: 0 8px !important;
    font-size: 34px;
    font-weight: normal;
}
.account-block{
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
}
@media(max-width:768px){
    .modal-dialog {
    width: 100%;
    margin: 0px;
}
label {
    font-size: 11px;
}
.padnone{
padding:0px !important;
}
.tab1 {
    width: 100%;
}
.tab button {
    width: 33.33%;
    float:left;
}
.adf {
    width: 44px;
}
.tabcontent {
    width: 100%;
}
.sbtt{
    width:100%;
}
.sbtt1{
    width:100%;
}
}
@media(max-width:479px){
.adf1 {
    width: 60px;
        background-position: 14px 10px;
    background-size: 47px;
height: 60px;
}
.adf2 {
    width: 60px;
        background-position: 14px 10px;
    background-size: 47px;
height: 60px;
}

.active .adf {
      background-position: 7px -45px;
    background-size: 47px;
}
.active .adf1 {
      background-position: 7px -40px;
    background-size: 47px;
}
.active .adf2 {
      background-position: 7px -40px;
    background-size: 47px;
}
.adf {
        width: 60px;
        background-position: 14px 10px;
    background-size: 47px;
height: 60px;
}
.wfe {
    padding: 10px 4px;
}
div#product-product {
    padding: 0px;
}
.pinco{
 width:130px !important;
}
#tabs_info {
    margin-top: 5px;
    float: left;
    padding: 0px;
}
select {
    padding: 9px 4px !important;
}
.btn-group.wish-comp {
    margin-top: 10px;
text-align:center;
}
.ds {
    margin-right: -1px;
}
.nav-tabs > li {
    padding-right: 0px;
}
}