body{
	direction:ltr;
	padding:0;
}
.bg-grey{
	background-color:#f3f5f8;
}
.section-title{
    text-align: center;
    margin: 0 0 15px;
}
.section-title h2{
    color: #1180b0;
    text-transform: uppercase;
	margin:0;
}

#myBtnWhatsapp{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0bd561;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
#myBtnWhatsapp :hover{
    background-color: #F44336;
    box-shadow: 0px 2px 15px 0px rgba(252, 104, 2, 0.3);
    border-radius: 50%;
}
#whatsappImg{
    max-width: 100%;
    max-height: 100%;
}
.section-title span{
    display: inline-flex;
}
#myBtnWhatsapp{
    display: block;
    position: fixed;
    bottom: 20px;
    left: 4%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0bd561;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    z-index: 999;
}
#myBtnWhatsapp :hover{
    background-color: #F44336;
    box-shadow: 0px 2px 15px 0px rgba(252, 104, 2, 0.3);
    border-radius: 50%;
}
#whatsappImg{
    max-width: 100%;
    max-height: 100%;
}
.custom-card{
    background: white;
    margin-bottom: 20px;
    border: 1px solid #c5c5c9;
    border-radius: 5px;
    padding: 30px;
}
.custom-card.no-padding{
    padding: 0;
}
.custom-card .custom-card-title{
    color: #1180b0;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px solid #c5c5c9;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.custom-card .custom-card-title.black{
	color:#000;
}
.custom-card .custom-card-body{}
.flex-1{
	flex :1!important;
}
.flex-2{
	flex :2!important;
}
.flex-3{
	flex :3!important;
}
.flex-4{
	flex :4!important;
}
.flex-5{
	flex :5!important;
}
/*********************** buttons section **********************/
.btn-1{
    text-transform: uppercase;
    color: #1180b0;
    font-size: 18px;
    border: 1px solid;
    padding: 12px 30px;
    transition: all .3s ease-in-out;
    font-weight: normal;
	cursor:pointer;
}
.btn-1:hover{
	color: white;
	background: #1180b0;
}
.btn-2{
    color: #fff;
    background: #1180b0;
    font-size: 14px;
    border: 1px solid;
    padding: 12px 30px;
    transition: all .3s ease-in-out;
    font-weight: normal;
    border-radius:5px;
    cursor:pointer;
}
.btn-2:hover{
	color: #1180b0;
	background: transparent;
}
.link-1{
    color: #fe6b01;
    font-size: 16px;
    transition: all .3s ease-in-out;
    font-weight: normal;
    margin-top: 10px;
	cursor:pointer;
}
.link-1:hover{
    color: #1180b0;
}
.btn-white-orange{
    background: white;
    color: black;
    padding: 8px 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.btn-white-orange:hover{
    background: #fdad00;
    color: white;
}
.btn-grey{
    background: #f4f4f4;
    color: black;
    padding: 8px 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.btn-grey:hover{
    background: #008cbd;
    color: white;
}
.btn-blue{
    background: #008cbd;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
	border: 1px solid #008cbd;
    transition: all .3s ease-in-out;
}
.btn-blue:hover{
    background: #fff;
    color: #008cbd;
}
a.store-link1{
    color: #fff;
    background: #117faf;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 10px;
    width: 100%;
    transition: all .3s ease-in-out;
	cursor:pointer;
}
a.store-link1:hover{
    background-color: #17a2de;
    color:#fff
}
a.store-link2{
    color: #fff;
    background: #00152f;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    transition: all .3s ease-in-out;
	cursor:pointer;
}
a.store-link2:hover{
    background: #117faf;
}
a.store-link2.dlist-blue-btn{
    width: auto;
    padding: 10px 30px;
}
a.store-link2:focus{
	color:#fff
}
a.store-link3{
    width: 100%;
    display: flex;
    color: #117faf;
    background: white;
    text-decoration: none;
    justify-content: center;
    padding: 10px 15px;
    margin: 10px 0 0;
    border: 1px solid #117faf;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    height: 50px;
    transition: all .3s ease-in-out;
    cursor:pointer;
}
a.store-link3 img{
    transition: all .3s ease-in-out;
    width: 30px;
    margin-right: 14px;
}
a.store-link3:hover img{
    margin-right: 24px;
}
/*********************** buttons section **********************/
.form-element{
    border: 1px solid #c5c5c9;
    height: 40px;
    padding: 0 10px;
}
.form-element:focus{
    border-color: #1180b0!important;
}
.form-element.big{
	height:150px;
}
.form-element-radio{
    margin-right: 10px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    border: 1px solid #c5c5c9;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.form-element-radio input[type="radio"]{
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.form-element-radio label{
    position: absolute;
    background: #1180b0;
    left: 50%;
    top: 50%;
    transform: translate(-200%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0;
    transition: all .3s ease-in-out;
}
.form-element-radio input[type="radio"]:checked ~ label{
    transform: translate(-50%, -50%);
}
.form-element-check{
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #1180b0;
}
.form-element-check input[type="checkbox"]{
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index:1;
    border: 0;
}
.form-element-check i{
    position: absolute;
    background: #1180b0;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    transition: all .3s ease-in-out;
    color: white;
    line-height: 19px;
    text-align: center;
    visibility: hidden;
    border-radius: 3px;
    font-size: 11px;
}
.form-element-check input[type="checkbox"]:checked ~ i{
    visibility: visible;
}
.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.custom-modal{
    background: white;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    padding: 30px 30px 15px;
    display: flex;
    flex-flow: column;
    width: 450px;
    max-height: calc( 100vh - 150px );
    overflow-y: auto;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
}
.custom-modal.active{
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.custom-modal.active ~ .overlay{
    opacity: 1;
    visibility: visible;
}
.custom-modal .custom-modal-close{
    position: absolute;
    right: 0;
    top: 0;
    background: #1180b0;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 0 0;
}
.custom-modal .custom-modal-close i{
    font-size: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.custom-modal .custom-modal-close i:hover{
	color:#fe6b01
}
.custom-modal .custom-modal-title{
    color: black;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
.custom-modal .custom-modal-body{
    flex-flow: column;
    display: flex;
}
.custom-modal .form-control{
    height: auto;
    padding: 0;
    border: 0;
    box-shadow: unset;
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
}
.custom-modal .form-control label{
    display: flex;
    font-size: 16px;
    align-items: center;
}
.top-required{
    margin-left: auto;
    font-size: 13px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: normal;
}
.pop-up-message{
    position: fixed;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
	max-width:100%;
    background: white;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    border-radius: 2px;
    width: 400px;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease-in-out;
}
.pop-up-message.active{
	opacity:1;
	visibility:visible;
}
.pop-up-message ~ .message-overlay{
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
	opacity:0;
	visibility:hidden;
	transition:all .3s ease-in-out;
}
.pop-up-message.active ~ .message-overlay{
	opacity:1;
	visibility:visible;
}
.pop-up-message .message-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate3d(35%, -35%, 0);
    background: #4267b2;
    border: 3px solid #ffffff;
    cursor: pointer;
}
.pop-up-message .message-close i{
	font-size:13px;
	color:white;
}
.pop-up-message .message-text{
    margin: 0;
    padding: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.pop-up-message .message-btns{
    padding: 20px 30px 30px;
    display: flex;
    justify-content: center;
}
.pop-up-message .message-btns a{
    background-color: #1180b0;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
}
.pop-up-message .message-btns a:hover{
    background-color: #F44336;
}
[data-tooltip]{
    position: relative;
}
[data-tooltip]:before{
	content:attr(data-tooltip);
	position: absolute;
	left: 50%;
	top: -15px;
	width: 120px;
	padding: 8px 0;
	transform: translate3d(-50%,calc( -100% - 5px ), 0);
	background: #117faf;
	font-size: 12px;
	border-radius: 3px;
	z-index: 1;
	visibility:hidden;
	opacity:0;
	transition:all .3s ease-in-out;
	text-align: center;
	color: #fff;
}
[data-tooltip]:after{
	content:'';
	position: absolute;
	left: 50%;
	top: -5px;
	transform: translate3d(-50%,calc( -100% ), 0);
	border: 5px solid transparent;
	border-top-color: #117faf;
	z-index: 1;
	visibility:hidden;
	opacity:0;
	transition:all .3s ease-in-out;
}
[data-tooltip].right:before{
	left: -10px;
    right: auto;
}
[data-tooltip].right:after{
	right: 12px;
}
[data-tooltip]:hover:after,[data-tooltip]:hover:before{
	visibility:visible;
	opacity:1;
	transform: translate3d(-50%,calc( -100% + 10px ), 0);
}
.config-select {
    margin: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    padding: 0 15px 0 5px;
    border: 0;
}
div#currencies {
    margin-top: 10px;
}
.config-select{
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    display: flex;
    padding: 0 15px 0 5px;
    border: 0;
    height: 100%;
}
.config-select .fa-chevron-down{
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}
.config-select span{
    display: flex;
    align-items: center;
}
.config-select span img{
    width: 20px;
    margin-right: 6px;
}
.config-select .config-select-options.active{
	display:block
}
.config-select .config-select-options span{
    padding: 5px;
    transition: all .3s ease-in-out;
}
.config-select .config-select-options span:hover{
    background: #008cbd;
    color: white;
}
.config-select .fa-chevron-down {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}
.config-select .config-select-options {
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    width: 110px;
    display: none;
    border: 1px solid #e2e2e2;
    width: 100%;
    z-index: 9;
    padding: 13px 10px;
}
.config_select_def .config-select .fa-chevron-down {
    right: 10px;
    font-size: 17px;
    color: #c3c6cf;
}
.config-select .config-select-options.active {
    display: block;
}
.config-select span img {
    width: 20px;
    margin-right: 6px;
}
.config-select i {
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #c3c6cf;
    right: 5px;
    top: 2px;
    height: 100%;
    display: flex;
    align-items: center;
}
.config-select .config-select-options span {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.config-select .config-select-options span {
    margin-top: 10px;
}
.config-select .config-select-options span:first-child {
    margin-top: 0;
}
/******* shopping-cart **********/
.shopping-cart > i{
	color: #617083;
	font-size: 19px;
	margin-right: 10px;
}
.shopping-cart > img{position: static;}
.shopping-cart .cart-price{
	text-transform: uppercase;
	padding: 0 0 0 6px;
}
.shopping-cart .cart-count{
    position: absolute;
    top: 5px;
    left: 7px;
    height: 20px;
    width: 20px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    color: #008cbd;
    line-height: 22px;
    font-size: 15px;
    padding-right: 1px;
    font-weight: bold;
}
.navbar_right .shopping-cart .cart-count{
    top: -8px;
}
.dropdown-menu#cart-dropdown {
    width: max-content;
    padding: 20px;
    max-width: 100vw;
    display: block;
    right: 0;
    top: 81px;
    visibility:hidden;
    opacity:0;
    transition:all .3s ease-in-out;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    background: #ffffff;
    left: auto!important;
}
.dropdown-menu#cart-dropdown:before {
    bottom: 100%;
    right: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f2f2f2;
    border-width: 8px;
    margin-left: -8px;
}
.shopping-cart:hover .dropdown-menu#cart-dropdown{
    visibility:visible;
    opacity:1;
    top: 100%;
}
li:hover .dropdown-menu#cart-dropdown {
	visibility:visible;
	opacity:1;
    top: 100%;
}
#cart-dropdown #cart-container {
    margin: 0;
    background: transparent;
    padding: 0;
    border: 0;
}
#cart-container i{
	cursor:pointer;
	transition:all .3s ease-in-out;
}
#cart-container i:hover{
    color: #2884d2;
}
#cart-container .table thead th{
	border:0;
}
.shopping-cart .dropdown-menu#cart-dropdown a{
	font-size:15px;
}
.shopping-cart .dropdown-menu#cart-dropdown .table > thead > tr > th{
	padding:0.8em 1em;
	color: #fe8934;
	text-transform:uppercase;
	text-align:center;
	font-size: 12px;
}
.shopping-cart .dropdown-menu#cart-dropdown .table > tbody > tr > td{
	padding:0.8em 1em;
	text-align:center;
	font-size: 13px;
}
.shopping-cart .dropdown-menu#cart-dropdown .table > tbody > tr:last-child{
    border-top: 1px solid;
    font-weight: bold;
}
.shopping-cart .dropdown-menu#cart-dropdown .table > tbody > tr:last-child h5{
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
}
.shopping-cart .dropdown-menu#cart-dropdown .store-link1{
	width:auto
}
.shopping-cart .dropdown-menu#cart-dropdown .alert-info{
    margin: 0;
    width: 100%;
    min-width: 200px;
    padding: 15px 10px;
    text-transform: capitalize;
    font-size: 14px;
}
/******* margin.padding classes **********/
.main-loader{

    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
/******* welcome popup classes **********/
.welcom_message {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    z-index: 9999;
    background: white;
    opacity: 0;
    visibility: hidden;
	transition : all .3s ease-in-out;
}
/*body.active .welcom_message {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}*/
.welcom_message_image{
    background-image: url(../../../../assets/images/welcome-msg.jpg);
    display: flex;
    height: 100%;
    background-size: cover;
}
.welcom_message_close{
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #1180b0;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.welcom_message_close i{}
.welcom_message_title{
    color: black;
    font-size: 22px;
    margin: 10px 0;
}
.welcom_message_text{}
button.welcome_btn{
    padding: 11px 13px;
    border-radius: 0 6px 6px 0;
}
.welcome_email{
    background: #fff;
    border: 1px solid #e2e2e2;
    height: 45px;
    padding: 0 12px;
    width: 100%;
    border-radius: 6px 0 0 6px;
    border-right: 0;
}
#welcome_error{
    color: #d50000;
}
.mt-53{
	margin-top:53px;
}
/****************************************/
.p-30{
	padding:30px;
}
/****************************************/

.payment-cancelled{
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 45px 32px;
    border-radius: 40px;
}
.payment-cancelled .card-header{
	color : #FC5A5A;
}
.payment-cancelled a{
    text-decoration: underline;
}
.max-h-18{
	max-height:18px;
}
@media(min-width:768px){
	.hidden-sm{
		display:none;
	}
	.sm-affix{
		position:fixed;
	}
	.mobile-show{
		display:none!important;
	}
}
@media(max-width:768px){
	.hidden-xs{
		display:none;
	}
	.mobile-hidden{
		display:none!important;
	}
}
/* Just a comment */