/*--------------------------------------------------------------

  Template Name: Subash Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
body {
    color:#999;
}

.logo img {
  margin-top:-13px;
}

.header-area {
    z-index: 1000;
}

#sticky-header.sticky .logo img {
  margin-top:0;
}

.sticky {
  box-shadow: 0 1px 3px rgba(57, 109, 212, 0.4);
}

h1.slider2-title-2 {
        font-size: 5vmin;
}

#footer .footer-logo img {
  height:50px;
}

#about:before {
   background-image: url(../img/product/about-bg.jpg);
   background-size: 100%;
    /*background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;*/
    content: "";
    height: 93%;
    position: absolute;
    top: 32px;
    -webkit-transform: skewY(-1.7deg);
    transform: skewY(-1.7deg);
    width: 100%;
    z-index: -1;
}

.login-inbox-link {
    font-weight: bold;
    color: #396dd4 !important;
}

/* === */

/* Form fields */
form select {
    height:40px;
}
button[disabled]{
    background: #666;
    opacity: .4;
}

.ng-valid[required], .ng-valid.required  {
  border-left: 5px solid #42A948; /* green */
}
.ng-invalid:not(form)  {
  border-left: 5px solid #a94442; /* red */
}
/* === */

/*
================================================
Skills
================================================
*/
#skill {
    padding-bottom: 55px;
        padding-top: 37px;
}
#skill .skill-inner.skill-01 .skill-box {
    background-color: #848484;
}

#skill .skill-inner {
    height: 220px;
}

#skill .skill-inner .skill-box {
    bottom: 0;
    box-shadow: -6px 2px 4px -5px #444;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

#skill .skill-box .amount {
    color: #4c4c4c;
    left: 0;
    position: absolute;
    right: 0;
    top: -65px;
    font-size: 40px;
}

#skill .main-heading {
    margin-bottom: 100px;
}

#skill .skill-inner.skill-02 .skill-box {
    background-color: #707070;
}

#skill .skill-inner.skill-03 .skill-box {
    background-color: #5b5b5b;
}

#skill .skill-block h3 {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 40px;
    text-transform: uppercase;
}
#skill .skill-inner.skill-04 .skill-box {
    background-color: #17B878;
}

#skill h3 {
        color: black;
    position: relative;
    bottom: -46px;
}

.icofont {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* == override header toolbar == */
.top-link > ul.link > li a {
    
    font-size: 13px;
    line-height: 19px;
    width: auto;
    text-transform: none;
}

.top-link > ul.link > li a i {
    padding-right: 5px;
}

a.anchor {
    display: block;
    position: relative;
    top: -225px;
    visibility: hidden;
}

.main-menu > li > a.active {
    color: #396dd4;
}

.main-menu > li > a.active::before{
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.slider2-title-3 {
    font-size:16px;
    text-transform:none;
}

.slider2-title-2 {
    font-weight: normal;
    font-size:50px;
}

/* bootstrap modal */
.modal.fade.in {
        z-index: 100001;
}
.modal-backdrop.fade.in {
        z-index: 100000;
}
.modal-body {padding:15px;}

.message-box select {
    margin-bottom: 30px;
}



/* Product detail */
.product-item-3 {
    padding:10px;
    height: 338px;
}

.product-item-main {
    height:338px;
}

.product-item-main ul {
    color:#434343;
}

.product-item-main .tab-content img {
    position: absolute;
    width: auto;
    height: 338px;
    z-index: 0;
}
.product-item-main .tab-pane {
    position: relative;
    padding: 65px 10px 10px 10px
}

.product-media iframe {
    height:265px;
}

.product-item-main ul.nav-tabs {
    position: absolute;
    z-index: 5;
}
.product-item-main ul.nav-tabs::before {
        background-color: #f6f6f6;
    height: 42px;
    width: 392px;
    position: absolute;
    content: '';
    z-index: 0;
    opacity: .6;

}.product-item-3 .tn {
    width:50px;
    height:50px;
    margin-right:10px;
    float:left;
    /*background-color:#ddd;*/
}
.product-modal .tn img {
    max-width:60px;
    max-height:50px;
}
.product-modal .thumbnails {
    position: relative;
    bottom: 0;
}
.product-modal img.poster-thumb {
    max-width: 340px;
}

/* Utility */
.centered {
    text-align: center;
}
/* stock */
#stock-area {
    position: absolute;
    right:0;
    top:13px;
}
.stock-area span {
    display:inline-block;
    width:100px;
}

.header-middle-area.sticky #stock-area {
        top: 6px;
}

.hint {
        background-color: #396dd4;
    color: white;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding: 1px 3px;
    font-size: 13px;
}
.hint:hover, .hint:focus {
    color:white;
}
