﻿/*fonts*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
@import custom.scss;

body,
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    background: #f3f3f6;
    color: #434343
}

p {
    line-height: 1.8;
    color: #1d212ec9;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #1d212ec9;
    font-weight: 500;
}

.w-100 {
    width: 100%
}

.p-0 {
    padding: 0
}

.m-0 {
    margin: 0
}

.mb-30 {
    margin-bottom: 30px
}

a {
    color: #777
}

a:hover,
a:focus,
a:active {
    color: #014478;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
}

strong {
    color: #1d212ec9;
    font-weight: 400;
}

b {
    font-weight: 500;
    font-size: 16px;
}

.border-light {
    border: 1px solid #d0d7e3 !important;
}

.card-fluid {
    background: #fff;
    /* border-top: 1px solid #d0d7e3;
    border-bottom: 1px solid #d0d7e3; */
    padding: 40px 0;
}

.card-border {
    border-top: 1px solid #ddd;
}

.fa-blue,
.text-blue {
    color: #014478 !important
}

.fa-red,
.text-red {
    color: #f05a28 !important
}

.fa-black,
.text-black {
    color: #1d212e !important
}

.text-orange {
    color: #e97021 !important
}

.text-yellow {
    color: #c99914 !important
}

.text-pink {
    color: #d43262 !important
}

.text-bluegrey {
    color: #5b5c8c !important
}

hr {
    border-top: 1px solid #d0d7e3;
}

.card {
    /* border: 1px solid #d0d7e3; */
    border: unset !important;
    box-shadow: 3px 4px 8px 0 #eaeaec !important;
}


/*section{
	padding: 40px 0
	}*/

.section-title {
    color: #000000b3;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
}


/*carousel-fade effect*/

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right,
.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right,
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-control-next,
.carousel-control-prev {
    width: 45px;
    height: 45px;
    top: 50%;
    background-color: #28282c;
    transform: translateY(-50%);
}


/*slick*/

.slick-slide {
    outline: none
}

.slick-slide:hover h5 {
    color: #014478;
}

.slick-next,
.slick-prev {
    opacity: 0.5;
    width: 40px;
    height: 40px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    width: 40px;
    height: 40px;
    background: #fff;
}

.slick-next::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #014478;
}

.slick-prev::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #014478;
}

.nav.nav-tabs {
    float: left;
    display: block;
    border-bottom: 0;
}

.dropdown-menu {
    padding: 15px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.14);
}

.dropdown-menu a {
    padding: 5px 0 !important;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
    top: 30px;
}

.caret:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    font-weight: 900;
    border: none;
}

.caret-up:after {
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    font-weight: 900;
    border: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(46, 49, 146, .5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #014478;
    border-color: #014478;
}

.form-control:focus,
.custom-select:focus,
.custom-file-input:focus~.custom-file-label {
    color: #495057;
    background-color: #fff;
    border-color: #014478;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(46, 49, 146, .1);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background: #014478;
    border: 1px solid #014478;
    font-size: 16px;
    font-weight: 600;
}

.btn-primary:hover {
    color: #014478;
    /* background: transparent; */
    /* border: 1px solid #014478; */
    /* font-size: 16px; */
    /* font-weight: 600; */
    background: #fff;
}

.btn-secondary {
    color: #014478 !important;
    background: #ffffff;
    border: 1px solid #014478;
    font-size: 17px;
    font-weight: 500;
}

.header-part-2 .btn-secondary {
    border: none;
    font-weight: 500;
    padding: 9px 25px;
    background-color: #f05a28;
    color: #fff !important;
}
.post_by_req:hover{
    padding: 8px 25px !important;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #f05a28 !important;
    background: transparent;
    border: 1px solid #f05a28;
    padding: 9px 25px;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-info {
    color: #fff !important;
    background-color: #014478;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.btn-info:hover,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #f05a28;
    border: none;
    box-shadow: 1px 2px 8px #ffc7c7
}

.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}


/*go top*/


/*scroll*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 999;
    color: #eeeeee;
    width: 50px;
    height: 47px;
    line-height: 45px;
    right: 30px;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #014478;
    font-size: 20px;
}
.search-place.fixed hr{
    margin:0 0 5px 0;
}
.scroll-top-wrapper:hover {
    background-color: #f05a28;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}


/*checkbox*/

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #014478;
    background-color: #014478;
}

.form-check-inline .custom-checkbox {
    margin-right: 15px
}

.full .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .4) !important;
}

.column .header-part-2.fixed,
.sub-category .header-part-2.fixed {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 0px;
    z-index: 9999;
    padding: 5px 0px;
    box-shadow: rgb(190, 190, 190) 2px 4px 8px;
    transition: 0.3s all;
}

.column .header-part-2.fixed .logo,
.sub-category .header-part-2.fixed .logo {
    max-height: 45px;
}

.column .header-part-2.fixed .b2b-marketplace,
.sub-category .header-part-2.fixed .b2b-marketplace {
    display: none
}

.column .search-place.fixed {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 9999;
    /* padding: 5px 0px; */
    box-shadow: 1px 2px 3px #ddd !important;
    transition: 0.3s all;
}

.aside-sub-category.sticky-top {
    top: 145px;
}

.supplier-filter.sticky-top {
    top: 145px;
}

.card-custom {
    background: #fff;
    border: 1px solid #d0d7e3;
    padding: 15px
}

.mark,
mark {
    padding: 4px 14px;
    background-color: #f05a28;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
}

.tooltip-inner {
    background-color: #f05a28;
    font-size: 16px;
    font-weight: 600
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #f05a28 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #f05a28 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #f05a28 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #f05a28 !important;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-left-color: #f05a28 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #f05a28 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-left-color: #f05a28 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-left-color: #f05a28 !important;
}

.compare-basket.fixed {
    position: fixed;
    margin: 0 auto;
    width: 68%;
    top: 145px;
    background: #014478;
    border-radius: 5px;
    box-shadow: 0 -30px 0px #f3f3f6;
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover>.faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 5s ease infinite;
}

.modal {
    z-index: 999999;
}

.modal-backdrop {
    z-index: 99999;
}


/*autocomplete css*/

.autocomplete-suggestions {
    box-shadow: 0px 10px 15px 0px rgb(72 73 121 / 15%);
    font-size: 10px;
    text-indent: 15px;
    background-color: #fff;
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #60666d;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    cursor: default;
    overflow: auto;
    border:  1px solid rgba(141, 141, 141, 0.705); */
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}


/*sticky button*/

.sticky-button {
	opacity: 85%;
    position: fixed;
    bottom: 40%;
    right: 0;
    padding: 8px 8px 8px 10px;
    width: 3.4em;
    text-align: center;
    border-radius: 15px 0 0 15px;
}

.sticky-button ul {
    margin: 0
}

.sticky-button li {
    cursor: pointer;
    margin: 10px 0;
}

.sticky-button li a {
    padding: 8px;
    cursor: pointer;
    background: #f05a28;
    margin: 13px 0;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
}

.sticky-button li a:hover {
    background: #014478;
    border-radius: 5px;
}


/*help-block*/

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #e73d4a;
    font-size: 12px;
}


/*custom-modal modal*/

.custom-modal-form {
    padding: 2rem 1rem 1rem 1rem;
}

.custom-modal .modal-header {
    padding: 15px 0 5px 0;
    background: #014478;
    border-radius: 0;
    /* border-top: 5px solid #6264a2; */
    border-bottom: 1px solid #e2e2e2;
    flex-flow: wrap;
    text-align: center;
}

.custom-modal .modal-header p {
    width: 100%;
    color: #fff;
    font-kerning: normal;
    font-weight: 400;
}
}

.custom-modal .modal-body {
    padding: 0;
}

.custom-modal .modal-title {
    font-size: 26px;
    width: 100%;
    font-weight: 600;
    padding: 0;
    color: #fff;
}

.custom-modal .modal-footer {
    border-top: none;
    padding: 15px 0;
    text-align: center;
    background: #ffffff;
}

.custom-modal .modal-footer p {
    width: 100%;
    margin: 0px;
    color: #1d212e;
}

.modal-content {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.4);
    /* border-radius: 0; */
}

.custom-modal .close {
    padding: 0;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 30px;
}

.custom-modal .form-group input.form-control,
.custom-modal .form-group select.custom-select,
.custom-modal .form-group input.custom-file-input {
    height: calc(1.5em + .75rem + 6px);
    padding-left: 35px;
}

.custom-modal-form .form-group {
    position: relative;
}

.custom-modal-form .left-icon {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 13px;
    color: #616278;
}

.custom-modal .btn-secondary {
    min-width: 250px;
}
.custom-modal .btn-secondary:hover {
    color: #fff !important;
}

.help-title {
    background: #014478;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}

.headset {
    width: 35px
}

.help {
    background: #014478;
    width: 265px;
    position: fixed;
    bottom: 16%;
    right: 49px;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 60px;
    padding: 0 15px;
    z-index: 9999999;
    display: none;
    -webkit-animation: slide-in-fwd-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
    animation: slide-in-fwd-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
}

.help h5 {
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #fff
}

.help h4 a {
    font-size: 20px;
    font-weight: 800;
    color: #fff
}

.slide-in-fwd-right {
    -webkit-animation: slide-in-fwd-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
    animation: slide-in-fwd-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate both;
}


/* ----------------------------------------------
	 * Generated by Animista on 2019-4-13 18:30:20
	 * w: http://animista.net, t: @cssanimista
	 * ---------------------------------------------- */


/**
	 * ----------------------------------------
	 * animation slide-in-fwd-right
	 * ----------------------------------------
	 */

@-webkit-keyframes slide-in-fwd-right {
    0% {
        -webkit-transform: translateZ(-1400px) translateX(1000px);
        transform: translateZ(-1400px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-right {
    0% {
        -webkit-transform: translateZ(-1400px) translateX(1000px);
        transform: translateZ(-1400px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}


/*dropdown*/

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}


/*register page*/

.register-form {
    background: #fff;
    margin-top: 50px;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
}

.register-form .row {
    margin-bottom: 15px
}

.register-form i {
    color: #acacac
}

.register-form h2 {
    margin: 0 0 15px 0;
    font-size: 19px;
    font-weight: 600;
}

.register-form .form-control::placeholder {
    color: #636363;
    opacity: 1;
}

.register-form sup {
    color: red
}

.add-product {
    position: absolute;
    top: 9px;
    right: -30px;
    cursor: pointer;
}

.register-dec {
    margin-top: 50px;
}

.register-dec .card {
    box-shadow: 7px 5px 30px 0px rgb(72 73 121 / 15%);
    padding: 30px;
}

.register-dec h4 {
    font-size: 20px;
}

.register-form .invalid-feedback {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 16px;
}

.bottom-hr {
    position: relative;
    margin-bottom: 20px;
}

.bottom-hr:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #f36a6b;
    bottom: -10px;
    left: 0;
    border-radius: 50px;
}

.ul-style {
    padding-left: 15px;
}

.ul-style li {
    position: relative;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 15px;
}

.ul-style li:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    text-decoration: none;
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0;
    color: #ababab;
}


/*breadcrumb*/

.breadcrumb {
    margin: 0;
    background: transparent;
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    padding: 20px 0 0 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '›';
}

.breadcrumb-item a {
    color: #014478;
}

.breadcrumb-item.active {
    color: #333;
}

.breadcrumb-item a:hover {
    color: #f05a28
}

.loaderwrap {
    float: right;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    right: 0px;
    z-index: 99999999999;
    top: 0px;
}

.loader {
    border: 8px solid transparent;
    /* Light grey */
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.4s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*pagination*/
.pagination {
    text-align: center;
    justify-content: center;
}

.pagination .page-item a {
    border-radius: 50% !important;
    margin: 0 5px;
    position: relative;
    display: block;
    padding: 8px 0;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    width: 40px;
    height: 40px;
}

.pagination .page-item.active a, .pagination .page-item:hover a {
    color: #fff;
    background-color: #014478;
    border-color: #014478;
}
.loaderwrap {
  float: right;
  filter: alpha(opacity=70);
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  right: 0px;
  z-index: 99999999999;
  top: 0px;
}
/* .pre-loader {
    background: url('../images/loader.gif') no-repeat;
    background-size: contain;
    width:80px;
    height:80px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto
} */
.pre-loader {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  animation: loader10 0.9s ease alternate infinite;
  animation-delay: 0.36s;
  top: 50%;
  margin: -42px auto 0;
}
.pre-loader::after,
.pre-loader::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  animation: loader10 0.9s ease alternate infinite;
}
.pre-loader::before {
  left: -40px;
  animation-delay: 0.18s;
}
.pre-loader::after {
  right: -40px;
  animation-delay: 0.54s;
}

@keyframes loader10 {
  0% {
    box-shadow: 0 28px 0 -28px #393185;
  }
  100% {
    box-shadow: 0 28px 0 #01a9eb;
  }
}
.newsletter-form {
	box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
}
.contact-supplier-premium{
    display: inline-block;
    margin-top: 20px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da !important;
    height: 37px !important;
    padding: 5px 0px 0px 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{top: 5px !important;}
.port_service_area_header{margin-right: 10px;}