/*-------------------------------------------------------------
Fonts
-------------------------------------------------------------*/


/* Montserrat */

@font-face {
    font-family: 'MontserratRegular';
    src: url('./../fonts/Montserrat/Montserrat-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratExtraBold';
    src: url('./../fonts/Montserrat/Montserrat-ExtraBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('./../fonts/Montserrat/Montserrat-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('./../fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('./../fonts/Montserrat/Montserrat-Medium.ttf');
    font-display: swap;
}

/* Cera Pro */

@font-face {
    font-family: 'CeraProBold';
    src: url('./../fonts/CeraPro/Cera\ Pro\ Bold.otf');
    font-display: swap;
}

@font-face {
    font-family: 'CeraProMedium';
    src: url('./../fonts/CeraPro/Cera\ Pro\ Medium.otf');
    font-display: swap;
}

.carousel-indicators {
    margin-bottom: -30px;
}

.carousel-indicators button {
    border: #D9D9D9 1px solid !important;
    background-color: #D9D9D9 !important;
    border-radius: 50px !important;
    width: 18px !important;
    height: 18px !important;
    margin-bottom: -350px !important;

}

.carousel-indicators .active {
    border: #D9D9D9 1px solid !important;
    background-color: #EE8204 !important;
    width: 22px !important;
    height: 22px !important;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    text-decoration: none;
    color: #EE8204;
}

a:hover {
    color: #e24d55;
    text-decoration: none;
}

p {
    font-family: "MontserratRegular";
    font-size: 16px;

    color: #000000;
}

h2 {
    font-family: "MontserratBold";
    font-size: 30px;

    color: #000000;
}

h3 {
    font-family: "MontserratBold";
    font-size: 24px;

    color: #000000;
}

h4 {
    font-family: "MontserratBold";
    font-size: 16px;
    color: #000000;
}

li {
    list-style-type: none;
}

.linear-grad-overlay {
    position: absolute;
    background: linear-gradient(179.63deg, rgba(0, 0, 0, 0) 0.32%, #000000 142.26%);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50%;
}

.side-grad-overlay {
    position: absolute;
    background: linear-gradient(112.13deg, #000000 -11.56%, rgba(0, 0, 0, 0) 59.23%);
    width: 70%;
    bottom: 0;
    left: 0;
    top: 0;
}

.product-color {
    background-color: green;
}

.Black,
.black {
    background-color: #000000;
}

.Brown,
.brown {
    background-color: brown;
}

.Orange,
.orange {
    background-color: orange;
}

.Yellow,
.yellow {
    background-color: yellow;
}

.Green,
.green {
    background-color: green;
}

.Blue,
.blue {
    background-color: blue;
}

.White,
.white {
    background-color: #ffffff;
}

.Red,
.red {
    background-color: red;
}

.modal {
    background-color: #000000;
    opacity: 0.8;
}

.modal-dialog {
    margin-top: 120px;
}

.modal-content {
    position: relative;
    z-index: 1;
}

.modal-header {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    border: 0;
}

.modal-body {
    padding: 0;
    height: 70vh;
}

.btn-modal-close {
    border-radius: 50px;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.get_quill_content {
    padding: 0 !important;
    font-size: 14px !important;
    font-family: "MontserratRegular";
}

.chat-widget {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 996;
    width: 80px;
    height: 80px;
    transition: all 0.4s;
    cursor: pointer !important;
}

.chat-options {
    position: fixed;
    z-index: 996;
    right: 110px;
    bottom: 60px;
    background-color: #EE8204;
    padding: 5px;
}

.otions-holder {
    background-color: #f0942c;
}

.chat-option {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}

.chat-option img {
    margin-right: 10px;
}


.chat-option h2 {
    color: #EE8204;
    font-family: "MontserratExtraBold";
    font-size: 15px;
    margin: 0;
}

.orange-color {
    color: #EE8204;
}

.dynamic_field {
    margin-top: 200px;
}

.search-dropdown {
    width: 300px;
}

.search-dropdown .search-item {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 20px;
    color: #ffffff;
    background-color: #EE8204;
    width: 100%;
    border: none;
    outline: none;
}

.search-dropdown select {
    background-color: #3b3b3b;
    padding: 8px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'CeraProMedium';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    width: 100%;
    border: none;
    outline: none;
}

.custom-select {
    position: relative;
    font-family: Arial;
    margin-bottom: 20px;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #3b3b3b;
}

.empty-message {
    margin-top: 30px;
    font-family: 'CeraProMedium';
    font-size: 22px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #605e5e;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}




.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.show-dropdown {
    display: block;
}

.search-dropdown-in {
    padding: 0 0 0 10px !important;
}

@media only screen and (max-width: 600px) {
    p {
        font-size: 14px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    h4 {
        font-size: 14px !important;
    }

    .unirvesal-banner .button-holder .download-catalogue-btn {
        font-size: 20px !important;
    }

    #hero {
        height: 80vh !important;
    }

    #hero .container .row .item .in-footer {
        display: none;
    }

    .chat-options {
        right: 90px;
    }

    .chat-widget {
        width: 60px;
        height: 60px;
    }

    .chat-option {
        padding: 10px;
    }

    .chat-option img {
        width: 20px;
        height: 20px;
    }

    .chat-option h2 {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {
    #hero .container .row .item .in-footer {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1320px) {}


/*******************************************
Alerts
*******************************************/

.alert-success {
    z-index: 1;
    background: #D4EDDA;
    font-size: 16px;
    font-family: "MontserratRegular";
    padding: 20px 40px;
    min-width: 500px;
    max-width: 500px;
    position: fixed;
    right: 0;
    top: 10px;
    border-left: 8px solid #3AD66E;
    border-radius: 4px;
    font-size: 16px;
    z-index: 9999;
}

.alert-error {
    z-index: 1;
    background: #FFF3CD;
    font-size: 16px;
    font-family: "MontserratRegular";
    padding: 20px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    top: 10px;
    border-left: 8px solid #FFA502;
    border-radius: 4px;
    font-size: 16px;
    font-family: "MontserratRegular";
    z-index: 999;
}

.hide {
    display: none;
}

.contact-submit-btn {
    background-color: #EE8204 !important;
    color: #ffffff;
    width: 100%;
}

/* ------------------------------------------------------------
# Global Banner
/*------------------------------------------------------------*/

@media only screen and (max-width: 600px) {
    .unirvesal-banner {
        height: 46vh !important;
    }

    .unirvesal-banner img {
        height: 200px;
    }

    .unirvesal-banner .content {
        width: 100%;
        height: 35vh;
        background: linear-gradient(0deg, #000 50%, rgba(0, 0, 0, 0.00) 100%);
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .unirvesal-banner .content-detail {
        position: absolute;
        bottom: 20px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #EE8204;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;

}

.back-to-top:hover {
    background: #e1444d;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: white;
    transition: all 0.5s;
    z-index: 997;
    height: 120px;
}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #151517;
}

#header .logo img {
    width: 100px;
    height: 100px;
}

#header .container {
    min-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#header .container .navbar-holder {
    width: 100%;
    height: 100%;
    margin: 0;
}

#header .container .navbar-holder .top-nav {
    padding: 12px 20px;
    background-color: #151517;
    height: 50px;
    /* opacity: 0.8; */
}

#header .container .navbar-holder .top-nav .contact {
    padding: 0 25px;
}

#header .container .navbar-holder .top-nav h3 {
    color: #ffffff;
    font-family: "MontserratMedium";
    font-size: 15px;
    margin: 0;
}

#header .container .navbar-holder .top-nav .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .container .navbar-holder .top-nav .icon img {
    width: 20px;
}

.search-icon {
    width: 20px;
    height: 20px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 8px 20px;
    height: 70px;
    background-color: #151517;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "MontserratBold";
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;

    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #EE8204;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #EE8204;
    padding: 8px 25px;
    border-radius: 4px;
    color: #fff !important;
    font-family: "MontserratExtraBold";
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff !important;
    background: #EE8204;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin-top: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #2A2A2A;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar ul li.normal-link {
    padding: 0 0 0 40px;
}

.navbar ul li a {
    padding: 0;
}

.navbar ul li .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #EE8204;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.category-container {
    padding: 15px !important;
}

.category-header {
    font-family: 'CeraProMedium';
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 20px;

}

.category-holder {
    background-color: #3b3b3b;
    padding: 8px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'CeraProMedium';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.category-holder i {
    font-size: 12px;
    -webkit-text-stroke: 1px;
}

.category-search-btn-holder a {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background-color: #EE8204;
}

.category-search-btn-holder a:hover {
    color: #707B7C !important;
}

.shoe-categories {
    border: #707B7C 1px solid;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.shoe-categories .shoe {
    font-family: 'CeraProMedium';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.color-options {
    border: #707B7C 1px solid;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.color-options .option {
    font-family: 'CeraProMedium';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #ffffff;
    font-size: 48px;
    cursor: pointer;
    display: none;

    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

#navbar .mobile-catalog-btn {
    display: none;
}

#navbar .mobile-nav-contact-detailes {
    display: none;
}

.hide-on-desktop {
    display: none !important;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .top-nav {
        display: none !important
    }

    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: block !important;
    }

    .navbar {
        height: 120px;
    }

    .mobile-catalog-btn {
        display: block !important;
        background-color: #ffffff;
        color: #EE8204 !important;
        padding: 8px 20px !important;
        text-align: center;
        border-radius: 5px;
    }

    .mobile-nav-contact-detailes {
        display: block !important;
        margin-top: 50px;
    }


    .mobile-nav-contact-detailes .contact {

        margin-bottom: 10px;
    }

    .mobile-nav-contact-detailes .icon {

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-nav-contact-detailes .detail h3 {
        color: #ffffff;
        font-family: "MontserratBold" !important;
        font-size: 14px !important;

        margin: 0;
    }
}


.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(63, 73, 83, 0.9);
    transition: 0.3s;
    z-index: 999;
    height: 100vh;

}

.mobile-nav-toggle {
    position: absolute;
    top: 35px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: #EE8204;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 2099;

}



.navbar-mobile ul li {
    padding: 10px !important;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 17px;
    color: #ffffff;
    font-family: "MontserratBold";
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ffffff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #2C3E50;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #ffffff;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*------------------------------------------------------------
# Search Dropdown
-------------------------------------------------------------*/

.navbar .drop ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin-top: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #2A2A2A;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .drop ul li {
    min-width: 200px;
}

.navbar .drop ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
}

.navbar .drop ul a i {
    font-size: 12px;
}

.navbar .drop ul a:hover,
.navbar .drop ul .active:hover,
.navbar .drop ul li:hover>a {
    color: #EE8204;
}

.navbar .drop .search-dropdown {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
    display: none;
}

.search-icon-holder {
    cursor: pointer;
}

@media (max-width: 1366px) {
    .navbar .drop .drop ul {
        left: -90%;
    }

    .navbar .drop .drop:hover>ul {
        left: -100%;
    }
}

.navbar-mobile .drop ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .drop ul li {
    min-width: 200px;
}

.navbar-mobile .drop ul a {
    padding: 10px 20px;
    color: #2C3E50;
}

.navbar-mobile .drop ul a i {
    font-size: 12px;
}

.navbar-mobile .drop ul a:hover,
.navbar-mobile .drop ul .active:hover,
.navbar-mobile .drop ul li:hover>a {
    color: #ffffff;
}

.show-dropdown {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(100vh - 120px);
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
    margin-top: 120px !important;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";
    background-color: #EE8204;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
}

#hero .container {
    text-align: center;
    min-width: 100%;
    min-height: 100%;
    padding: 0;
}

#hero .container .row {
    width: 100%;
    height: calc(100vh - 120px);
    margin: 0;
}

#hero .container .row .item {
    background-color: #EE8204;
    margin: 0;
    padding: 20px;
    position: relative !important;
}

#hero .container .row .item .in-footer {
    background-color: #000000;
    position: absolute !important;
    color: #ffffff;
    padding: 15px;
    border-radius: 0 25px 0 0;
    left: 0;
    bottom: 80px;
    font-family: "MontserratBold";
    font-size: 16px;
}

#hero .container .row .item a {
    background-color: #000000;
    color: #ffffff;
    font-family: "MontserratBold";
    font-size: 16px;

}

#hero .container .row .item-image {
    margin: 0;
    padding: 0;
}

#hero .container .row .text-info-holder {
    padding: 10px;
}

#hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
    font-family: "MontserratRegular";
    font-size: 16px;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    width: 50px !important;
}

#hero .carousel-control-next {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px !important;
    width: 50px !important;
}

.controls-holder {
    position: absolute;
    left: 25%;
    bottom: 50px;
    width: 100px;
    height: 50px !important;
    z-index: 999;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 20px;

    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #EE8204;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;

    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #EE8204;
}

#hero .btn-get-started:hover {
    background: #df3740;
}

main {
    margin-top: 120px !important;
}

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }

    #hero .carousel-container {
        top: 8px;
    }
}


@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px) {
    #hero {
        height: 120vh;
    }

    #hero .container .row .item .text-holder {
        text-align: center !important;
    }


    .controls-holder {
        left: 35%;
        bottom: 3px;
    }

}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1320px) {}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
}

.section-bg,
.services .icon-box {
    background-color: #f8f9fa;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #e6636a;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #556270;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 18px 0;
    background: #f8f9fa;
    min-height: 40px;
    margin-top: 80px;
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6b7b8d;
    content: "/";
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs h2 {
        margin-bottom: 10px;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.safety-show-range .container {
    min-width: 95%;
}

.safety-show-range .container .row .item {
    padding: 5px;
}

.safety-show-range .container .row .holder .header {
    display: flex;
    justify-content: center;

}


.safety-show-range .container .row .holder .header h2 {
    font-family: "MontserratExtraBold";
    font-size: 38px;
    color: #000000;
}

.safety-show-range .container .row .holder .header h2 img {
    height: 48px;
    margin-top: -13px;
}


.safety-show-range .container .row .holder .text-info p {
    font-family: "MontserratMedium";
    font-size: 15px;
    color: #000000;
}

.safety-show-range .container .row .holder .button .view-button {
    padding: 8px 20px;
    background-color: #EE8204;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "MontserratBold";
    font-size: 18px;
}

.home-catalogue .container {
    min-width: 95%;
    background-color: #F8F7F7;
    padding: 20px 15px;
    border-radius: 14px;
}

.home-catalogue .container .header {
    margin-bottom: 50px;
}

.home-catalogue .container .more-products-btn-holder {
    height: 120px;
}

.more-products-btn-holder a {
    font-family: "MontserratBold";
    font-size: 19px;
    background-color: #EE8204;
    color: #ffffff;
    padding: 8px 20px;
}

.brand .holder .head h2 {
    font-family: "MontserratExtraBold";
    font-size: 35px;
    color: #000000;
}

.brand .button {
    height: 50px;
}

.brand .button a {
    background-color: #EE8204;
    color: #ffffff;
    padding: 8px 20px;
    font-family: "MontserratBold";
    font-size: 18px;
}

.brand .image {
    width: 100%;
    height: 100%;
}

.discount .container {
    min-width: 95%;
    position: relative;
    padding: 0;
}

.discount .container .head h2 {
    font-family: "MontserratExtraBold";
    font-size: 40px;
    color: #ffffff;
}

.discount .container .head span {
    color: #EE8204;
}

.discount .container .holder {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px;
}

.discount .button {
    height: 50px;
}

.discount .container .holder .info-holder .text-info p {
    font-family: "MontserratMedium";
    font-size: 21px;
    color: #ffffff;
}

.discount .button a {
    background-color: #EE8204;
    color: #ffffff;
    padding: 8px 20px;
    font-family: "MontserratBold";
    font-size: 19px;
}

@media only screen and (max-width: 400px) {
    .safety-show-range .container .item img {
        height: 270px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .brand .container .holder .info-holder .head {
        text-align: center;
    }

    .brand .container .holder .info-holder p {
        text-align: center;
    }

    .brand .container .holder .info-holder .button {
        display: flex;
        justify-content: center !important;

    }

    .brand .container .holder .info-holder a {
        font-size: 14px;
        text-align: center;
    }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    .safety-show-range .container .item img {
        height: 340px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .safety-show-range .container .item img {
        height: 380px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {}

/*-------------------------------------------------------------
Place Order
-------------------------------------------------------------*/

.place-order .container .selection-images {
    margin-top: 20px;
    cursor: pointer;
}

.place-order .container .image-holder .image {
    margin: 0 10px;
}

.place-order .container .header {
    margin-bottom: 20px;
}

.place-order .container .info-holder {
    width: 100%;
}

.place-order .container .description {
    margin-bottom: 20px;
}

.place-order .container .sizes {
    margin-bottom: 20px;
}

.boot-size {
    padding: 8px 20px;
    background-color: #D9D9D9;
    width: 90px;
    border: none;
    outline: none;
    font-family: "MontserratExtraBold";
    font-size: 16px;
}

.place-order .container .sizes h4 {
    font-size: 16px;
}

.place-order .container .selection .size button {
    padding: 8px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #D9D9D9;
    color: #000000;
    font-family: "MontserratExtraBold";
    font-size: 16px;
    width: 40px;
    height: 40px;
}

.place-order .container .selection .size button:focus {
    background-color: #EE8204;
    color: #ffffff;
}

.place-order .container .selection .size a {
    padding: 8px;
    border: none;
    border-radius: 100px;
    background-color: #D9D9D9;
    color: #000000;
    font-family: "MontserratRegular";
    font-size: 16px;
    margin: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.place-order .container .selection .size {
    padding: 0;
    margin: 0;
}

.place-order .container .selection .size a:hover,
.place-order .container .selection .size a.selected {
    background-color: #EE8204;
    color: #ffffff;
}

.place-order .container .update-quantity {
    height: 40px;
    display: flex;
    align-items: center;
}

.place-order .container .update-quantity .input-holder {
    background-color: #f2f2f2;
    height: 100%;
    display: flex;
    align-items: center;
}

.place-order .container .update-quantity .add,
.place-order .container .update-quantity .remove {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.place-order .container .update-quantity a {
    border: none;
    background-color: #f2f2f2;
    color: #000000;
    font-family: "MontserratExtraBold";
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.place-order .container .update-quantity .quantity {
    /* padding: 2px 10px; */
    border: 1px solid #EE8204;
    border-radius: 5px;
    font-family: "MontserratMedium";
    font-size: 16px;
}

.place-order .container .color {
    margin-top: 30px;
}

.place-order .container .color-selectors {
    display: flex;
    align-items: center;
}

.place-order .container .color-selectors button {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: none;
}

.place-order .container .color-selectors a {
    margin: 0 5px;
    padding: 0;
}

.place-order .container .color-selectors button:focus {
    border: 2px solid #de323c !important;
}

.place-order .container .color-selectors button.orange {
    background-color: orange;
}

.place-order .container .color-selectors button.yellow {
    background-color: yellow;
}

.place-order .container .color-selectors button.green {
    background-color: green;
}

.place-order .container .color-selectors button.blue {
    background-color: blue;
}

.place-order .container .color-selectors button.black {
    background-color: black;
}

.place-order .container .color-selectors button.brown {
    background-color: brown;
}

.place-order .container .buttons {
    margin-top: 30px;
}

.place-order .container .buttons a {
    background-color: #EE8204;
    color: #ffffff;
    padding: 8px 20px;
    border: none;
    font-family: "MontserratExtraBold";
    font-size: 18px;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.sign-in {
    background-color: #ffffff;
    padding: 8px 10px !important;
    color: #000000 !important;
    font-family: "MontserratRegular" !important;
    font-size: 14px !important;
    margin: 0 5px;
    border-radius: 4px;
}

.sign-up {
    background-color: #ffffff;
    padding: 8px 10px !important;
    color: #EE8204 !important;
    font-family: "MontserratRegular" !important;
    font-size: 14px !important;
    border-radius: 4px;
}


/*--------------------------------------------------------------
View Cart
--------------------------------------------------------------*/

.view-cart .container .holder h5 {
    font-family: "MontserratMedium";
    font-size: 16px;
    color: #000000;
}

.view-cart-color {
    font-family: "MontserratMedium";
    font-size: 18px;
    color: #000000;
}


.view-cart .container .holder h6 {
    font-family: "MontserratRegular";
    font-size: 18px;
    color: #000000;
}

.view-cart .container .holder .divider {
    border: #000000 1px solid;
    margin-bottom: 30px;
}

.view-cart .container .holder h2 {
    color: #EE8204;
}

.cart-item {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 20px;
}

.view-cart .container .holder .row .item .image {
    width: 100px;
    /* height: 100px; */
}

.view-cart .container .holder .item .name h2 {
    color: #000000;
    font-size: 20px;
}

.view-cart .container .holder .item .size {
    margin-right: 10px;
}

.view-cart .container .holder .item .color .selected-color {
    width: 20px;
    height: 20px;
    background-color: #EE8204;
    border: none;
    border-radius: 50px;
    margin: 0 5px;
}

.view-cart .container .holder .item .color button {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50px;
    margin: 0 10px;
}

.view-cart .container .place-order-btn {
    background-color: #EE8204;
    padding: 8px 20px;
    font-family: "MontserratExtraBold";
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    margin: 20px 0 0 0;
    border: none;
    border-radius: 3px;
}

.view-cart .container .remove-item,
.view-cart .container .remove,
.view-cart .container .add {
    padding: 4px 6px;
}

.view-cart-remove-add-btn {
    font-family: "MontserratBold";
    font-size: 20px;
    color: #000000;
}

.view-cart .container .input-holder {
    border: #EE8204 1px solid;
    padding: 8px 12px;
    border-radius: 10px;
    margin: 0;
}

.name-desc .name {
    font-family: "MontserratExtraBold";
    font-size: 24px;
    color: #000000;
}

.name-desc .size {
    margin-right: 35px !important;
}

.name-desc .color {
    margin-right: 35px !important;
}

.name-desc .color {
    margin-right: 35px !important;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
    padding: 15px 0;
    text-align: center;
}

.clients img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
}

.clients img:hover {
    filter: none;
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
}

.services .icon-box i {
    float: left;
    color: #EE8204;
    font-size: 40px;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #556270;
    transition: 0.3s;
}

.services .icon-box p {
    margin-left: 70px;
    font-size: 14px;
}

.services .icon-box:hover h4 a {
    color: #EE8204;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-banner {
    height: calc(100vh - 120px);
}

.about-banner .container {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.about-banner .container .holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-banner .container .holder .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 10px;
}

.about-banner .container .holder .head {
    margin-bottom: 25px;
}

.about-banner .container .holder .head h2 {
    font-family: "MontserratExtraBold";
    font-size: 40px;
    color: #ffffff;
}

.about-banner .container .holder .download-catalogue-btn {
    padding: 8px 20px;
    background-color: #EE8204;
    color: #ffffff;
    font-family: "MontserratBold";
    font-size: 25px;
}

.about .header {
    margin-bottom: 50px;
}

.about .about-item {
    margin-bottom: 30px;
}

.about #about-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.about #about-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.about #about-flters li:hover,
.about #about-flters li.filter-active {
    color: #fff;
    background: #EE8204;
}

.about #about-flters li:last-child {
    margin-right: 0;
}

.about .about-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(85, 98, 112, 0.6);
}

.about .about-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.about .about-wrap img {
    transition: all ease-in-out 0.3s;
}

.about .about-wrap .about-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.about .about-wrap .about-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.about .about-wrap .about-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.about .about-wrap .about-links {
    text-align: center;
    z-index: 4;
}

.about .about-wrap .about-links a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.about .about-wrap .about-links a:hover {
    color: white;
}

.about .about-wrap:hover::before {
    opacity: 1;
}

.about .about-wrap:hover img {
    transform: scale(1.2);
}

.about .about-wrap:hover .about-info {
    opacity: 1;
}

.values .header {
    margin-bottom: 50px;
}

.values .row .value {
    margin-bottom: 25px;
}

.values .row .value .value-info {
    background-color: #f7f6f6;
    height: 100%;
    padding: 20px 0;
}

.values .row .value .image {
    margin-bottom: 15px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.values .row .value .image img {
    width: 80px;
}

.values .row .head {
    margin-bottom: 15px;
}

.values .row .head h2 {
    font-size: 20px;
}

.values .row .text-info p {
    font-family: "MontserratRegular";
    font-size: 18px;
}

.mission .container {
    min-width: 95%;
    padding: 0;
    position: relative;
}

.mission .container img {
    border-radius: 7px;
}

.mission .container .holder {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.mission .container .holder h2 {
    color: #ffffff;
}

.mission .container .holder p {
    color: #ffffff;
}

.mission .button {
    height: 50px;
}

.mission .button a {
    background-color: #444444;
    color: #ffffff;
    padding: 8px 20px;
}

.mission .container .mission-vision .item {
    margin-bottom: 30px;
}

.about-brand .button {
    height: 50px;
}

.about-brand .button a {
    background-color: #444444;
    color: #ffffff;
    padding: 8px 20px;
}

.about-brand .image {
    width: 100%;
    height: 100%;
}

.about-brand .info-holder .info {
    margin-bottom: 30px;
}

.about-banner .container {
    min-width: 95%;
}

.about-brand .info-holder .info ul {
    padding-left: 15px;
}

.about-brand .info-holder .info .portfolio-text {
    margin-left: 25px;
    color: #000000;
}

.about-brand .info-holder .info ul .portfolio-text ul li {
    color: #000000 !important;
    list-style-type: disc;
}

#about-carousel {
    margin-top: 80px;
}

.brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0;
}

.brand-logo img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .about-brand .info-holder .info {
        text-align: center;
    }

    .about-brand .info-holder .info ul {
        padding: 0;
        list-style-type: none;
    }

    .about-brand .info-holder .info ul .portfolio-text ul {
        list-style-type: none;
    }

    .carousel-container .container .row {
        display: flex;
        justify-content: center !important;
    }

    .brand-logo {
        width: 46%;
        margin: 4px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #d9232d;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(85, 98, 112, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(85, 98, 112, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: white;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}


/*-----------------------------------------------------------
Customers
------------------------------------------------------------*/
.customers {
    background-color: #F7F7F7;
}

.customers .container h4 {
    font-family: "MontserratMedium";
}

/*-------------------------------------------------------------
Product
-------------------------------------------------------------*/

.product-banner {
    height: calc(100vh - 120px);
}

.product-banner .container {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.product-banner .container .holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-banner .container .holder .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 10px;
}

.product-banner .container .holder .head {
    margin-bottom: 25px;
}

.product-banner .container .holder .head h2 {
    font-family: "MontserratExtraBold";
    font-size: 40px;
    color: #ffffff;
}

.product-banner .container .holder .download-catalogue-btn {
    padding: 8px 20px;
    background-color: #EE8204;
    color: #ffffff;
    font-family: "MontserratBold";
    font-size: 25px;
}

.our-product .container h3 {
    color: #EE8204;
    font-family: "MontserratBold";
    font-size: 40px;

}

.item-holder .item .safety-wear .container .header {
    margin-bottom: 35px;
}

.our-product .container .header .header-items-holder {
    background-color: #040504;
    padding: 0 20px;
    border-radius: 15px;
}

.item-holder {
    padding: 25px;
    margin-bottom: 40px;
}

.our-product .container .item-holder .item .image {
    height: 250px;
    margin-bottom: 10px;
}

.safety-garments .container .item-holder .item .image {
    height: 250px;
}

.safety-wear .container .header h2 {
    font-family: "MontserratExtraBold";
    font-size: 70px;

    color: #000000;
}

.safety-wear .container .item {
    padding: 0;
    box-shadow:
        5px 5px 0px #EE8204,
        /* Right and bottom shadow with color #EE8204 */
        -5px -5px 20px rgba(0, 0, 0, 0.1);
    /* Left and top shadow with color #FF5733 */
    border-radius: 6px;
}

.safety-wear .container .item .content {
    padding: 10px;
}

.safety-wear .container .item .content .type h2 {
    font-family: "MontserratExtraBold";
    font-size: 15px;
    color: #000000;
}

.safety-wear .container .item .content .divider {
    border: #EE8204 0.5px solid;
    margin-top: 3px;
    margin-bottom: 6px;
}

.safety-wear .container .item .content .size span {
    font-family: "MontserratSemiBold";
    font-size: 11px;
    color: #000000;
}

.safety-wear .container .item .content .place-order .name h2 {
    font-family: "MontserratBold";
    font-size: 37px;

    color: #000000;
}

.safety-wear .container .item .content .place-order .cart {
    margin-right: 10px;
}

.safety-wear .container .item .content .place-order a {
    font-family: "MontserratSemiBold";
    font-size: 17px;

    background-color: #EE8204;
    color: #ffffff;
    padding: 8px 20px;
}

.product-specifications .holder {
    position: relative;
}

.product-specifications .float-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
}

.product-specifications .float-text h2 {
    font-family: "MontserratExtraBold";
    font-size: 35px;

}

.safety-garments .container .header {
    margin-bottom: 35px;
}

.safety-garments .container .item {
    padding: 0;
    box-shadow:
        5px 5px 0px #EE8204,
        /* Right and bottom shadow with color #EE8204 */
        -5px -5px 20px rgba(0, 0, 0, 0.1);
    /* Left and top shadow with color #FF5733 */
    border-radius: 6px;
}

.safety-garments .container .item .image {
    height: 350px;
    margin-bottom: 10px;
    position: relative;
}

.safety-garments .container .item .content {
    padding: 10px;
    height: 200px;
}

.safety-garments .container .item .content .type h2 {
    font-family: "MontserratExtraBold";
    font-size: 20px;

    color: #000000;
}

.safety-garments .container .item .content .divider {
    border: #EE8204 2px solid;
    margin-top: 3px;
    margin-bottom: 6px;
}

.safety-garments .container .item .content .size span {
    font-family: "MontserratSemiBold";
    font-size: 15px;

    color: #000000;
}

.safety-garments .container .item .content .place-order .name h2 {
    font-family: "MontserratBold";
    font-size: 37px;

    color: #000000;
}

.safety-garments .container .item .content .place-order .cart {
    margin-right: 10px;
}

.safety-garments .container .item .content .place-order a {
    font-family: "MontserratSemiBold";
    font-size: 17px;

    background-color: #EE8204;
    color: #ffffff;
    padding: 8px 20px;
}

.characteristics {
    position: absolute;
    top: 15px;
    right: 15px;
}

.characteristics img {
    width: 50px;
    margin-bottom: 5px;
}


.safety-gumboots .container .header {
    margin-bottom: 35px;
}

.safety-gumboots .container .header h2 {
    font-family: "MontserratExtraBold";
    font-size: 70px;

    color: #000000;
}

.safety-gumboots .container .item {
    padding: 0;
    box-shadow: 5px 5px 0px #EE8204;
    border-radius: 6px;
    margin-right: 50px;
}

.safety-gumboots .container .item .image {
    height: 350px;
    margin-bottom: 10px;
}

.safety-gumboots .container .item .content {
    padding: 10px;
    height: 200px;
}

.safety-gumboots .container .item .content .type h2 {
    font-family: "MontserratExtraBold";
    font-size: 15px;

    color: #000000;
}

.safety-gumboots .container .item .content .divider {
    border: #EE8204 2px solid;
    margin-top: 3px;
    margin-bottom: 6px;
}

.safety-gumboots .container .item .content .size span {
    font-family: "MontserratSemiBold";
    font-size: 15px;

    color: #000000;
}

.safety-gumboots .container .item .content .place-order .name h2 {
    font-family: "MontserratBold";
    font-size: 37px;

    color: #000000;
}

.safety-gumboots .container .item .content .place-order .cart {
    margin-right: 10px;
}

.safety-gumboots .container .item .content .place-order a {
    font-family: "MontserratSemiBold";
    font-size: 17px;

    background-color: #EE8204;
    color: #ffffff;
    padding: 8px 20px;
}

.swift-delivery .info {
    padding: 15px;
}

.swift-delivery .container {
    min-width: 95%;
    padding: 0;
    background: linear-gradient(180deg, #ECEEED 0%, #F1F3F2 52.29%, #E5E7E6 100%);
}


.swift-delivery .container .text-info p {
    font-family: "MontserratMedium";
    font-size: 21px;

    color: #000000;
    text-align: end;
}

.swift-delivery .container .head h2 {
    font-family: "MontserratExtraBold";
    font-size: 40px;

    text-align: end;
    color: #000000;
}

.swift-delivery .container .float-text .head span {
    color: #EE8204;
}

.swift-delivery .container .buttons-holder {
    display: flex;
    justify-content: end;
}

.swift-delivery .container .buttons-holder a {
    background-color: #EE8204;
    padding: 8px 20px;
    color: #ffffff;
    font-family: "MontserratExtraBold";
    font-size: 16px;

}

.overall-order-btn {
    background-color: #EE8204;
    padding: 8px 14px;
    color: #ffffff;
    font-family: 'CeraProBold';
    font-size: 12px !important;
    cursor: pointer;

}

.container .item-holder .item .content .descripton p {
    font-family: "MontserratSemiBold";
    font-size: 14px;
    margin: 0;
}

.safety-wear .container .item-holder .item .content .descripton {
    height: 60px;
}

.safety-wear .container .item-holder .item .content .descripton p {
    font-size: 12px;
    font-weight: 100;
}

.safety-garments .container .item-holder .item .content .descripton {
    height: 60px;
}

.safety-garments .container .item-holder .item .content .descripton p {
    font-size: 12px;
    font-weight: 100;
}


.tunga-school-shoes .header-items-holder {
    background-color: #231F20 !important;
}

.tunga-school-shoes .container .item-holder .item .content .descripton {
    height: 40px;
}


.gumboots .container .item-holder .item .content .descripton {
    height: 40px;
}


.container .item-holder .item .content .place-order {
    height: 32px;

}

.container .item-holder .item .content .place-order .name {
    display: flex;
    justify-content: center;

}

.container .item-holder .item .content .place-order .name h4 {
    margin: 0;
    font-size: 20px;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 400px) {
    .product-banner .holder {
        height: 100%;
    }

    .product-banner {
        height: 40vh;
    }

    .product-banner .container .holder .head h2 {
        font-size: 26px;

    }

    .product-banner .container .holder .download-catalogue-btn {
        font-size: 15px !important;
    }

    .our-product .header .header-items-holder {
        width: 100%;
        padding: 20px 10px !important;
    }

    .our-product .container .header .header-items-holder img {
        width: 80px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    .our-product .container .item-holder .item .image {
        height: 250px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .our-product .container .item-holder .item .image {
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {}


/*--------------------------------------------------------------
# Catalogue
--------------------------------------------------------------*/

.catalogue-banner {
    height: calc(100vh - 120px);
}

.catalogue-banner .header .btn-holder {
    height: 50px;
}

.catalogue-banner .header a {
    background-color: #444444;
    color: #ffffff;
    padding: 8px 20px;
}

.product-catalogue .container {
    min-width: 95%;
}

.product-catalogue .container .header {
    margin-bottom: 50px;
}

.product-catalogue .container .holder .item {
    position: relative;
    border: #444444 1px solid;
}

.product-catalogue .container .holder .item .product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product-catalogue .container .holder .item .product-info .place-order-btn {
    height: 50px;
}

.quote-btn-holder {
    margin-top: 15px;
}

.quote-btn {
    background-color: #EE8204;
    padding: 12px 60px;
    color: #ffffff;
    font-family: 'CeraProBold';
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.product-catalogue .container .holder .item .product-info a {
    background-color: #444444;
    color: #ffffff;
    padding: 8px 20px;
}

.swift .container {
    width: 100%;
    position: relative;
}

.swift .container .holder {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swift .button {
    height: 50px;
}

.swift .button a {
    background-color: #444444;
    color: #ffffff;
    padding: 8px 20px;
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
    padding: 30px;
    border-radius: 4px;
    background: white;
}

.team .member .pic {
    overflow: hidden;
    width: 140px;
    border-radius: 4px;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #556270;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #dee2e6;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    background: #8795a4;
}

.team .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #EE8204;
}

.team .member .social a+a {
    margin-left: 8px;
}


/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #556270;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #edeff1;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #6b7b8d;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
    overflow: hidden;
}

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #556270;
    border-radius: 0;
    border-right: 2px solid white;
    font-weight: 600;
    font-size: 15px;
}

.features .nav-link:hover {
    color: #EE8204;
}

.features .nav-link.active {
    color: #EE8204;
    border-color: #EE8204;
}

.features .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #556270;
}

.features .details p {
    color: #777777;
}

.features .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .features .nav-link {
        border: 0;
        padding: 15px;
    }

    .features .nav-link.active {
        color: #fff;
        background: #EE8204;
    }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #EE8204;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;

    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #EE8204;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #EE8204;
    display: inline-block;
    padding: 8px 35px 9px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: #e1444d;
}

.pricing .featured h3 {
    color: #fff;
    background: #EE8204;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #EE8204;
    color: #fff;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid white;
}

.faq .faq-item i {
    color: #dee2e6;
    font-size: 20px;
    float: left;

    padding: 13px 0 0 0;
    margin: 0;
}

.faq .faq-item h4 {
    font-size: 16px;

    font-weight: 500;
    margin: 0 0 10px 28px;
}

.faq .faq-item p {
    font-size: 15px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #f8d1d3;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px 0 0 0;
    padding: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-banner {
    height: calc(100vh - 120px);
}

.contact-banner .container {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.contact-banner .container .holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-banner .container .holder .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 10px;
}

.contact-banner .container .holder .head {
    margin-bottom: 25px;
}

.contact-banner .container .holder .head h2 {
    font-family: "MontserratExtraBold";
    font-size: 40px;

    color: #ffffff;
}

.contact-banner .container .holder .download-catalogue-btn {
    padding: 8px 20px;
    background-color: #EE8204;
    color: #ffffff;
    font-family: "MontserratBold";
    font-size: 25px;

}

.contact .container {
    min-width: 95%;
    padding: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
}

.contact .container .header {
    margin-top: 15px;
}

.contact .container .header h2 {
    font-family: "MontserratExtraBold";
    font-size: 25px;
    color: #000000;
    margin-bottom: 15px;
}

.contact .container .sub-header h3 {
    font-family: "MontserratBold";
    font-size: 20px;
    color: #000000;
    margin: 0 5px;
}

.contact .container .sub-header .slash {
    width: 100%;
}

.contact .container .sub-header .head {
    width: 450px;
    display: flex;
    justify-content: center;
}

.contact .email-form {
    width: 100%;
    background: #fff;
}

.contact .email-form .row label {
    font-family: "MontserratRegular";
    font-size: 13px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 100;
}


.contact-form-message-label {
    font-family: "MontserratSemiBold";
    font-size: 13px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 100;
}


.contact .email-form .form-group {
    padding-bottom: 8px;
}

.contact .email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .email-form .error-message br+br {
    margin-top: 25px;
}

.contact .email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .email-form input,
.contact .email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    background-color: #f9f7f7;
    margin-bottom: 20px;
    font-family: "MontserratMedium";
    font-size: 15px;
    border: none;
}

.contact .email-form input {
    height: 44px;
}

.contact .email-form textarea {
    padding: 10px 12px;
}

.contact .email-form button[type=submit] {
    background: #EE8204;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    width: 100%;
    font-family: "MontserratBold";
    font-size: 15px;
}

.contact .email-form button[type=submit]:hover {
    background: #e24d55;
}

.map {
    padding-top: 0;
}

.map .container {
    min-width: 97%;
}

.map .container .mapouter {
    height: 600px;
}

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

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

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

.offices .container {
    min-width: 95%;
    padding: 0;
    position: relative;
}

.offices .container img {
    border-radius: 7px;
}

.offices .container .holder {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.offices .container .holder h2 {
    color: #ffffff;
}

.offices .container .holder h3 {
    color: #ffffff;
    color: #9e9a9a;
    font-family: "MontserratBold";
    font-size: 20px;
}

.offices .container .holder ul li h3 {
    color: #9e9a9a;
}


.offices .container .holder ul {
    padding: 0;
}

.offices .container .holder ul li {
    margin-right: 20px;
    cursor: pointer;
}

.offices .container .holder .selected-item {
    border-bottom: 3px solid #EE8204 !important;
}

.offices .container .holder .selected-item h3 {
    color: #ffffff !important;
}

.offices .container .holder p {
    color: #ffffff;
}

.offices .button {
    height: 50px;
}

.offices .button a {
    background-color: #444444;
    color: #ffffff;
    padding: 8px 20px;
}

.offices .container .offices-vision .item {
    margin-bottom: 30px;
}

.offices .container .holder .text-info {
    margin-bottom: 15px;
    display: flex;
}

.offices .container .holder .text-info .icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.offices .container .holder .text-info .icon img {
    width: 100%;
}

.offices .container .holder .text-info h3 {
    font-family: "MontserratSemiBold";
    font-size: 18px;

}

.offices .container .holder .text-info .info .tel {
    font-family: "MontserratSemiBold";
    font-size: 18px;

    color: #ffffff;
}

.offices .container .holder .text-info .info .cell {
    font-family: "MontserratSemiBold";
    font-size: 18px;

    color: #ffffff;
}

.offices .container .holder .info .email {
    font-family: "MontserratSemiBold";
    font-size: 18px;

    color: #ffffff;
}

.offices .container .holder .info .data {
    font-family: "MontserratMedium";
    font-size: 18px;

    color: #ffffff;
}

.offices-img-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .map {
        height: 400px;
        margin: 20px 0;
    }

    .offices {
        height: 68vh;
    }

    .side-grad-overlay {
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

    .offices .container .holder {
        width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .offices-img-mobile {
        display: block;
        height: 68vh;
    }

    .offices-img {
        display: none;
    }

    .offices .offices-img {
        height: 68vh;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
    padding: 40px 0 20px 0;
}

.blog .container {
    max-width: 99%;
}

.news-devider {
    height: 2px;
    border-radius: 10px;
    background-color: #EE8204;
    margin-left: 10px;
}

.feeds-head {
    margin: 15px 10px;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #556270;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #EE8204;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #EE8204;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;

}

.blog .entry .entry-meta a {
    color: #EE8204;
    font-size: 14px;
    display: inline-block;

    font-family: "MontserratMedium";
}

.blog .entry .entry-content p {}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #EE8204;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #df3740;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;

    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #556270;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #a4afba;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #606f7e;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #EE8204;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #556270;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(85, 98, 112, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #EE8204;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #556270;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #606f7e;
}

.blog .blog-pagination {
    color: #8795a4;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #556270;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #EE8204;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .sidebar {
    padding: 0 30px;
    margin: 0 0 60px 20px;
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #556270;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #EE8204;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;

}

.blog .sidebar .search-form form button i {}

.blog .sidebar .search-form form button:hover {
    background: #de323c;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #556270;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #EE8204;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.blog .sidebar .recent-posts {
    margin-top: 0;
    padding-top: 0;
}

.blog .sidebar .recent-posts .post-item {
    margin-top: 0;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts .post-item h4 {
    margin-top: 0;
}

.blog .sidebar .recent-posts img {
    width: 150px;
    height: 100px;
    margin-right: 5px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    margin-left: 95px;
    font-weight: bold;
    font-family: "CeraProBold";
    font-size: 16px;
}

.blog .sidebar .recent-posts h4 a {
    transition: 0.3s;
    color: #000000;

}

.blog .sidebar .recent-posts h4 a:hover {
    color: #EE8204;
}

.blog .sidebar .recent-posts time {
    display: block;
    font-size: 14px;
    color: #EE8204;
    margin-bottom: 5px;
    font-family: "MontserratSemiBold";
}

.blog .sidebar .recent-posts .blog-divider {
    border: #000000 0.5px solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #96a2af;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid white;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #EE8204;
    background: #EE8204;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #fbfbfc;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    .blog .entry {
        padding: 0;
    }

    .blog .sidebar .recent-posts .blog-divider {
        border: #D9D9D9 1px solid;
    }

    .blog .sidebar {
        padding: 0;
        margin: 0 0 40px 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/

.register .row label {
    font-family: "MontserratMedium";
    font-size: 15px;
    margin-bottom: 5px;
}

.register .row .form-group {
    padding-bottom: 8px;
}

.register .row .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.register .row input,
.register .row textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    background-color: #f9f7f7;
    margin-bottom: 20px;
    font-family: "MontserratMedium";
    font-size: 15px;
    border: none;
}

.register input[type=submit] {
    background: #EE8204;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    font-family: "MontserratBold";
    font-size: 15px;
}


/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.container .login {
    width: 50%;
    padding: 80px 0;
}

.login .row label {
    font-family: "MontserratMedium";
    font-size: 15px;
    margin-bottom: 5px;
}

.login .row .form-group {
    padding-bottom: 8px;
}

.login .row .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.login .row input,
.login .row textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    background-color: #f9f7f7;
    margin-bottom: 20px;
    font-family: "MontserratMedium";
    font-size: 15px;
    border: none;
}

.login input[type=submit] {
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    font-family: "MontserratBold";
    font-size: 15px;
    margin-right: 10px;
}

.login .login-btn {
    background: #EE8204;
}

.login .reset-btn {
    background: #000000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer .footer-head {
    background-color: #EE8204;
    padding: 20px;
}

#footer .footer-head h2 {
    font-family: "MontserratExtraBold";
    color: #ffffff;
    font-size: 40px;

    margin: 0;
}

#footer .container {
    min-width: 95%;
}

#footer {
    background-color: #000000;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 30px 0 0 0;
}

#footer .footer-top .container {
    min-width: 80%;
}


#footer .footer-top h4 {
    font-family: "MontserratBold";
    font-size: 19px;

    color: #ffffff;
}

#footer .footer-top a {
    font-family: "MontserratRegular";
    font-size: 16px;

    color: #ffffff;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info span {
    font-family: "MontserratRegular";
    font-size: 16px;

    color: #ffffff;
    opacity: 0.7;
}

#footer .footer-top .footer-info p {
    font-size: 14px;

    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
}


.footer-img-holder-logo {
    position: absolute;
    bottom: 0;
}

.footer-img-holder-logo img {
    width: 100px;
    height: 100px
}

#footer {
    padding-bottom: 0;
}

#footer .bottom-footer .row {
    width: 90%;
    padding: 15px 0;
    border-top: #ffffff 2px solid;
}

#footer .social-links span {
    font-family: "MontserratBold";
    font-size: 16px;

    color: #ffffff;
}

#footer .social-links a {
    font-size: 15px;
    display: inline-block;
    background: #EE8204;
    color: #000000;

    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50px;
    text-align: center;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #EE8204;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    position: relative;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;

}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;

}

#footer .footer-top .footer-links ul a:hover {
    color: white;
}


#footer .footer-top .footer-newsletter {
    border-bottom: #ffffff 2px solid;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #EE8204;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #df3740;
}

#footer .contact-details .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .contact-details .contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

#footer .contact-details .icon img {
    width: 100%;
}

#footer .copyright h2 {
    font-family: "MontserratBold";
    font-size: 16px;

    color: #ffffff;
    margin: 0;
}

#footer .copyright span {
    font-family: "MontserratRegular";
    font-size: 16px;

    color: #ffffff;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    font-weight: 600;
}

#footer .credits a:hover {
    color: white;
}

@media only screen and (max-width: 600px) {
    .footer-img-holder {
        position: relative;
        margin-top: 20px;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
    }

    .footer-img-holder img {
        width: 100px;
        height: 100px;
    }

    #footer .copyright h2 {
        font-size: 13px !important;
    }

    #footer .copyright span {
        font-family: "MontserratRegular";
        font-size: 13px;

        color: #ffffff;
    }

    #footer .bottom-footer .row {
        display: block !important;
    }

    #footer .bottom-footer .row .follow-us {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}


.btn-primary {
    background-color: #EE8204;
    border-color: #EE8204;
    color: #fff;
    font-family: "MontserratBold";
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 2px;
    transition: 0.4s;
}

.btn-primary :hover {
    background-color: #fff;
    border-color: #EE8204;
    color: #EE8204;
    font-family: "MontserratBold";
    font-size: 15px;
    padding: 10px 24px;
    border-radius: 2px;
    transition: 0.4s;
}


.fs-extra-small {
    font-size: 10px;
}


/* Add more CSS styling as needed */
.custom-underlined {
    border-bottom: 2px solid #ee8104;
    font-size: medium;
}

.item-image {
    object-fit: contain;
    object-position: center;
}

.cart-item .item {
    max-height: 128px;
}


.delete-item {
    cursor: pointer;
}

.add-btn {
    cursor: pointer;
}

.subtract-btn {
    cursor: pointer;
}

.circle {
    display: inline-block;
    /* Display as inline-block to stay on the same line */
    width: 15px;
    /* Adjust the width as needed */
    height: 15px;
    /* Adjust the height as needed */
    border-radius: 50%;
    /* Makes it a circle */
    vertical-align: middle;
    /* Vertically align it to the middle of the text */
    margin-right: 5px;
    /* Add some space between the circle and text */
}

.selection-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    /* Add space between the circles */
    border: 2px solid white;
}

.selected-circle {
    /* Add the desired ring color */
    border: 5px solid #EE8204;
}

.previewImg {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {

    /* Apply max height only on screens smaller than 768 pixels (typical for mobile devices) */
    .hero-image {
        max-height: 340px;
        /* Adjust the value as needed */
    }

    /*  h2 should be smaller */
    .custom-h2 {
        margin-top: -80px;
    }
}

.quantity-input {
    width: 50px;
    padding-left: 10px;
    /* padding-right: 10px; */
}

.gallery-image-container {
    margin-bottom: 30px
}

/* Default styles for columns */
.column {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}

/* Media queries for responsiveness */
@media (min-width: 576px) {
    .column {
        width: 48%;
    }
}

@media (min-width: 768px) {
    .column {
        width: 31%;
    }
}

@media (min-width: 992px) {
    .column {
        width: 23.5%;
    }
}

@media (min-width: 1200px) {
    .column {
        width: 19%;
    }
}

/* Column that takes the remaining width */
.full-width {
    flex: 1;
}

.cart-item-card {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}


@media (max-width: 576px) {
    .cart-item-card {
        padding-right: 1.5rem!important;
        padding-left: 0rem!important;
    }

    .card-item-title {
        font-size:medium!important;
    }

    .card-item-name {
        font-size: small!important;
    }

    .card-item-desc {
        font-size: small!important;
        padding-left: 1rem!important;
    }

}