body {
    font: 400 16px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}  
.jumbotron {
    background-color: black;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
} 

.jumbotron ul li a {text-transform: uppercase;}

.container-fluid {
    padding: 60px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: darkturquoise;
    /*display: none;*/
}
.carousel-indicators li {
    border-color: darkturquoise;
    display: none;

}
.carousel-indicators li.active {
    background-color: darkturquoise;
    display: none;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: -80px;
}

#carouselExampleIndicators .carousel-indicators li {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 1px;
    text-indent: 0;
    border: none;
}

.item {

}

.item h4 {
    font-size: 36px;
    line-height: 1.375em;
    columns: black;
    font-family: fantasy;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    color: white;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid lightgray; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: white;
    z-index: 1000;
    /*border: 0;*/
    /*font-size: 12px !important;*/
    line-height: 1.42857143 !important;
    letter-spacing: 0px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    /*height: 70px;*/
    width: 100%;
    /*padding-bottom: 5px;*/
}
.navbar li a {
    color: #000 !important;
    font-size: 12px;
}

.navbar .navbar-brand {
    color: #000 !important;
}

.navbar-nav li a {
    padding: 10px 8px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
.banner {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #000;
    /*background: url(../img/banner-bg.jpg) no-repeat center center;*/
    background-size: cover;
    height: 850px;
    position: relative;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #myNavbar{
        width: 580px;
    }
    #myPage {
        min-height: 600px;
    }    
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    #myNavbar{
        width: 750px;
    }

}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 540px;
        overflow: auto;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    }   
    .banner {
        background: url(../img/banner-bg-768.jpg) no-repeat center center;
        height: 820px;
    }

    .item h4 {
        font-size: 24px;
        line-height: 1.375em;
    }

    #sites a {
        font-size: 12px;
    }

    #myNavbar{
        width: 580px;
        float: none;
    }
    .new-link a {
        font-size: small;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav>li>a {
        /*padding: 7px 5px;*/
    }
    .navbar-brand img {
        width: 140px;
    }
    #myNavbar{
        /*float: right;*/
    }
    .footer_top {
        min-height: 650px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 540px;
        overflow: auto;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
    }   
    .banner {
        background: url(../img/banner-bg-482.jpg) no-repeat center center;
        height: 740px;
    }
    #myNavbar{
        float: none;
    }
}

@media screen and (min-width: 421px) {
    .new-link ul li a {
        line-height: 1.2;
        padding: 10px 6px;
        color: white
    }   
}

.new-link ul li a {
    line-height: 1.2;
    color: white
}  

@media screen and (max-width: 420px) {

    .banner {
        background: url(../img/banner-bg-420.jpg) no-repeat center center;
        height: 740px;
    }
    #myNavbar{
        float: none;
    }
    .new-link ul li a {
        padding: 10px 6px;
    }
}


.navbar-brand {
    padding: 0;
    height: auto;
}

#shoe-mobile {
}

#shoe-mobile hr{
    margin: 5px 0;
}
#myCarousel {
    margin-top: 0px;
}
.carousel-inner {
    /*background: url(../img/bg-black-op-50.png) repeat;*/
}
#myPage .affix {
    /*height: 50px;*/
}
#myPage .affix .navbar-brand img {
    width: 100px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: white;
}
.border-bottom {
    border-bottom: 1px solid #ccc;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
    letter-spacing: 0px;
}
.section-bg {
    background-position-x: 250%;
    background-repeat: no-repeat;

}
.section-uniform-bg {
    background-image: url(../img/banner-showroom1.jpg);
    background-position-y: 60% !important;
}
.section-shoes-bg {
    background-image: url(../img/banner-showroom2.jpg);
    background-position-y: 60% !important;
    background-position-x: -150%;
}
.section-digitizing-bg {
    background-image: url(../img/banner-embroidery.jpg);
    background-position-y: 60% !important;
}
.section-sewing-bg {

}
.section-shoemobile-bg {
    background-image: url(../img/banner-shoemobile.jpg);
    background-position-x: -150%;
    background-position-y: 60% !important;
}
.bg-color-white {
    background: white;
}
.font-h1 {
    font-family: fantasy;
    color: white;
    text-align: right;
    font-size: 48px;
}
.box-shadow1 {
    -webkit-box-shadow: 0px 11px 37px -12px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 11px 37px -12px rgba(0,0,0,0.27);
    box-shadow: 0px 11px 37px -12px rgba(0,0,0,0.27);
}
.box-shadow2 {
    -webkit-box-shadow: 0px 11px 28px -13px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 11px 28px -13px rgba(0,0,0,0.42);
    box-shadow: 0px 11px 28px -13px rgba(0,0,0,0.42);
}
.text-shadow1 {
    text-shadow: 4px 3px 0 #7A7A7A, 2px 3px 2px rgba(255,255,255,0);
}
.carousel-control {
    opacity: 1;
}
@media screen and (min-width: 768px){
    .glyphicon-chevron-left, .glyphicon-chevron-right {
        font-size: 50px !important;
    }
    .new-link a {
        font-size: medium;
    }
}

@media screen and (max-width: 374px){
    .new-link a {
        font-size: 1.2rem;
    }
}
.carousel-control.right, .carousel-control.left {
    color: ivory;
}
.text-left {
    text-align: left !important;
}
.border-bottom-1 {
    border-bottom: 1px solid;
}
.border-top-1 {
    border-top: 1px solid;
}
.new-link {
    background: #408041;
/*    position: absolute;
    z-index: 1000;*/
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
/*    left: 0px;
    top: 65px;*/
}
.new-link a {
    color: white;
    font-family: sans-serif;
}
.iframe_area {
    height: 1000px;
    margin-top: 20px;
}
.new-link span {
    padding: 0 10px;
    color: white
}
.invalid-feedback {
    color: red;
}
.color-red {
    color:red !important;
}
.text-bold {
    font-weight: bold;
}
.form-horizontal .control-label {
    padding-top: 0px;
}
#contact label, #contact .radio, #contact .radio-inline {
    line-height: 1.1
}
#contact .radio, #contact .radio-inline {
    padding-top: 0;
}
#contact .radio-inline {
    margin-top: -15px;
}

.new-link ul li a:hover {
    /*background: darkseagreen;*/
    color: darkgreen;
}

.new-link ul ul {
    background: #408041;
}
.mt-4 {
    margin-top: 40px !important;
}
.catalog-label {
    color: darkgreen;
    font-size: large;
    text-transform: uppercase;
    background: lightsalmon;
}
.catalog-uni {
    border: 2px solid #408041;
    border-right: none;
    border-left: none;
}
footer{
    background: darkslategray;
}
.text-red {
    color: red !important;
}
.p-y-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.p-y-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.p-5 {
    padding: 5px
}

.pb-5 {
    padding-bottom: 5px !important;
}

.thumbnail a > img, .thumbnail > img {
    border: 5px solid coral;
}

.mt-2 {
    margin-top: 2px !important;
}
.mt-3 {
    margin-top: 3px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-15 {
    margin-top: 15px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.btn {
    border-radius: 0;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.imgPreview img, .imgPreview2 img {
    width: 400px;
    height: auto;
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
.equal .card-body {
    position: relative;
}
.quickview_button {
    /*    position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 1000;*/
    margin-left: -15px;
}
@media (min-width: 992px){
    .modal-lg {
        width: 90%;
    }
}
.top-header {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 8px -8px #959595; 
    box-shadow: 0px 5px 8px -8px #959595;
    background: #FFFFFF;
}
.list-group-item {
    padding: 4px 15px;
}
.product-filter {
    font-size: 14px;
}
.product-filter input {
    margin-right: 10px;
}
.product-filter h4 {
    margin-bottom: 5px;
    border-bottom: 4px solid green;
    font-weight: bold;
    font-size: 16px;
}
.product-filter li {
    padding: 0px;
    border: 0;
    line-height: 1;
}
.list-group-item {
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
#product_section {
    background: white;
}
.product_list_product_name{
    margin: 5px 0 10px 0;
}
.card-bottom {
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
}
.mr-10{
    margin-right: 10px;
}
.mr-5{
    margin-right: 5px;
}
.mr-15{
    margin-right: 10px;
}
.w-100-percent {
    width: 100%;
}
.fix-header {
    position: sticky;
    top:0;
}

.product-option-box {
    max-height: 300px;
    overflow: auto;
}
.out-of-stock {
    position: relative;
}
.out-of-stock p {
    color: red;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    z-index: 100;
    top: -50px;
    padding: 8px;
    background: yellow;
}
#product_list .card-title {
    color: black;
    font-size: 14px;
    margin-bottom: 15px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.available {
    background: #2a8600 !important;
    color: white;
}
#search_input {
    display: inline !important;
    width: auto!important;
}


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    /*padding-top: 70px;*/
}

#wrapper.toggled #page-content-wrapper {
    /*position: absolute;*/
    margin-right: -220px;
}


/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: white !important;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 10px;  
  z-index: 1020;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
.pl-5 {
    padding-left: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.py-8 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.alert-default {
    background-color: white;
    color: gray;
    border: 1px solid gray;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: 4px;
}

.alert-default button {
    top: 3px !important;
    opacity: .5;
}
.text-white{
    color: white !important;
}
#collapseExample2 #myTabContent .card {
    width: 170px;
    display: inline-block;
}
ul.custom-option-select, ul.custom-option-select ul, ul.custom-option-select ul ul{
    list-style: none;
    padding: 0;
}
ul.custom-option-select ul ul {
    /*padding: 5px;*/
    /*background: darkgray;*/
}
ul.custom-option-select li {
    display: inline;
    list-style: none;
}
.hide_me {
    display: none;
}
.highlight {
    background: black;
    color: white;
}
.width_area {
    /*position: absolute;*/
    /*z-index: 1000;*/
    /*left: 0;*/
}
.width-btn {
    text-transform: uppercase;
}