/*

TemplateMo 546 Sixteen Clothing

https://templatemo.com/tm-546-sixteen-clothing

*/

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 24px;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul.social-icons li {
    display: inline-block;
    margin-right: 3px;
}

ul.social-icons li:last-child {
    margin-right: 0px;
}

ul.social-icons li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background-color: #eee;
    color: #121212;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s;
}

ul.social-icons li a:hover {
    background-color: #f33f3f;
    color: #fff;
}

a.filled-button {
    background-color: #f33f3f;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
}

a.filled-button:hover {
    background-color: #121212;
    color: #fff;
}

.section-heading {
    text-align: left;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.section-heading h2 {
    font-size: 28px;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 15px;
}

.products-heading {
    background-image: url(../images/products-heading.jpg);
}


/* .about-heading {
	background-image: url(../images/about-heading.jpg);
} */

.contact-heading {
    background-image: url(../images/contact-heading.jpg);
}

.page-heading {
    padding: 210px 0px 130px 0px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-heading .text-content h4 {
    color: #f33f3f;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-heading .text-content h2 {
    color: #fff;
    font-size: 62px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#preloader {
    overflow: hidden;
    background: #f33f3f;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper>div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* Header Style */

header {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 80px;
    background-color: #232323;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header .navbar {
    padding: 17px 0px;
}

.background-header .navbar {
    padding: 17px 0px;
}

.background-header {
    top: 0;
    position: fixed;
    background-color: #fff !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.background-header .navbar-brand h2 {
    color: #121212 !important;
}

.background-header .navbar-nav a.nav-link {
    color: #1e1e1e !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
    color: #f33f3f !important;
}

.navbar .navbar-brand {
    float: left;
    margin-top: -12px;
    outline: none;
}

.navbar .navbar-brand h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar .navbar-brand h2 em {
    font-style: normal;
    color: #f33f3f;
}

#navbarResponsive {
    z-index: 999;
}

.navbar-collapse {
    text-align: center;
}

.navbar .navbar-nav .nav-item {
    margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 3px solid #f33f3f;
}

.navbar .navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler {
    /* border-color: #fff;
    background-color: #fff; */
    height: 36px;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.navbar .navbar-toggler-icon:after {
    content: "\f0c9";
    color: #f33f3f;
    font-size: 18px;
    line-height: 26px;
    font-family: "FontAwesome";
}

.drop-menu-form {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.drop-menu-form:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.drop-menu-form:focus {
    background-color: #0275d8;
    color: #ffffff;
}


/* Banner Style */

.banner {
    position: relative;
    text-align: center;
    padding-top: 80px;
}


/* .banner-item-01 {
	padding: 300px 0px;
	background-image: url(../images/slide_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-02 {
	padding: 300px 0px;
	background-image: url(../images/slide_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-item-03 {
	padding: 300px 0px;
	background-image: url(../images/slide_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} */

.banner-item-01,
.banner-item-02,
.banner-item-03 {
    padding: 40vh 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.banner .banner-item {
    max-height: 600px;
}

.banner .text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.banner .text-content h4 {
    color: #f33f3f;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner .text-content h2 {
    color: #fff;
    font-size: 62px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
    border-radius: 3px;
}

.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    opacity: 0.5;
}

.owl-banner .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-banner .owl-dots .owl-dot.active {
    background-color: #fff;
    opacity: 1;
}

.breadcrumb-item {
    font-size: 10px;
}


/* Latest Produtcs */

.latest-products {
    margin-top: 3rem;
}

.latest-products .section-heading a {
    float: right;
    margin-top: -35px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #f33f3f;
}

.product-item {
    border: 1px solid #eee;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: .5rem
}

.product-item .down-content {
    padding: 20px;
    position: relative;
    width: 100%;
}

.product-item .down-content a {
    justify-content: flex-start;
}

.product-item img {
    width: 320px;
    overflow: hidden;
    object-fit: contain;
    /* height: 190px; */
}

.product-item .down-content h4 {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    margin-bottom: 20px;
    color: black;
}

.product-item .down-content h4:hover {
    color: #c45500;
    cursor: pointer;
}


/* .product-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
} */

.product-item .down-content h6 {
    font-size: 18px;
    color: #121212;
    float: left;
}

.product-item .down-content form {
    float: right;
}

.addtocart {
    border: none;
    background-color: white;
    color: #f33f3f;
}

.addtocart:hover {
    cursor: pointer;
}

.addtocart:focus {
    outline: none;
}

.product-item .down-content p {
    margin-bottom: 20px;
}

.product-item .down-content ul li {
    display: inline-block;
}

.product-item .down-content ul li i {
    color: #f33f3f;
    font-size: 14px;
}

.product-item .down-content span {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 13px;
    color: #f33f3f;
    font-weight: 500;
}

.card-desc {
    /*display: none;*/
    margin-bottom: 0 !important;
}


/* Best Features */

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

.about-features p {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.about-features .container .row {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.best-features {
    margin-top: 50px;
}

.best-features .container .row {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
}

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

.best-features h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 20px;
}

.best-features ul.featured-list li {
    display: block;
    margin-bottom: 10px;
}

.best-features p {
    margin-bottom: 25px;
}

.best-features ul.featured-list li a {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 300;
    transition: all 0.3s;
    position: relative;
    padding-left: 13px;
}

.best-features ul.featured-list li a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #4a4a4a;
    position: absolute;
    left: 0;
    transition: all 0.3s;
    top: 8px;
}

.best-features ul.featured-list li a:hover {
    color: #f33f3f;
}

.best-features ul.featured-list li a:hover::before {
    background-color: #f33f3f;
}

.best-features .filled-button {
    margin-top: 20px;
}


/* Call To Action */

.call-to-action .inner-content {
    margin-top: 60px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.call-to-action .inner-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 15px;
}

.call-to-action .inner-content em {
    font-style: normal;
    font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
    text-align: right;
}

.call-to-action .inner-content .filled-button {
    margin-top: 12px;
}


/* Footer */

footer {
    text-align: center;
}

footer .inner-content {
    border-top: 1px solid #eee;
    /* margin-top: 60px; */
    padding: 20px 0px;
}

footer .inner-content p {
    text-transform: uppercase;
}

footer .inner-content p a {
    color: #f33f3f;
    margin-left: 3px;
}

.footer-links {
    text-decoration: none;
    color: #212529;
}

.footer-links:hover {
    cursor: pointer;
}


/* Categories */

.categories {
    width: 40px;
    height: 40px;
    /* background-color: #232323; */
    border: solid 1px #eeeeee;
    z-index: 1;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 0px 53px -6px #000000;
    -moz-box-shadow: 5px 0px 53px -6px #000000;
    -o-box-shadow: 5px 0px 53px -6px #000000;
    box-shadow: 5px 0px 53px -6px #000000;
}

.categories:hover {
    cursor: pointer;
    background-color: #2323233d;
}


/* Product Page */

.products {
    margin-top: 100px;
}

.products .filters {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 60px;
}


/* .products .filters li { */

.products .filters button {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #121212;
    display: inline-block;
    margin: 0px 10px;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
}


/* .products .filters ul li.active,
.products .filters ul li:hover { */

.products .filters button.active,
.products .filters button:hover {
    color: #f33f3f;
}

.products .filters button:focus {
    outline: none;
}

.searchBox {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
}

.searchBox .inTxt {
    width: 70%;
    border-radius: 10px 0 0 10px;
}

.searchBox .inBtn {
    width: 30%;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 15px;
}

.inBtn,
.inTxt {
    display: inline-block;
    border: solid 1px black;
    margin: 0;
    padding: 8px;
}

.inTxt:focus {
    outline: none;
    border-color: #f33f3f;
}

.searchBox .inBtn:hover {
    background-color: #f33f3f;
    border-color: #f33f3f;
    color: #fff;
    cursor: pointer;
}

.products ul.pages {
    margin-top: 30px;
    text-align: center;
}

.products ul.pages li {
    display: inline-block;
    margin: 0px 2px;
}

.products ul.pages li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #eee;
    font-size: 15px;
    font-weight: 700;
    color: #121212;
    transition: all 0.3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
    background-color: #f33f3f;
    border-color: #f33f3f;
    color: #fff;
}

.tabcontent {
    display: none;
    width: 100%;
}

.tags {
    margin: 80px 0 80px;
}

.cats {
    font-size: 30px;
}

.tag-container {
    /* height: 90px; */
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tag-container::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

.tag-container::-webkit-scrollbar {
    height: 4px;
}

.tag-container::-webkit-scrollbar-thumb {
    background: #f33f3f;
    border-radius: 3px;
}

.square {
    display: inline-block;
    border: solid 1px #eeeeee;
    border-radius: 3px;
    width: auto;
    margin: 5px 5px;
    /*margin: 20px;*/
    /*padding: 20px;*/
    padding: 5px;
    text-align: center;
    text-decoration: none;
    /*line-height: 90px;*/
    /*font-size: 30px;*/
    font-weight: 500;
    color: #121212;
    transition: all 0.3s;
}

.square:hover {
    background-color: #f33f3f;
    border-color: #f33f3f;
    color: #fff;
}


/* Product Page */


/*panel*/

.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    color: #2a3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
}

.tab-product-page,
.questions-product-page {
    margin-top: 60px;
}

.tab-product-page .filters,
.questions-product-page .filters {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 60px;
}


/* .products .filters li { */

.tab-product-page .filters button,
.questions-product-page .filters button {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #121212;
    display: inline-block;
    margin: 0px 10px;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
}


/* .products .filters ul li.active,
.products .filters ul li:hover { */

.tab-product-page .filters button.active,
.tab-product-page .filters button:hover {
    color: #f33f3f;
}

.text-style {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.tab-product-page .filters button:focus {
    outline: none;
}


/*product list*/

.page-head {
    padding: 150px 0px 130px 0px;
}

.mobile-title {
    margin-bottom: 1.5rem;
}

.product-title {
    font-size: 20px;
    font-weight: normal;
    text-align: left !important;
    text-transform: uppercase;
}

.product-description {
    margin-top: 20px;
    font-size: 14px;
    text-align: right !important;
}

.on-sale-price {
    margin-right: 0;
    text-align: right !important;
}

.product-cart {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.product-cart input[type=submit] {
    margin-top: 1rem;
    width: 100% !important;
}

.product-cart label {
    margin: 0 1rem 0 0;
}

.btn-template-red,
.styled-btn {
    color: #fff;
    background-color: #f33f3f;
    border-color: #f33f3f;
    margin-top: 40px;
}

.styled-btn {
    width: 100%;
}


/* SLIDER PRODOTTO CON IMMAGINI SOTTO */

.links-wrapper {
    overflow: auto;
    margin-top: 1rem;
}

.links-wrapper::-webkit-scrollbar {
    /*display: none;*/
}

.links {
    display: flex;
}

.links a {
    margin-bottom: 5px;
}

.url-hash img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-left: 10px;
    border: 1px solid #4c4c4c;
    border-radius: 3px;
}

.btn-template-red,
.quantity-form {
    width: 150px !important;
}

.breadcrumb {
    background-color: #ffffff !important;
}


/* Cart Page */

.cart-header {
    margin-bottom: 20px;
}

.product-quantity {
    margin: 0 7px 0 7px;
}

.incart {
    cursor: pointer;
    color: rgba(226, 226, 226, 0.829);
}

.cover-cell {
    width: 80px;
}

.small-cell {
    width: 30px;
    text-align: center;
}

.small-cell i {
    color: #dee2e6;
}

.total-cell {
    text-align: center;
}

.cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


/* Checkout Page */

.checkout-container {
    max-width: 1340px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-container {
    position: relative;
    padding: 5px;
}

.bordered-form {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    /*padding: 80px 1rem 1rem 1rem;*/
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.35);
}

.billing-details {
    position: absolute;
    top: -20px;
    left: 8%;
    border: 2px solid black;
    z-index: 1;
    border-radius: 30px;
    padding: 10px 15px 10px 15px;
    background-color: white;
    font-size: 18px;
}

.order-details {
    left: 15% !important;
}

.login-required {
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.billing-container {
    border: 1px solid #eeeeee;
    border-radius: 10px;
    /*padding: 80px 1rem 1rem 1rem;*/
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.35);
}

.container-title {
    border-bottom: 2px solid #eeeeee;
    padding: 1rem;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
}

.check-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-checbkox {
    position: relative;
    width: 44px;
    height: 22px;
    cursor: pointer;
}

.switch-checbkox input {
    position: relative;
    z-index: 1;
    appearance: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.switch-checbkox span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fe0000;
    border-radius: 22px;
    transition: 0.5s;
    box-shadow: 0 8px 13px #fe000066;
}

.switch-checbkox input:checked~span {
    background: #05be05;
    box-shadow: 0 8px 13px #05be0566;
}

.switch-checbkox span i {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.5s;
}

.switch-checbkox input:checked~span i {
    left: 24px;
}

.switch-checbkox-label {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-small {
    font-size: 12px;
    line-height: 14px;
}

.bill-select-wrapper {
    width: 100%;
    animation: fade-in 1s;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.select-text {
    background: #f8f8f8;
}

.select-text h3 {
    letter-spacing: -0.02em;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
}

.select-radios {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 0 1rem;
}

.invisible {
    display: none !important;
}

.select-radios label {
    margin-left: 10px;
}

.rad-label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 14px 16px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, 0.14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), #05be05);
    position: relative;
}

.rad-design::before {
    content: "";
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: 0.3s;
}

.rad-input:checked+.rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 40%);
}

.small-text {
    font-size: 11px;
    margin: 0;
}

#choiceWrapper {
    display: block;
    animation-duration: 0.5s;
    animation-name: fadeInFromNone;
    animation-fill-mode: forwards;
}

.left-tondo {
    border-radius: 5px 0 0 5px !important;
}

.left-tondo:focus {
    outline: none !important;
}

.btn-green {
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), #05be05);
    color: #ffffff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.btn-green:focus {
    outline: none;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

.not-found-message {
    color: #fe0000;
    font-size: 12px;
    text-align: center;
}


/* Login Page */

.login-page-head {
    padding: 80px 0px 130px 0px;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #4c4c4c;
    /* background: #000000; */
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.form_container {
    margin-top: 100px;
}

.login_btn {
    width: 100%;
    background: #f33f3f !important;
    color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.login_container {
    padding: 0 2rem;
}

.input-group-text {
    background: #4c4c4c !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f33f3f !important;
}


/* Team Members */

.team-members {
    margin-top: 100px;
}

.team-member {
    border: 1px solid #eee;
    margin-bottom: 30px;
}

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

.team-member .down-content {
    padding: 30px;
    text-align: center;
}

.team-member .thumb-container {
    position: relative;
}

.team-member .thumb-container .hover-effect {
    position: absolute;
    background-color: rgba(243, 63, 63, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.team-member .thumb-container .hover-effect .hover-content {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
    background-color: #fff;
    color: #f33f3f;
}

.team-member:hover .hover-effect {
    visibility: visible;
    opacity: 1;
}

.team-member .down-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 8px;
}

.team-member .down-content span {
    display: block;
    font-size: 13px;
    color: #f33f3f;
    font-weight: 500;
    margin-bottom: 20px;
}


/* Services */

.services {
    /* background-image: url(../images/services-bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
}

.services .service-item {
    text-align: center;
}

.services .service-item .icon {
    background-color: #f7f7f7;
    padding: 40px;
}

.services .service-item .icon i {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    background-color: #f33f3f;
    color: #fff;
    font-size: 32px;
}

.services .service-item .down-content {
    background-color: #fff;
    padding: 40px 30px;
}

.services .service-item .down-content h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 20px;
}

.services .service-item .down-content p {
    margin-bottom: 25px;
}


/* Clients */

.happy-clients {
    margin-top: 100px;
    margin-bottom: 40px;
}

.happy-clients .client-item img {
    max-width: 100%;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.happy-clients .client-item img:hover {
    opacity: 0.8;
}


/* Find Us */

.find-us {
    margin-top: 100px;
}

.find-us p {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.find-us h4 {
    font-size: 17px;
    color: #1a6692;
    margin-bottom: 20px;
}

.find-us .left-content {
    margin-left: 30px;
}


/* Send Message */

.send-message {
    margin-top: 100px;
}

.contact-form input {
    font-size: 14px;
    width: 100%;
    height: 44px;
    display: inline-block;
    line-height: 42px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 30px;
}

.contact-form input:focus {
    box-shadow: none;
    border: 1px solid #eee;
}

.contact-form textarea {
    font-size: 14px;
    width: 100%;
    min-width: 100%;
    min-height: 120px;
    height: 120px;
    max-height: 180px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 30px;
}

.contact-form textarea:focus {
    box-shadow: none;
    border: 1px solid #eee;
}

.contact-form button.filled-button {
    background-color: #f33f3f;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
}

.contact-form button.filled-button:hover {
    background-color: #121212;
    color: #fff;
}

.accordion {
    margin-left: 30px;
}

.accordion a {
    cursor: pointer;
    font-size: 17px;
    color: #1a6692 !important;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.accordion a:hover {
    color: #f33f3f !important;
}

.accordion a.active {
    color: #f33f3f !important;
}

.accordion li .content {
    display: none;
    margin-top: 10px;
}

.accordion li:first-child {
    border-top: 1px solid #eee;
}

.accordion li {
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
}


/* Ribbon */


/* common */

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #f33f3f;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #f33f3f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}


/* top right*/

.ribbon-top-right {
    top: -10px;
    right: 5px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.on-sale-price {
    text-decoration: line-through !important;
    color: #a4a4a4 !important;
    margin-right: 1rem;
}


/* top left*/

.ribbon-top-left {
    top: -10px;
    left: 5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}


/* Responsive Style */

@media (max-width: 768px) {
    .banner .text-content {
        width: 90%;
        margin-left: 5%;
    }
    .banner .text-content h4 {
        font-size: 22px;
    }
    .banner .text-content h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }
    .banner-item-01,
    .banner-item-02,
    .banner-item-03 {
        padding: 180px 0px;
    }
    .page-heading .text-content h4 {
        font-size: 22px;
    }
    .page-heading .text-content h2 {
        font-size: 36px;
        letter-spacing: 0.5px;
    }
    .latest-products .section-heading a {
        float: none;
        margin-top: 0px;
        display: block;
        margin-bottom: 20px;
    }
    .product-item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: hidden;
        /* height: 120px; */
        padding: 5px 0 5px 0;
        margin-bottom: 10px;
        position: relative;
    }
    .product-item a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-desc {
        display: block;
        font-size: 12px;
        line-height: 14px;
    }
    .product-item img {
        width: 120px;
        height: 120px;
    }
    .product-item .down-content {
        display: flex;
        flex-direction: column;
        padding: 10px;
        overflow-y: visible;
        width: 100%;
        position: static;
    }
    .product-item .down-content h4 {
        font-size: 13px;
    }
    .addtocart {
        border-radius: 4px 0;
        padding: 8px 15px 8px 8px;
        border: 1px solid;
        background-color: white;
        color: #f33f3f;
        position: absolute;
        right: -5px;
        bottom: 0;
        z-index: 1;
    }
    .addtocart:focus {
        transform: scale(1.5, 1.5);
    }
    .mt-small {
        margin-top: 100px;
    }
    /* .product-item .down-content h6 {
		position: absolute!important;
		top: 30px!important;
		right: 30px!important;
	}
	.product-item .down-content span {
		position: absolute!important;
		right: 30px!important;
		bottom: 30px!important;
	} */
    .best-features .left-content {
        margin-bottom: 30px;
    }
    .call-to-action .inner-content {
        text-align: center;
    }
    .call-to-action .inner-content .filled-button {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .about-features img {
        margin-bottom: 30px;
    }
    .service-item {
        margin-bottom: 30px;
    }
    .find-us #map {
        margin-bottom: 30px;
    }
    .find-us .left-content {
        margin-left: 0px;
    }
    .send-message .accordion {
        margin-top: 30px;
        margin-left: 0px;
    }
    .switch-checbkox {
        width: 88px;
        height: 44px;
    }
    .switch-checbkox span {
        border-radius: 44px;
    }
    .switch-checbkox span i {
        top: 4px;
        left: 4px;
        width: 36px;
        height: 36px;
    }
    .switch-checbkox input:checked~span i {
        left: 48px;
    }
    .product-title {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        position: absolute;
        left: 30px;
        top: 32px;
    }
    .navbar .navbar-brand {
        width: auto;
    }
    .navbar:after {
        display: none;
    }
    #navbarResponsive {
        z-index: 99999;
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    }
    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #eee;
    }
    .navbar .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    .navbar .navbar-nav a.nav-link {
        padding: 15px 0px;
        color: #1e1e1e !important;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .active>.nav-link,
    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link.show,
    .navbar .navbar-nav .show>.nav-link {
        color: #f33f3f !important;
        border-bottom: none !important;
        padding-bottom: 15px;
    }
    .product-item .down-content h4 {
        margin-bottom: 10px;
    }
    .product-item .down-content h6 {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
    }
    .product-item .down-content span {
        position: relative;
        right: 0;
        bottom: 0;
    }
    .bordered-form {
        margin-top: 30px;
    }
    .order-fixed {
        position: static;
    }
    .product-description {
        text-align: left !important;
    }
    .on-sale-price {
        text-align: left !important;
    }
}

input::placeholder {
    color: #b4b4b4 !important;
}