/*
=========================================
=========================================

Photo E-commerce Template

=========================================
========================================= */


/* =======================================================
     GENERAL STYLE
   ======================================================= */

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn-white {
    color: #ff6b6b;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    color: #ff6b6b;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}

.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
}

.btn-white:active,
.btn-white.active,
.show>.btn-white.dropdown-toggle {
    color: #ff6b6b;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-dark {
    color: #fff;
    background-color: #292b2c;
    border-color: #292b2c;
}

.btn-dark:hover {
    color: #fff;
    background-color: #101112;
    border-color: #0b0c0c;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 2px rgba(41, 43, 44, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #292b2c;
    border-color: #292b2c;
}

.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #101112;
    background-image: none;
    border-color: #0b0c0c;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
    color: #fff;
    background-color: #1d1e1f;
    border-color: #1d1e1f;
}

.btn-unique {
    color: #fff;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.btn-unique:hover {
    color: #fff;
    background-color: #ff3838;
    border-color: #ff2e2e;
}

.btn-unique:focus,
.btn-unique.focus {
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.5);
}

.btn-unique.disabled,
.btn-unique:disabled {
    background-color: #971616;
    border-color: #971616;
}

.btn-unique:active,
.btn-unique.active,
.show>.btn-unique.dropdown-toggle {
    color: #fff;
    background-color: #ff3838;
    background-image: none;
    border-color: #ff2e2e;
}

.btn-unique:hover,
.btn-unique:focus,
.btn-unique:active,
.btn-unique.active {
    color: #fff;
    background-color: #ff5252;
    border-color: #ff5252;
}

.btn.btn-unique-outline {
    color: #971616;
    background-image: none;
    background-color: transparent;
    border-color: #971616;
}

.btn.btn-unique-outline:hover {
    color: #fff;
    background-color: #971616;
    border-color: #971616;
}

.btn.btn-unique-outline:focus,
.btn.btn-unique-outline.focus {
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.5);
}

.btn.btn-unique-outline.disabled,
.btn.btn-unique-outline:disabled {
    color: #971616;
    background-color: transparent;
}

.btn.btn-unique-outline:active,
.btn.btn-unique-outline.active,
.show>.btn.btn-unique-outline.dropdown-toggle {
    color: #fff;
    background-color: #971616;
    border-color: #971616;
}

.btn-unique,
.btn-unique-outline,
.btn-white,
.btn-dark {
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 10px;
}

.breadcrumb {
    background: none;
    margin: 50px 0 0;
    font-weight: 400;
    font-size: 0.8em;
    padding: 0;
}

.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote {
    margin-bottom: 2rem;
}

.blockquote {
    font-weight: 300;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none;
    }
}

.blockquote.blockquote-primary {
    border-left-color: #ff6b6b;
}

.home-page {
    background: #f6f6f6;
}

section {
    padding: 100px 0;
}

section.p-t-small {
    padding-top: 50px;
}

section.p-b-small {
    padding-bottom: 50px;
}

ul {
    padding: 0;
    margin: 0;
}

i {
    display: inline-block;
}

.heading-line::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #ff6b6b;
    margin: 5px 0 20px;
    display: block;
}

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


/* GENERAL MEDIAQUERIES ----------------------------------------- */

@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 20px !important;
    }
}


/* =======================================================
       TOP BAR
 ======================================================= */

div.top-bar {
    background: #292b2c;
    color: #fff;
}

div.top-bar button,
div.top-bar a {
    padding: 10px 0;
}

div.top-bar button {
    padding: 10px;
}

div.top-bar div[class*="col-"] {
    padding: 0;
}

div.top-bar button.dropdown-toggle {
    background: none;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
}

div.top-bar a {
    color: #fff;
    font-size: 0.8em;
    margin: 0 5px;
}

div.top-bar a:hover {
    color: #ff6b6b;
}

div.top-bar .dropdown-menu {
    padding: 10px;
}

div.top-bar .dropdown-menu a {
    color: #333;
    margin: 0 !important;
    padding: 10px;
}


/* =======================================================
     NAVBAR
   ======================================================= */

nav.navbar {
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

nav.navbar i.fa-caret-down {
    padding: 5px;
    display: inline-block;
}

nav.navbar ul.navbar-nav {
    font-size: 1.1em;
}

nav.navbar ul.navbar-nav a {
    color: #333;
    font-size: 0.85em;
    padding: 15px 0;
}

nav.navbar ul.navbar-nav a:hover {
    color: #ff6b6b;
}

nav.navbar ul.navbar-nav .dropdown-menu {
    left: auto;
    float: none;
    border-radius: 0;
    padding: 0;
    border-top: 2px solid #ff6b6b;
    margin-top: 8px;
    font-size: 0.85em;
}

nav.navbar ul.navbar-nav .dropdown-menu a {
    padding: 8px 10px;
    color: #636c72;
}

nav.navbar ul.navbar-nav .dropdown-menu a:active {
    background-color: #eceeef;
}

nav.navbar ul.navbar-nav li.active .dropdown-menu a {
    color: #636c72;
}

nav.navbar ul.navbar-nav li.active a {
    color: #ff6b6b;
}

nav.navbar ul.navbar-nav ul li a {
    padding-right: 0 !important;
    margin: 0;
}

nav.navbar ul.navbar-nav ul li .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

nav.navbar ul.navbar-nav ul li .icon.search {
    border: 1px solid #333;
}

nav.navbar ul.navbar-nav ul li .icon.cart {
    color: #fff;
    background: #ff6b6b;
    display: inline-block;
    margin-right: 10px;
}

nav.navbar ul.navbar-nav ul li .icon.cart i {
    transform: translateY(3px);
}

nav.navbar ul.navbar-nav span.no {
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    nav.navbar .navbar-brand img {
        max-width: 100px;
    }
}

nav.navbar button.navbar-toggler {
    font-size: 1em;
    padding: 10px 0;
    height: 40px;
    outline: none;
    text-transform: uppercase;
    right: 0;
}


/* NAVBAR MEDIAQUERIES ----------------------------------- */

@media (max-width: 580px) {
    nav.navbar {
        padding: 20px 0;
    }
    nav.navbar button.navbar-toggler {
        right: 1rem;
    }
    nav.navbar ul.navbar-nav .dropdown-menu {
        border-top: none;
        margin-top: 10px;
    }
}


/* NAVBAR MEDIAQUERIES ----------------------------------- */

@media (max-width: 768px) {
    nav.navbar ul.navbar-nav .dropdown-menu {
        border: none;
    }
}


/* =======================================================
       HERO SECTION
   ======================================================= */


/*
section.hero {
  min-height: calc(100vh - 180px);
  padding-top: 20px;
  padding-bottom: 80px;
  background-image: -moz-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  background-image: -webkit-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  background-image: -ms-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
  color: #fff;
  position: relative;
}
*/

section.hero::before {
    content: '';
    background: url(../img/hero-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.05;
}

section.hero h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
}

section.hero h1 {
    font-size: 4em;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

section.hero p {
    font-size: 1em;
    font-weight: 300;
    padding-right: 20px;
}

section.hero strong {
    font-weight: bold;
}

section.hero hr {
    border-color: #fff;
    max-width: 100px;
    margin: 30px 0;
}

section.hero ul.props li {
    padding-left: 2px;
}

section.hero ul.props li i {
    font-size: 0.8em;
    display: inline-block;
    margin-right: 10px;
}

section.hero ul.price {
    margin-top: 50px;
}

section.hero p.price {
    font-size: 1.1em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 20px 10px 0;
}

section.hero .owl-dots {
    right: 0;
    left: auto;
    position: absolute;
    bottom: 50%;
    margin: 0;
    transform: translateY(50%);
}

section.hero .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 7px 0;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
}

section.hero .owl-dots .owl-dot.active {
    opacity: 1;
}


/* =======================================================
       HERO 2 SECTION
   ======================================================= */

section.hero-2 {
    background: none;
    padding: 0 !important;
}

section.hero-2::before {
    display: none;
}

section.hero-2 .item {
    padding: 10px 0;
    min-height: calc(100vh - 50px);
    background-size: cover !important;
    background-position: center center !important;
    color: #fff;
}

section.hero-2 h5 {
    font-family: "Playfair Display", serif !important;
    font-weight: 400;
    letter-spacing: 0.1em;
}

section.hero-2 h1 {
    letter-spacing: 0.1em;
}

section.hero-2 p {
    font-family: "Playfair Display", serif !important;
    font-style: italic;
    font-size: 1.2em;
    padding: 0 50px;
    margin-top: 20px;
}

section.hero-2 .owl-nav {
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 100%;
}

section.hero-2 .owl-prev,
section.hero-2 .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #ff6b6b;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.4s;
    font-size: 18px;
    position: absolute;
}

section.hero-2 .owl-prev:hover,
section.hero-2 .owl-next:hover {
    background: #ff6b6b;
    color: #fff;
}

section.hero-2 .owl-prev {
    left: 20px;
}

section.hero-2 .owl-next {
    right: 20px;
}

section.hero-2 .arrow {
    display: inline-block;
    position: relative;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    transform: rotate(90deg);
    margin: 100px 0;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    color: #fff;
}

section.hero-2 .arrow::before,
section.hero-2 .arrow::after {
    content: '';
    width: 70px;
    height: 1px;
    background: #ff6b6b;
    display: block;
}

section.hero-2 .arrow::before {
    position: absolute;
    top: 0;
    left: -20px;
}

section.hero-2 .arrow::after {
    position: absolute;
    right: -20px;
    bottom: 0;
}

section.hero-2 .arrow:hover,
section.hero-2 .arrow:focus {
    text-decoration: none;
}


/* HERO MEDIAQUERIES ------------------------------------- */

@media (max-width: 768px) {
    section.hero {
        min-height: auto;
        font-size: 13px;
    }
    section.hero .carousel-item {
        padding: 50px 0 !important;
    }
}

section.categories {
    padding: 0;
    margin-top: -50px;
}

section.categories .categories-inner {
    background: #fff;
    z-index: 10;
    padding: 30px;
    position: relative;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
}

section.categories a {
    text-decoration: none;
    color: #333;
}

section.categories h2 {
    display: inline-block;
    font-size: 1.2rem;
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -75px;
}

section.categories .item p {
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #999;
}

section.categories .item:nth-of-type(n+2) {
    border-left: 1px solid #eee;
}

@media (max-width: 768px) {
    section.categories div[class*='col-'] {
        margin-bottom: 30px;
        border: none !important;
    }
}

section.product-1 .item,
section.product-2 .item {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    min-height: 250px;
}

section.product-1 .item img,
section.product-2 .item img {
    margin: 0 auto;
    display: inherit;
}

section.product-1 .item h4,
section.product-2 .item h4 {
    font-size: 1rem;
}

section.product-1 .item:hover .overlay,
section.product-2 .item:hover .overlay {
    opacity: 1;
}

section.product-1 .item:hover .overlay a,
section.product-2 .item:hover .overlay a {
    transform: translateY(0);
}

section.product-1 .overlay,
section.product-2 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.92);
    opacity: 0;
    transition: all 0.3s;
}

section.product-1 .overlay a,
section.product-2 .overlay a {
    transform: translateY(20px);
    transition: all 0.5s;
}

section.product-1 .overlay.outStock,
section.product-2 .overlay.outStock {
    opacity: 1;
}

section.product-1 .overlay.outStock strong,
section.product-2 .overlay.outStock strong {
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

section.product-1 .item-big,
section.product-2 .item-big {
    height: calc(100% - 20px);
    position: relative;
    padding: 30px !important;
}

section.product-1 .item-big img,
section.product-2 .item-big img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

section.product-1 .item-big h2,
section.product-2 .item-big h2 {
    font-size: 3em;
}

@media (max-width: 768px) {
    section.product-1 .item-big,
    section.product-2 .item-big {
        min-height: 290px;
        padding: 30px;
        z-index: 1;
    }
    section.product-1 .item-big img,
    section.product-2 .item-big img {
        max-width: 150px !important;
        z-index: -1;
    }
    section.product-1 .item-big br,
    section.product-2 .item-big br {
        display: none;
    }
}


/* =======================================================
       SALE SECTION
   ======================================================= */

section.sale {
    padding: 100px 0;
    background-image: -moz-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    background-image: -webkit-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    background-image: -ms-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    color: #fff;
}

section.sale .product {
    margin-bottom: -180px;
    text-align: right;
}

section.sale p {
    font-size: 1em;
    font-weight: 300;
}


/* =======================================================
       LENSES(PRODUCT 2 SECTION) SECTION 
   ======================================================= */

section.product-2 .item {
    min-height: 200px;
}

section.product-2 .item-big {
    height: calc(100% - 20px);
    padding: 40px 0 0 40px;
}

section.product-2 .item-big img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
}


/*  LENSES MEDIAQUERIES ----------------------------------- */

@media (max-width: 768px) {
    section.product-2 .item-big {
        min-height: 250px;
        z-index: 1;
    }
    section.product-2 .item-big img {
        z-index: -1;
    }
    section.product-2 .item-big br {
        display: none;
    }
}


/* =======================================================
       DIVIDER SECTION
   ======================================================= */

section.divider {
    background-image: -moz-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    background-image: -webkit-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    background-image: -ms-linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    background-image: linear-gradient(-18deg, #2657eb 0%, #de6161 100%);
    position: relative;
    color: #fff;
}

section.divider::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/divider-bg.jpg) fixed;
    background-size: cover;
    background-position: center center;
    opacity: 0.2;
}

section.divider h2 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

section.divider p.h5 {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

section.divider hr {
    max-width: 100px;
    border-color: #fff;
    margin: 30px auto;
}

section.divider p {
    font-weight: 300;
}


/* =======================================================
       NEWSLETTER SECTION
   ======================================================= */

section.newsletter {
    padding-bottom: 0;
}

section.newsletter p {
    margin: 30px 0;
    font-weight: 300;
    color: #999;
}

section.newsletter p.h5 {
    margin: 10px 0;
    font-family: "Roboto", sans-serif;
}

section.newsletter form {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

section.newsletter form input {
    height: 55px;
    border-radius: 50px;
    padding: 0 30px;
    outline: none;
    border: 1px solid #ddd;
}

section.newsletter form input[type='email'] {
    width: 100%;
    background: none;
}

section.newsletter form input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

section.newsletter form input::-moz-placeholder {
    color: #aaa;
    font-size: 0.9em;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

section.newsletter form input::-webkit-input-placeholder {
    color: #aaa;
    font-size: 0.9em;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

section.newsletter form input:-ms-input-placeholder {
    color: #aaa;
    font-size: 0.9em;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.social {
    margin-top: 50px;
    padding-bottom: 100px;
}

.social a {
    color: #ff6b6b;
    font-size: 1.2em;
    margin: 0 5px;
}


/* =======================================================
       SEARCH OVERLAY
   ======================================================= */

.search-overlay {
    display: none;
}

.search-overlay .search-inner {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    z-index: 9999;
}

.search-overlay .search-close {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #999;
}

.search-overlay form {
    position: relative;
    font-size: 1.5em;
}

.search-overlay input {
    width: 100%;
    padding: 20px 0;
    border: none;
    background: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.search-overlay input::-moz-placeholder {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.search-overlay input::-webkit-input-placeholder {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.search-overlay input:-ms-input-placeholder {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.search-overlay button {
    background: none;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 768px) {
    .search-overlay form {
        font-size: 1.1em;
    }
}


/* =======================================================
       FORMS
   ======================================================= */

.bootstrap-select {
    margin-bottom: 20px;
}

.custom-form input,
.custom-form select {
    height: 50px !important;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.custom-form input::-moz-placeholder,
.custom-form select::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 0.95em;
    font-family: "Roboto", sans-serif;
}

.custom-form input::-webkit-input-placeholder,
.custom-form select::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 0.95em;
    font-family: "Roboto", sans-serif;
}

.custom-form input:-ms-input-placeholder,
.custom-form select:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 0.95em;
    font-family: "Roboto", sans-serif;
}

.custom-form input[type=checkbox],
.custom-form select[type=checkbox] {
    display: none;
}

.custom-form input[type=checkbox]:checked+label::before,
.custom-form select[type=checkbox]:checked+label::before {
    background: #ff6b6b;
}

.custom-form input[type=checkbox]:checked+label::after,
.custom-form select[type=checkbox]:checked+label::after {
    opacity: 1;
}

.custom-form input[type=checkbox]+label,
.custom-form select[type=checkbox]+label {
    font-size: 1.1em;
    font-weight: 300;
    color: #999;
    padding-left: 30px;
    cursor: pointer;
}

.custom-form input[type=checkbox]+label::before,
.custom-form select[type=checkbox]+label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ddd;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 15px;
    transition: all 0.3s;
}

.custom-form input[type=checkbox]+label::after,
.custom-form select[type=checkbox]+label::after {
    content: '\f00c';
    display: block;
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 20px;
    transition: all 0.3s;
    opacity: 0;
}

.custom-form textarea {
    line-height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    border-radius: 30px;
}

.custom-form textarea::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 0.95em;
    font-family: "Roboto", sans-serif;
}

.custom-form textarea::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 0.95em;
    font-family: "Roboto", sans-serif;
}

.custom-form textarea:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
    font-size: 0.95em;
    font-family: "Roboto", sans-serif;
}

.custom-form label {
    padding-left: 20px;
    font-size: 0.9em;
    font-weight: 300;
    color: #999;
    margin-bottom: .2rem;
}

.custom-form select {
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 0.95em !important;
    width: 100%;
    border-color: #ccc;
    font-family: "Roboto", sans-serif !important;
}

.custom-form input[type='submit'],
.custom-form button[type='submit'] {
    cursor: pointer;
    margin-bottom: 50px;
}

.custom-form label.error {
    color: #d9534f;
    font-size: 0.9em;
    position: absolute;
    bottom: -10;
    left: 20px;
    font-weight: 300;
}


/* =======================================================
       FOOTER
   ======================================================= */

footer.main-footer {
    background: #292b2c;
    color: #fff;
}

footer.main-footer h3 {
    font-size: 1.2rem;
}

footer.main-footer h3+ul {
    margin-top: 20px;
}

footer.main-footer .page-links {
    padding: 100px 0;
}

footer.main-footer .page-links a {
    padding-left: 15px;
    color: #636c72;
    margin: 1px 0;
}

footer.main-footer .page-links a:hover {
    color: #ff6b6b;
    text-decoration: none;
}

footer.main-footer .page-links a:hover:before {
    color: #ff6b6b;
}

footer.main-footer .page-links a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 5px 0 -15px;
    color: #636c72;
}

footer.main-footer .page-links .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ff6b6b;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ff6b6b;
    margin-right: 10px;
    font-size: 18px;
}

footer.main-footer .page-links .details li {
    margin-bottom: 30px;
}

footer.main-footer .page-links .details li:last-of-type {
    margin-bottom: 0;
}

footer.main-footer .page-links .details h3 {
    margin-bottom: 0;
}

footer.main-footer .page-links .details p {
    color: #464a4c;
    font-size: 1em;
    margin-bottom: 0;
}

footer.main-footer .copyrights {
    padding: 25px 0;
    background: #222324;
}

footer.main-footer .copyrights p {
    margin: 0;
    font-weight: 300;
    color: #464a4c;
}

footer.main-footer .copyrights a {
    color: #ff6b6b;
}


/* FOOTER MEDIAQUERIES ----------------------------------------- */

@media (max-width: 991px) {
    footer.main-footer div[class*='col-'] {
        margin-bottom: 30px;
    }
    footer.main-footer .page-links {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    footer.main-footer .copyrights div[class*='col-'] {
        text-align: center !important;
        margin-bottom: 10px;
    }
}


/* =======================================================
       Category Page
   ======================================================= */

section.products .items,
section.related-items .items {
    margin: 50px 0;
}

section.products a.item-name,
section.related-items a.item-name {
    color: #333;
}

section.products a.item-name:hover,
section.related-items a.item-name:hover,
section.products a.item-name:focus,
section.related-items a.item-name:focus {
    color: #ff6b6b;
    text-decoration: none;
}

section.products .items div[class*="col-"],
section.related-items .items div[class*="col-"] {
    margin-bottom: 30px;
    border-right: 1px solid #eee;
}

section.products .filters div[class*="col-"],
section.related-items .filters div[class*="col-"] {
    padding: 0;
    text-align: right;
}

section.products select,
section.related-items select {
    color: #333;
    border-radius: 50px;
    font-size: 0.8em;
    margin-left: 10px;
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

section.products .item,
section.related-items .item {
    position: relative;
    padding: 20px 0;
}

section.products .item ul.rate,
section.related-items .item ul.rate {
    font-size: 0.7em;
    margin: 15px;
}

section.products .item ul.rate li,
section.related-items .item ul.rate li {
    padding: 0;
    margin: 0;
}

section.products .item h4,
section.related-items .item h4 {
    font-size: 1rem;
}

section.products .item p,
section.related-items .item p {
    color: #999;
    font-size: 0.85em;
    font-weight: 300;
}

section.products .item .product-image,
section.related-items .item .product-image {
    position: relative;
    padding-top: 30px;
    height: 180px;
}

section.products .item .product-image:hover .overlay,
section.related-items .item .product-image:hover .overlay {
    opacity: 1;
}

section.products .item .badge,
section.related-items .item .badge {
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: 400;
}

section.products .item ul.price span,
section.related-items .item ul.price span {
    font-size: 0.95em;
}

section.products .item ul.price span.price-old,
section.related-items .item ul.price span.price-old {
    text-decoration: line-through;
    color: #aaa;
}

section.products .item .overlay,
section.related-items .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding-top: 50px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

section.products .item .overlay a.wishlist,
section.related-items .item .overlay a.wishlist {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 50%;
    line-height: 28px;
    border: 1px solid #ddd;
    font-size: 13px;
}

section.products .item .overlay a.wishlist:hover,
section.related-items .item .overlay a.wishlist:hover {
    background: #ff6b6b;
    color: #fff;
    border-color: #ff6b6b;
}

.pagination-custom nav {
    width: 100%;
}

.pagination-custom ul.pagination {
    width: 100%;
}

.pagination-custom ul.pagination li a {
    border-radius: 50px !important;
    padding: 5px 20px;
    color: #333;
}

.pagination-custom ul.pagination li a:hover {
    color: #fff;
}

.pagination-custom ul.pages li a {
    border-radius: 4px !important;
    padding: 5px 10px;
    font-size: 0.8em;
}

@media (min-width: 992px) {
    section.products .items div[class*="col-"]:last-of-type,
    section.related-items .items div[class*="col-"]:last-of-type,
    section.products .items div[class*="col-"][class*="col-"]:nth-of-type(2n+2),
    section.related-items .items div[class*="col-"][class*="col-"]:nth-of-type(2n+2) {
        border-right: none;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    section.products .items div[class*="col-"]:last-of-type,
    section.related-items .items div[class*="col-"]:last-of-type,
    section.products .items div[class*="col-"][class*="col-"]:nth-of-type(2n+2),
    section.related-items .items div[class*="col-"][class*="col-"]:nth-of-type(2n+2) {
        border-right: none;
    }
}

@media (max-width: 768px) {
    section.products .items div[class*="col-"]:last-of-type,
    section.related-items .items div[class*="col-"]:last-of-type,
    section.products .items div[class*="col-"][class*="col-"]:nth-of-type(2n+2),
    section.related-items .items div[class*="col-"][class*="col-"]:nth-of-type(2n+2) {
        border-right: none;
    }
    section.products h1,
    section.related-items h1 {
        text-align: center;
    }
    section.products h1::after,
    section.related-items h1::after {
        margin: 5px auto;
    }
    section.products .filters,
    section.related-items .filters {
        justify-content: center !important;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    section.products .items div[class*="col-"],
    section.related-items .items div[class*="col-"] {
        border-right: none;
    }
}


/* =======================================================
       Item Details
   ======================================================= */

section.item-details .item img {
    margin: 0 auto;
}

section.item-details .owl-thumbs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

section.item-details button.owl-thumb-item {
    width: 60px;
    height: 50px;
    overflow: hidden;
    opacity: 0.2;
    border: none;
    background: none;
    outline: none;
    margin: 0 5px;
    cursor: pointer;
}

section.item-details button.owl-thumb-item.active {
    opacity: 1;
}

section.item-details button.owl-thumb-item img {
    width: 100%;
}

section.item-details .price {
    margin-top: 20px;
    font-size: 1.4em;
    font-weight: 300;
}

section.item-details .price .rate {
    margin-right: 20px;
    font-size: 0.65em;
}

section.item-details .price li {
    padding: 0;
    margin: 0;
}

section.item-details .price span {
    color: #999;
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 23px;
}

section.item-details .model {
    margin-top: 20px;
    font-size: 0.95em;
    color: #444;
}

section.item-details .model li {
    padding: 5px 0;
}

section.item-details .model span {
    color: #999;
    display: inline-block;
    margin-right: 10px;
}

section.item-details .description {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #999;
    font-weight: 300;
    line-height: 1.7em;
}

section.item-details .brief {
    font-weight: 300;
    line-height: 1.6em;
    font-weight: 300;
    color: #999;
    margin: 50px 0;
}

section.item-details .product-quantity {
    margin-bottom: 10px;
}

section.item-details .product-quantity .minus-btn,
section.item-details .product-quantity .plus-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

section.item-details .product-quantity .minus-btn {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

section.item-details .product-quantity .plus-btn {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

section.item-details .product-quantity input {
    width: 80px;
    height: 35px;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    text-align: center;
    outline: none;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background: none;
}

section.item-details select {
    border-radius: 50px;
    font-size: 0.95em;
    color: #777;
    width: auto;
    border-color: #ccc;
}

section.item-details .CTAs {
    margin-top: 30px;
}

section.item-details .CTAs i {
    display: inline-block;
    margin-left: 10px;
}

section.item-details .specifications {
    margin-top: 50px;
}

section.item-details .specifications .title {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 0.95em;
    color: #333;
}

section.item-details .specifications .value {
    color: #999;
    font-weight: 300;
    font-size: 0.92em;
}

section.item-details .specifications ul {
    margin-bottom: 20px;
}

section.item-details .specifications li {
    margin-bottom: 7px;
}


/* =======================================================
       Related Items
   ======================================================= */

section.related-items {
    padding-top: 0;
}


/*  MEDIAQUERIES ----------------------------------------- */

@media (max-width: 992px) {
    section.related-items div[class*="col-"]:last-of-type,
    section.related-items div[class*="col-"]:nth-of-type(2n+2) {
        border-right: none;
    }
    section.related-items div[class*="col-"]:nth-of-type(3) {
        border-right: 1px solid #eee !important;
    }
}

@media (max-width: 768px) {
    section.related-items div[class*="col-"] {
        border-right: none !important;
    }
    section.related-items div[class*="col-"]:nth-of-type(3) {
        border-right: none !important;
    }
}


/*=======================================================
       Shopping cart
  ======================================================= */

.cart-page section {
    padding: 50px 0 100px;
}

.cart-page .arrow {
    margin: 50px auto;
}

.cart-page .arrow span {
    display: inline-block;
    transform-origin: bottom left;
    width: 50px;
    height: 1px;
    background: #888;
}

.cart-page .arrow span:first-of-type {
    transform-origin: bottom right;
    transform: rotate(25deg);
}

.cart-page .arrow span:last-of-type {
    transform: rotate(-25deg);
}

section.cart {
    padding-bottom: 0;
}

section.cart .cart-heading {
    background: #292b2c;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 400;
}

section.cart .cart-body {
    padding: 10px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-family: "Roboto", sans-serif;
}

section.cart .cart-body a {
    color: #333;
}

section.cart .cart-body .cart-item {
    padding: 30px;
    border-bottom: 1px solid #eee;
}

section.cart .product-details {
    padding: 0 20px;
}

section.cart .product-details h3 {
    font-weight: 400;
}

section.cart .product-img {
    max-width: 150px;
}

section.cart .total-price {
    margin-top: 20px;
}

section.cart .total-price span,
section.cart .total-price strong {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

section.cart .product-quantity .minus-btn,
section.cart .product-quantity .plus-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

section.cart .product-quantity .minus-btn {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

section.cart .product-quantity .plus-btn {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

section.cart .product-quantity input {
    width: 60px;
    height: 35px;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    text-align: center;
    outline: none;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    background: none;
}

section.cart a:hover,
section.cart a:focus {
    color: #ff6b6b;
    text-decoration: none;
}


/* =======================================================
       Shipping Address
   ======================================================= */

section.shipping {
    padding: 0;
}

section.shipping form h3 {
    margin: 30px 0;
}

section.shipping .bootstrap-select {
    position: relative;
    height: 60px;
}

section.shipping .bootstrap-select button {
    height: auto !important;
}

section.shipping .shipping-alternative {
    display: none;
}

section.shipping .payment-cards {
    margin-bottom: 10px;
}


/* MEDIAQUERIES ----------------------------------------- */

@media (max-width: 768px) {
    section.cart>.container {
        width: 100%;
        /* overflow: scroll !important; */
    }
    /* section.cart > .container .cart-holder {
    min-width: 768px;
  } */
    section.cart .product-quantity input {
        width: 40px;
    }
}


/* =======================================================
       Contact Page
   ======================================================= */

#map {
    height: 400px;
}

.contact-icon {
    height: 5rem;
    font-size: 3rem;
    color: #ff6b6b;
}


/* =======================================================
       Blog Pages
   ======================================================= */

.comments {
    margin-bottom: 2rem;
}

.comment p.posted {
    color: #aaa;
    font-size: 90%;
}

.comment p {
    color: #464a4c;
    font-weight: 300;
}

.comment-form h4 {
    margin-bottom: 2rem;
}

.post-item {
    margin-bottom: 2rem;
}

.post-item .image {
    margin-bottom: 20px;
}

.post-item .intro {
    color: #636c72;
    font-weight: 300;
}

.post-item h4 {
    font-size: 1.25rem;
}

.post-item h4 a {
    color: #292b2c;
}

.post-item h4 a:focus,
.post-item h4 a:hover {
    color: #ff6b6b;
}

.pagination-lg {
    font-weight: 300;
}


/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/

#style-switch-button {
    position: fixed;
    top: 150px;
    left: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 190px;
    left: 0;
    background: #fff;
    border: solid 1px #eceeef;
    z-index: 2000;
}

#style-switch h4 {
    color: #464a4c;
}

#style-switch .text-small {
    font-size: .8em;
}

#style-switch select {
    font-size: 0.85em;
}


/* ========================================= */


/* THEMING OF BOOTSTRAP COMPONENTS           */


/* ========================================= */


/*
 * 1. NAVBAR
 */

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler-left {
    left: 1rem;
}

.navbar-toggler-right {
    right: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: white;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
    color: white;
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open>.nav-link,
.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
    color: white;
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}


/*
 * 2. BUTTONS
 */

.btn {
    font-weight: normal;
    line-height: 1.25;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.25);
}

.btn:active,
.btn.active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff3838;
    border-color: #ff2e2e;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff3838;
    background-image: none;
    border-color: #ff2e2e;
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
}

.btn-outline-primary {
    color: #ff6b6b;
    background-image: none;
    background-color: transparent;
    border-color: #ff6b6b;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff6b6b;
    background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}


/*
 * 3. TYPE
 */

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}

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

a:focus,
a:hover {
    color: #ff1f1f;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 4.5rem;
}

h2,
.h2 {
    font-size: 2.2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    color: #636c72;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

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

a.text-primary:focus,
a.text-primary:hover {
    color: #ff3838 !important;
}


/*
 * 4. PAGINATION
 */

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #ff6b6b;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}