@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.req {
    color: red;
}

*:required {
    background-color: gold;
}

body{
    font-family: 'Boston';
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    font-weight: 400;
    background: #fafafa;
    color: #2b2b2b;
}

h1, h2, h3, h4, h5{
    font-weight: bold;
    font-family: 'Boston';
    color: #1c2730;
}

img {
    max-width: 100%;
}

button:focus{
    outline:none;
    box-shadow: none !important;
}

button:disabled{
    cursor: not-allowed;
}

button{
    position: relative;
}

a{
    text-decoration: none;
    color: #48647c;
    transition: all 0.3s ease;
    outline: none;
    
}

a:hover, a:focus, a.active{
    text-decoration: none;
    color: #13669c;
    transition: all 0.3s ease;
    outline: none !important;
}

input:hover, input:focus{
    outline: none;
}

.container{
    max-width: 1580px;
}

.loading{
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 99;
}

.lds-dual-ring {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid #333;
  border-color: #333 transparent #333 transparent;
  animation: lds-dual-ring 0.8s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}

.loader{
    position: absolute;
    z-index: 999;
    top: 49%;
    left: 49%;
    margin-top: -7px;
    margin-left: -7px;
}

.loading.active{
    display: block;
}

.btn{
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #48647c;
}

.btn-lg{
    padding: 12px 20px;
    font-size: 15px;
}

.btn-sm{
    padding: 4px 10px;
    font-size: 11px;
}

.btn:hover, .btn:focus, .btn:active{
    background: #f5f5f5;
    outline: none;
    box-shadow: none;
}

.btn-yellow{
    background: #ffc501;
    border-color: #ffc501;
    color: #2b2b2b;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active{
    background-color: #e6b102;
    border-color: #e6b102;
}

.btn-yellow-outline{
    background: transparent;
    border-color: #ffc501;
    color: #ffc501;
}

.btn-yellow-outline:hover, .btn-yellow-outline:focus, .btn-yellow-outline:active{
    background: #ffc501;
    border-color: #ffc501;
}

.btn-blue-outline{
    background: transparent;
    border-color: #2DA5F3;
    color: #2DA5F3;
}

.btn-blue-outline:hover, .btn-blue-outline:focus, .btn-blue-outline:active{
    background: #2087cc;
    border-color: #2087cc;
    color: #ffffff;
}

.btn-green{
    background: #48647c;
    border-color: #48647c;
    color: #fff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active{
    background: #354363;
    border-color: #354363;
    color: #fff;
}


.btn-primary{
    background: #48647c;
    border-color: #48647c;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #354363;
    border-color: #354363;
    color: #fff;
}

.btn-secondary{
    background: #4b7eaa;
    border-color: #4b7eaa;
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
    background: #437199;
    border-color: #437199;
    color: #fff;
}



.btn-pay{
    padding: 10px 20px;
    font-size: 15px;
}

.btn-disable{
    background: #eaeaea;
    color: #888;
    cursor: not-allowed !important;
}

.btn-disable:hover{
    background: #eaeaea;
    color: #888;
}

/* Form Float Style */
.form-control{
    font-size: 14px;
    border-radius: 8px !important;
}

.form-control:focus{
    outline: none;
    border-color: #341C49 !important;
    box-shadow: none;
}

.small-label{
    font-size: 11px;
    color: #341C49;
}

.medium-label{
    font-size: 13px;
    color: #341C49;
}

.label-block{
    display: block;
    width: 100%;
}

.form-float{
    position: relative;
}

.form-float .float-label{
    position: absolute;
    padding: 10px 20px 0px 20px;
    font-size: 11px;
    z-index: 9;
    color: #341C49;
    /* background: #fff; */
    top: 1px;
    left: 2px;
    border-radius: 8px;
    width: 94%;
    font-weight: bold;
}

.form-float.readonly .float-label{
    background: #e9ecef;
}

.form-float .form-control{
    border-color: #DDDDDD;
    padding: 27px 20px 5px 21px;
    border-radius: 4px;
    font-size: 13px;
    padding-bottom: 10px;
    height: auto;
}

.form-select .form-select-label{
    padding-left: 20px;
    background: #fff;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 8px 8px 0px 0px;
}

.form-select .select2-container--default .select2-selection--single{
    border-radius: 0px 0px 8px 8px;
    border-top: 1px solid #eee;
}

.form-select .select2-container .select2-selection--single .select2-selection__rendered{
    font-weight: normal;
}

.form-file{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
}

.form-file label{
    font-size: 11px;
    color: #341C49;
    font-weight: bold;
}

.select2-dropdown{
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);

}

.input-error{
    color: #8c0e0e;
    font-size: 12px;
    padding-top: 8px;
    margin-bottom: 0px;
}

.select2-container--default .select2-selection--single{
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 43px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 21px;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 48px;
    right: 12px;
}

.select2-dropdown{
    border-color: #aaa;
}

.select2-results__option{
    padding: 8px 21px;
}

.select2-search--dropdown{
    padding: 10px;
}

.select2-search--dropdown .select2-search__field{
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: 8px;
}

.input-password{

}

.input-password .form-control{
    padding-right: 50px;
    position: relative;
}

.input-password .show-hide-btn{
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 14px;
    right: 11px;
}

.owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    margin-top: -18px;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    background: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    text-align: center;
    font-size: 22px !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.05);
    border: 1px solid #eaeaea !important;
}

.owl-nav .owl-prev{
    left: 20px;
}

.owl-nav .owl-next{
    right: 20px;
}

.owl-nav .owl-prev ion-icon{
    margin-top: 6px;
    margin-left: -2px;
}

.owl-nav .owl-next ion-icon{
    margin-top: 6px;
    margin-right: -2px;
}

.slick-prev, .slick-next{
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: 99;
    background: #fff !important;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px !important;
    border: none;
    outline: none;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.05);
    border: 1px solid #ddd;
}

.slick-prev{
    left: -4px;
}

.slick-next{
    right: -4px;
}

.form-control{
    font-size: 13px;
    outline: none;
    border-radius: 8px;
    border-color: #ddd;
}

.form-control:hover, .form-control.focus, .form-control:active{
    outline: none;
}

textarea.form-control{
    min-height: 95px;
}

.alert-success{
    color: #fff;
    background-color: #48647c;
    border-color: #48647c;
    border-radius: 8px;
}

.alert-success .close, .alert-danger .close{
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.8;
}

.alert-success .close:hover, .alert-danger .close:hover {
    color: #fff;
    opacity: 1;
}
.alert-danger{
    background: #801821;
    color: #fff;
    border-color: #731822;
    box-shadow: 4px 0px 10px 5px rgba(0,0,0,0.05);
}

h5.form-header{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.page-item{
    color: #ffc501;
}

.page-item.active{
    color: #fff;
}

.page-item .page-link{
    color: #48647c;
}

.page-item.active .page-link{
    background: #48647c;
    border-color: #48647c;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

/* Navigation Style */
.navigation{
    background: #fff;
}

.sub-header-nav{
    background: #ffc501;
}

.sub-header{
    background: #ffc501;
    color: #2b2b2b;
    padding: 10px 0px;
}

.sub-header.header-promo{
    position:relative;
    text-align: center;
}

.sub-header.header-socmed{
    position:relative;
    text-align: right;
}

.sub-header .header-socmed .socmed-content{
    display: inline-block;
}

.sub-header.header-socmed .socmed-content .socmed-item{
    padding: 0px 5px;
    color: #1c2730;
    display: inline-block;
}

.main-navigation{
    padding: 0px;
}

.logo-wrapper{
    vertical-align: middle;
    padding: 10px 15px;
}

.site-logo{
    display: block;
    width: 210px;
}

.search-wrapper{
    padding: 30px 40px;
    vertical-align: middle;
}

.search-box{
    width:100%;
    border-radius: 200px;
    border: 2px solid #48647c;
    height: 47px;
    position: relative;
}

.search-box .search-input{
    width: 100%;
    border: none;
    border-radius: 200px;
    padding: 10px 10px 10px 50px;
    background-color: transparent;
}

.search-box .search-input-icon{
    position: absolute;
    top: 5;
    left: 9px;
    font-size: 30px;
    transition: all 0.3s ease;
}

.search-box:hover .search-input-icon{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    transition: all 0.3s ease;
}

.action-wrapper{
    vertical-align: middle;
    padding: 30px 15px;
}

.action-list{
    text-align: center;
}

.action-signin-box{
    border-right: 1px solid #d1d1d1;
}

.action-list .action-item{
    padding: 10px 10px 0px 10px;
    display: inline-block;
    color: #48647c;
    margin: 0px 5px;
    position: relative;
    font-weight: 500;
}

.action-list .action-item:hover{
    color: #3a5268;
}


.action-signin{
    position: relative;
    padding-left: 30px !important;
}

.signin-icon{
    font-size: 25px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.action-item .action-icon{
    font-size: 25px;
}

.action-item .action-count{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ffc501;
    color: #2b2b2b;
    border-radius: 200px;
    padding: 1px 7px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.menu-navigation{
    background-color: #48647c;
}

.menu-navigation .nav-category{
    background-color: #ffc501;
    color: #1c2730;
    padding: 11px 25px 12px 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
}

.nav-category .nav-category-mega-menu{
    visibility: none;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 49px;
    left: 0px;
    background-color: #f6f6f6;
    color: #1C2730;
    z-index: 5;
    max-width: 1550px;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}

.nav-category-mega-menu .mega-menu-category{
    float: left;
    width: 1248px;
}

.mega-menu-category .mega-menu-category-item{
    display: inline-block;
    padding: 10px 20px;
    width: 33%;
    color: #1C2730;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0px;
    font-weight: normal;
}

.mega-menu-category .mega-menu-category-item:hover{
    padding-left: 35px;
    color: #FFC501;
}


.mega-menu-banner{
    float: left;
    width: 302px;
}




.menu-navigation .nav-category:hover {
    background-color: #e9b200;
    transition: all 0.3s ease;
}

.menu-navigation .nav-category:hover .nav-category-mega-menu{
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: all 0.3s ease;
}


.category-text{
    display: inline-block;
    font-size: 16px;
}

.nav-category .category-bars{
    display: inline-block;
    position: relative;
    font-size: 28px;
    line-height: 1;
    margin-right: 8px;
    margin-bottom: -5px;
}

.nav-menu{
    position: relative;
}

.nav-menu .menu-item{
    display: inline-block;
    padding: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: transparent;
}

.nav-menu .menu-item:hover{
    color: #88a2ba;
}

.nav-menu-alt{
    text-align: right;
}

.menu-alt-icon{
    color: #ffc501;
    display: inline-block;
    margin-right: 5px;
}

/* Navigation - Mobile Style */

#pull{

}

.nav-mobile-right{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.nav-mobile-item{
    display: inline-block;
}

.nav-mobile-item a{
    display: inline-block;
    padding: 8px 10px;
}

.hamburger{
    padding: 0px;
}

.hamburger-box{
    width: 20px;
    height: 15px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    width: 20px;
    height: 2px;
    background: #1C2730;
}

.hamburger-inner:after{
    bottom: -5px;
}

.hamburger-inner:before{
    top: -5px;
}

.nav-menu-wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding: 130px 20px 60px 20px;
    z-index: 10;
    left: -100%;
    transition: all 0.3s ease;
    display: none;
}

.nav-menu-wrapper.active{
    left: 0px;
    transition: all 0.3s ease;
}

.nav-menu-wrapper h2{
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0px;
    color: #000;
    border-bottom: 1px solid #bbbbbb;
}

.nav-mobile{
    padding: 0px;
}

.nav-mobile li{
    list-style: none;
}

.nav-mobile li a{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #f1f0f0;
}

.nav-menu-wrapper .search-box{
    width: 100%;
    margin-bottom: 15px;
}

.nav-menu-wrapper .search-box .search-input{
    width: 90%;
}

.nav-menu-wrapper .search-box .search-btn{
    position: absolute;
}


/* Location Picker */
.loc-picker-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 10000;
}

.picker-overlay{
    position: fixed;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 15% 20px 20px 20px;
    overflow-y: auto;
}

.picker-container{
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    margin: auto;
    max-width: 600px;
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,.05);
}

.close-picker-popup{
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 30px;
}

.picker-container .loc-picker-header{
    font-size: 24px;
    text-align: center;
}

.picker-list{
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    text-align: center;
}

.picker-item{
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #ddd;
    background: #fff;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.picker-item:hover{
    border-color: #ffc501;
}

.picker-item.active{
    border-color: #ffc501;
    background: #fafafa;
}


#address-picker .picker-overlay{
    padding-top: 5%;
}

#address-picker .loc-picker-header{
    text-align: left;
}

#address-picker .picker-list{
    text-align: left;
}

.hidden{
    display: none;
}



/* Content */
.content-container{
    min-height: 50vh;
    padding-top: 50px;
}

.content-wrapper{
    padding-top: 50px;
}

/* Footer Style */
.footer-container{
    margin-top: 150px;
    position: relative;
    background-color: #48647c;
    padding-top: 50px;
    color: #fff;
}

.newsletter-section{
    background-color: #ffc501;
    color: #1c2730;
    padding: 40px 60px;
    border-radius: 30px;
    margin-top: -140px;
    margin-bottom: 80px;
}

.newsletter-section .row{
    align-items: center;
}

.newsletter-heading h2{
    color : #1c2730;
    max-width: 550px;
    margin: 0px;
    font-size: 42px;
}

.newsletter-form{
    position: relative;
}

.newsletter-input-wrapper{
    margin-bottom: 15px;
}

.newsletter-input{
    width: 100%;
    border: none;
    border-radius: 200px;
    text-align: center;
    line-height: 1;
    padding: 10px 20px;
    font-size: 18px;
}

.newsletter-btn{
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border-radius: 200px;
    background-color: #fff;
    color: #1c2730;
    border: none;
    outline: none;
    font-size: 18px;
}

.newsletter-btn:hover{
    background-color: #f5f5f5;
}

.footer-company{
    padding-right: 20px;
}

.footer-company h3{
    font-weight: 500;
    color: #fff;
    font-size: 32px;
}

.footer-company .footer-about{
    color: #ecf0f4;
    line-height: 1.6;
    max-width: 360px;
}

.footer-social-icons{
    margin: 20px 0px;
}

.footer-social-icons .social-icon{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #1c2730;
    border-radius: 100px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 2px;
}

.footer-social-icons .social-icon:hover{
    background-color: #ffc501;
}

.footer-copyright{
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.footer-copyright .row{
    align-items: center;
}

.footer-payment-logo{
    text-align: right;
}

.footer-link{
    color: #fff;
    display: block;
    padding: 5px 0px;
}

.footer-link:hover{
    color: #ccc;
}



.page-header{
    font-size: 25px;
    margin-bottom: 30px;
}

/* 404 Page Style */
.page-404{
    padding: 150px 0px;
    text-align: center;
}

.title-404{
    font-weight: bold;
    font-size: 80px;
}

.content-404{
    margin-bottom: 20px;
    font-size: 18px;
}

.square{
    position: relative;
}

.square:before{
    content: "";
	float: left;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

.square-content{
    float: left;    
}


/* Home Page Style */

.home-container{
    margin-top: -50px;
}


.hero-banner{
    min-height: 780px;
    background-size: cover !important;
}

.hero-banner .row{
    align-items: center;
}

.banner-content{
    padding-top: 20%;
}

.banner-caption{
    margin-bottom: 30px;
    max-width: 600px;
}

.banner-caption h1{
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.banner-cta{

}

.banner-cta a{
    margin-right: 10px;
    margin-bottom: 10px;
}

.home-selling-point{
    padding: 30px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.selling-point{
    position: relative;
    border-right: 1px solid #b8b8b8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.selling-point:last-child{
    border-right: none;
}

.selling-point .point-icon{
    position: absolute;
    top: 14px;
    left: 25px;
}

.point-icon img{
    width: 40px;
}

.selling-point .point-content{
    padding-left: 70px;
    padding-top: 10px;
}

.point-content h4{
    margin-bottom: 5px;
    font-size: 20px;
    color: #2b2b2b;
}

.point-content .point-desc{
    color: #b8b8b8;
}

.home-product-section{
    margin: 50px 0px;
}

.home-product-promo img{
    width: 100%;
}

.featured-header{
    padding: 10px 0px 20px 0px;
}

.featured-header .row{
    align-items: center;
}

.featured-header h2{
    font-size: 35px;
    font-weight: 600;
    color: #1c2730;
}

.featured-product-cta{
    text-align: right;
}

.featured-product-cta a{
    color: #48647c;
    font-weight: bold;
    font-size: 18px;
}

.prod-item{
    display: block;
    border: 1px solid #aec0d0;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.prod-image{
    width: 100%;
}

.prod-image img{
    width: 100%;
}

.prod-meta{
    padding-top: 30px;
}

.prod-meta .prod-name{
    font-size: 14px;
    color: #494949;
    margin-bottom: 10px;
}

.prod-meta .prod-price{
    color: #2da5f3;
    font-weight: bold;
    font-size: 15px;
}

.prod-meta .prod-price .prod-normal-price{
    color: #b8b8b8;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.prod-meta .prod-price .prod-final-price{
    display: inline-block;
}


.prod-item:hover{
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}



/* Home Page Shore Power */

.home-shore-power-section{
    padding: 50px 0px;
}

.shore-power-image{
    background-size: cover !important;
    background-position: center center !important;
    min-height: 300px;
}

.shore-power-content{
    position: relative;
    background: #d8e1e9;
    min-height: 300px;
    padding: 50px 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.shore-power-content .inner-wrapper{
    display: inline-block;
    max-width: 600px;
    padding: 15% 0px;
}

.shore-power-content h2{
    color: #1c2730;
    font-weight: 600;
    font-size: 45px;
}

.shore-power-content .shore-power-inner-content{
    color: #595959;
    font-size: 16px;
    padding: 20px 40px;
}

.btn-shore-power{
    font-size: 18px;
    font-weight: bold;
    color: #2da5f3;
    padding: 15px 30px;
}

.btn-shore-power .icon{
    display: inline-block;
    padding-left: 10px;
}

.shore-power-highlight{
    background-color: #ecf0f4;
}

.shore-power-highlight-content{
    padding: 50px 80px 20px 80px;
}

.shore-power-highlight-content{
    display: block;
}

.shore-power-highlight-content .highlight-item{
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
}

.shore-power-highlight-content .highlight-item .highlight-number{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 50px;
    font-weight: bold;
    color: #48647c;
}

.shore-power-highlight-content .highlight-item .highlight-value{
    text-align: left;
}

.shore-power-highlight-content .highlight-item .highlight-value .value-title{
    font-weight: bold;
    color: #1c2730;
}

.shore-power-highlight-content .highlight-item .highlight-value .value-desc{
    color: #595959;
}

/* Home Page Article Style */
.home-project-references{
    padding: 50px 0px;
}

.home-project-references h2{
    font-size: 40px;
    font-weight: 600;
    color: #1C2730;
    margin-bottom: 40px;
}

.project-item{
    /*padding: 30px;*/
    border: 1px solid #AEC0D0;
    border-radius: 4px;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.article-image{
    padding-top: 75%;
    background-size: cover !important;
    background-position: center center !important;
}

.article-featured-image{
    margin-bottom: 50px;
}

.article-meta{
    padding: 20px 0px;
}

.article-meta .article-date{
    padding-bottom: 10px;
    font-size: 12px;
    color: #2B2B2B;
}

.article-meta .article-date .date-icon{
    color: #FFC501;
    display: inline-block;
    margin-right: 10px;
}

.article-meta .article-title{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #2B2B2B;
}

.article-meta .article-excerpt{
    font-size: 14px;
    color: #595959;
    line-height: 1.4;
    padding-bottom: 15px;
}

.article-meta .article-cta{
    color: #48647C;
    font-weight: 600;
}

.article-meta .article-cta .article-cta-icon{
    display: inline-block;
    padding-left: 10px;
}






/* Shop Page Style */

.shop-page .page-header{
    padding-top: 15px;
}

.shop-ordering{
    max-width: 200px;
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.shop-ordering label{
    font-size: 12px;
}

.pagination-container .pagination{
    margin: 20px auto;
    justify-content: center;
}

.pagination-container.align-left .pagination{
    justify-content: flex-start;
}

.pagination-container .pagination .page-item .page-link{
    border: 2px solid #eaeaea;
    background: #fff;
    color: #333;
    margin: 5px 10px 5px 0px;
    border-radius: 4px;
}

.pagination-container .pagination .page-item .page-link:hover{
    border: 2px solid #48647c;
    color: #48647c;
}

.pagination-container .pagination .page-item.active .page-link{
    background: #48647c;
    border: 2px solid #48647c;
    color: #fff;
}

.pagination-container .pagination .page-item.disabled .page-link{
    background: #ddd;
    border-color: #ddd;
}


.stock-empty{
    font-size: 12px;
    color: #d00;
    font-weight: normal;
}

.stock-po{
    font-size: 12px;
    color: #48647c;
    font-weight: normal;
}

.prod-item .product-disc-badge{
    position: absolute;
    background: #ffc501;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    top: 15px;
    left: 15px;
    color: #1C2730;
    font-size: 13px;
}

.category-heading{
    font-weight: 600;
    margin-bottom: 20px;
}

.shop-category-list{
    position: relative;
}

.category-items{
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px 5px 30px;
    color: #1C2730;
    position: relative;
}

.category-select-indicator{
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid #AEC0D0;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8px;
}

.category-items.active .category-select-indicator, .category-items:hover .category-select-indicator{
    border: 6px solid #FFC501;
}

.add-to-cart-btn{
    background-color: #ffc501;
    border-color: #ffc501;
    color: #2B2B2B;
    font-weight: 600;
    padding: 10px 8px 7px 8px;
}

.add-to-cart-btn:hover{
    background-color: #d1a103;
    border-color: #d1a103;
    color: #2B2B2B;
}

.cart-icon{
    font-size: 18px;
    /* display: inline-block;
    position: absolute; */
    margin-left: 5px;
    vertical-align: top;
}

/* .btn-buy-now{
    padding: 10px;
    text-align: center;
    border: 2px solid #ffc501;
    color: #ffc501;
} */






/* Shop Product Page Style */
.product-gallery-preview{
    border: 1px solid #AEC0D0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.product-gallery-thumbs{
    margin-left: -8px;
    margin-right: -8px;
}

.product-gallery-thumbs .thumbs-item{
    border: 1px solid #AEC0D0;
    margin: 0px 8px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.product-gallery-thumbs .thumbs-item.slick-active{
    border: 2px solid #FFC501;
}


.gallery-item img{
    width: 100%;
}

.product-details{
    padding: 30px 60px 30px 40px;
}

.product-details .product-name{
    font-size: 21px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-details-divider{
    border-color: #AEC0D0;
    margin-bottom: 30px;
}

.product-details .product-price{
    font-weight: bold;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.prod-price-ammount{
    color: #848484;
}

.product-details .product-price .price{
    color: #2DA5F3;
    display: inline-block;
    vertical-align: middle;
}

.product-details .product-price .price-before{
    color: #ffc501;
    margin-right: 5px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
}

.product-details .product-price .price-before .price-before-amount{
    color: #DDDDDD;
    font-size: 18px;
}

.product-details .product-disc-badge{
    position: relative;
    top: 0px;
    left: 0px;
    background: #ffc501;
    color: #2B2B2B; 
    font-weight: bold;
    overflow: hidden;
    padding: 4px 8px;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 8px;
}

.price-diff{
    display: block;
    font-size: 13px;
    color: #ffc501;
}

.product-categories{
    padding: 20px 0px;
    color: #777;
    line-height: 1.4;
    font-size: 15px;
}

.product-attr-data{
    margin-bottom: 10px;
    color: #595959;
}

.product-attr-data .attr-value{
    color: #2b2b2b;
    font-weight: 600;
}

.product-categories h4, .product-description h4{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.product-description{
    border-top: 1px solid #DDDDDD;
    padding: 20px 0px;
    color: #777777;
}

.product-wishlist .wishlist-btn{
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #595959;
    margin-right: 15px;
}

.product-wishlist .wishlist-btn .icon{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.product-wishlist .wishlist-btn span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 13px;
}

.product-options{
    margin-bottom: 15px;
    width: 100%;
}

.product-options h5{
    font-weight: 800;
    font-size: 13px;
}

.product-qty-input{
    position: relative;
    display: inline-block;
    width: 100%;
}

.product-qty-input .qty-input{
    width: 100%;
    text-align: center;
    padding: 9px 30px;
    border: 1px solid #D1D1D1;
    outline: none;
    border-radius: 4px;
    font-weight: bold;
}

.product-qty-input .qty-btn{
    position: absolute;
    top: 0px;
    padding: 10px 8px 6px 8px;
    font-size: 18px;
    color: #2B2B2B;
}

.product-qty-input .qty-min{
    left: 5px;
}

.product-qty-input .qty-plus{
    right: 5px;
}

.product-stock{
    display: inline-block;
    font-size: 12px;
    color: #777;
}

.product-stock label{
    font-weight: bold;
}

.product-subtotal{
    margin: 20px 0px;
}

.product-subtotal h5{
    font-size: 13px;
    font-weight: 800;
    color: #777777;
    margin-bottom: 5px;
}

.product-subtotal .price{
    font-weight: 800;
    font-size: 18px;
}

.product-options select{
    font-weight: bold;
}

.product-badge{
    position: absolute;
    left: 15px;
    top: 15px;
    background: #48647c;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
}

.product-gallery .product-badge{
    z-index: 1;
    right: 30px;
}

.product-gallery .slick-track{ margin-left: 0; }


.product-reivew-section h3{
    font-size: 22px;
}

.product-overall-rating{

}

.review-star-icon{
    width: 60px;
    display: inline-block;
}

.product-rating-value-wrapper{
    vertical-align: top;
    display: inline-block;
    padding-left: 10px;
}

.product-rating-value{
    font-size: 35px;
    font-weight: bold;
}

.product-rating-compared{
    font-size: 18px;
    color: #777;
    padding-left: 2px;
}

.product-review-list{
    padding-top: 20px;
}

.product-review-item{
    background: #fff;
    border: 1px solid #DDDDDD;
    padding: 20px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.product-review-item .review-member-name{
    font-weight: bold;
}

.product-review-item .review-date{
    color: #777;
    font-size: 11px;
}

.product-review-item .review-rating{

}

.product-review-item .review-content{
    margin-top: 5px;
}

.card{
    border: none;
    background-color: transparent;
}

.card .card-header{
    padding: 10px 0px;
    background-color: transparent;
}

.card .card-header h5{
    line-height: 1;
}

.card .card-header h5 a{
    font-weight: bold;
    color: #48647c;
    font-size: 15px;
    text-decoration: none;
}

.card .card-body{
    padding: 10px 0px;
    background: #eee;
    color: #000;
}

.card .card-body p{
    margin-bottom: 5px;
}

.product-more-details{
    margin-top: 40px;
    padding: 20px 0px;
    border-top: 1px solid #AEC0D0;
}

.tag-po span{
    background: #e1e1e1;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #000;
}

/* Product Tab */
.tabs-navigation{
    text-align: center;
}

.tabs-nav{
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    margin: 0px 10px;
    border-bottom: 2px solid transparent;
    color: #88A2BA;
    font-weight: bold;
    transition: all 0.3s ease;
}

.tabs-nav.active, .tabs-nav:hover{
    border-bottom: 2px solid #FFC501;
    color: #1C2730;
    transition: all 0.3s ease;
}

.tabs-content{
    margin-bottom: 50px;
    border-top: 1px solid #AEC0D0;
}

.tabs-content .tab-item{
    padding: 20px 0px;
    display: none;
    transition: all 0.3s ease;
}

.tabs-content .tab-item.active{
    transition: all 0.3s ease;
    display: block;
}


/* Cart Page */
.cart-container{
    margin-bottom: 30px;
}

.cart-container table{
    width: 100%;
    border: 1px solid #AEC0D0;
}

.cart-container table tr td.table-footer{
    padding: 20px 30px;
}

.cart-container table tr.cart-header th{
    background-color: #d8e1e9;
    color: #595959; 
    padding: 10px 20px;
}

.cart-container table tr td{
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

.cart h2{
    font-size: 24px;
    padding: 7px 10px;
    margin-bottom: 0;
}

.cart-container table tr:last-child td{
    border: none;
}

.cart-container table tr td.cart-image{
    max-width: 120px;
}

.cart-container table tr td.cart-image img{
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.cart-container table tr td.cart-qty{
    max-width: 170px;
}

.cart-container table tr td.cart-subtotal{
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

.cart-container table tr td.cart-action{
    width: 80px;
    text-align: center;
}

.cart-container table tr td.cart-action a{
    font-size: 28px;
    color: #595959;
}

.cart-action-mobile{
    display: none;
}

.cart-container table tr td .cart-product-name a{
    color: #1c2730;
}

.cart-container table tr td.cart-meta .product-variant{
    color: #777;
}

.cart-container table tr td.cart-meta .product-price{
    font-weight: bold;
    font-size: 15px;
}

.cart-container table tr td.cart-meta .product-price .price{
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.cart-container .cart-image-container{
    position: relative;
    padding-left: 20px;
}

.cart-container .cart-float-qty{
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 30px;
    height: 30px;
    background: #ffc501;
    color: #1C2730;
    font-weight: bold;
    font-size: 16px;
    border-radius: 100px;
    text-align: center;
    padding-top: 3px;
}

.cart-container table tr td.cart-meta .product-price .price-before{
    color: #000;
    margin-right: 5px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
}


.cart-container table tr td.cart-meta .product-price .price-before .price-before-amount{
    color: #DDDDDD;
}

.cart-container table tr td.cart-meta .product-disc-badge{
    background: #ffc501;
    color: #1C2730;
    font-weight: bold;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px 8px;
    font-size: 11px;
    vertical-align: middle;
    margin-left: 8px;
}

.cart-summary{
    background: #ECF0F4;
    border: 1px solid #AEC0D0;
    padding: 22px 20px;
    border-radius: 8px;
    margin: 0px 30px;
}

.cart-summary-item{
    margin-bottom: 20px;
}

.cart-summary-item h4{
    font-size: 13px;
    color: #777777;
    font-weight: bold;
    margin-bottom: 5px;
}

.cart-summary-item span.price{
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.cart-summary-item span.price-discount{
    color: #EE5857;
}

.cart-summary-total td{
    border-top: 1px solid #AEC0D0 !important; 
}

.cart-summary-header{
    padding: 0px 10px 10px 10px;
    font-size: 24px;
}

.cart-empty{
    background: #fff;
    border: 1px solid #DDDDDD;
    padding: 20px 30px;
    border-radius: 8px;
}

.btn-cart-empty{
    background: #ddd;
    border-color: #ddd;
    cursor: not-allowed !important;
    outline: none;
}

.btn-cart-empty:hover, .btn-cart-empty:focus, .btn-cart-empty:active{
    background: #ddd;
    border-color: #ddd;
    outline: none;
}

.btn-checkout{
    padding: 10px 20px;
    font-size: 16px;
}

.voucher-form{
    background-color: #fff;;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    display: block;
    padding: 10px 10px;
    width: 100%;
    padding: 10px 10px 10px 18px;
}

.voucher-form.active, .voucher-form.active .voucher-input{
    background: #f4f4f4;
}

.voucher-form .voucher-input{
    display: inline-block;
    border: none;
    outline: none;
    width: 100%;
    padding-right: 90px;
    text-transform: uppercase;
    font-weight: bold;
}

.voucher-form .voucher-input::placeholder {
    text-transform: none;
}

.voucher-form .voucher-btn{
    display: inline-block;
    font-weight: bold;
    padding: 14px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ffc501;
    color: #1C2730;
    font-size: 13px;
}

.voucher-form .voucher-btn:hover, .voucher-form .voucher-btn:focus, .voucher-form .voucher-btn:active{
    background-color: #d1a103;
    border-color: #d1a103;
}

/* Checkout Style */
.checkout-container{
}

.checkout-summary{
    background: #ECF0F4;
    border: 1px solid #AEC0D0;
    padding: 60px 50px;
    border-radius: 8px;
}

.shipping-wrapper{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.shipping-select, .shipping-select option{
    font-weight: bold;
    cursor: pointer;
}

.shipping-option .select2-container--default .select2-selection--single{
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.shipping-option .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}

.shipping-option .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 21px;
    font-weight: bold;
}

.shipping-option .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
    right: 12px;
}

.cart-checkout{
    margin-bottom: 0px;
}

.cart-checkout h3{
    font-size: 20px;
}

.cart-checkout .cart-image{
    width: 120px;
    padding-left: 0px;
}

.cart-checkout .cart-meta{
    padding-right: 0px;
}

.member-page .cart-checkout{
    margin-bottom: 20px;
}

.checkout-totals{
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 10px;
    position: relative;
}

.checkout-totals .price-discount{
    color: #EE5857;
}

.checkout-totals table{
    width: 100%;
}

.checkout-totals table tr th{
    padding: 8px 0px;
    font-weight: bold;
    color: #777;
}

.checkout-totals table tr td{
    padding: 5px 0px;
    font-weight: 400;
    color: #000;
    text-align: right;
}

.payment-wrapper{
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: 30px;
}

.payment-method-content{
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-weight: bold;
}

.checkout-address-action{

}

.checkout-address-action a{
    margin-right: 15px;
    margin-bottom: 15px;
}

.checkout-address-action a span{
    margin-left: 10px;
}

.checkout-points{
    padding-top: 15px;
}

.checkout-points h5{
    font-size: 13px;
}

.checkout-points h5 b{
    color: #ffc501;
}

.checkout-member-point{
    padding: 5px 0px;
}

.checkout-member-point .point-field{
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 10px 45px 10px 15px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.checkout-member-point .point-field .point-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 12px 15px;
    background: #48647c;
    color: #fff;
    border: 1px solid #48647c;
    font-size: 13px;
}

.checkout-member-point .point-field .point-btn:hover{
    background: #273248;
}

.checkout-member-point .point-field .point-btn.disabled{
    background: #aaa;
    border-color: #aaa;
    cursor: not-allowed;
}

.cancel-point-btn{
    font-size: 9px;
    padding: 3px 8px;
    border-radius: 8px;
}

/* Member Page */
.member-page{

}

.member-login{

}

.member-page .form-container{
    margin: 50px auto;
    max-width: 500px;
    border: 1px solid #ddd;
    /* box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px; */
    border-radius: 8px;
    background: #fff;
}

.member-page .form-container .login-form{
    padding: 50px 50px 10px 50px;
    border-bottom: 1px solid #ddd;
}

.member-page .form-container .register-form{
    padding: 30px 50px 50px 50px;
}

.member-page .form-container.form-forgot-pass{
    padding: 50px;
}

.register-form h5{
    font-weight: 500;
    margin-bottom: 15px;
}


.form-container h1{
    text-align: left;
    font-size: 24px;
}

.form-container h1 small{
    color: #777;
    padding-top: 10px;
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
}

.btn-login{
    padding: 10px 20px;
    font-size: 16px;
    background: #ffc501;
    color: #333;
}

.btn-login:hover{
    background: #e9b301;
}rgb(221, 169, 0)

.btn-register{
    padding: 10px 20px;
    font-size: 16px;
    background: #fff;
    border: 1px solid #333;
    color: #333;
}

.member-sidebar{
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #fff;
}

.member-sidebar .content-title{
    color: #48647c;
}

.member-sidebar a{
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    color: ##7f7f7f;
}

.member-sidebar a.active{
    font-weight: bold;
    color: #48647c;
}

.member-sidebar a:last-child{
    border: none;
}

.member-sidebar a:hover{
    font-weight: bold;
    color: #48647c;
}

.member-content h1{
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 22px;
    padding-top: 18px;
    color: #1c2730;
}

.member-order-list .order-details{
    font-size: 12px;
    color: #777;
    display: block;
}

.order-type-wrapper{
    margin-bottom: 15px;
}

.order-type{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: bold;
    border: 2px solid #ddd;
}

.order-type:hover{
    border-color: #48647c;
}

.order-type.active{
    background: #48647c;
    border-color: #48647c;
    color: #fff;
}

.shipping-track-container{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.shipping-track-container.popup{
    border: none;
}

.shipping-track-item{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.shipping-track-item:first-child{
    border-bottom: 1px solid #ddd;
}

.shipping-track-item h4{
    font-weight: bold;
    font-size: 12px;
    color: #48647c;
    margin-bottom: 2px;
}

.shipping-track-item .shipping-track-content{
    font-weight: bold;

}

.shipping-progress{
    padding: 0px 15px 40px 15px;
    margin-top: 30px;
}

.progress-item{
    padding: 8px 25px;
    border-left: 4px solid #48647c;
    background: #fff;
    position: relative;
    margin-left: 30px;
}

.progress-item::before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 4px solid #48647c;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: 14px;
}

.progress-item .status{
    font-size: 14px;
    color: #777;
}

.progress-item .timestamp{
    font-size: 15px;
}

.progress-item .timestamp .date{
    color: #48647c;
    font-weight: bold;
}

.progress-item .timestamp .time{
    color: #777;
    text-align: right;
}

.address-list{
    padding-top: 20px;
}

.address-item{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.address-item.active{
    border-color: #48647c;
}

.address-item .address-title{
    font-weight: bold;
    font-size: 12px;
    color: #48647c;
}

.address-item .address-name{
    font-weight: bold;
}

.address-item .address-phone{
    font-size: 13px;
    color: #777;
}

.address-item .address-detail{
    font-size: 13px;
    color: #777;
}

.address-item .address-default{
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #48647c;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
}

.address-item .address-action{
    margin-top: 5px;
}

.address-item .address-action a{
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;

}

.order-content{
    margin-bottom: 15px;
    padding: 0px 20px;
}

.order-content label{
    font-size: 14px;
    margin-bottom: 0px;
}

.order-content .content-value{
    font-size: 18px;
    font-weight: bold;
}

.payment-method-wrapper{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.payment-method-wrapper .account-details{
    padding-left: 20px;
    border-left: 3px solid #48647c;
    margin-top: 15px;
}

.payment-method-wrapper .account-bank{
    padding-top: 10px;
}

.payment-method-wrapper .account-no{
    font-weight: bold;
    font-size: 18px;
}

.order-status{
    padding: 6px 12px;
    border-radius: 10px;
    background-color: #ddd;
    color: #000;
    font-size: 12px;
    display: inline-block !important;
    width: auto;
}

.order-status.pending{
    background-color: #ddd;
    color: #000;
}

.order-status.processing{
    background-color: #3675fb;
    color: #fff;
}

.order-status.shipped{
    background-color: #42467b;
    color: #fff;
}

.order-status.completed{
    background-color: #679f53;
    color: #fff;
}

.order-status.canceled{
    background-color: #ae1a1a;
    color: #fff;
}

.about-banner{
    background-color: #ecf0f4;
}

.vm-wrapper .vm-content{
    padding: 30px 60px;
    display: flex;
}

.vm-content .vm-title{
    font-size: 30px;
    font-weight: 600;
    min-width: 170px;
}

.about-content-wrapper{
    padding: 50px;
}

.about-content-wrapper h2{
    font-size: 36px;
    margin-bottom: 40px;
}

.about-content-wrapper .about-content{
    line-height: 2;
    font-size: 17px;
}

.contact-card{
    padding: 40px 50px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
}



.btn-contact{
    padding-left: 50px;
    padding-right: 50px;
}

/* RFQ Page */
.preview-container{
    display: block;
    max-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.preview-thumbs{
}

/* Member Data Style */

.member-data{
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.03);
    border-radius: 8px;
    overflow: hidden;
    padding: 35px 30px 25px 30px;
    display: block;
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.member-data .content-box{
    margin-bottom: 15px;
}

.member-data .content-box .content-title{
    font-size: 18px;
}

.member-data .content-box .content-data{

}

.member-level{
    padding: 4px 12px;
    display: inline-block;
    font-size: 12px;
    border-radius: 8px;
    background-color: #48647c;
    color: #fff;
}

/* Order Review Style */
.product-rating{
    margin-top: 5px;
}

.product-review{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.review-item tr td{
    border-top: none;
}

.review-list img, .review-item img{
    border-radius: 8px;
}


/* About Page Style */
.about-banner{
    border-radius: 10px;
    overflow: hidden;
}

.video-about{
    min-height: 450px;
}


.fdp-shipping-method-container{
    padding: 0px 20px;
    width: 42%;
    float: left;
    padding-top: 190px;
}

.fdp-shipping-method-selection{
    /* background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.15); */
    border-bottom: 1px solid #ddd;
}

.fdp-shipping-method-selection h3{
    margin-bottom: 0.5rem;
}

.fdp-shipping-method-items{
    margin-bottom: 10px;
}

.fdp-gosend-pin-btn{
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

.fdp-gosend-pin-btn .gosend-pin-btn{
    padding: 10px 30px;
    border: 2px solid #ffc501;
    color: #8b7047;
    font-size: 13px;
    border-radius: 8px;
    display: inline-block;
}

.fdp-gosend-pin-btn .gosend-pin-btn:hover{
    text-decoration: none;
    border: 1px solid #ffc501;
    background: #ffc501;
    color: #fff;
}

.fdp-gosend-maps{
    display: block;
    background: url('../img/fdp-maps-background.png') no-repeat center center;
    padding: 20px;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.fdp-gosend-maps .fdp-gosend-pin{
    width: 15%;
    float: left;
    padding: 10px 20px;
    display: inline-block;
}

.fdp-gosend-maps .fdp-gosend-pin i{
    font-size: 25px;
}


.fdp-gosend-maps .fdp-gosend-address{
    display: none;
    width: 85%;
    float: left;
    padding: 10px;
    display: inline-block;
}

.fdp-hidden{
    display: none;
}

.fdp-popup-container{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
}

.fdp-popup-container.active{
    display: block;
}

.fdp-popup-map-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fdp-popup-map{
    width: 100%;
    max-width: 600px;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,.1);
    position: relative;
    background: #fff;
    margin: 5% auto;
}

.fdp-close-map{
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 5px;
    font-size: 20px;
    color: #bbb !important;
    cursor: pointer;
}

/*Google maps*/
#map_canvas {
  height: 100%;
  min-height: 400px;
  margin: 0;
}

#map_canvas .centerMarker {
  position: absolute;
  /*url of the marker*/
  background: url('../img/fdp-map-marker.png') no-repeat;
  /*center the marker*/
  top: 50%;
  left: 50%;
  z-index: 1;
  /*fix offset when needed*/
  margin-left: -10px;
  margin-top: -34px;
  /*size of the image*/
  height: 34px;
  width: 20px;
  cursor: pointer;
}

.fdp-map-wrapper{
    position: relative;
}

.fdp-choose-loc{
    position: absolute;
    padding: 6px 15px;
    border-radius: 8px;
    text-align: center;
    background: #9C7862;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -62px;
    cursor: pointer;
    font-size: 12px;
    z-index: 9;
}

.fdp-choose-loc:hover{
    background: #61493b;
}

.fdp-choose-loc:focus{
    background: #46342a;
}

.fdp-map-info{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    background: #fff;
    font-size: 13px;
    border-radius: 8px;
}

.fdp-map-search{
    padding: 5px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

/* Article Page Style */
.article-container{

}

.article-item{
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.03);
    border-radius: 8px;
    overflow: hidden;
    padding: 23px;
    margin-bottom: 30px;
    display: block;
    position: relative;
    border: 1px solid #fff;
}

.article-item:hover{
    border: 1px solid #ddd;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.06);
}

.article-item .article-image{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.article-item .article-title{
    font-size: 18px;
}

.article-item .article-excerpt{
    font-size: 14px;
    color: #777;
}

.article-item .article-read-more{
    padding: 10px 0px;
}

/* Article View Page Style */
.article-container{

}

.article-container .article-image{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-container .article-title{
    font-size: 26px;
}

.article-container .article-date{
    font-size: 16px;
    color: #777;
}

.article-container .article-content{
    margin: 20px 0px;
}

.swal2-styled.swal2-confirm{
    background-color: #48647c !important;
}

.swal2-styled.swal2-deny{
    background-color: #ffc501 !important;
}

.language-switch{
    padding: 20px 0px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.language-switch .lang{
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    margin-right:  10px;
}

.language-switch .lang:hover{
    background: #ddd;
}

.language-switch .lang.active{
    background: #ffc501;
    color: #fff;
    border-color: #ffc501;
}

.page-shore-power{
    margin-top: -50px
}

.shore-main-banner{
    position: relative;
    background-size: cover !important;
    padding: 300px 0px;
}

.shore-banner-background{
    width: 100%;
}

.shore-banner-background img{
    width: 100%;
}

.shore-banner-content{
    width: 100%;
}

.shore-content{
    margin: auto;
    margin-top: 400px;
    max-width: 1000px;
    color: #fff;
    text-align: center;
    padding: 0px 30px
}

.shore-content .shore-option{
    display: inline-block;
    margin-bottom: 50px;
    max-width: 400px;
}

.shore-power-section .shore-power-inner-content{
    text-align: left;
}

.page-shore-power .highlight-item .highlight-number{
    color: #FFC501;
}

.shore-brochure{
    padding: 120px 0px;
}

.brochure-download{
    width: 100%;
    text-align: center;
}

.brochure-download img{

}

.brochure-download .brochure-btn{
    display: inline-block;
    padding: 10px 80px;
    border-radius: 100px;
    background-color: #fff;
    color: #1C2730;
    margin-top: 20px;
}

.shore-power-contact-section{
    margin-top: 100px;  
}

.contact-form-wrapper{
    background-color: #ecf0f4;
    padding: 60px;
}

.contact-form-wrapper h3{
    text-align: center;
}

.contact-form-wrapper .form-control{
    font-size: 16px !important;
    border-radius: 4px !important;
    padding: 25px 20px;
}

.contact-form-wrapper .btn{
    font-size: 18px;
}

/* Support Page Style */
.page-content-title{
    text-align: center;
    color: #2B2B2B;
}

.page-content-title .sub-title{
    color: #595959;
}

.faq-accordion{
    margin-top: 70px;
}

.faq-accordion .card-header{
    color: #1c2730;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.faq-accordion .card .card-header h5 a{
    font-size: 24px;
    color: #1c2730;
    display: block;
    padding: 20px;
}

.faq-accordion .card-body{
    padding: 20px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: #eee;
    color: #000;
}

.faq-accordion .accordion-arrow{
    position: absolute;
    right: 10px;
}

.faq-trigger.collapsed{
    color: #979797 !important;
}

.btn-link.collapsed .accordion-arrow{
    transform: rotate(180deg);
}

/* Services Page */
.page-services{
    /* padding-bottom: 100px; */
    margin-top: -50px;
}

.banner-services{
    padding-bottom: 25%;
}

.services-wrapper{
    margin-top: -120px;
}

.services-tabs{
    display: block;
}

.services-tabs .services-tabs-item{
    background-color: #d8e1e9;
    padding: 50px;
    width: 100%;
    border-radius: 4px;
    padding-bottom: 80%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.services-tabs .services-tabs-item:hover, .services-tabs .services-tabs-item.active{
    background-color: #48647c;
}

.services-tabs .services-tabs-item .tabs-item-meta{
    position: absolute;
    width: 58px;
    top: 37%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #48647c;
    padding: 0px 20px;
}

.services-tabs .services-tabs-item .tabs-item-meta .tabs-item-title{
    font-weight: 600;
    font-size: 24px;
}

.services-tabs .services-tabs-item:hover .tabs-item-meta .tabs-item-title, .services-tabs .services-tabs-item.active .tabs-item-meta .tabs-item-title{
    color: #fff;
}

.services-tabs .services-tabs-item .icon-default{
    display: inline-block;
}

.services-tabs .services-tabs-item .icon-hover{
    display: none;
}

.services-tabs .services-tabs-item:hover .icon-default, .services-tabs .services-tabs-item.active .icon-default{
    display: none;
}

.services-tabs .services-tabs-item:hover .icon-hover, .services-tabs .services-tabs-item.active .icon-hover{
    display: inline-block;
}

.services-item-wrapper{
    margin: 50px 0px;
}

.services-item{
    display: none;
    background-color: #ecf0f4;
}

.services-item-image{
    padding-bottom: 60%;
    height: 100%;
}

.services-item-content{
    padding: 50px;
}

.services-item-content h2{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1C2730;
}

.services-item-content .services-item-value{
    font-size: 18px;
    line-height: 1.6;
    color: #595959;
}

.services-item.active{
    display: block;
}

/* Mobile Navigation */
.mobile-navigation{
    display: none;
    text-align: right;
    padding-right: 0px !important;
}

.mobile-navigation .mobile-nav-item{
    display: inline-block;
    border-left: 1px solid #ddd;
}

.mobile-navigation .mobile-nav-item .nav-item{
    display: inline-block;
    padding: 15px 12px 15px 16px;
    font-size: 22px;
    color: #1C2730;
    position: relative;
}

.mobile-navigation .mobile-nav-item.nav-member .nav-item{
    font-size: 20px;
}

.mobile-cart{
    position: relative;
}

.mobile-cart .cart-count{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ffc501;
    color: #2b2b2b;
    border-radius: 200px;
    padding: 1px 5px;
    text-align: center;
    font-size: 10px;
}

.mobile-navigation .mobile-nav-item .nav-item .nav-icon{
    vertical-align: middle;
}

.mobile-navigation .mobile-nav-item .pull{
}

.mobile-nav-menu{
    position: fixed;
    top: 0px;
    z-index: 12;
    width: 100%;
    height: 100%;
    padding: 80px 0px;
    background-color: #fff;
    overflow-y: auto;
    right: -100%;
    transition: all 0.3s ease;
}

.mobile-nav-menu.active{
    right: 0;
    transition: all 0.3s ease;
}

.mobile-nav-menu-item{
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    display: block;
    color:#1C2730
}

.mobile-navigation-bottom{
    display: none;
    padding: 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 12;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
    width: 100%;
    border-top: 1px solid #ddd;
}

.bottom-nav-item{
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
    color: #1C2730;
    text-align: center;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.mobile-navigation-bottom .col-3{
    padding: 0px !important;
}

.col-3:last-child bottom-nav-item{
    border-right: none;
}

.bottom-nav-item .nav-icon{
    font-size: 20px;
    display: block;
}

.bottom-nav-item .nav-title{
    font-size: 12px;
    /* font-weight: bold; */
    display: block;
    margin-top: -5px;
}

.mobile-search-box{
    padding: 20px;
}

/* Sales Portal Style */
.sales-page .form-container{
    max-width: 800px;
    border: 1px solid #48647c;
    border-radius: 20px;
    padding: 70px 50px;
    margin: 70px auto;
    background-color: #fff;
    box-shadow: 4px 0px 10px 2px rgba(0,0,0,0.05);
}

.new-order-cart{
    padding: 40px 0px;
}

.new-order-cart .cart-summary{
    margin: 0px;
}

.new-order-action{
    margin-bottom: 20px;
}

.new-order-action a{
    margin-bottom: 5px;
    margin-right: 5px;
}

.new-order-form{
    background: #fff;
    padding: 30px 40px 5px 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.new-order-form .add-to-cart-btn{
    padding: 10px 8px 10px 8px;
}

.customer-form{
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.customer-details{
    background: #fff;
    padding: 20px 30px 5px 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.customer-data{
    margin-bottom: 15px;
}

.customer-data .data-title{
    font-weight: bold;
    color: #48647c;
    margin-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}

.customer-data .data-content{
    font-size: 15px;
}

.product-sku{
    font-size: 12px;
    color: #777;
    display: block;
}
