/*
Author          :   Theexpertguy
Author URi      :   http://theexpertguy.com/
Template Name   :   Honey Ecommerce HTML5 Bootstrap Template
Version         :   1.1
File            :   Style CSS
*/

/*
[Table of contents]
1. Font Family
2. Typography 
3. Header
4. Navbar(Menu)
5. Slider 
6. Body Content
7. Footer 
9. Cart Aside
10. Preloader

[table of Pages]
 1. Index
 2. Blogs
 3. Blog Details
 4. Products
 5. Product Details
 6. Contact
 7. Cart
 8. Checkout
 9. Register/Login
 10. Forget Password
 11. My account
 12. Elements Pages
 13. Contact
 14. About us
*/


/*-------------------- 
    FONT FAMILY  
---------------------*/
@font-face {
    font-family: quicksand-bold;
    src: url(../fonts/Quicksand-Bold.ttf);
}
@font-face {
    font-family: quicksand-light;
    src: url(../fonts/Quicksand-Light.ttf);
}
@font-face {
    font-family: quicksand-medium;
    src: url(../fonts/Quicksand-Medium.ttf);
}
@font-face {
    font-family: quicksand-regular;
    src: url(../fonts/Quicksand-Regular.ttf);
}
@font-face {
    font-family: quicksand-semibold;
    src: url(../fonts/Quicksand-SemiBold.ttf);
}
html {
    scroll-behavior: smooth;
}
/*-------------------- 
    GLOBAL STYLE
---------------------*/
.bg-theme-color1 {
    background-color: #e3fdfd;
}
.bg-theme-color2 {
    background-color: #71c9ce;
}
.bg-theme-color3 {
    background-color: #1a508b;
}
/*-------------------- 
    PRELOADER
---------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}
#status {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/logo.png);
    background-size: contain;
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%,-50%);
    /* is width and height divided by two */
}
/*-------------------- 
    TYPOGRAPHY
---------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: quicksand-bold;
    outline: none !important;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
a:hover {
    color: #1a508b !important;
}
p,
a,
span,
label,
ul,
li {
    font-family: quicksand-medium;
    outline: none !important;
}
button {
    outline: none !important;
}
::selection {
    background: transparent;
    color: #1a508b;
}

/*bootstrap custom change*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3e8ef7;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #3e8ef7;
}
.nav-tabs .nav-link {
    color: #555;
}
.tab-inner-content {
    padding: 40px 10px;
}
.tab-inner-content h3 {
    font-size: 18px;
}
.tab-inner-content .media img{
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.tab-inner-content .media .media-body h5 span {
    font-size: 13px;
}
.modal-content .close {
    position: absolute !important;
    right: 4vh;
    color: #fff;
    margin: -85px -25px -15px auto;
    opacity: 1;
    top: 4vh;
    cursor: pointer;
}
.modal-content .close span {
    font-size: 50px;
    transition: 0.5s;
}
.modal-content {
    margin-top: 10vh;
}
body {
    overflow-x: hidden !important;
}
body::-webkit-scrollbar {
    width: 0.3em;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #1a508b;
}
body::-webkit-scrollbar-thumb:hover {
    /*background-color: ;*/
}

.shadow {
    box-shadow: 5px 17px 25px -26px rgba(0, 0, 0, 0.4);
}
.divider-right {
    display: inline-block;
    height: 30px;
    border: 1px solid #dfdfdf;
    width: 2px;
    margin-left: 10%;
    margin-right: 10%;
    background: #dfdfdf;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.c-divider {
    position: relative;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 40px;
}
.c-divider::before,
.c-divider::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
}
.c-divider::before {
    /*! autoprefixer: off */
    background: #c0c0c0;
    background: -webkit-linear-gradient(left, rgba(192, 192, 192, 0), #c0c0c0, rgba(192, 192, 192, 0));
    background: -moz-linear-gradient(left, rgba(192, 192, 192, 0), #c0c0c0, rgba(192, 192, 192, 0));
    background: -ms-linear-gradient(left, rgba(192, 192, 192, 0), #c0c0c0, rgba(192, 192, 192, 0));
    background: -o-linear-gradient(left, rgba(192, 192, 192, 0), #c0c0c0, rgba(192, 192, 192, 0));
    background: linear-gradient(to right, rgba(192, 192, 192, 0), #c0c0c0, rgba(192, 192, 192, 0));
    bottom: 0;
    height: 1px;
}
.c-divider::after {
    /*! autoprefixer: off */
    background: -webkit-radial-gradient(50% 0%, rgba(74, 74, 74, 0.15), transparent 40%);
    background: -moz-radial-gradient(50% 0%, rgba(74, 74, 74, 0.15), transparent 40%);
    background: -ms-radial-gradient(50% 0%, rgba(74, 74, 74, 0.15), transparent 40%);
    background: -o-radial-gradient(50% 0%, rgba(74, 74, 74, 0.15), transparent 40%);
    background: radial-gradient(at 50% 0%, rgba(74, 74, 74, 0.15), transparent 40%);
    top: 100%;
    height: 10px;
}

/*buttons*/
.theme-btn1 {
    background: #1a508b;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s ease;
    display: inline-block;
    border: 1px solid #1a508b;
    padding: 10px 30px;
}
.theme-btn1:hover {
    background: #fff;
    color: #1a508b;
    border: 1px solid #1a508b;
}
.theme-btn1 i {
    margin-left: 10px;
}

.theme-btn2 {
    background: #1a508b;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s ease;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #1a508b;
    padding: 10px 30px;
}
.theme-btn2:hover {
    background: #fff;
    letter-spacing: 2px;
    border: 1px solid #1a508b;
    color: #1a508b;
}
.theme-btn2:hover i {
    transform: translateX(10px);
}
.theme-btn2 i {
    color: #1a508b;
    vertical-align: sub;
    transition: 0.5s ease;
    font-size: 20px;
}

.theme-btn3 {
    background: #fff;
    text-align: center;
    color: #1a508b;
    text-transform: uppercase;
    transition: 0.5s ease;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #1a508b;
    padding: 10px 30px;
}
.theme-btn3:hover i {
    transform: translateX(10px);
}
.theme-btn3 i {
    color: #1a508b;
    vertical-align: middle;
    transition: 0.5s ease;
    font-size: 18px;
}

.theme-btn4 {
    background: #fff;
    text-align: center;
    color: #1a508b;
    text-transform: uppercase;
    transition: 0.5s ease;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #1a508b;
    padding: 10px 30px;
}
.theme-btn4:hover i {
    transform: scale(1.4, 1.4);
}
.theme-btn4 i {
    color: #1a508b;
    vertical-align: middle;
    transition: 0.5s ease;
    font-size: 18px;
}

.theme-btn5 {
    background: #fff;
    text-align: center;
    color: #1a508b;
    text-transform: uppercase;
    transition: 0.5s ease;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.theme-btn5:hover {
    margin-left: 5px;
}
.theme-btn5:hover i {
    margin-left: 10px;
    transform: scale(1.4, 1.4);
}
.theme-btn5 i {
    color: #1a508b;
    vertical-align: middle;
    transition: 0.5s ease;
    font-size: 18px;
}

.theme-btn6 {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    transition: 0.5s ease;
    font-size: 14px;
    padding: 10px;
}
.theme-btn6:hover {
    letter-spacing: 1px;
}

.theme-btn7 {
    background: #4267b2;
    padding: 10px 25px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    transition: 0.5s ease;
    font-size: 14px;
    padding: 10px 30px;
}
.theme-btn7:hover {
    box-shadow: 5px 17px 25px -13px rgba(0, 0, 0, 0.4);
    color: #fff !important;
}

.btn1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s ease;
    display: inline-block;
    border: 1px solid #1a508b;
    letter-spacing: 1px;
    padding: 10px 30px;
}
.btn1:hover {
    background: #fff;
    color: #1a508b;
    border: 1px solid #1a508b;
}
.btn1 i {
    margin-left: 10px;
}

.btn-xs {
    padding: 6px 12px;
    font-size: 12px;
}
.btn-rounded {
    border-radius: 30px;
}
.button-group button {
    margin-right: 10px;
    cursor: pointer;
}

/*Notification & Alerts*/
.alert-outline-primary {
    border: 1px solid #cce5ff;
    box-shadow: 0 4px 10px #cce5ff;
    color: #004085;
}
.alert-outline-secondary {
    border: 1px solid #e7e8ea;
    box-shadow: 0 4px 10px #e7e8ea;
}
.alert-outline-success {
    border: 1px solid #d4edda;
    box-shadow: 0 4px 10px #d4edda;
    color: #155724;
}
.alert-outline-danger {
    border: 1px solid #f8d7da;
    box-shadow: 0 4px 10px #f8d7da;
    color: #721c24;
}
.alert-outline-warning {
    border: 1px solid #fff3cd;
    box-shadow: 0 4px 10px #fff3cd;
    color: #856404;
}
.alert-outline-info {
    border: 1px solid #d1ecf1;
    box-shadow: 0 4px 10px #d1ecf1;
    color: #0c5460;
}
.alert-outline-light {
    border: 1px solid #dfdfdf;
    box-shadow: 0 4px 10px #dfdfdf;
    color: #818182;
}
.alert-outline-dark {
    border: 1px solid #d6d8d9;
    box-shadow: 0 4px 10px #d6d8d9;
    color: #1b1e21;
}

/*-------------------- 
    HEADER
---------------------*/

/*header top*/
.header-top {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px #dfdfdf;
}
.header-top .top-bar {
    display: flex;
    flex-direction: row;
    font-size: 13px;
}
.header-top .top-bar .top-left {
    width: 50%;
    height: 2em;
    display: flex;
    align-items: center;
}
.header-top .top-bar .top-left .news {
    width: 100%;
    padding-top: 15px;
}

.header-top .top-bar .top-right {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    height: 2em;
    flex-direction: row;
    flex-wrap: nowrap;
}
.header-top .top-bar .top-right select {
    font-size: 12px;
    outline: none;
    border: none;
    color: #000;
    padding: 5px;
}
.header-top .top-bar .top-right div.top-contact {
    padding: 2px 15px 0px 15px;
}
.header-top .top-bar .top-right div.top-contact a {
    color: #000;
}
.header-top .top-bar .top-right div.top-contact a i {
    font-size: 20px;
    vertical-align: sub;
    color: #000;
    opacity: 0.75;
    transition: 0.5s;
}
.header-top .top-bar .top-right div.top-contact a:hover i {
    color: #007580;
    opacity: 0.75;
}

/*header middle*/
.header-middle {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px #dfdfdf;
}
.header-middle .middle-bar {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    height: 6em;
    align-items: center;
}
.header-middle .middle-bar .logo {
    width: 15%;
}
.header-middle .middle-bar .logo img {
    max-width: 120px;
    object-fit: contain;
}

.header-middle .middle-bar .search {
    width: 45%;
}
.header-middle .middle-bar .search .input-group .input-group-addon.left {
    background-color: transparent !important;
    color: #000;
    border: 2px solid #1a508b;
    border-right: none;
}
.header-middle .middle-bar .search .input-group .input-group-addon.right {
    background-color: transparent !important;
    color: #000;
    border: 2px solid #1a508b;
    border-left: none;
}
.header-middle .middle-bar .search .input-group .input-group-addon.right button {
    background-color: transparent !important;
    color: #000;
    border: none;
    outline: none;
}
.header-middle .middle-bar .search .input-group input {
    border: 2px solid #1a508b;
    border-left: none;
    border-right: none;
    padding: 10px;
    color: #000;
    outline: none;
}

.header-middle .middle-bar .contact {
    width: 40%;
    padding-left: 2%;
}
.header-middle .middle-bar .contact .phone {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-middle .middle-bar .contact .phone .icon {
    width: 20%;
}
.header-middle .middle-bar .contact .phone .text {
    width: 80%;
}
.header-middle .middle-bar .contact .phone .text small {
    color: #000;
    font-size: 14px;
}
.header-middle .middle-bar .contact .phone .text a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

/*header menu*/
.header-menu {
    background: #fff;
    box-shadow: 0 0 5px #dfdfdf;
}
.header-menu .navbar {
    padding: 10px;
}
.header-menu .navbar ul li {
    margin-right: 10px;
} 
.header-menu .navbar ul li .dropdown-menu a.dropdown-item:hover{
    border-left: 2px solid #0061a8;
}
.header-menu .navbar ul li a {
    color: #000;
    position: relative;
}
.header-menu .navbar .cart-wish {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menu .navbar .cart-wish .cart {
    position: relative;
}
.header-menu .navbar .cart-wish .cart .counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 11px;
    background: #1a508b;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
}

/*cart section*/
.cart-section {
    display: none;
    overflow-y: auto;
    width: 350px;
    height: 100vh;
    background: white;
    position: fixed;
    right: 0;
    padding: 20px;
    top: 0;
    z-index: 999;
    box-shadow: 5px 0 15px #999;
}
.btn-close {
    cursor: pointer;
    background: black;
    color: #fff !important;
    padding: 10px 20px;
}
.btn-close:hover {
    box-shadow: 5px 17px 20px -13px rgba(0, 0, 0, 0.4);
    color: #fff !important;
}
.btn-close i {
    transition: 0.5s;
}
.btn-close:hover i {
    margin-left: 10px;
}
.cart-item {
    display: flex;
    justify-content: center;
    flex-direction: row;
    transition: 0.5s;
    box-shadow: 5px 17px 25px -28px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}
.cart-item .product-img {
    width: 30%;
}
.cart-item .product-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.cart-item .product-name h4 {
    font-size: 16px;
    color: #000;
}
.cart-item .product-name p {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.cart-item .product-name {
    width: 60%;
}
.cart-item .product-remove {
    width: 10%;
}
.cart-item .product-remove button {
    background: #dc143c;
    color: #fff;
    border: none;
    border-radius: 25px;
    outline: none;
    opacity: 0.8;
    width: 25px;
    height: 26px;
    line-height: 25px;
}
.cart-item .product-remove button:hover {
    opacity: 1;
}

.cart-section .cart-counter,
.cart-section .cart-btn-group {
    display: flex;
    justify-content: space-between;
}
.cart-section .cart-counter label {
    color: #777;
    font-size: 20px;
}
.cart-section .cart-counter span {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.cart-section .cart-btn-group a {
    width: 50%;
    border: 1px solid #0061a8;
    background: #fff;
    color: #0061a8;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
    padding: 10px 0px;
}
.cart-section .cart-btn-group a:hover {
    box-shadow: 5px 17px 20px -18px rgba(0, 0, 0, 0.4);
}

/*----------------------------
    SLIDER
-----------------------------*/
.carousel-caption {
    left: 13%;
    top: 45%;
    text-align: left;
    transform: translateY(-50%);
}
.carousel-caption p {
    text-align: left;
    color: #000;
}
.carousel-caption h3 {
    text-align: left;
    width: 50%;
    font-size: 50px !important;
}
.carousel-caption h3 span {
    color: #1a508b;
}
.carousel-indicators li {
    width: 20px;
    height: 5px;
    border-radius: 3px;
    border: 1px solid #1a508b;
    transition: 0.5s ease-in-out;
    background: transparent;
}
.carousel-indicators li.active {
    width: 30px;
    height: 5px;
    background: #1a508b;
    border: 1px solid #1a508b;
}

/*----------------------------
    CONTENT
-----------------------------*/
.content {
    padding: 70px 0px;
    padding-bottom: 0;
}
.page-content {
    padding: 70px 0px;
}

.heading {
    text-align: center;
    margin-bottom: 70px;
}
.heading h2 {
    position: relative;
    margin-bottom: 35px;
}
.heading h2:after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 50px;
    height: 4px;
    background: #1a508b;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.heading p {
    margin-bottom: 0;
}

.heading-2 {
    text-align: center;
    margin-bottom: 70px;
}
.heading-2 h2 {
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.heading-2 h2:after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 50px;
    height: 4px;
    background: #1a508b;
    border-radius: 5px;
    left: 0%;
}
.heading-2 p {
    margin-bottom: 0;
}

.heading-3 {
    text-align: center;
    margin-bottom: 70px;
}
.heading-3 h2 {
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.heading-3 h2:after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 50px;
    height: 4px;
    background: #1a508b;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.heading-3 h2:before {
    position: absolute;
    content: "";
    bottom: -15px;
    width: 150px;
    height: 1px;
    background: #1a508b;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.heading-3 p {
    margin-bottom: 0;
}

.heading-4 {
    text-align: center;
    margin-bottom: 70px;
}
.heading-4 h2 {
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.heading-4 h2:after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 50px;
    height: 4px;
    background: #1a508b;
    border-radius: 5px;
    left: 0%;
}
.heading-4 h2:before {
    position: absolute;
    content: "";
    bottom: -15px;
    width: 100px;
    height: 1px;
    background: #1a508b;
    border-radius: 5px;
    left: 0%;
}
.heading-4 p {
    margin-bottom: 0;
}

.heading-5 {
    text-align: center;
    margin-bottom: 70px;
}
.heading-5 h2 {
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.heading-5 h2:after {
    position: absolute;
    content: "";
    bottom: -16px;
    width: 50px;
    height: 4px;
    background: #1a508b;
    border-radius: 5px;
    left: 0%;
}
.heading-5 h2:before {
    position: absolute;
    content: "";
    bottom: -15px;
    width: 100%;
    height: 1px;
    background: #1a508b;
    border-radius: 5px;
    left: 0%;
}
.heading-5 p {
    margin-bottom: 0;
}

/* Features*/
.features {
    box-shadow: 0 0 10px #dfdfdf;
    padding: 30px;
}
.features .feature {
    display: flex;
    flex-direction: row;
    border-right: 2px solid #dfdfdf;
}
.features .feature .icon {
    width: 20%;
    color: #1a508b;
}
.features .feature .text {
    width: 80%;
}
.features .feature .text p {
    margin-bottom: 0;
}

/* Category*/  
.category {
    padding: 70px 0px;
}
.category .card {
    margin-bottom: 20px;
    transition: 0.5s;
}
.category .card:hover {
    border: 1px solid #0061a8;
    box-shadow: 5px 17px 25px -26px rgba(0, 0, 0, 0.4);
}
.category .card .card-img,
.popular-product .card .card-img,
.blog-article .card .card-img {
    overflow: hidden;
    position: relative;
}
.category .card .card-img .card-img-top,
.popular-product .card .card-img .card-img-top,
.blog-article .card .card-img .card-img-top {
    transition: 0.5s ease-in-out;
}
.category .card .card-img .card-img-top:hover,
.popular-product .card .card-img .card-img-top:hover,
.blog-article .card .card-img .card-img-top:hover {
    transform: scale(1.3, 1.3);
    transform-origin: center;
}
.category .card .card-body {
    padding: 0px;
}
.card .card-img .flash {
    position: absolute;
    left: 5px;
    z-index: 99;
    top: 5px;
    color: #fff;
    text-transform: uppercase;
    width: 50px !important;
    text-align: center;
    font-size: 14px;
}
.card .card-img .btn-wish {
    background: #fff;
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 5px;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    text-transform: uppercase;
    width: 35px !important;
    text-align: center;
    font-size: 20px;
}
.card .card-img .btn-quickshow {
    background: #fff;
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 45px;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    text-transform: uppercase;
    width: 35px !important;
    text-align: center;
    font-size: 20px;
}
.card .card-img .list-category {
    position: absolute;
    right: 5px;
    z-index: 99;
    top: 5px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
}
.card .card-img .bg-flash-warning {
    background: #ff9529;
}
.card .card-footer .card-btn-group {
    display: flex;
    justify-content: space-between;
}
.card .card-footer .card-btn-group a {
    color: #000;
}
.card .card-footer .cart a:hover {
    color: #fff !important;
}
.card .card-footer .cart a i {
    transition: 0.5s;
}
.card .card-footer .cart a:hover i {
    margin-right: 10px;
}

/*Product*/
.popular-product .card,
.blog-article .card {
    transition: 0.5s;
    margin-bottom: 30px;
}
.popular-product .card:hover,
.blog-article .card:hover {
    box-shadow: 5px 17px 25px -23px rgba(0, 0, 0, 0.4);
}
.popular-product .card .card-body {
    padding: 10px;
}
.popular-product .card .card-body small {
    text-transform: uppercase;
    padding-top: 3px;
}
.popular-product .card .card-body .card-title {
    margin-bottom: 5px;
}
.popular-product .card .card-body .card-title a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    transition: 0.5s;
}
.popular-product .card .card-body .card-title a:hover {
    color: #1a508b;
}
.popular-product .card .card-body .price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    float: left;
    color: #1a508b;
}
.popular-product .card .card-body .price s {
    font-size: 15px;
    color: #999;
    margin-left: 5px;
    display: inline-block;
    font-weight: normal;
}
.popular-product .card .card-body .rating {
    margin: 2px;
}
.popular-product .card .card-body .rating li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    color: #ff9529;
}
.popular-product .card .card-top {
    display: flex;
    justify-content: space-between;
}

.popular-product .card .content-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.popular-product .card .card-img:hover .content-overlay {
    opacity: 1;
}
.popular-product .card .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    display: flex;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.popular-product .card .content-details a {
}
.popular-product .card .content-details .explore-demo{
    display: flex;
    height: 320px;
    justify-content: center;
    flex-direction: column;
}
.popular-product .card .content-details .explore-demo a{
    display: block;
    background: #0061a8;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    transition: .5s;
}
.popular-product .card .content-details .explore-demo a:hover{ 
    background: #fff; 
}
.popular-product .card .content-details i {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background: #fff;
    color: #1a508b;
    transition: 0.5s ease-out;
}
.popular-product .card .content-details i:hover {
    transform: scale(1.2, 1.2);
    color: #fff;
    background: #1a508b;
}
.popular-product .card .card-img:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.popular-product .card .fadeIn-bottom {
    top: 80%;
}
.popular-product .fadeIn-top {
    top: 20%;
}
.popular-product .fadeIn-left {
    left: 20%;
}
.popular-product .fadeIn-right {
    left: 80%;
}

.product-detail h2 {
    font-size: 30px;
}
.product-detail p span {
    font-size: 12px;
    margin-right: 20px;
}
.product-detail .price {
    font-size: 22px;
    font-weight: bold;
    color: #1a508b;
    margin: 0;
}
.product-detail .rating,
.product-detail .colors,
.product-detail .social-share,
.footer .social-share {
    padding: 0;
}
.product-detail .rating li,
.product-detail .colors li,
.product-detail .social-share li,
.footer .social-share li {
    list-style: none;
    display: inline-block;
}
.product-detail .rating li i {
    color: orange;
}
.product-detail .prod-category {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}
.product-detail .product-option {
    display: flex;
    justify-content: space-between;
}
.product-detail .product-option-1 {
    display: flex;
    justify-content: flex-start;
}
.product-detail .product-option-1 .color-size {
    margin-right: 25px;
}
.product-detail .product-option-1 .add-wish a {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #000;
    padding: 10px 30px;
    color: #000;
}
.product-detail .product-option-1 .add-wish a:hover {
    border: 1px solid #0061a8;
    color: #0061a8;
}
.product-detail .product-option-1 .add-wish a i {
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.product-detail .product-option-1 .add-cart button {
    background: #0061a8;
    color: #fff;
    padding: 8px 30px;
    border: none;
    transition: 0.5s;
}
.product-detail .product-option-1 .add-cart button i {
    font-size: 20px;
    margin-right: 10px;
}
.product-detail .product-option-1 .add-cart button:hover {
    opacity: 0.85;
}
.product-detail .product-option-1 b {
    text-transform: capitalize;
    display: block;
    color: #000;
    font-size: 14px;
}
.product-detail .product-option-1 .size button {
    background: transparent;
    border: 1px solid #000;
    padding-top: 0;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
}
.product-detail .product-option-1 .colors span {
    display: inline-block;
    width: 30px;
    height: 32px;
    border-radius: 0px;
}
.product-detail .product-option-1 .quantity,
.product-detail .product-option-1 .add-wish {
    margin-right: 30px;
}
.product-detail .colors span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.product-detail .colors span.red {
    background: #fb3640;
}
.product-detail .colors span.green {
    background: #5b6d5b;
}
.product-detail .colors span.blue {
    background: #02475e;
}
.product-detail .colors span.black {
    background: #393e46;
}
.product-detail .size p {
    margin: 0;
}
.product-detail .size a {
    font-size: 14px;
}
.product-detail .size button {
    background: transparent;
    border: 1px solid #000;
    width: 30px;
    line-height: 30px;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
}
.product-detail .size button:hover {
    background: #1a508b;
    color: #fff;
}
.product-detail .quantity .qty-input {
    color: #000;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.product-detail .quantity .product-qty,
.product-detail .quantity .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}
.product-detail .quantity .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center; 
}
.product-detail .quantity .product-qty::-webkit-outer-spin-button,
.product-detail .quantity .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}
.product-detail .quantity .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}
.product-detail .quantity .qty-count:before,
.product-detail .quantity .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.product-detail .quantity .qty-count--minus {
    background: #888;
    border-right: 1px solid #e2e2e2;
}
.product-detail .quantity .qty-count--add {
    background: #888;
    border-left: 1px solid #e2e2e2;
}
.product-detail .quantity .qty-count--add:after {
    transform: rotate(90deg);
}
.product-detail .quantity .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}
.product-detail .quantity .qty-count:before,
.product-detail .quantity .qty-count:after {
    background: #ccc;
}
.product-detail .social-share li {
    margin-top: 20px;
    margin-right: 10px;
}
.product-detail .social-share li a {
    color: #666;
}
.product-detail .social-share li:hover a {
    color: #1a508b;
}

/*Offer*/
.offer-section {
    margin-top: 70px;
    background: url(../images/banner.jpg);
    height: 60vh;
    padding: 70px;
    width: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.offer-section .overlay {
    position: absolute;
    top: 0;
    height: 60vh;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.offer-section h3 {
    color: #fff;
    font-family: quicksand-light;
    font-size: 45px;
    margin-top: 40px;
}
.offer-section h3 span {
    color: orange;
    font-weight: bold;
}
.offer-section h2 {
    margin-top: 30px;
    font-size: 35px;
    color: #fff;
}
.offer-section h2 small {
    font-size: 23px;
    color: orange;
    font-family: quicksand-regular !important;
}
.offer-section h2 span {
    color: orange;
    background: rgba(0, 0, 0, 0.5);
    font-family: quicksand-bold !important;
    padding: 5px 20px;
}

/* Shop category*/
.shop-category {
    padding: 70px 0px;
}
.shop-category .shop-card.item-1 {
    background: url(../images/offer1.png);
}
.shop-category .shop-card.item-2 {
    background: url(../images/offer2.png);
}
.shop-category .shop-card.item-3 {
    background: url(../images/offer3.png);
}
.shop-category .shop-card.item-1,
.shop-category .shop-card.item-2,
.shop-category .shop-card.item-3 {
    height: 220px;
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: 0.5s;
    box-shadow: 5px 17px 25px -17px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 17px 45px -17px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 17px 25px -17px rgba(0, 0, 0, 0.5);
}
.shop-category .shop-card:hover {
    border-radius: 10px;
}
.shop-category .shop-card h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
}
.shop-category .shop-card p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

/* Blog-Article*/
.blog-article .card {
    padding: 15px;
}
.blog-article .card .card-body {
    padding: 15px 0;
}
.blog-article .card .blog-heading b {
    color: #000;
    font-weight: bold;
}
.blog-article .card .card-title {
    font-size: 18px;
    font-weight: bold;
}
.blog-article .card .card-text {
    margin-bottom: 20px;
}
.blog-article .card .card-footer {
    display: flex;
    justify-content: space-around;
}
.blog-article .card .card-footer div:hover {
    color: #1a508b;
}
.blog-article .card .card-img .datetime {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.blog-article .card .card-img .datetime p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.blog-article .card .card-img .datetime span {
    display: block;
    font-size: 17px;
    font-weight: normal;
    border-top: 1px solid #000;
    text-transform: uppercase;
}
.blog-article .media {
    margin-bottom: 10px;
}
.blog-article .media img{
    width: 80px;
    height: 80px;
    object-fit: contain
}
.blog-article .media .media-body span {
    font-size: 13px;
}
.blog-side .blog-category {
    margin-top: 30px;
}
.blog-side .blog-category ul,
.blog-tag ul {
    padding: 0;
    margin: 0px;
    list-style: square;
    list-style-position: inside;
}
.blog-side .blog-category ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #dfdfdf;
}
.blog-side .blog-category ul li a {
    font-size: 15px;
    transition: 0.5s;
    color: #000;
}
.blog-side .blog-category ul li:hover a {
    margin-left: 10px;
}
.blog-side .about,
.blog-side .blog-tag,
.blog-side .blog-post {
    margin-top: 30px;
}
.blog-side .about,
.blog-side .blog-tag ul {
    list-style: none;
}
.blog-side .about,
.blog-side .blog-tag ul li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 5px;
}
.blog-side .about,
.blog-side .blog-tag ul li a {
    color: #000;
}
.blog-side .about,
.blog-side .blog-tag ul li:hover {
    border: 1px solid #0061a8;
}
.blog-side h4 {
    margin-bottom: 20px;
}

/*form*/
.custom-form .input-group .input-group-addon.left {
    background-color: transparent !important;
    color: #000;
    border: 2px solid #1a508b;
    border-right: none;
}
.custom-form .input-group .input-group-addon.right button {
    background-color: transparent !important;
    color: #000;
    border: none;
    outline: none;
}
.custom-form .input-group input,
.custom-form .input-group textarea,
.custom-form .input-group select {
    border: 2px solid #1a508b;
    border-left: none;
    padding: 10px;
    color: #000;
    outline: none;
}
.custom-form .input-group textarea {
    min-height: 150px;
    resize: vertical;
}
.custom-form .input-group {
    margin-bottom: 20px;
}
.custom-form .input-group .radio input[type="radio"] {
    zoom: 1.8;
    vertical-align: sub;
}
.custom-form .input-group .radio {
    margin-top: 15px;
    margin-right: 20px;
}

/*clients*/
.clients #client-logos .item {
    margin: 1px;
}
.clients .client-inners img {
    transition: .5s; 
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.clients .client-inners img:hover {
    transform: scale(1.2, 1.2);
}
.clients .client-inners {
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px;
    overflow: hidden;
}
.clients .owl-nav img {
    width: 34px;
}
.clients .owl-prev img {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}
.clients .owl-next img {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -20px;
}

/*breadcrumb style 1*/
.breadcrumb {
    padding: 20px;
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    background: #000;
    padding-bottom: 10px;
}
.breadcrumb h3 {
    padding: 0px 20px;
    color: #999;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.breadcrumb p {
    padding: 0px 20px;
}
.breadcrumb p span {
    font-size: 13px;
    padding: 0px 5px;
}
.breadcrumb p a {
    text-transform: capitalize;
    color: #fff !important;
}

/*breadcrumb style 2*/
.breadcrumb-2 {
    padding: 20px;
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    background: #141e30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243b55, #141e30); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        #243b55,
        #141e30
        ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    padding-bottom: 10px;
}
.breadcrumb-2 h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.breadcrumb-2 p {
    color: #eee;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.breadcrumb-2 p span {
    font-size: 13px;
    padding: 0px 5px;
}
.breadcrumb-2 p a {
    text-transform: capitalize;
    color: #fff !important;
}

/*breadcrumb style 3*/
.breadcrumb-3 {
    padding: 50px;
    border-top: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        #434343,
        #000000
        ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
}
.breadcrumb-3 h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.breadcrumb-3 p {
    color: #eee;
    margin-bottom: 20px;
}
.breadcrumb-3 p span {
    font-size: 13px;
    padding: 0px 5px;
}
.breadcrumb-3 p a {
    text-transform: capitalize;
    color: #fff !important;
}

/*breadcrumb style 4*/
.breadcrumb-4 {
    padding: 20px;
    border: 3px solid #dfdfdf;
    background: #fff;
}
.breadcrumb-4 p {
    padding: 0;
    margin: 0;
}
.breadcrumb-4 p span {
    font-size: 13px;
    padding: 0px 5px;
    color: #000;
}
.breadcrumb-4 p a {
    text-transform: capitalize;
    color: #000 !important;
}

/*breadcrumb style 5*/
.breadcrumb-5 {
    padding: 20px;
    border: 3px solid #dfdfdf;
    background: #fff;
}
.breadcrumb-5 h3 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.breadcrumb-5 h3 small {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.breadcrumb-5 p {
    padding: 0;
    margin: 0;
}
.breadcrumb-5 p span {
    font-size: 13px;
    padding: 0px 5px;
    color: #000;
}
.breadcrumb-5 p a {
    text-transform: capitalize;
    color: #000 !important;
}

/*pagination*/
.pagination-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.pagination-content ul {
    position: relative;
    background: #fff;
    display: flex;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.pagination-content ul li {
    list-style: none;
    line-height: 40px;
    margin: 0 5px;
}
.pagination-content ul li.pageNumber {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.pagination-content ul li a {
    display: block;
    text-decoration: none;
    color: #383838;
    font-weight: 600;
    border-radius: 50%;
}
.pagination-content ul li.pageNumber:hover a,
.pagination-content ul li.pageNumber.active a {
    background: #0061a8;
    color: #fff !important;
}
.pagination-content ul li:first-child {
    margin-right: 5px;
    font-weight: 700;
    font-size: 16px;
}
.pagination-content ul li:last-child {
    margin-left: 5px;
    font-weight: 700;
    font-size: 16px;
}

/*footer*/
.footer {
    background: #000;
    position: relative;
}
.footer .bottom-to-top {
    position: absolute;
    right: 80px;
    top: -6vh;
    width: 50px;
    height: 50px;
    background-color: #000;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
}
.footer .bottom-to-top a {
    color: #fff;
}
.footer h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
}
.footer h4:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #999;
    height: 2px;
    width: 50px;
}
.footer p {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}
.footer p b {
    transition: 0.5s;
    font-weight: bold;
    color: #dfdfdf;
}
.footer p a {
    transition: 0.5s;
    color: #ccc;
}
.footer p:hover a {
    color: #fff !important;
}
.footer p:hover b {
    color: #999 !important;
}
.footer .email-box {
    display: flex;
    justify-content: center;
}
.footer .email-box input {
    width: 80%;
    padding: 10px;
    outline: none;
}
.footer .email-box button {
    outline: none;
    width: 20%;
    padding: 10px;
    border: none;
    color: #fff;
    background: #1a508b;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    list-style: none;
    list-style-position: outside;
}
.footer ul li a {
    text-transform: capitalize;
    color: #999;
    transition: 0.5s;
}
.footer ul li a:hover {
    color: #fff !important;
    margin-left: 6px;
}
.footer .copyright {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.footer .copyright p {
    font-size: 13px;
}
.footer .copyright i {
    font-size: 37px;
}
.footer .copyright ul li {
    list-style: none;
    margin-right: 10px;
    display: inline;
}
.social-share {
    padding: 0;
}
.social-share li {
    list-style: none;
    display: inline-block;
    list-style-position: outside;
    margin-top: 30px;
    margin-right: 12px;
}
.social-share li a {
    font-size: 20px;
    color: #999;
    text-transform: capitalize;
    transition: 0.5s;
}

/*dropdown (multi level menu)*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*----------------------------
    PRODUCT DETAIL
-----------------------------*/
.product-info {
    padding: 70px 0;
}
.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}
.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}
.picZoomer-pic {
    /*width: 100%;
    height: 100%;*/
}
.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, 0.1);
}
.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px; 
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li {
    display: inline-block;
    height: 110px;
    border: 1px solid #eee;
}
.piclist li img {
    height: 100px;
    display: block;
    object-fit: contain;
    margin: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 20%;
    float: left;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    float: left;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
    object-fit: contain;
}
.piclist li img {
    height: 100px;
    object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #1a508b;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #1a508b;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 7%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #1a508b;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #1a508b47;
}
.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 0px !important;
    line-height: 35px;
}
.owl-nav .owl-next {
    right: -10px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    top: 50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
    color: #1a508b;
    font-size: 26px !important;
    position: relative;
    top: -1px;
    opacity: 0.6;
}
.common_wd .owl-nav .owl-prev i:hover,
.common_wd .owl-nav .owl-next i:hover {
    opacity: 1;
}
.common_wd .owl-nav {
    position: absolute;
    top: -15%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}
._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}

/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #1a508b;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #1a508b;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color: #28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #1a508b;
}

/*----------------------------
    CONTACT PAGE
-----------------------------*/
.contact {
    padding: 0 50px;
}
.contact p {
    padding: 0;
    margin: 0;
}
.contact-info .list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    box-shadow: 5px 17px 25px -25px rgba(0, 0, 0, 0.4);
}
.contact-info .list .icon {
    width: 17%;
    color: #0061a8;
    font-size: 30px;
}
.contact-info .list .text {
    width: 83%;
    padding-bottom: 15px;
}
.contact-info .list .text a {
    color: #000;
}
.map iframe {
    width: 100%;
}

/*----------------------------
    REGISTER / LOGIN
-----------------------------*/
.rem-forget {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.rem-forget .remember input[type="checkbox"] {
    zoom: 1.3;
    vertical-align: sub;
}
.rem-forget a {
    color: #333;
}
.login-option {
    display: flex;
    justify-content: space-between;
}
.login-option .login-fb {
    background: #4267b2;
    padding: 10px 25px;
    border-radius: 20px;
    transition: 0.5s;
}
.login-option .login-fb i,
.login-option .login-google i {
    margin-right: 6px;
}
.login-option .login-fb a,
.login-option .login-google a {
    color: #fff;
}
.login-option .login-fb a:hover,
.login-option .login-google a:hover {
    color: #fff !important;
}
.login-option .login-google {
    background: #db4437;
    padding: 10px 25px;
    border-radius: 20px;
    transition: 0.5s;
}
.login-option .login-fb:hover,
.login-option .login-google:hover {
    box-shadow: 5px 17px 25px -15px rgba(0, 0, 0, 0.4);
}

/*----------------------------
    CART
-----------------------------*/
.cart-item-1 {
    padding: 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    transition: 0.5s;
    box-shadow: 5px 17px 25px -30px rgba(0, 0, 0, 0.4);
}
.cart-item-1:hover {
    box-shadow: 5px 17px 25px -23px rgba(0, 0, 0, 0.4);
}
.cart-item-1 .thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.cart-item-1 .item-info h5 {
    margin-bottom: 0;
}
.cart-item-1 .item-info b {
    color: #000;
    font-weight: 800;
}
.cart-item-1 .item-info small,
b {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
}
.cart-item-1 .item-info .item-option a {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 12px;
}
.cart-item-1 .item-info .item-option a.remove {
    color: red;
}
.cart-item-1 .price h4 {
    color: #555;
    font-size: 22px;
}
.cart-item-1 .cart-quantity-price {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 120px;
    justify-content: flex-end;
}
.summary-box {
    margin-top: 40px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    box-shadow: 5px 17px 25px -19px rgba(0, 0, 0, 0.4);
}
.summary-box .summary-item {
    display: flex;
    justify-content: space-between;
}
.summary-box .summary-item label {
    font-weight: bold;
}
.summary-box .checkout {
    display: block;
    background: #0061a8;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}
.summary-box .checkout a {
    color: #fff !important;
}

/*----------------------------
    CHECKOUT
-----------------------------*/
.checkout .signup-step-container {
    padding: 30px 0px;
    padding-bottom: 60px;
}
.checkout .wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.checkout .wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.checkout .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}
.checkout .wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.checkout span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
.checkout span.round-tab i {
    color: #555555;
}
.checkout .wizard li.active span.round-tab {
    background: #0061a8;
    color: #fff;
    border-color: #0061a8;
}
.checkout .wizard li.active span.round-tab i {
    color: #5bc0de;
}
.checkout .wizard .nav-tabs > li.active > a i {
    color: #0061a8;
}
.checkout .wizard .nav-tabs > li {
    width: 25%;
}
.checkout .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.checkout .wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.checkout .wizard .nav-tabs > li a i {
    position: absolute;
    top: -24px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    transform: translateX(-28%);
    font-size: 13px;
    font-weight: 700;
    color: #000;
}
.checkout .wizard .nav-tabs > li a:hover {
    background: transparent;
}
.checkout .wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
.checkout .wizard h3 {
    margin-top: 0;
}
.checkout .prev-step,
.checkout .skip-btn,
.checkout .next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 30px;
}
.checkout .skip-btn:hover,
.checkout .prev-step:hover,
.checkout .next-step:hover {
    color: #0061a8;
}
.checkout .skip-btn {
    border: 1px solid #000;
}
.checkout .step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.checkout .term-check {
    font-size: 14px;
    font-weight: 400;
}
.checkout .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.checkout .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.checkout .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.checkout .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.checkout .footer-link {
    margin-top: 30px;
}
.checkout .form-control[disabled],
.checkout .form-control[readonly],
.checkout fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.checkout .list-box {
    padding: 10px;
}
.checkout .signup-logo-header .logo_area {
    width: 200px;
}
.checkout .signup-logo-header .nav > li {
    padding: 0;
}
.checkout .signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkout .list-inline li {
    display: inline-block;
}
.checkout .pull-right {
    float: right;
}

.checkout .coupon .coupon-item {
    display: flex;
    padding: 10px 10px;
    margin-bottom: 20px;
    border: 2px dashed #dfdfdf;
}
.checkout .coupon .coupon-item .thumbnail {
    width: 13%;
}
.checkout .coupon .coupon-item .thumbnail img{
    width: 90%;
    height: 80px;
    object-fit: contain;
}
.checkout .coupon .coupon-item .coupon-title {
    width: 70%;
}
.checkout .coupon .coupon-item .coupon-title p {
    padding: 0;
    font-size: 12px;
}
.checkout .coupon .coupon-item .apply a {
    font-size: 12px;
    background: green;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    margin-top: 10px;
    display: block;
    transition: 0.5s;
}
.checkout .coupon .coupon-item .apply a:hover {
    color: #fff !important;
    box-shadow: 5px 17px 25px -13px rgba(0, 0, 0, 0.4);
}

/*----------------------------
    Product Detail with filter
-----------------------------*/
.filter-horizontal a {
    color: #555;
}
.filter-horizontal .dropdown {
    margin-right: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.filter-horizontal .dropdown > button {
    background: transparent;
    border: 1px solid #999;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}
.filter-horizontal .dropdown .dropdown-item {
    padding: 5px 10px !important;
    margin: 0 !important;
}
.filter-horizontal .dropdown.dropdown-item input[type="checkbox"] {
    zoom: 1.4;
    vertical-align: sub;
}

.filter-vertical {
    border: 1px solid #999;
    background: #f9f9f9;
    padding: 10px;
}
.filter-vertical h4 {
    text-align: center;
    font-size: 18px;
}
.category-list [data-toggle="collapse"] + .fa:before {
    content: "\f139";
    cursor: pointer;
}
.category-list [data-toggle="collapse"].collapsed + .fa:before {
    content: "\f13a";
    cursor: pointer;
}
.category-list .card {
    margin-bottom: 0;
    margin-top: 10px;
}
.category-list .card .card-header {
    padding: 10px;
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: baseline;
}
.category-list .card .card-header a {
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    color: #555;
}
.category-list .card .card-body ul {
    padding-left: 10px;
    margin: 0;
}
.category-list .card .card-body ul li {
    list-style: none;
    list-style-position: inside;
    padding: 5px 0px;
    font-size: 14px;
    transition: 0.5s;
    border-right: 1px solid #dfdfdf;
}
.category-list .card .card-body ul li:hover {
    padding-left: 3px;
    border-right: 3px solid #999;
}
.category-list .card .card-body ul li a {
    color: #555;
    margin-left: 10px;
}
.category-list .card .card-body ul li input[type="checkbox"] {
    vertical-align: sub;
    zoom: 1.3;
}
.category-list .card .card-body ul.color li {
    display: inline-block;
    border: none;
    margin-right: 10px;
}
.category-list .card .card-body ul.color li:hover {
    border: none;
    padding: 0;
}
.category-list .card .card-body ul.color li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 20px;
}
.category-list .card .card-body ul.star li i {
    color: #ff9529;
}
.category-list .card .card-body input[type="range"] {
    width: 100%;
}
.category-list .card .card-body output {
    width: 100%;
    text-align: right;
}

.category-list .card .card-body ul.color li span.red {
    background: red;
}
.category-list .card .card-body ul.color li span.black {
    background: black;
}
.category-list .card .card-body ul.color li span.green {
    background: green;
}
.category-list .card .card-body ul.color li span.yellow {
    background: yellow;
}
.category-list .card .card-body ul.color li span.purple {
    background: purple;
}
.category-list .card .card-body ul.color li span.blue {
    background: blue;
}

/*----------------------------
    FAQ's
-----------------------------*/
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #0061a8;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #cee1f8;
}
.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
    background: rgba(0, 106, 168, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3b566e;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #0061a8;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}
.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}
.faq .card .card-body p {
    margin-bottom: 14px;
}

/*----------------------------
    MY ACCOUNT
-----------------------------*/
.sidebar-menu {
    position: relative;
    /*border:1px solid #999;*/
}
.sidebar-menu .nav-pills .nav-link.active,
.sidebar-menu .nav-pills .show > .nav-link {
    background: transparent;
    border-right: 5px solid #0061a8;
    color: #0061a8;
}
.sidebar-menu .nav-pills .nav-link {
    border-bottom: 1px solid #dfdfdf;
    color: #000;
}
.sidebar-menu .nav-pills .nav-link i {
    margin-right: 10px;
}

/*about*/
.about .thumbnail {
    position: relative;
}
.about .thumbnail img {
    width: 100%;
}
.about .thumbnail:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    height: 150px;
    width: 150px;
    background: black;
    z-index: -1;
}
.about .thumbnail:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -8px;
    height: 150px;
    width: 150px;
    background: black;
    z-index: -1;
}
.about-info {
    padding-left: 40px;
}
.about-info p {
    text-align: justify;
}

/*our team*/
.team {
    padding-bottom: 70px;
}
.team .section-title {
    text-align: left;
    margin-bottom: 50px;
}
.team__item {
    height: 300px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.team__item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 48, 96, 0.8);
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: all, 0.5s, ease-out, 0.5s;
    -o-transition: all, 0.5s, ease-out, 0.5s;
    transition: all, 0.5s, ease-out, 0.5s;
}
.team__item:hover:after {
    opacity: 1;
}
.team__item:hover .team__text {
    top: 0;
}
.team__item:hover .team__text .team__title {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 26px;
    margin-bottom: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible;
}
.team__item:hover .team__text span {
    color: #fff;
}
.team__item:hover .team__text p {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
.team__item:hover .team__text .team__social {
    opacity: 1;
    visibility: visible;
    bottom: 22px;
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}
.team__text {
    height: 100%;
    top: 200px;
    position: relative;
    padding: 35px 30px 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.team__text .team__title {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 26px;
    margin-bottom: 26px;
    position: relative;
}
.team__text .team__title h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}
.team__text .team__title span {
    font-size: 15px;
    color: #000;
}
.team__text p {
    color: #e4e4e4;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team__text .team__social {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.team__text .team__social a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 34px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.team__text .team__social a:last-child {
    margin-right: 0;
}
.team__text .team__social a:hover {
    color: #88c417;
}
@media (max-width: 768px) {
    .team__item {
        height: 250px;
    }
    .team__text {
        padding: 25px 20px 20px;
    }
}
/*----------------------------
    404 PAGE
-----------------------------*/
.error-404 {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.error-404 h1 {
    font-size: 16vh;
    color: transparent;
    -webkit-text-stroke: 1px #888;
}
.error-404 a,
i {
    transition: 0.5s;
}
.error-404 i {
    color: #000;
    transition: 0.5s;
}
.error-404 a:hover {
    color: #999 !important;
}
.error-404 a:hover i {
    margin-right: 10px;
    color: #999 !important;
}
