/*
Theme Name: spk-es
Theme URI: https://www.wabyl.com/
Author: WABYL
Description: Thème wordpress, créé pour un site e-commerce.
Version: 1
*/

/* :: 1.0 Import Web Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.min.css);
@import url(css/owl.carousel.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/jquery-ui.min.css);
@import url(css/nice-select.css);
/* :: 3.0 Common/Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", serif;
    font-size: 14px;
    background-color: #ffffff;
    margin-top: 85px;
}
@media only screen and (max-width: 767px) {
    body {
        margin-top: 80px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00154f;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Open Sans", serif;
}

p {
    color: #787878;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #00154f;
    font-weight: 600;
    font-size: 12px;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #2963e6;
}

ul,
ol {
    margin: 0;
}
ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* Section Padding */
.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0;
}
.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px;
}
/* Section Heading */
.section-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.section-heading.text-left {
    text-align: left !important;
}

/* Miscellaneous */
.bg-img {
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-light {
    background-color: #f5f7f9 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-dark {
    background-color: #000000 !important;
}
.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}

.text-primary {
    color: #2963e6 !important;
}

.bg-overlay,
.bg-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}
.bg-overlay:hover,
.bg-overlay-white:hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.bg-overlay:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-overlay-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

/* ScrollUp */
.scroll-top {
    display: none;
	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color:#7689de;
     color: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 14px;
    opacity: 0.5;
}

/* spk Button */
.spk-btn {
    display: inline-block;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #00154f;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.spk-btn:hover,
.spk-btn:focus {
    color: #ffffff;
    background-color: #2963e6;
}

.spk-btn-2 {
    display: inline-block;
    min-width: 170px;
    height: 50px;
    color: #00154f;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #ffffff;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.spk-btn-2:hover,
.spk-btn-2:focus {
    color: #00154f;
    background-color: #ffffff;
}
.spk-whatsapp-btn {
	background: #25D366;
	 min-width: 180px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	color: #fff;
	margin: 4px 0.5% 0 0;
	font-size: 15px;
}
.spk-whatsapp-btn:hover {
	background: #25D366;
	color: #fff;
}
.btn-thankyou {
	display: inline-block;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #00154f;
    letter-spacing: 1.5px;
    font-weight: 600;
	transition: background-color 0.3s ease;
}
.btn-thankyou:hover {
	color: #ffffff;
    background-color: #2963e6;
}

/* :: 4.0 Header Area CSS */
.header-area {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.nav-brand {
    width: 85px;
	height: 85px;
}
@media only screen and (max-width: 767px) {
    .header-area .classy-nav-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 990px) {
    .header-area .classy-nav-container .classy-navbar-toggler {
        margin-left: auto;
        margin-right: 15px;
    }
}
@media (max-width: 999px) {
	.classy-nav-container {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		flex-direction: row !important;
	}
	.header-meta {
		order: 1;
		display: flex;
		align-items: center;
		flex: 1;
		padding-right:10px;
	}
	.classy-navbar-toggler {
		order: 2;
		margin-left: auto;
	}
}
.header-area .header-meta {
    height: 85px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .header-area .header-meta {
        height: 40px; 
    } 
}
.header-area .classy-navbar {
    height: 85px;
    padding: 5px 0 5px 5px;
}
@media only screen and (max-width: 767px) {
    .header-area .classy-navbar {
        height: 85px;
        border-bottom: 1px solid #ebebeb;
    }
	.nav-brand {
		width: 75px;
		height: 75px;
	}
}
.header-area .classynav ul li a {
    font-size: 16px;
    color: #00154f;
}
.header-area .classynav ul li a:hover {
    color: #2963e6;
}
.header-area .classynav ul li .megamenu li a,
.header-area .classynav ul li .dropdown li a,
.header-area .classynav ul li .sub-menu li a {
    font-size: 14px;
    color: #00154f;
}
.header-area .classynav ul li .megamenu li a:hover,
.header-area .classynav ul li .dropdown li a:hover,
.header-area .classynav ul li .sub-menu li a:hover {
    color: #2963e6;
}
/* Menu de recherche */
.header-area .search-area a {
    font-size: 16px;
    color: #00154f;
}
.header-area .search-area a:hover {
    color: #2963e6;
}
.header-area .search-area .search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00154f;
	z-index: 1000;
}
.header-area .search-area .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #00154f;
	padding: 30px;
	border-radius: 5px;
	width: 80%;
	max-width: 800px;
}
@media only screen and (max-width: 767px) {
    .header-area .search-area .search-form  {
        width: 96%;
    }
}
.header-area .search-area .search-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}
.header-area .search-area .search-box input {
	width: 100%;
	padding: 15px 20px;
	font-size: 16px;
	outline: none;
	background-color: transparent;
	border-radius: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom:1px solid #ffffff;
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .header-area .search-area .search-box input  {
        padding: 5px 10px;
		font-size: 15px;
    }
}
.header-area .search-area .search-box input::placeholder {
	color: #ffffff;
	font-size: 14px;
	font-weight: 100;
}
.header-area .search-area .search-box .search-popup-button {
	position: absolute;
	right: 15px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
}
.header-area .search-area .search-box .search-popup-button:hover {
	color: rgba(255, 255, 255, 0.5);
}
.header-area .search-area .search-box .search-popup-button::before {
    font-family: 'fontawesome';
    content: "\f002";
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}
.header-area .search-area .close-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
}
/* Menu de langues */
.header-area .language-area {
    position: relative;
    display: inline-block;
}
.header-area .language-area .drop-btn {
    background-color: transparent;
    color: #00154f;
    padding:4px;
    font-size: 14px;
    border: none;
	font-weight: 700;
    cursor: pointer;
}
.header-area .language-area .drop-btn:hover, .header-area .language-area .drop-btn:focus {
    color: #2963e6;
}
.header-area .language-area .drop-btn::after {
    display: none !important;
}
.header-area .language-area .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
	overflow: hidden;
}
.header-area .language-area .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
	padding: 12px 16px;
	color: #00154f;
	transition: background 0.3s;
}
.header-area .language-area .dropdown-content a:hover, .header-area .language-area .dropdown-content a:focus {
    color: #2963e6;
}
.header-area .language-area .dropdown:hover .dropdown-content {
    display: block;
}
/* Menu de compte et panier */
.header-area .favourite-area a,
.header-area .user-login-area a,
.header-area .cart-area a {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 80px;
    width: 60px;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 80px;
}
@media only screen and (max-width: 767px) {
    .header-area .favourite-area a,
    .header-area .user-login-area a,
    .header-area .cart-area a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        line-height: 40px;
    }
}
.header-area .favourite-area a span,
.header-area .user-login-area a span,
.header-area .cart-area a span {
	font-family: "Open Sans", serif;
	font-size: 18px;
	color: #2963e6;
	font-weight: 700;
	position: absolute;
	top: -10px;
}
@media only screen and (max-width: 767px) {
	.header-area .favourite-area a span,
	.header-area .user-login-area a span,
	.header-area .cart-area a span {
		font-size: 14px; 
	} 
}
.header-area .favourite-area a i,
.header-area .user-login-area a i,
.header-area .cart-area a i {
    font-size: 18px;
    color: #00154f;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .header-area .favourite-area a i,
	.header-area .user-login-area a i,
	.header-area .cart-area a i {
        font-size: 14px;
    }
}
.header-area.sticky {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.cart-bg-overlay.cart-bg-overlay-on {
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1050;
}

/* Cart Area CSS */
.right-side-cart-area {
    position: fixed;
    width: 670px;
    height: 100%;
    top: 0;
    right: -800px;
    background-color: #ffffff;
    z-index: 1100;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .right-side-cart-area {
        width: 500px;
        right: -600px;
    }
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area {
        width: 270px;
        right: -400px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area {
        width: 400px;
        right: -550px;
    }
}
.right-side-cart-area.cart-on {
    right: 0;
}
.right-side-cart-area .cart-button a {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 100;
    width: 90px;
    display: block;
    text-align: center;
    border-left: 1px solid #ebebeb;
    height: 85px;
    line-height: 80px;
    background-color: #f5f7f9;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-button a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
.right-side-cart-area .cart-button a img {
    max-width: 20px;
}
.right-side-cart-area .cart-button a span {
    font-family: "Open Sans", serif;
    font-size: 18px;
    color: #00154f;
    font-weight: 700;
    position: absolute;
    top: -10px;
}
.right-side-cart-area .cart-content {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
}
.right-side-cart-area .cart-content .cart-list {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
    }
}
.right-side-cart-area .cart-content .cart-list .single-cart-item {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image {
    position: relative;
    z-index: 1;
    display: block;
}
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 15px 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
        padding: 5px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc {
        padding: 30px 20px;
    }
}
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .product-remove {
        top: 5px;
        right: 5px;
    }
}
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .badge {
    display: block;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: left;
    padding: 0;
}
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc h6 {
        margin-bottom: 10px;
    }
}
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .size,
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .color,
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .quantity{
    display: block;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}
.right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price {
    font-family: "Open Sans", serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 30px;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-list .single-cart-item .product-image .cart-item-desc .price {
        margin-top: 10px;
        font-size: 12px;
    }
}
.right-side-cart-area .cart-content .cart-list .single-cart-item:hover .product-image .cart-item-desc {
    background-color: rgba(0, 0, 0, 0.8);
}
.right-side-cart-area .cart-content .cart-amount-summary {
    padding: 100px 10%;
    position: relative;
    z-index: 10;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
    width: calc(100% - 190px);
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 50px 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        width: calc(100% - 150px);
        padding: 50px 30px;
    }
}
.right-side-cart-area .cart-content .cart-amount-summary h2 {
    font-size: 30px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
}
.right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary .summary-table li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.right-side-cart-area .cart-content .cart-amount-summary .summary-table li span:last-child {
    font-weight: 700;
    font-family: "Open Sans", serif;
}
@media only screen and (max-width: 767px) {
    .right-side-cart-area .cart-content .cart-amount-summary .spk-btn {
        min-width: 140px;
        width: 140px;
        padding: 0 15px;
    }
}
/* Message style and loading state */
.right-side-cart-area .product-remove.removing {
    opacity: 0.5;
    pointer-events: none;
}
.right-side-cart-area .cart-message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}
.right-side-cart-area .cart-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.right-side-cart-area .cart-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* :: 5.0 Welcome Area CSS */
.welcome-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 520px;
	padding: 12px;
	background-image: url('img/bg-img/welcome.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area {
        height: 480px;
    }
}
@media only screen and (max-width: 767px) {
    .welcome-area {
        height: 400px;
    }
}
.welcome-area .welcome-content h2 {
    font-size: 50px;
    color: #00154f;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-area .welcome-content h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .welcome-area .welcome-content h2{
        font-size: 25px;
    }
}

/* :: 6.0 Slideshows Area CSS */
.overall-style-area {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 80vh;
    padding: 12px;
    background-color: #012852;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overall-style-area .hero-content {
    text-align: right;
    color: #ffffff;
}
@media (min-width: 768px) {
    .overall-style-area .row {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .overall-style-area .hero-content {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .overall-style-area .col-md-6 {
        order: initial;
    }
    .overall-style-area .hero-content {
        text-align: center;
    }
}
.overall-style-area .hero-content h2 {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 40px;
}
.overall-style-area .hero-content p {
    font-size: 1rem;
    color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
    .overall-style-area .hero-content h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .overall-style-area .hero-content h2 {
        font-size: 1.5rem;
    }
}
.overall-style-area .image-slide {
    width: 100%;
    max-width: 550px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}
@media (max-width: 767px) {
    .overall-style-area .image-slide {
        max-width: 350px;
    }
}
.overall-style-area .image-slide.visible {
    opacity: 1;
    transform: translateX(0);
}
.overall-style-area {
    color: #fff;
}

/* Slideshow store */
.store-area {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 80vh;
    padding: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-area .hero-content {
    text-align: right;
    color: #ffffff;
}
@media (min-width: 768px) {
    .store-area .row {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .store-area .hero-content {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .store-area .col-md-6 {
        order: initial;
    }

    .store-area .hero-content {
        text-align: center;
    }
}
.store-area .hero-content h2 {
    font-size: 3rem;
    color: #00154f;
    margin-bottom: 40px;
}
.store-area .hero-content p {
    font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    .store-area .hero-content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .store-area .hero-content h2 {
        font-size: 1.5rem;
    }
}
.store-area .image-slide {
    width: 100%;
    max-width: 300px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}
@media (max-width: 767px) {
    .store-area .image-slide {
        max-width: 150px;
    }
}
.store-area .image-slide.visible {
    opacity: 1;
    transform: translateX(0);
}
.store-area {
    color: #fff;
}

/* Slideshow company */
.company-area {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 80vh;
    padding: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-area .hero-content {
    text-align: right;
    color: #ffffff;
}
@media (min-width: 768px) {
    .company-area .row {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .company-area .hero-content {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .company-area .col-md-6 {
        order: initial;
    }

    .company-area .hero-content {
        text-align: center;
    }
}
.company-area .hero-content h2 {
    font-size: 3rem;
    color: #00154f;
    margin-bottom: 40px;
}
.company-area .hero-content p {
    font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
    .company-area .hero-content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .company-area .hero-content h2 {
        font-size: 1.5rem;
    }
}
.company-area .image-slide {
    width: 100%;
    max-width: 300px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
}
@media (max-width: 767px) {
    .company-area .image-slide {
        max-width: 150px;
    }
}
.company-area .image-slide.visible {
    opacity: 1;
    transform: translateX(0);
}
.company-area {
    color: #fff;
}

/* :: 7.0 Services Area CSS */
.services-area {
	padding-top: 80px;
	padding-bottom: 50px;
}
.services-area h2 {
    font-size: 3rem;
    color: #00154f;
    margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .services-area h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .services-area h2 {
        font-size: 1.5rem;
    }
}
.services-area h6 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.1rem;
}
.services-area p {
	margin-bottom: 0;
	font-size: 1rem;
}
.services-area ul,
.services-area ol {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
	color: #787878;
	line-height: 2;
}
.services-area ul li::before {
    font-family: 'fontawesome';
	content: "\f111";
	font-size: 14px;
	margin-right:5px;
	font-weight: 600;
	color: #2963e6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%)
}

/* :: 8.0 Catagory Area CSS */
.category-area .link-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
}
.category-area p {
    color: #787878;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}
.category-area  .link-item {
	text-align: center;
	text-decoration: none;
	color: #333;
	transition: transform 0.3s;
}
.category-area  .link-item:hover {
	transform: scale(1.05);
	text-decoration: none;
}
.category-area  .link-item img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	border-radius: 8px;
}
@media (max-width: 768px) {
	.category-area  .link-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* :: 9.0 CTA Area CSS */
.cta-area {
    position: relative;
    z-index: 1;
}
.cta-area .cta-content {
    width: 100%;
    height: 550px;
}
@media only screen and (max-width: 767px) {
    .cta-area .cta-content {
        height: 400px;
    }
}
.cta-area .cta-content h6 {
    font-size: 24px;
    color: #2963e6;
    margin-bottom: 10px;
}
.cta-area .cta-content h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-area .cta-content h2 {
        font-size: 30px;
    }
}
.cta-area .cta-content .cta-text {
    padding-right: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content .cta-text {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-area .cta-content .cta-text {
        padding-right: 0;
    }
}

/* :: 10.0 Popular Products Area CSS */
.popular-products-slides .owl-nav{
  display: none;
}
.single-product-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #ffffff;
}
.single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-product-wrapper .product-img img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-product-wrapper .product-img .hover-img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.single-product-wrapper .product-img .product-badge {
    height: 25px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Open Sans", serif;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
.single-product-wrapper .product-img .product-badge.offer-badge {
    background-color: #2963e6;
}
.single-product-wrapper .product-img .product-badge.new-badge {
    background-color: #00154f;
}
.single-product-wrapper .product-img .product-favourite a {
    position: absolute;
    height: 25px;
    width: 45px;
    font-size: 14px;
    color: #ccc;
    top: 20px;
    right: 20px;
    z-index: 10;
    line-height: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.single-product-wrapper .product-img .product-favourite a.active {
    opacity: 1;
    visibility: visible;
}
.single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    padding-top: 25px;
}
.single-product-wrapper .product-description span {
    font-size: 10px;
    text-transform: uppercase;
    color: #00154f;
    margin-bottom: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
}
.single-product-wrapper .product-description h6 {
    color: #222222;
    margin-bottom: 5px;
}
.single-product-wrapper .product-description p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans", serif;
    font-weight: 700;
    color: #000000;
}
.single-product-wrapper .product-description p span {
    font-size: 14px;
    font-family: "Open Sans", serif;
    font-weight: 700;
    color: #aaaaaa;
    margin-right: 10px;
    text-decoration: line-through;
}
.single-product-wrapper .product-description .hover-content {
    position: absolute;
    width: calc(100% - 40px);
    top: -70px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-product-wrapper .product-description .hover-content .spk-btn {
    width: 100%;
}
.single-product-wrapper .favme {
    cursor: pointer;
    color: #ccc;
}
.single-product-wrapper .favme.active {
    color: #2963e6 !important;
}
.single-product-wrapper .favme.is-animating {
    animation: favme-anime 0.5s;
}
.single-product-wrapper:hover .product-img .hover-img {
    opacity: 1;
    visibility: visible;
}
.single-product-wrapper:hover .product-img .product-favourite a {
    opacity: 1;
    visibility: visible;
}
.single-product-wrapper:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

@keyframes favme-anime {
    0% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }
    25% {
        opacity: 0.6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #2963e6;
    }
    75% {
        opacity: 0.6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #2963e6;
    }
    100% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }
}
.pagination {
    position: relative;
    z-index: 1;
}
.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    padding: 0;
    text-align: center;
    color: #00154f;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #00154f;
    box-shadow: none;
}
.pagination .page-item:first-child {
    margin-right: 15px;
}
.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination .page-item:last-child {
    margin-left: 15px;
}
.pagination .page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* :: 11.0 Brands Area CSS */
.brands-area {
    position: relative;
    z-index: 1;
    background-color: #f5f7f9;
    padding: 100px 5%;
}
@media only screen and (max-width: 767px) {
    .brands-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 100px 5% 70px;
    }
}
@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
    }
}
.brands-area .single-brands-logo img {
    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brands-area .single-brands-logo img {
        max-width: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo img {
        max-width: 80px;
        margin-bottom: 30px;
    }
}

/* :: 12.0 Single Product Details Area CSS */
.single-product-details-area {
    position: relative;
    z-index: 100;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-product-details-area .single-product-thumb,
.single-product-details-area .single-product-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .single-product-details-area .single-product-thumb,
    .single-product-details-area .single-product-desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
.single-product-details-area .product-thumbnail-slides {
    position: relative;
    z-index: 1;
}
.single-product-details-area .product-thumbnail-slides .owl-prev,
.single-product-details-area .product-thumbnail-slides .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    z-index: 20;
    left: 30px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 5px;
    color: #00154f;
	font-size: 25px;
}
.single-product-details-area .product-thumbnail-slides .owl-prev:hover,
.single-product-details-area .product-thumbnail-slides .owl-next:hover {
   color: #2963e6;
}
.single-product-details-area .product-thumbnail-slides .owl-next {
    left: auto;
    right: 30px;
}
.single-product-details-area .single-product-desc {
    position: relative;
    z-index: 1;
    padding: 50px 5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-details-area .single-product-desc {
        padding: 30px 4%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc {
        padding: 30px 3%;
    }
}
.single-product-details-area .single-product-desc span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00154f;
    margin-bottom: 10px;
    display: block;
}
.single-product-details-area .single-product-desc a > h2 {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-details-area .single-product-desc a > h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc a > h2 {
        font-size: 20px;
    }
}
.single-product-details-area .single-product-desc .product-price {
    margin-bottom: 0;
    font-family: "Open Sans", serif;
    font-size: 24px;
    color: #2963e6;
    font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc .product-price {
        font-size: 20px;
    }
}
.single-product-details-area .single-product-desc .product-price span {
    display: inline-block;
    font-family: "Open Sans", serif;
    font-size: 24px;
    color: #00154f;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 15px;
}
.single-product-details-area .single-product-desc .product-desc {
    font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-details-area .single-product-desc .product-desc {
        font-size: 14px;
    }
}
.single-product-details-area .single-product-desc .nice-select {
    position: relative;
    z-index: 900;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    height: 60px;
    line-height: 60;
    margin: 0;
    text-transform: uppercase;
    width: 195px;
}
.single-product-details-area .single-product-desc .nice-select .current {
    line-height: 60px;
}
.single-product-details-area .single-product-desc .nice-select .list {
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
    width: 100%;
}
.single-product-details-area .single-product-desc .nice-select .list .option.selected {
    color: #00154f;
}
.single-product-details-area .single-product-desc input[type="number"] {
	z-index: 100;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    height: 60px;
    line-height: 60;
	margin: 0 2px;
	width: 80px;
	transition: border-color 0.3s;
}
.single-product-details-area .single-product-desc input[type="number"]:focus {
	border-color: #007BFF;
	outline: none;
}
.single-product-details-area .single-product-desc .quantity-container button {
	border: none;
	color: #00154f;
	background-color: #FFF;
	font-size: 2em;
	padding: 4px 8px;
	cursor: pointer;
	border-radius: 0;
}
.single-product-details-area .single-product-desc .quantity-container button:hover {
	color: #007BFF;
}
.single-product-details-area .single-product-desc .business-card-box img {
    width: 100%;
    height: auto;
    margin: 2px;
}
.single-product-details-area .single-product-desc .form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid  #787878;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top:14px;
	transition: all ease-in-out 0.4s;
}
.single-product-details-area .color-palette {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.single-product-details-area .color {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 50%; /* Cercle */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
}
.single-product-details-area .color:hover {
    transform: scale(1.1);
}
.single-product-details-area .color.selected::after {
    content: "\f00c";
    font-family: 'fontawesome';
    font-weight: 900;
    position: absolute;
    font-size: 24px;
    color: #ffffff;
}
.single-product-details-area .selected-color  {
    margin-top: 20px;
}
.single-product-details-area #selected-color {
    font-size: 13px;
    font-weight:600;
    margin-bottom: 10px;
	color: #00154f;
}
.single-product-details-area .image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-product-details-area .image-container img {
    width: 20%;
    max-width: 100%;
    height: auto;
    margin: 2px;
}
/* Uniform style for all cart messages */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    font-size: 15px !important;
}
.woocommerce-message a {
    display: none !important;
}
.woocommerce-error a,
.woocommerce-info a {
    text-decoration: none!important;
	font-size: 14px!important;
	color: #00154f !important;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover {
	color: #2963e6 !important;
}

/* :: 13.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #252525;
    padding: 70px 0 60px;
}
.footer-area .single-widget-area .footer-logo {
    width: 125px;
	height: 125px;
}
.footer-area .single-widget-area .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-area .single-widget-area .footer-menu ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-weight: 400;
    font-family: "Open Sans", serif;
    padding: 0 10px;
    text-transform: capitalize;
}
.footer-area .single-widget-area .footer-menu ul li a:hover,
.footer-area .single-widget-area .footer-menu ul li a:focus {
    color: #ffffff;
}
.footer-area .single-widget-area .footer-widget-menu li a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-area .single-widget-area .footer-widget-menu li a:hover,
.footer-area .single-widget-area .footer-widget-menu li a:focus {
    color: #ffffff;
}
.footer-area .single-widget-area .footer-heading h6 {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer-area .single-widget-area .footer-social-area li {
    list-style: none;
    display: inline-block;
    padding:2px;
}
.footer-area .single-widget-area .footer-social-area li a {
    padding: 2px;
    color: #ffffff;
	font-size: 16px;
	display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
}
.footer-area .copyright a {
    color: #ffffff;
    display: inline-block;
    padding: 0 4px;
    font-size: 12px;
}
.footer-area .copyright a:hover {
    color: #2963e6;
}

/* Newsletter Form */
.footer-area .single-widget-area .subscribtion-form form {
    position: relative !important;
    z-index: 1 !important;
    width: 270px !important;
}
@media only screen and (max-width: 767px) {
    .footer-area .single-widget-area .subscribtion-form form {
       margin-bottom: 50px !important;
    }
}
.footer-area .single-widget-area .subscribtion-form input[type=email] {
    position: relative !important;
	width: 100% !important;
	border: 1px solid #fff !important;
	font-size: 13px !important;
	line-height: 30px !important;
	padding-right: 40px !important;
	height: 40px !important;
	color: #999999 !important;
	background: #fff !important;
	padding-left: 20px !important;
}
.footer-area .single-widget-area .subscribtion-form input[type=email]:focus {
    outline: none !important;
}
.footer-area .single-widget-area .subscribtion-form input[type=email].placeholder {
    color: #999999 !important;
}
.footer-area .single-widget-area .subscribtion-form input[type=email]:-moz-placeholder {
    color: #999999 !important;
}
.footer-area .single-widget-area .subscribtion-form input[type=email]::-moz-placeholder {
    color: #999999 !important;
}
.footer-area .single-widget-area .subscribtion-form input[type=email]::-webkit-input-placeholder {
    color: #999999 !important;
}
.footer-area .single-widget-area .subscribtion-form .tnp-submit {
    background: #2963e6 !important;
	border: 1px solid #2963e6 !important;
    border-radius: 0 !important;
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
	height: 40px !important;
	width: 40px !important;
    line-height: 34px!important;
    padding: 5px 11px 0px !important;
    cursor: pointer !important;
	font-size: 0px !important;
	background-image: url(img/core-img/arrow_right.svg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

/* :: 14.0 Breadcumb Area CSS */
.banner-area {
    position: relative;
    z-index: 1;
    min-height: 200px;
}
.banner-area .banner-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    background: #f6f6f6;
    z-index: 1;
}
.banner-area .banner-inner .banner-content {
    position: relative;
    z-index: 10;
}
.banner-area .banner-inner .banner-content h2 {
    font-size: 35px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
        height: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-area {
        height: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .banner-inner .banner-content h2  {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-area .banner-inner .banner-content h2  {
        font-size: 25px;
		padding-top:40px;
    }
}

/* :: 15.0 Product Sidebar Area CSS */
.widget {
    position: relative;
    z-index: 1;
}
.widget .widget-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.widget .widget-title2 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}
.widget .categories-menu li > a {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}
.widget .categories-menu li > a > img {
    width: 30px;
	height: 30px;
}
.widget .categories-menu .sub-menu {
    margin-left: 15px;
    margin-bottom: 15px;
}
.widget .categories-menu .sub-menu li > a {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
    color: #00154f;
}
.widget .categories-menu .sub-menu li > a:hover {
    color: #00154f;
}
.widget.price .ui-slider-handle {
    background-color: #000000;
    border: none;
    border-radius: 0;
    top: -6px;
    width: 4px;
    height: 15px;
    margin: 0;
}
.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #00154f;
}
.widget.price .ui-slider-horizontal {
    height: 5px;
}
.widget.price .range-price {
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}
.widget.color .widget-desc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget.color .widget-desc ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    margin-bottom: 15px;
}
.widget.color .widget-desc ul li a {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.widget.color .widget-desc ul li a.color1 {
    background-color: #ffffff;
}
.widget.color .widget-desc ul li a.color2 {
    background-color: #969696;
}
.widget.color .widget-desc ul li a.color3 {
    background-color: #030303;
}
.widget.color .widget-desc ul li a.color4 {
    background-color: #00154f;
}
.widget.color .widget-desc ul li a.color5 {
    background-color: #dc0647;
}
.widget.color .widget-desc ul li a.color6 {
    background-color: #fff56a;
}
.widget.color .widget-desc ul li a.color7 {
    background-color: #f26e51;
}
.widget.color .widget-desc ul li a.color8 {
    background-color: #9a8777;
}
.widget.color .widget-desc ul li a.color9 {
    background-color: #5b862a;
}
.widget.color .widget-desc ul li a.color10 {
    background-color: #8662a9;
}
.widget.brands ul li {
    display: block;
}
.widget.brands ul li a {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #00154f;
    font-weight: 300;
    text-transform: capitalize;
}
.widget.brands ul li a:hover {
    color: #00154f;
}

.product-topbar {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}
.product-topbar .total-products p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}
.product-topbar .total-products p span {
    color: #00154f;
}
.product-topbar .product-sorting p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-right: 15px;
}
.product-topbar .product-sorting form select {
    background-color: transparent;
    border: none;
}
.product-topbar .product-sorting form select option {
    font-size: 12px;
    font-weight: 500;
    color: #00154f;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}
.product-topbar .nice-select {
    border: none;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1.5;
    padding-left: 0;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .product-topbar .nice-select {
		border: none;
		font-size: 10px;
		font-weight: 500;
		height: auto;
		line-height: 1.5;
		padding-left: 0;
		margin: 0;
		text-transform: uppercase;
	}
}
.product-topbar .nice-select .list {
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
}
.product-topbar .nice-select .list .option.selected {
    color: #00154f;
}

/* :: 16.0 Checkout Area CSS */
.checkout-details-area form label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.checkout-details-area form label span {
    color: red;
}
.checkout-details-area form .form-control {
    height: 42px;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
}
.checkout-details-area form .nice-select {
    border-radius: 0;
    border: 1px solid #ebebeb;
}
.checkout-details-area form .nice-select .list {
    width: 100%;
    border-radius: 0;
}

.order-details-confirmation {
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 40px;
}
@media only screen and (max-width: 767px) {
    .order-details-confirmation {
        margin-top: 100px;
        padding: 20px;
    }
}
.order-details-confirmation .order-details-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 2px solid #ebebeb;
    font-weight: 600;
}
.order-details-confirmation .card-header h6 a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.order-details-confirmation .card-header h6 a i {
    color: #9f9f9f;
}
.order-details-confirmation .card {
    border: none;
}
.order-details-confirmation .card-header {
    background-color: transparent;
    border-bottom: none;
}
.order-details-confirmation .card-body p {
    font-size: 12px;
    line-height: 2;
    color: #9f9f9f;
}

/* WooCOmmerce Checkout */
.wc-block-checkout .wc-block-components-notice-banner a,
.wc-block-checkout .wc-block-components-notice-banner a[href*="cart"],
.wp-block-woocommerce-checkout .wc-block-components-notice-banner a,
.wc-block-components-notice-banner__content a {
    display: none !important;
    visibility: hidden !important;
}
.wc-block-checkout .wc-block-components-notice-banner,
.wp-block-woocommerce-checkout .wc-block-components-notice-banner {
    display: none !important;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button,
.wc-block-checkout .wc-block-components-button.contained,
.wp-block-woocommerce-checkout .wc-block-components-button.contained {
    background-color: #00154f !important;
    border-color: #00154f !important;
    color: white !important;
    padding: 15px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout .wc-block-components-button.contained:hover,
.wp-block-woocommerce-checkout .wc-block-components-button.contained:hover {
    background-color: #2963e6 !important;
    border-color: #2963e6 !important;
    transform: translateY(-2px) !important;
}
.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary-item__individual-prices,
.wc-block-components-product-details,
.wc-block-components-product-metadata {
    font-size: 12px !important;
    color: #666 !important;
    line-height: 1.4 !important;
}
.wc-block-components-order-summary-item {
    padding: 15px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}
.wc-block-components-order-summary-item__quantity {
    background: #2963e6 !important;
    color: white !important;
    font-size: 12px !important;
    padding: 2px 8px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
.wc-block-components-order-summary-item__total {
    font-weight: 600 !important;
    color: #2963e6 !important;
}
.wc-block-components-totals-footer-item,
.wc-block-components-totals-item.wc-block-components-totals-item--total {
    background-color: white !important;
    color: #2963e6 !important;
    padding: 15px !important;
    border-radius: 5px !important;
    margin-top: 10px !important;
    border: 2px solid #2963e6 !important; /* Bordure bleue pour délimiter */
}
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount,
.wc-block-components-totals-item--total .wc-block-formatted-money-amount,
.wc-block-components-totals-footer-item *,
.wc-block-components-totals-item--total * {
    color: #2963e6 !important;
    font-weight: 700 !important;
}
.wc-block-components-totals-item:not(.wc-block-components-totals-item--total) .wc-block-formatted-money-amount {
    font-weight: 600 !important;
    color: #2963e6 !important;
}
.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-button.wc-block-components-button--text {
    display: none !important;
}
.wc-block-components-order-summary-item .wc-block-formatted-money-amount {
    display: none !important;
}
.wc-block-components-order-summary-item__individual-prices .wc-block-formatted-money-amount {
    display: inline-block !important;
    font-weight: 600 !important;
    color: #2963e6 !important;
}
.wc-block-components-order-summary-item__individual-prices {
    display: block !important;
    margin-top: 5px !important;
}
.wc-block-components-order-summary-item__total:not(.wc-block-components-totals-footer-item) {
    display: none !important;
}
.wp-block-woocommerce-checkout,
.wc-block-checkout,
.wc-block-components-checkout,
.wc-block-components-checkout *,
.wp-block-woocommerce-checkout *,
.wc-block-checkout * {
    font-family: "Open Sans", serif !important;
}

/* WooCommerce Thank you */
.woocommerce-order {
    font-family: "Open Sans", sans-serif !important;
}
.woocommerce-order-overview .woocommerce-order-overview__order:before,
.woocommerce-order-overview .woocommerce-order-overview__date:before,
.woocommerce-order-overview .woocommerce-order-overview__email:before,
.woocommerce-order-overview .woocommerce-order-overview__total:before,
.woocommerce-order-overview .woocommerce-order-overview__payment-method:before,
.woocommerce-order-overview li:before {
    display: none !important;
}
.woocommerce-order-overview li::before,
.woocommerce-order-overview .woocommerce-order-overview__order::before,
.woocommerce-order-overview .woocommerce-order-overview__date::before,
.woocommerce-order-overview .woocommerce-order-overview__email::before,
.woocommerce-order-overview .woocommerce-order-overview__total::before,
.woocommerce-order-overview .woocommerce-order-overview__payment-method::before {
    content: none !important;
    display: none !important;
}
.woocommerce-order-overview li {
    position: relative !important;
}
.woocommerce-order-overview li:before,
.woocommerce-order-overview li::before {
    display: none !important;
    content: none !important;
}
.woocommerce-customer-details {
    display: flex !important;
    flex-direction: column !important; /* Changé de row à column */
    gap: 20px !important; /* Réduit de 30px à 20px */
    margin-top: 40px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.woocommerce-customer-details .woocommerce-column {
    flex: none !important; /* Changé de flex: 1 à flex: none */
    width: 100% !important; /* Changé de 48% à 100% */
    max-width: 100% !important; /* Changé de none à 100% */
    background: #f9f9f9 !important;
    padding: 25px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    min-height: 200px !important; /* Réduit de 250px à 200px */
    box-sizing: border-box !important;
}
.woocommerce-customer-details .woocommerce-column--billing-address,
.woocommerce-customer-details .woocommerce-column--shipping-address {
    flex: none !important; /* Changé de flex: 1 1 48% à flex: none */
    width: 100% !important; /* Changé de 48% à 100% */
    min-width: auto !important; /* Changé de 300px à auto */
}
.woocommerce-customer-details .woocommerce-column h2 {
    color: #333 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #2963e6 !important;
}
.woocommerce-customer-details .woocommerce-column address {
    line-height: 1.8 !important;
    font-size: 14px !important;
    color: #555 !important;
    margin: 0 !important;
    word-wrap: break-word !important;
    width: 100% !important;
}
.woocommerce-customer-details .woocommerce-column address br {
    margin-bottom: 5px !important;
}
@media (max-width: 768px) {
    .woocommerce-customer-details {
        gap: 15px !important;
    }
    .woocommerce-customer-details .woocommerce-column {
        padding: 15px !important;
        min-height: 180px !important;
    }
    .woocommerce-customer-details .woocommerce-column h2 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    .woocommerce-customer-details .woocommerce-column address {
        font-size: 13px !important;
    }
}
.woocommerce-order-details {
    margin-top: 30px !important;
    background: #fff !important;
    padding: 25px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}
.woocommerce-order-details h2 {
    color: #333 !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #2963e6 !important;
}
.woocommerce-order-overview {
    display: flex !important;
    flex-direction: column !important; /* Changé pour affichage vertical */
    gap: 15px !important; /* Réduit de 20px à 15px */
    margin-bottom: 30px !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
}
.woocommerce-order-overview li {
    flex: none !important; /* Changé de flex: 1 à flex: none */
    min-width: auto !important; /* Changé de 200px à auto */
    width: 100% !important; /* Ajouté pour occuper toute la largeur */
    background: white !important;
    padding: 15px !important;
    border-radius: 5px !important;
    border: 1px solid #e0e0e0 !important;
    text-align: center !important;
    list-style: none !important;
    margin: 0 !important;
}
.woocommerce-order-overview li strong {
    display: block !important;
    color: #333 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
}
.woocommerce-order-overview .woocommerce-order-overview__total {
    background: #2963e6 !important;
    color: white !important;
    font-weight: bold !important;
}
.woocommerce-order-overview .woocommerce-order-overview__total strong {
    color: white !important;
}
.woocommerce-thankyou-order-received {
    background: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    color: #155724 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.woocommerce-order-details .woocommerce-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 20px !important;
}
.woocommerce-order-details .woocommerce-table th,
.woocommerce-order-details .woocommerce-table td {
    padding: 12px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    text-align: left !important;
}
.woocommerce-order-details .woocommerce-table th {
    background: #f8f9fa !important;
    font-weight: 600 !important;
    color: #333 !important;
}
.woocommerce-order-details .woocommerce-table .order-total {
    background: #fff5f5 !important;
    font-weight: bold !important;
    border-top: 2px solid #2963e6 !important;
}
.woocommerce-order-details .woocommerce-table .order-total .amount {
    color: #2963e6 !important;
    font-size: 18px !important;
}
.woocommerce-order {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}
.woocommerce-order .woocommerce-order-downloads,
.woocommerce-order .woocommerce-order-again {
    margin-top: 30px !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
}
.woocommerce-order .button {
    background: #2963e6 !important;
    color: white !important;
    border: none !important;
    padding: 12px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 10px !important;
}
.woocommerce-order .button:hover {
    background: #c0392b !important;
}
.woocommerce-customer-details .col-1,
.woocommerce-customer-details .col-2,
.customer_details .col-1,
.customer_details .col-2,
body.woocommerce-page .woocommerce-customer-details .woocommerce-column {
    width: 100% !important;
    flex: none !important;
    min-width: auto !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
}
@media (max-width: 768px) {
    .woocommerce-order {
        padding: 15px !important;
    }
}
		
/* :: 17.0 Blog Area CSS */
.blog-wrapper {
    position: relative;
    z-index: 1;
}
.blog-wrapper .single-blog-area {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}
.blog-wrapper .single-blog-area img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.blog-wrapper .single-blog-area .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: auto;
    z-index: 10;
}
@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title {
        padding: 20px;
    }
}
.blog-wrapper .single-blog-area .post-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title a {
        font-size: 18px;
    }
}
.blog-wrapper .single-blog-area .hover-content {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    background-color: #ffffff;
    padding: 20px 40px;
    position: absolute;
    width: 85%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content {
        padding: 20px;
    }
}
.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
.blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
    color: #00154f;
}
@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content p {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content p {
        display: block;
        font-size: 1rem;
        line-height: 1.7;
    }
}
.blog-wrapper .single-blog-area .hover-content > a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    color: #00154f;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content > a {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content > a {
        margin-top: 30px;
    }
}
.blog-wrapper .single-blog-area:hover .hover-content,
.blog-wrapper .single-blog-area:focus .hover-content {
    opacity: 1;
    visibility: visible;
}
.blog-wrapper .single-blog-area:hover img,
.blog-wrapper .single-blog-area:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog-wrapper {
    position: relative;
    z-index: 1;
}
.single-blog-wrapper .single-blog-content-wrapper {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding: 70px 7%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        width: 65%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
    }
}
@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text h2 {
        font-size: 24px;
    }
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text p {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog-text p {
        font-size: 1rem;
    }
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text blockquote {
    margin-bottom: 50px;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text blockquote h6 {
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: #2963e6;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text blockquote span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text ul,
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text ol {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
	color: #787878;
	line-height: 2;
}
.single-blog-wrapper .single-blog-content-wrapper .single-blog-text ul li::before {
    font-family: 'fontawesome';
	content: "\f111";
	font-size: 12px;
	margin-right:5px;
	font-weight: 600;
	color: #2963e6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%)
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
    }
}
@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 50px;
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a span {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
}
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img,
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* :: 18.0 Main conent Pages Area CSS */
.main-content-wrapper {
    position: relative;
    z-index: 1;
}
.main-content-wrapper .page-text i {
    color: #2963e6;
}
.main-content-wrapper .page-text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
}
.main-content-wrapper .page-text p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 10px;
}
.main-content-wrapper .page-text blockquote {
    margin-bottom: 50px;
}
.main-content-wrapper .page-text blockquote h6 {
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-content-wrapper .page-text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: #2963e6;
}
.main-content-wrapper .page-text blockquote span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.main-content-wrapper .page-text ul,
.main-content-wrapper .page-text ol {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
	color: #787878;
	line-height: 2;
}
.main-content-wrapper .page-text ul li::before {
    font-family: 'fontawesome';
	content: "\f111";
	font-size: 14px;
	margin-right:5px;
	font-weight: 600;
	color: #2963e6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%)
}

/* :: 19.0 Process Area CSS */
.process-area {
    padding: 6rem 0;
	text-align:left;
}
.process-area p {
    color: #787878;
    font-weight: 300;
	font-size: 1rem;
}
.process-area h2 {
	font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.process-area h3 {
	font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
}
.process-area .feature .image {
    width: 40%;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 767px) {
    .process-area h3 {
		font-size: 20px;
		margin-bottom: 0;
		font-weight: 600;
	}
}
@media (max-width: 991.98px) {
    .process-area .feature .image {
        height: 300px;
    }
}
.process-area .feature .text {
    width: 60%;
    padding: 5rem 3rem;
    background: #f5f7f9;
}
.process-area .feature .text blockquote {
    position: relative;
    padding-bottom: 4px;
	min-height: 40vh;
}
@media (max-width: 991.98px) {
    .process-area .feature .image,
    .process-area .feature .text {
        width: 100%;
        display: block !important;
    }
}
@media (max-width: 991.98px) {
    .process-area .slide-one-item .owl-nav {
        display: none;
    }
}
.process-area .slide-one-item .owl-nav .owl-prev,
.process-area .slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #00154f;
}
.process-area .slide-one-item .owl-nav .owl-prev span,
.process-area .slide-one-item .owl-nav .owl-next span {
    font-size: 30px;
}
.process-area .slide-one-item .owl-nav .owl-prev:hover,
.process-area .slide-one-item .owl-nav .owl-next:hover {
    color: #2963e6;
}
.process-area .slide-one-item .owl-nav .owl-prev:active,
.process-area .slide-one-item .owl-nav .owl-prev:focus,
.process-area .slide-one-item .owl-nav .owl-next:active,
.process-area .slide-one-item .owl-nav .owl-next:focus {
    outline: none;
}

.process-area .slide-one-item .owl-nav .owl-prev {
    left: 20px;
}

.process-area .slide-one-item .owl-nav .owl-next {
    right: 20px;
}

.process-area .slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.process-area .slide-one-item .owl-dots .owl-dot {
    display: inline-block;
}
.process-area .slide-one-item .owl-dots .owl-dot > span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 15px;
    height: 3px;
    background: rgba(62, 116, 237, 0.4);
    margin: 3px;
}
.process-area .slide-one-item .owl-dots .owl-dot.active > span {
    width: 15px;
    background: #2963e6;
}

/* :: 20.0 keypoints-slider Area CSS */
.keypoints-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #00154f;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 5% 10%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slide.active {
    opacity: 1;
}

.slide.active .slide-content > * {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}
.slide.active .slide-title {
    animation-delay: 0.1s;
	color: #ffffff;
}
.slide.active .slide-subtitle {
    animation-delay: 0.2s;
	color: #ffffff;
}
.slide.active .slide-text {
    animation-delay: 0.3s;
	color: #ffffff;
}
.slide.active .slide-image {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}
.navigation {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 10;
}
.nav-button {
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background 0.3s ease;
}
.nav-button:hover {
    background: rgba(255, 255, 255, 0.3);
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.slide-content {
    flex: 1;
    padding-right: 5%;
    position: relative;
    z-index: 1;
}
.slide-title {
    font-size: clamp(1.6rem, 4vw, 3.1rem);
    margin-bottom: clamp(10px, 2vh, 30px);
}
.slide-subtitle {
    font-size: clamp(1.2rem, 3vw, 2rem);
    margin-bottom: clamp(15px, 3vh, 40px);
    font-style: italic;
}
.slide-text {
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 2rem;
}
.slide-image {
    width: clamp(200px, 30vw, 400px);
    height: clamp(200px, 30vw, 400px);
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .slide {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding: 15%;
    }
    .slide-content {
        padding-right: 0;
        padding-bottom: 5%;
    }
    .slide-image {
        width: clamp(150px, 60vw, 300px);
        height: clamp(150px, 60vw, 300px);
    }
    .navigation {
        bottom: 20px;
        right: 20px;
    }
    .nav-button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}
    
/* :: 21.0 Contact Area CSS */
.contact-area {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}
.google-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        width: 55%;
    }
}
@media only screen and (max-width: 767px) {
    .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}
.contact-area .google-map #googleMap {
    width: 100%;
    height: 685px;
}
@media only screen and (max-width: 767px) {
    .contact-area .google-map #googleMap {
        height: 400px;
    }
}
.contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: 50px 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%;
        padding: 50px 3%;
    }
}
@media only screen and (max-width: 767px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 5%;
    }
}
.contact-area .contact-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.contact-area .contact-info p {
    font-size: 1rem;
    font-weight: 300;
}
.contact-area .contact-info .contact-address p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-area .contact-info .contact-address p span {
    font-weight: 600;
    color: #000000;
    width: 100px;
    display: inline-block;
    text-transform: uppercase;
}
.contact-area .form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid  #787878;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top:14px;
	transition: all ease-in-out 0.4s;
}

/* :: 22.0 Loading Area CSS */
.loader-wrapper {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background-color: #fff; 
	display: flex; 
	justify-content: center;
	align-items: center;
	z-index: 9999; 
}
.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	animation: rotate 1s linear infinite
}
.loader::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 4px solid #2963e6;
	animation: prixClipFix 2s linear infinite;
}
@keyframes rotate {
	100%   {transform: rotate(360deg)}
}
@keyframes prixClipFix {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}