/* Google-Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
/* Base-CSS */
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #666666;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    color: #333333;
    text-transform: capitalize;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
    color: #aad17f;
}

h1 {
    font-size: 35px;
    font-weight: 700;
    color: #666666;
}

ul li {
    margin: 5px 5px 5px 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a sup {
    background-color: #aad17f;
    border-radius: 100%;
    display: inline-block;
    line-height: 1.4;
    min-height: 18px;
    min-width: 18px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    top: -10px;
    right: 10px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #666666;
    line-height: 1.8;
}

summary {
    cursor: pointer;
    font-weight: 300;
}

details,
details ul li {
    margin: 10px 0;
}

details ul {
    margin-left: 20px;
}

details[open] summary {
    color: #aad17f;
}

.sidebar-item a:hover {
    color: #aad17f;
}

q {
    display: inline;
}

q:before {
    content: "( ";
}

q:after {
    content: " )";
}

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


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
.btn:focus,
button:focus,
summary:focus,
* {
    outline: none;
}

/* Extra-style */

.mainmenu-area {
    box-shadow: 0 0 4px 1px #dddddd;
}

.instagram li {
    margin: 5px 0;
    width: 33.3333%;
}

.poster-text {
    background-color: #ffffff;
    border-radius: 2px;
    margin: auto;
    padding: 30px 20px;
    width: calc(100% - 30%);
}

.product-icon ul > li > a {
    background-color: #ffffff;
    border: 1px solid;
    color: #8d8d8d;
    display: inline-block;
    height: 40px;
    line-height: 2.5;
    width: 40px;
}

.product-icon ul > li > a:hover {
    background-color: #add481;
    border-color: #add481;
    color: #ffffff;
}

.countdown .countdown-section {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    min-width: 60px;
}

.countdown .countdown-amount {
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.single-product img {
    width: 100%;
}

.slide-product-text {
    margin-top: 20px;
}

.slide-product-text .show {
    margin-top: 10px;
}

.md-text {
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 5px;
}

.subscribe-from .form-control {
    font-size: 12px;
    min-height: 40px;
    padding: 0 15px;
}

.subscribe-from .form-control {
    font-size: 14px;
    min-height: 50px;
    padding: 0 15px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}

.subscribe-from .btn {
    padding: 0 40px;
    min-height: 50px
}

.blog-slide-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 10px;
    overflow: hidden;
}

.blog-slide-item:hover {
    box-shadow: 10px 0 21px -22px #000;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.product-slide .owl-prev,
.product-slide .owl-next {
    background-color: #ffffff;
    border-radius: 100%;
    color: #666666;
    font-size: 20px;
    height: 40px;
    left: 0;
    line-height: 1.8;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.product-slide .owl-next {
    left: auto;
    right: 0px;
}

.product-slide:hover .owl-prev,
.product-slide:hover .owl-next {
    opacity: 1;
}

.single-slide-product:hover .slide-product-image-two {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.single-slide-product:hover .slide-product-image-one {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slide-product-image-one {
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.slide-product-image-two {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.sidebar-item {
    padding: 20px;
}

.color-select li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.color-select li a {
    background-color: #666666;
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.color-select li.active a {
    box-shadow: 0 0 0 2px #ffffff, 0 0 5px 0 #666666;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.color-select li.color1 a {
    background-color: #f44336
}

.color-select li.color2 a {
    background-color: #a9ce7e
}

.color-select li.color3 a {
    background-color: #e91e63
}

.color-select li.color4 a {
    background-color: #2196f3
}

.color-select li.color5 a {
    background-color: #00bcd4
}

.color-select li.color6 a {
    background-color: #ffeb3b
}

.color-select li.color7 a {
    background-color: #ff5722
}

.size-select li a .select-box {
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #cacaca;
    display: inline-block;
    height: 12px;
    margin-right: 20px;
    width: 12px;
    background-color: #ffffff;
}

.size-select li a:hover .select-box {
    box-shadow: 0 0 0 2px #a9ce7e;
}

.size-select li.active a .select-box {
    box-shadow: 0 0 0 2px #a9ce7e;
    background-color: #a9ce7e;
}

.size-select li.active a {
    color: #a9ce7e;
}

.grid-control a {
    border: 1px solid #a9ce7e;
    color: #a9ce7e;
    display: inline-block;
    height: 30px;
    line-height: 2;
    text-align: center;
    width: 30px;
}

.grid-control li.active a,
.grid-control a:hover {
    background-color: #a9ce7e;
    color: #ffffff;
}

.shop-top-bar {
    padding: 0 20px;
}

.dropdown-slide-control {
    height: 20px;
    left: 0;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    font-size: 16px;
}

.right.dropdown-slide-control {
    left: auto;
    right: 0;
}

#map {
    width: 100%;
    height: 400px;
}

.single-team .panel {
    border-radius: 0 0 3px 3px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-team:hover .panel {
    box-shadow: 0 4px 5px 0 #ddd;
}

.team-photo {
    overflow: hidden;
}

.single-team .team-photo img {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1) translateY(-10px);
    transform: scale(1.1) translateY(-10px);
}

.about-photo {
    position: relative;
}

.about-photo .about-color-title {
  bottom: 30px;
  left: 13px;
  padding: 15px 0 8px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.about-color-title .text-uppercase {
    color: #ffffff;
    font-weight: 700;
}

.about-photo .about-color-title::after {
    background: rgba(0, 0, 0, 0) url("images/about-title-bg.png") no-repeat scroll center center / auto 100%;
    bottom: 0;
    content: "";
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.all {
    display: none;
}

.product-menu .navbar-toggle {
    border: 1px solid #666666;
    border-radius: 0;
}

.product-menu .navbar-toggle .icon-bar {
    background-color: #666;
}

.notification img {
    width: 80px;
}

.scrollable {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.s-price-box {
    font-size: 30px;
    font-weight: 700;
}

.s-price-box .old-price {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

.add-to-cart {
    min-width: 150px;
}

.modal-slide-control {
    background-color: #ffffff;
    border-radius: 0 2px 2px 0;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.right.modal-slide-control {
    border-radius: 2px 0 0 2px;
    left: auto;
    right: 0;
}

.rating-start li,
.rating-add li {
    line-height: 1;
    margin: 0;
    padding: 2px;
}

.rating-add li {
    padding: 5px
}

.rating-add li:hover a,
.rating-start li.active {
    color: #a9ce7e;
}

#zoom_03 {
    width: 100%;
}

.tr-effect:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#scrollUp {
    border: 1px solid #333333;
    bottom: 40px;
    color: #333333;
    font-size: 20px;
    height: 40px;
    right: 40px;
    text-align: center;
    width: 40px;
    border-radius: 1px;
}

#scrollUp:hover {
    color: #ffffff;
    background-color: #aad17f;
    border-color: #aad17f;
}

.sale,
.out-stock {
    position: relative;
    overflow: hidden;
}
.sale::after,
.out-stock:after {
    background-color: #aad17f;
    border-radius: 2px 0 0 2px;
    color: #ffffff;
    content: "Sale";
    letter-spacing: 2px;
    padding: 3px 15px;
    position: absolute;
    right: 0;
    top: 30px;
}

.out-stock:after {
    content: "Out Stock";
}