/*
Author       : AlphaTeam
Template Name: AlphaTeam
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. FONTS
    02. GENERAL STYLE
    03. HEADER
    04. Footer
    05. AUTH PAGES
    06. HOMEPAGE
    07. SHOPPING PAGES
    08. BLOG
    09. COMPANY
    10. ACCOUNT
    11. BUYER
    12. SELLER

  =============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01. FONTS
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 02. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}

a , a:hover{text-decoration: none;}
li{list-style: none;}

.color-primary{color:#f57a1d;}
.color-black{color:#000000;}
.color-gray{color:gray;}
.color-white{color:#ffffff;}

.bg-primary{background:#f57a1d;}
.bg-black{background:#000000;}
.bg-gray{background:gray;}
.bg-white{background:#ffffff;}

.no-border{border:none !important;}
.no-shadow{box-shadow: none !important;}

.rtl{direction: rtl;}
.ltr{direction: ltr;}

.hide{display: none !important;}

.font-size-10{font-size: 10px !important;}
.font-size-12{font-size: 12px !important;}
.font-size-14{font-size: 14px !important;}
.font-size-16{font-size: 16px !important;}

.font-bold {font-weight: bold;}
.text-underline{text-decoration: underline;}

.pull-left{float:left !important;}
.pull-right{float:right !important;}



/*
* ----------------------------------------------------------------------------------------
* 03. HEADER
* ----------------------------------------------------------------------------------------
*/
.header__navbar-right{
    border-right:1px solid #b4b4b4;
    font-size: 15px;
    font-weight: 500;
    height: 35px !important;
}
.header__navbar-right .phone__number,
.header__navbar-right .topbar__button-label,
.header__navbar-right .topbar__button-title{
    font-size: 15px;
    font-weight: 500;
}
.header__navbar-right:last-child{
    border-right:none;
}
/*
* ----------------------------------------------------------------------------------------
* 04. FOOTER
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 05. AUTH PAGES
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. HOMEPAGE
* ----------------------------------------------------------------------------------------
*/
.homepage .contact-us .contact-us__header,
.homepage .contact-us .btn-primary{
    font-size: 16px;
    padding: 7px;
    border-radius: 5px;
}

.homepage .contact-us .form-group input,
.homepage .contact-us .form-group textarea{
    border-radius:5px;
    background: #fff;
    font-size:14px;
}
.homepage .contact-us .form-group input{
    /*height: 2.5em;*/
}
.homepage .contact-us .form-group.col-md-4:nth-child(1) input{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.homepage .contact-us .form-group.col-md-4:nth-child(2) input{
    border-radius: 0;
}
.homepage .contact-us .form-group.col-md-4:nth-child(3) input{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*
* ----------------------------------------------------------------------------------------
* 07. SHOPPING PAGES
* ----------------------------------------------------------------------------------------
*/
/* products : content */

/* products : sidebar */
select#SupplierCountry {
    background:#fff;
    margin-top:10px;
    height: 150px;
}
select#SupplierCountry option { padding-left:2em;  }
select#SupplierCountry option[value="italy"] {background:url('../images/languages/language-5.png') no-repeat;}
select#SupplierCountry option[value="german"]{background:url('../images/languages/language-3.png') no-repeat;}
select#SupplierCountry option[value="others"]{background:url('../images/languages/language-1.png') no-repeat;}


select#SupplierCountry::-webkit-scrollbar {
    width: 12px;
}

select#SupplierCountry::-webkit-scrollbar-track {
    background: #e6e6e6;
}

select#SupplierCountry::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 20px;
    border: 1px solid #cccccc;
}

/*
* ----------------------------------------------------------------------------------------
* 08. BLOG
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09. COMPANY
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 10. ACCOUNT
* ----------------------------------------------------------------------------------------
*/
.navbar-dashboard{

}
.navbar-dashboard .navbar-brand{
    border-right: 1px solid gray;
}
.container--max--full{
    max-width: 100%;
}


/* buttons */
.account-nav__title .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 34px;
}

.account-nav__title .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.account-nav__title .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    height: 22px;
    width: 44px;
}

.account-nav__title .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: #f57a1d;
    -webkit-transition: .4s;
    transition: .4s;
}

.account-nav__title input:checked + .slider {
    background-color: #fff;
}

.account-nav__title input:focus + .slider {
    box-shadow: 0 0 1px #eee;
}

.account-nav__title input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.account-nav__title .slider.round {
    border-radius: 34px;
    border: 1px solid #d8d8d8;
}

.account-nav__title .slider.round:before {
    border-radius: 50%;
}

/*
* ----------------------------------------------------------------------------------------
* 11. BUYER
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. SELLER
* ----------------------------------------------------------------------------------------
*/
