@import "reset.css";
@import "components/header.css";
@import "components/sub-banner.css";
@import "components/mobile-menu.css";
@import "components/footer.css";



.main {
    overflow: hidden;
}

.pos-relative {
    position: relative;
}


.main-btn {
    height: 40px;
    line-height: 40px !important;
    font-family: 'Arimo', sans-serif !important;
    background-color: #00b7c6;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    position: relative;

}

.main-title {
    font-size: 50px;
    line-height: 45px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.third-title {
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.txt-center {
    text-align: center;
}

.main-btn span {
    position: relative;
    z-index: 2;
}

.main-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.main-btn:hover::after {
    width: 100%;
}

.banner-btns .main-btn.white {
    margin-right: 8px;
}

.main-btn:hover,
.main-btn.white:hover {
    color: #fff !important;
}

.main-btn.white {
    background-color: #fff !important;
    color: #023987 !important;
}

.main-btn.black {
    background-color: #000 !important;
    color: #fff !important;
}

.main-btn.black:hover::after {
    background-color: #023987 !important;
}

.banner-title {
    text-transform: uppercase !important;
    font-family: 'Cormorant Garamond', serif !important;
}

.banner-btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#rev_slider_1_1_wrapper .uranus.tparrows:before {
    background-color: #023987 !important;
    font-size: 25px;
}

.hme-products-section {
    width: 100%;
    padding-top: 100px;
}

.hme-products-category-wrap {
    width: 100%;
    height: auto;
    margin-top: 45px;
    overflow: hidden;
}

.hme-products-category-wrap ul {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-left: -0.3%;
    margin-right: -0.3%;
}

.hme-products-category-wrap ul li {
    width: 32.73%;
    min-height: 730px;
    list-style: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0.3%;
    position: relative;
    overflow: hidden;
}

.hme-products-category-wrap ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.hme-products-category-wrap ul li:hover .category-title-main {
    opacity: 0;
    visibility: hidden;
}

.hme-products-category-wrap ul li:hover .category-hover {
    top: 0;
}

.second-title {
    font-size: 45px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.category-title-main {
    width: 100%;
    position: absolute;
    padding: 0px 30px;
    bottom: 65px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category-hover {
    width: 100%;
    height: 100%;
    background: rgba(0, 183, 198, 0.9);
    position: absolute;
    left: 0;
    z-index: 3;
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    top: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category-hover p {
    color: #fff;
}

.category-hover-btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.category-hover-btns .main-btn {
    margin-right: 6px;
}

.hme-new-arrivals-section {
    padding: 110px 0 90px;
    height: min-content;
}

.arrivals-carousel {
    margin-top: 40px;
}

.products-img {
    width: 100%;
    overflow: hidden;
}

.products-img img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.products-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.products-content {
    width: 100%;
    padding-top: 10px;
}

.products-content h3 a {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #023987;
}

.products-content h3 a:hover {
    color: #000;
}

.products-content p {
    color: #00b7c6;
    font-size: 15px;
}

.hme-distributors-section {
    padding: 75px 0 100px;
    background-color: #023b88;
}

.hme-distributors-section .main-title {
    color: #fff;
}

.hme-distributors-slider {
    margin-top: 40px;
    width: 100%;
}

.distributor-box {
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.distributor-logo {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.distributor-logo img {
    width: auto !important;
}

.distributor-content {
    padding-top: 20px;
    border-top: 1px solid #b2b2b2;
}

.distributor-content p {
    font-size: 14px;
    text-align: center;
}

.hme-media-section {
    padding: 100px 0 140px;
}

.hme-media-slider {
    width: 100%;
    margin-top: 40px;
}

.media-main {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-carousel .media-main:hover {
    background-color: #00b7c6;
}

.media-content {
    width: 100%;
    padding: 40px 40px 60px;
    min-height: 166px;
    position: relative;
}

.media-main:hover .media-content span,
.media-main:hover .media-content p,
.media-main:hover .media-content p a {
    color: #fff;
}

.media-content span {
    font-size: 12px;
    line-height: 20px;
    color: #013e8a;
    font-weight: 600;
    text-transform: uppercase;
}

.media-content p {
    margin-top: 10px;
    font-weight: 600;
}

.nav-media {
    width: 35px;
    height: 35px;
    background-color: #eeeeee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.media-section {
    width: 100%;
    padding: 80px 0 110px;
}

.media-section ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.2%;
    margin-right: -.2%;
}

.media-section ul li {
    width: 32.9%;
    margin-left: .2%;
    margin-right: .2%;
    list-style: none;
    margin-bottom: 10px;
}

.media-section ul li .media-main {
    border: 1px solid #cccccc;
}

.media-section ul li .media-content {
    width: 100%;
    padding: 30px 30px 55px;
}

.media-section ul li:hover .media-main {
    background-color: #00b7c6;
}

.media-details-section {
    padding: 80px 0 60px;
}

.media-details-section .third-title {
    text-transform: none;
}

.media-details-section p {
    margin-bottom: 20px;
}

.media-details-section img {
    margin-bottom: 35px;
}

.media-details-section span {
    /*color: #013e8a;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.media-details-section h1,
.media-details-section h2,
.media-details-section h3,
.media-details-section h4,
.media-details-section h5,
.media-details-section h6{
	color: #013e8a;
}
.media-details-section p{
	/*color: #013e8a;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.media-details-section p span{
	margin-bottom:0px;
}
.media-details-section h3{
	margin-bottom:20px;
}

.media-details-section ul,
.media-details-section ol{
    padding-left:24px;
}

.media-details-section ul li:not(:first-child),
.media-details-section ol li:not(:first-child){
    margin-top:12px;
}

.product-category-section {
    padding: 90px 0;
}

.product-category-section ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.1%;
    margin-right: -0.1%;
}

.product-category-section ul li {
    width: 33.1%;
    margin-left: 0.1%;
    margin-right: 0.1%;
    list-style: none;
}

.product-category-section ul li .second-title {
    color: #000;
    margin-top: 15px;
	font-size:30px;
	line-height:32px;
}

.find-store-section {
    padding: 55px 0 70px;
}

.location-listing {
    border: 1px solid #cccccc;
    width: 35%;
    padding: 20px 10px 20px 20px;
}

.location-listing ul {
    list-style: none;
    max-height: 600px;
    overflow: auto;
}

.location-listing li {
    max-width: 90%;
}

.location-listing ul li+li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
}


.location-listing ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #f1f1f1;
}

.location-listing ul::-webkit-scrollbar {
    width: 20px;
    background-color: #f1f1f1;
}

.location-listing ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b5b5b5;
}



.location-listing ul li h3 {
    font-size: 20px;
    line-height: 24px;
    color: #023987;
    font-weight: 500;
}

.location-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.location-icon {
    width: 45px;
}

.locayion_find .nice-select:after {
    border: none;
    background: url(../images/arrow_down.png) no-repeat;
    width: 15px;
    height: 9px;
    background-size: cover;
}

.locayion_find .nice-select.open:after {
    margin-top: -5px;
    transform: scaleY(-1);
}

.store-search-bar {
    width: 100%;
    margin: 0 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.locayion_find {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 -1%;
}

.locayion_find .nice-select {
    width: 48%;
    margin: 0 1%;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
}

.map-main {
    height: 640px;
   width: 63.5%;
}

.map-location {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}

.contact-form-wrap {
    width: 100%;
    padding: 110px 0 90px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.contact-form li {
    width: 32.5%;
    list-style: none;
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    border: 1px solid #e8e8e8;
    font-family: var(--font-primary);
    color: #000;
    font-size: 16px;
}

.contact-form li.full-width {
    width: 100%;

}
.contact-form li.full-width .nice-select{
	width:100%;
	border-radius:0px;
	height:45px;
	line-height:42px;
}
.contact-form li.full-width .nice-select .list{
	width:100%;
	border-radius:0px;
}
.contact-form li.full-width .nice-select .list li{
	width:100%;
}

.contact-form li.full-width .form-control {
    line-height: 26px;
    padding: 10px 20px;
}

.contact-form .wpcf7-form-control-wrap {
    width: 100%;
}

.form-submit,
.subscription-btn{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    text-align: center;
    background-color: #014ea2;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    font-weight: 500 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-submit:hover,
.subscription-btn:hover{
    background-color: #000;
}

.catalogue-section {
    width: 100%;
    padding-top: 50px;
}

.cateloge-page .footer-top-section {
    display: none;
}

.tab-titles {
    display: flex;
    width: fit-content;
    font-size: 18px;
    margin: 20px 0 40px;
    border-bottom: 1px solid #cccccc;
}

.tab-links {
    margin-right: 50px;
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    list-style: none;
    width: fit-content;
}

.tab-links:last-child {
    margin-right: 0;
}

.tab-links::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #013e82;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.5s;
}

.tab-links.active-link {
    color: #014ea2;
}

.tab-links.active-link::after {
    width: 100%;
}

.tab-contents {
    display: none;
}

.tab-contents.active-tab {
    display: block;
}

.tab-contents ul {
    width: 100%;
    display: block;
}

.tab-contents ul li {
    width: 100%;
    border: 1px solid #ccdcec;
    padding: 25px 25px 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

.cateloge-content {
    /*width: 100%;*/
    padding-right: 180px;
    position: relative;
	width:calc(100% - 150px);
}
.cateloge-thumbnail{
	width:135px;
	height:135px;
	margin-right:15px
}
.cateloge-thumbnail img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.cateloge-content h3 {
    font-size: 30px;
    line-height: 35px;
    color: #014ea2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;

}

.cateloge-content .main-btn {
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 0 35px;
}

.catalogue-section .container {
    position: relative;
}

.catalogue-section .nice-select {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    min-width: 210px;
    font-size: 17px;
}

.catalogue-section .nice-select .list {
    border-radius: 0;
}

.catalogue-section .nice-select::after {
    right: 10px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    padding: 0px 3px;
}

.header-top-mobile {
    display: none;
}

.header-search-mobile {
    display: none;
}


header .header-nav {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header.header-sticky .header-nav {
    top: 0;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #c7c7c7;
}

header .header-nav .site-logo {
    opacity: 0;
    visibility: hidden;
    transition: none !important;
    /* -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
}

header.header-sticky .header-nav .site-logo {
    opacity: 1;
    visibility: visible;
}

.nice-select .list {
    padding: 0px !important;
}

.pagination{
      margin-top: 30px;
      display: flex;
      justify-content: center;
      column-gap: 8px;
      row-gap: 8px;
}

ul.page-numbers li{
      list-style: none;
}

ul.page-numbers{
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       width: 100%;
       column-gap: 10px;
       row-gap: 10px;
	   border:0px;
}

.page-numbers{
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    display: block;
    font-size: 16px;
      border: 1px solid #ccc;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
}

.page-numbers.current{
    background-color: #013e82;
    color: #fff;
}

a.page-numbers:hover{
    background-color: #00b7c6;
    color: #fff;
}

#ajaxsearchlite1 .probox{
      background-color: transparent !important;
      border: none !important;
}

div.asl_w .probox .promagnifier {
    width: 50px !important;
    height: 50px !important;
    top: 0 !important;
    position: absolute;
    border-radius: 100% !important;
    right: -2px;
    opacity: 0;
    background-color: #000 !important;
}

div.asl_m .probox .proclose svg{
    top: 54% !important;
    left: inherit !important;
    right: 52px !important;
}

.location-logo img{
      max-height: 40px;
}

.location-logo{
      margin-bottom: 20px;
}