/* MENU RESPONSIVE */

.hide-desktop {
		display:none !important;
}

.hide-mobile {
		display:none !important;
}
    
@media screen and (max-width: 991px) {

    .account-nav{
        display:none;
    }

    h2{
        font-size:16px !important;
    }

    .back-button{
        display:block !important;
        position:absolute;
        left:10px;
        top:-35px;
        color:black;
        z-index: 2;
        padding-top: 10px;
    }
    
    .hide-desktop {
    		display:block !important;
    		z-index: 2000;
    		margin-bottom: 20px;
    }
}

@media screen and (min-width: 992px) {

    .hide-mobile {
    		display:block !important;
    		z-index: 2000;
    		margin-bottom: 20px;
    }
    #dropdownMenuButton {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .mb-small-text{
        font-size:14px;
    }
    
    .mb-small-text-color {
        color: #666666
    }

    .tb-btn-info{
        min-width: 230px !important;
    }
}

    /*a {
        color:#141414 !important;
    }
    a:hover {
        color: #999 !important;
    }*/

.back-button{
    display:none;
}

.tb-row p {
	color: #666666;
	padding-top: 10px;
}

.owl-item p {
	padding-top: 0px;
}

/*NEW CLASSES*/

.textcolor1{
    color:#00263E;
}

.textcolor2{
    color:black !important;
}

.textcolor3{
    color:dimgray!important;
}

.control-border{
    /*border:1px solid #ced4da !important;*/
}

.under-text-error{
    position:absolute;
    color:firebrick;
    font-size:12px;
    display: contents;
}

.account-options li{
    list-style:none !important;
    margin-bottom:14px;
    border-bottom: 1px solid #fef5e4;
    padding-bottom: 2px;
    line-height: 24px;
}

.account-options li a{
    font-size:13px;
    color: #666666;
}

.account-options .selected{
    font-weight:bold;
}


/*BOOTSTRAP OVERRIDE*/


select{
    -webkit-appearance:auto !important;

}



.tb-zeroMarginPadding {
    margin: 0 !important;
    padding: 0 !important;
}

.tb-TitleNameSize {
    font-size: 18px;
}


.tb-btn-info {
		color: #fff;
    background-color: #001489;
    border-color: #001489;
}

.tb-btn-info.tb-disabled, .tb-btn-info:disabled {
  color: #fff;
  background-color: #001489;
  border-color: #001489;
}

.tb-btn-outline-info {
  color: #001489;
  border-color: #001489;
}

.tb-btn-outline-info:hover {
  color: #fff;
  background-color: #001489;
  border-color: #001489;
}

.tb-btn-outline-info.tb-disabled, .tb-btn-outline-info:disabled {
  color: #001489;
  background-color: transparent;
}

.tb-btn-outline-info:not(:disabled):not(.tb-disabled):active, .tb-btn-outline-info:not(:disabled):not(.tb-disabled).tb-active,
.tb-show > .tb-btn-outline-info.tb-dropdown-toggle {
  color: #fff;
  background-color: #001489;
  border-color: #001489;
} 

.tb-btn-info:hover{
    
}

.tb-btn-info:focus {
    
}

.tb-btn-secondary{
    color: white !important;
    background-color: #00263E !important;
    /*border: none !important;*/
    border: 1px solid #00263E !important; /*++*/

    /*border-radius: 3rem !important;*/ /*--*/
    border-radius: initial !important; /*++*/
    padding: 10px 16px !important;
    font-size: 1.125rem !important;
    min-width:120px;
}

.tb-btn-secondary:hover{
    background-color: white !important;
    color: #00263E !important; /*++*/
}

.tb-form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #9e9c9c !important;
    /*    color: #495057;
    background-color: #fff;
    border-color: #00263E !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0,38,62,1) !important;*/
}

/*TEMPLATE SPECIFIC*/


.cust-check input.checkbox + label {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 36px;
    line-height: 18px;
    color: #666666;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    padding-top: 2px;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#login_tab .cust-check input.checkbox + label {
    color: #000;
    font-weight: 500;
}

.cust-check input.checkbox + label span {
    color: #C4C4C4;
}

.cust-check input.checkbox + label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D4D4D4;
    background: #fff;
    content: '';
}

.cust-check input.checkbox:disabled + label:before { 
    background: #a6a6a6;
}

.cust-check input.checkbox:checked + label:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #00263E;
    z-index: 9;
    content: '';
    background: #1B1919 url(/images/icon---check.svg) no-repeat center center;
}

.cust-check input.checkbox{
    display:none;
}


.username {
    font-size:17px;
}


.tb-btn,
button.tb-btn {
    background-color: #ffa500 !important;
    color: white !important;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    /*margin: 20px 13px 20px 0;
    padding: 13px 30px;*/
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: bottom;
    border-radius: 5px;
}

.tb-btn i,
button.tb-btn i {
	margin-left: 10px;
	font-size: 14px;
}

.tb-btn:before,
button.tb-btn:before {
/*	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	background-color: rgba(0, 0, 0, 0.07);
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;*/
}

    .tb-btn:hover,
    button.tb-btn:hover {
        color: #fff !important;
        background: #141414;
    }

.tb-btn:hover:before,
button.tb-btn:hover:before {
	/*background-color: rgba(0, 0, 0, 0.1);*/
}

    .tb-btn:focus{
        box-shadow:none;
    }

.tb-form-control {
    /*
    border: 1px solid #10100f;
    box-shadow: none;
    border-radius: 5px;
    transition: all 0.5s;
    color: #000;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 13px;
    line-height: 1.5;
    background-clip: padding-box;

    */

    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 16px;
    height: 55px;
    outline: 1px solid #b7b7b7;
    padding: 16px;
    width: 100%;
    font-size: 14px !important;
}

.tb-padding-bottom {
	padding-bottom: 20px
}

.acc-has-error{
    border:1px solid red !important;
}

@media screen and (min-width: 992px) {
	.row {
		display: flex;
	}
}

.hh2 {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #b6b6b61f;
    padding: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.main-bg .dropdown {
    margin: auto;
    /*width: 43%;*/
}


/*Για το mizuno δημιουργούσε 2ο βελάκι κατω γιαυτο και το εβαλα σε σχολιο*/

/*.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}*/

.dropdown-menu {
	width: 100%
}

.main-bg {
    margin-bottom: 50px;
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
	.acount-main-box {
		border: 1px solid #c0c0c0;
		margin-left: 20px;
		background: white;
		min-height: 430px;
	}

    .account-options-box {
        border: 1px solid #c0c0c0;
        max-height: 460px;
        background: white;
        padding: 20px;
        box-shadow: 0 0 3px 0 #666666;
    }
	}
	
	.main-bg {
		background: #FCFCFC;
	}
	
	.wishlist-div {
		min-width: 260px
	}

    
	
}

@media screen and (max-width: 991px) {
	.account-options-box {
		display: none !important;
	}
	
	.wishlist-div {
		margin: auto;
    float: none;
	}

    .main-bg{
        overflow:visible
    }

    .tb-dropdown {
        top: -30px;
    }
}

.tb-pl-2, .tb-px-2 {
    padding-left: 15px !important;
}
.tb-pr-2, .tb-px-2 {
    padding-right: 15px !important;
}

.tb-row hr {
	margin-top: 5px
}

/* Floating labels Start */
.has-float-label {
	display: block;
	position: relative
}

.has-float-label label,
.has-float-label>span {
	position: absolute;
	left: 4px;
	top: 4px;
	cursor: text;
	font-size: 75%;
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s
}

.has-float-label select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.has-float-label textarea {
	width: 100%
}

.has-float-label input,
.has-float-label select,
.has-float-label textarea {
	font-size: 14px;
	padding-top: 1.5em;
	margin-bottom: 2px;
}

.has-float-label .input-group input,
.has-float-label .input-groupselect,
.has-float-label .input-grouptextarea {
	font-size: 14px;
	padding-top: 1.5em;
	margin-bottom: 0px;
}

.has-float-label input::-webkit-input-placeholder,
.has-float-label select::-webkit-input-placeholder,
.has-float-label textarea::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s
}

.has-float-label input::-moz-placeholder,
.has-float-label select::-moz-placeholder,
.has-float-label textarea::-moz-placeholder {
	opacity: 1;
	transition: all .2s
}

.has-float-label input:-ms-input-placeholder,
.has-float-label select:-ms-input-placeholder,
.has-float-label textarea:-ms-input-placeholder {
	opacity: 1;
	transition: all .2s
}

.has-float-label input::placeholder,
.has-float-label select::placeholder,
.has-float-label textarea::placeholder {
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s;
	
}

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
	opacity: 1;
}

.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
	opacity: 1;
}

.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
	opacity: 1;
}

.has-float-label input:placeholder-shown:not(:focus)::placeholder,
.has-float-label select:placeholder-shown:not(:focus)::placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
	opacity: 1;
}

.has-float-label input:placeholder-shown:not(:focus)+*,
.has-float-label select:placeholder-shown:not(:focus)+*,
.has-float-label textarea:placeholder-shown:not(:focus)+* {
	opacity: 0;
}


.has-float-label input:placeholder-shown,
.has-float-label select:placeholder-shown,
.has-float-label textarea:placeholder-shown {
	font-size: inherit;
	/*padding-top: 0.5em;*/
}

.has-float-label input:placeholder-shown:focus::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:focus::-webkit-input-placeholder,
.has-float-label textarea:placeholder-shown:focus::-webkit-input-placeholder
{
	opacity: 0;
}

.has-float-label input:placeholder-shown:focus::-moz-placeholder,
.has-float-label select:placeholder-shown:focus::-moz-placeholder,
.has-float-label textarea:placeholder-shown:focus::-moz-placeholder
{
	opacity: 0;
}

.has-float-label input:placeholder-shown:focus:-ms-input-placeholder,
.has-float-label select:placeholder-shown:focus:-ms-input-placeholder,
.has-float-label textarea:placeholder-shown:focus:-ms-input-placeholder
{
	opacity: 0;
}

.has-float-label input:placeholder-shown:focus::placeholder,
.has-float-label select:placeholder-shown:focus::placeholder,
.has-float-label textarea:placeholder-shown:focus::placeholder
{
	opacity: 0;
}

.input-group-addon {
    padding: 6px 12px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #666666;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group .tb-form-control {
    border-radius: 5px;
    padding: 25px !important;
    /**/
/*    outline: none;
    height: 50px;
    background-color: #ffffff;
    border-color: #e4e4e4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #666666;
    padding: 0 20px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    border-right: 0px;*/
}


.tooltip > .tooltip-inner {
  background-color: #fef5e4;
  color: #666666;
  border: 1px solid #C0C0C0;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  width: 250px;
  min-width: 250px;
}

/* Floating labels End */

.tb-dropdown-menu{
    width:100% !important;
    top: 57px !important; 
}

.tb-align-center-text {
    text-align:center;
}

/*BADILA*/
.single-product-item .product-promo-text p {
    font-size: 14px;
    font-weight: 400 ;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "SFProText-Regular";
    color: #fff;
    padding-top:0px;
}
/*BADILA*/

.offset__wrapper .sec-padding.main-bg  {
    padding-top: 0px !important;
}


.nt_mb_menu, #nt_menu_id {
    padding: 0px;
}

hr{margin: 5px 0px !important;}


