:root {
    --dark-blue: #478ba2;
    --light-blue: #b9d4db;
    --dark-orange: #e9765b;
    --light-orange: #f2a490;
    --dark-pink: #de5b6d;
    --green: #18a558;
    --ivory: #f9f7f4;
    --black: #202020;
    --dark-gray: #474747;
    --light-red: #EF3035;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    /*font-family: 9px "Poppins", sans-serif;*/
    font-family: "Open Sans", sans-serif;
    color: #4d4643;
}

html {
    scroll-behavior: smooth;
}

/* NAVBAR STYLE */
a,
.logo-container a,
.right-nav a {
    color: var(--black);
    text-decoration: none !important;
}

a:hover,
.logo-container a:hover,
.right-nav a:hover {
    color: var(--dark-gray) !important;
    text-decoration: none;
}

.nav-container {
    margin: auto;
    padding: 0.5em 1em;
    display: flex;
    justify-content: center;
    color: var(--black);
}

.search-container {
    width: 70%;
}

.right-nav {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto !important;
    padding-left: auto !important;
}

.right-nav ul li {
    display: inline;
    padding: 0.3em;
}

.logo-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    transform: translateX(3em);
}

.logo-container a {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logo-title {
    font-weight: 600;
    color: #216174;
    font-size: 28px;
    margin: 0px 1px;
}

.logo-img {
    max-height: 2.2em;
}

/* CATEGORIES NAVBAR */

.navbar-custom {
    /*background-color: var(--dark-blue);*/
    background-color: #EF1B26;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link {
    color: var(--ivory);
    font-size: 14px;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item.active .nav-link {
    color: var(--light-blue) !important;
}


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

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

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #111;
}

.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: #1bbd36;
}

.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;
}

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

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

/*.navbar {*/
/*    padding: 0;*/
/*}*/

.navbar li {
    position: relative;
}

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

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    /*font-family: "Roboto", sans-serif;*/
    font-size: 14px;
    /*font-weight: 600;*/
    color: #111;
    white-space: nowrap;
    /*text-transform: uppercase;*/
    transition: 0.3s;
}


/* SEARCH BOX */

.search-title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #ff8b88;
}

.search-input {
    width: 100%;
    padding: 12px 24px;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-color: transparent;
    /*         background-image: url(http://mihaeltomic.com/codepen/input-search/ic_search_black_24px.svg); */

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.search-input {
    color: color(#575756 a(0.8));
    letter-spacing: 1.5px;
}

.search-input:hover,
.search-input:focus {
    padding: 12px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #575756;
    border-radius: 0;
    background-position: 100% center;
}

/* HOME PAGE */

.circle-img {
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.circle-img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    box-shadow: 5px 5px 5px var(--dark-gray);
}

.fa-chevron-circle-right {
    font-size: 50px;
    color: var(--dark-blue);
    margin-top: 1.5em;
    border-radius: 55%;
    box-shadow: 5px 5px 5px var(--dark-gray);
    transition: all 0.2s linear;
}

.fa-chevron-circle-right:hover {
    transform: scale(1.4);
}

hr.gradient-style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0)
    );
    margin: 1em auto;
}

/* PRODUCTS INDEX PAGE */

.title-link {
    color: var(--black);
    text-decoration: none;
}

.title-link:hover {
    color: var(--dark-gray);
    text-decoration: none;
}

.button-style {
    background-color: var(--dark-blue);
    color: var(--ivory) !important;
}

.button-style:hover {
    background-color: var(--light-blue);
    color: var(--black) !important;
}

.button-style-danger {
    background-color: var(--dark-orange);
    color: var(--ivory) !important;
}

.button-style-danger:hover {
    background-color: var(--light-orange);
    color: var(--black) !important;
}

.price {
    color: var(--dark-pink);
    font-weight: bold;
    font-size: 20px;
    margin: 1px 0px 6px 0px;
}

.product-index-box {
    padding: 0.5em;
    margin-bottom: 1em;
    text-align: center;
}

.product-index-box .btn {
    width: 90%;
    margin: 0.3em auto;
}

.product-index-box img {
    width: 90%;
    height: 20em;
    object-fit: fill;
    border: 2px solid #606062;
    border-radius: 0px;
}

.product-index-box img:hover {
    border: 2.5px solid #EF1B26;
}

/* BANNER IMAGE */
.hero-container {
    display: grid;
    overflow: hidden;
}

.hero-image,
.hero-text {
    grid-column: 1;
    grid-row: 1;
}

.hero-text {
    color: white;
    text-align: center;
    align-content: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

/* SINGLE PRODUCT PAGE */

.product-img {
    border: 1px solid var(--dark-gray);
    border-radius: 7px;
}

.is-not-available {
    background-color: var(--dark-orange);
    width: 8em;
    color: var(--ivory);
    font-weight: bold;
    font-size: 12px;
    padding: 0.3em;
    text-transform: uppercase;
}

.is-available {
    background-color: var(--green);
    width: 8em;
    color: var(--ivory);
    font-weight: bold;
    font-size: 12px;
    padding: 0.3em;
    text-transform: uppercase;
}

/* PAGINATION STYLE */
.pagination .active .page-link {
    color: var(--ivory);
    background-color: var(--dark-blue);
}

.pagination .page-link {
    color: var(--dark-blue);
}

/* BREADCRUMBS STYLE */
.breadcrumb-item a:hover {
    color: var(--dark-blue) !important;
}

/* SHOPPING CART STYLES */
.container.cart {
    margin: 1em auto;
}

.img-small {
    height: 5%;
    margin: 2px;
}

.qty-display {
    padding: 3px;
    border: 1px solid rgb(54, 54, 54);
    border-radius: 5px;
}

.fa-plus-square {
    color: var(--green);
    font-size: 25px;
    margin: 2px;
}

.fa-minus-square {
    color: var(--dark-orange);
    font-size: 25px;
    margin: 2px;
}

.fa-shopping-cart {
    font-size: 22px;
    padding-top: 0.3em;
}

/* FOOTER */

/*ul {*/
/*  list-style: none;*/
/*}*/

/*.white-links {*/
/*  margin-left: 2.5em;*/
/*}*/
/*.white-links a {*/
/*  font-size: 14px;*/
/*  color: var(--ivory);*/
/*  margin-right: 1em;*/
/*}*/
/*.white-links a:hover {*/
/*  color: var(--light-blue) !important;*/
/*}*/
/*.footer-title {*/
/*  font-weight: 300;*/
/*  color: whitesmoke;*/
/*  text-transform: uppercase;*/
/*  margin-bottom: 0.3em;*/
/*}*/
/*#contact {*/
/*  text-align: left;*/
/*  vertical-align: middle;*/
/*  align-items: center;*/
/*  color: var(--ivory);*/
/*  background-color: var(--black);*/
/*  padding: 1em 1em 0.2em 1em;*/
/*  border-bottom: 5px var(--dark-blue) solid;*/
/*}*/
/*.bottom-footer {*/
/*  font-size: 14px;*/
/*  padding: 1em 1.5em;*/
/*  color: var(--ivory);*/
/*  background-color: #1a1a1a;*/
/*}*/

/*#page-container {*/
/*  position: relative;*/
/*  min-height: 100vh;*/
/*}*/

/*#content-wrap {*/
/*  padding-bottom: 2.5rem;*/
/*}*/

/*footer {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  height: 2.5rem;*/
/*}*/

/* STRIPE ELEMENTS FOR CARD PAYMENT */
.StripeElement {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 6px;
    padding: 10px 12px;

    border: 1px solid rgb(207, 207, 207);
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

/* MEDIA QUERY */
/* XS SCREENS */
@media only screen and (max-width: 576px) {
    .card img {
        height: 17em;
    }

    .controls-top h3 {
        font-size: 20px;
    }

    .controls-top .fa {
        font-size: 12px;
    }

    .hero-text h1 {
        font-size: 25px;
    }
}

/* SM SCREENS */
@media only screen and (max-width: 768px) {
    .right-nav {
        justify-content: center;
    }

    .search-container {
        width: 80%;
        margin: auto;
    }

    .logo-container {
        transform: translateX(0em);
        margin: 0.5em auto;
    }

    .white-links {
        margin-left: 0px;
    }

    .hero-text {
        padding-top: 8%;
    }
}

/* MD SCREENS */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .col-md-3 {
        margin: 10px;
    }

    .circle-img {
        width: 150px;
        height: 150px;
    }
}


/* Added in last
@import url(
'https://fonts.googleapis.com/css2?family=Yaldevi:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Yaldevi', sans-serif;
}

h1 {
  color: green;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  padding-top: 22px;
}

h6 {
  color: green;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 20px;
}

.myProducts-gallery img{
  height: 92px;
  margin: 10px 0;
  cursor: pointer;
  display: block;
  opacity: .5;
}

.myProducts-gallery img:hover {
  opacity: 1;
}

.myProducts-gallery {
  float: left;
}

.myProducts {
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  position: absolute;
}

.image-container img {
  height: 400px;
  transition: transform 1s;
}

.image-container img:hover{
  transform: scale(1.5);
  cursor: zoom-in;
}

.image-container {
  float: right;
  padding: 10px;
}
*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7f7f7;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #EF1B26;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-title p {
    margin-bottom: 0;
}


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

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    border-radius: 4px;
}

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

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

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

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #444444;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #1bbd36;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 0px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #EF1B26;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    /*background-color: #1bbd36; #EF1B26*/
    background-color: #EF1B26;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.clients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
    height: 100px;
}

.clients .video-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #fff;
    height: 200px;
}

.clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 36px;
    filter: grayscale(100%);
}

.clients .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
}

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


/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/
.video-list-thumbs {
}

.video-list-thumbs > li {
    margin-bottom: 12px;
}

.video-list-thumbs > li:last-child {
}

.video-list-thumbs > li > a {
    display: block;
    position: relative;
    background-color: #111;
    color: #fff;
    padding: 8px;
    border-radius: 3px
    transition: all 500ms ease-in-out;
    border-radius: 4px
}

.video-list-thumbs > li > a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    text-decoration: none
}

.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 33px;
    margin: 8px 0 0;
}

.video-list-thumbs .glyphicon-play-circle {
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    transition: all 500ms ease-in-out;
}

.video-list-thumbs > li > a:hover .glyphicon-play-circle {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.video-list-thumbs .duration {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 12px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 12px;
    transition: all 500ms ease;
}

.video-list-thumbs > li > a:hover .duration {
    background-color: #000;
}

@media (min-width: 320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}

.container {
    width: auto;
}

.container ul li {
    display: inline-block;
}

/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background: #111;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #1e1e1e;
}

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

#footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

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

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

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

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #EF1B26;
    font-size: 18px;
    line-height: 1;
}

#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;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .footer-newsletter {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

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

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

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

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1bbd36;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

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

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content h2 {
    font-weight: 700;
    font-size: 40px;
    color: #EF1B26;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.about-us .content .company-title {
    font-weight: 700;
    font-size: 26px;
    color: #EF1B26;
    line-height: 60px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.about-us .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.about-us .content ul {
    list-style: none;
    padding: 0;
}

.about-us .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
}

.about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #EF1B26;
}

.about-us .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# End of About Us
--------------------------------------------------------------*/


/********************* Shopping Demo-2 **********************/
.demo {
    padding: 45px 0
}

.product-grid2 {
    font-family: 'Open Sans', sans-serif;
    position: relative
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative
}

.product-grid2 .product-image2 a {
    display: block
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: auto
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s
}

/*.product-grid2:hover .product-image2 .pic-1{opacity:0}*/
/*.product-image2 .pic-2{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;transition:all .5s}*/
/*.product-grid2:hover .product-image2 .pic-2{opacity:1}*/
.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s
}

.product-grid2:hover .social li {
    transform: translateX(0)
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: .15s
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: .25s
}

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #3498db;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid2 .social li a:after, .product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid2 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
    opacity: 1
}

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s
}

.product-grid2 .add-to-cart:hover {
    background-color: #EF1B26;
    text-decoration: none;
    color: white
}

.product-grid2:hover .add-to-cart {
    bottom: 0
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s
}

.product-grid2:hover .product-new-label {
    opacity: 0
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px
}

.product-grid2 .title a {
    color: #303030
}

.product-grid2 .title a:hover {
    color: #3498db
}

.product-grid2 .price {
    color: #303030;
    font-size: 15px
}

@media screen and (max-width: 990px) {
    .product-grid2 {
        margin-bottom: 30px
    }
}