/*============================================================================
   #Webcms
==============================================================================*/
.nav-header {
    font-size: 13px;
    background: #f4f4f7;
}

.nav-header h4 {
    font-size: 13px;
    margin: 10px;
    font-weight: 300;
}

.nav-header a.nav-link {
    color: black;
    text-transform: uppercase;
    background: white;
    padding: 0;
    margin: 10px;
}

.header .search-header input.search-input {
    border: 1px solid #80808033;
    font-size: 13px;
    height: 35px;
    width: 200px;
    padding-left: 10px;
}

.row.header-logo-section {
    padding: 32px 0;
}

.search-header button.btn.btn-default {
    position: absolute;
    margin-left: -38px;
    color: gray;
}

.header-logo-section .logo {
    font-size: 31px;
}

.cart span.cart-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 7px;
    color: gray;
    font-size: 14px;
}

span.cart-logo {
    border: 1px solid #80808026;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.header .cart i.fas.fa-shopping-cart {
    margin: 1px;
    padding: 9px;
}

.header .cart-content span.cart-count {
    display: block;
    font-size: 13px;
}

.header .cart {
    text-align: right;
}

.cart-content span.main-title {
    color: black;
}

.header .logo {
    text-align: center;
}
.nav-header ul.nav {
    float: right;
}

.row.header-logo-section {
    border-bottom: 1px solid #8080801c;
}

.menu .row {
    display: flex;
    justify-content: center;
}

.menu a.nav-link {
    color: #6b6b6b;
}

.carousel-indicators li {
    border: 1px solid dimgray !important
}

.carousel-indicators .active {
    background: black;
}

.header .search-header input.search-input::placeholder {
    color: #a3a3a366;
}

.main-category {
    margin-top: 35px;
}

.main-category .thumbnail.col-lg-4.col-md-6 {
    position: relative;
}

.main-category .thumbnail img {
    width: 98%;
}

.main-category .description {
    position: absolute;
    width: 84%;
    background: white;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    margin-left: 3%;
    bottom: 3%;
    height: 60px;
    overflow: hidden;
    transition: all 0.7s
}

.description .title {
    display: inline-block;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    margin-top: 15px;
    transition: all 0.7s;
}

.description .title:after {
    content: '';
    width: 0px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    transition: all 0.7s;
}

.description .sub-title {
    font-size: 15px;
    font-weight: 100;
    color: gray;
    border: 1px solid #eeeeee;
    margin: 10px 40px 10px 40px;
    padding: 8px;
}

.main-category .description:hover {
    height: 130px;
}

.main-category .description:hover .title {
    font-size: 26px;
}

.main-category .description:hover .title:after {
    width: 50px
}

@media screen and (max-width: 800px) {
    .search {
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .huge-banner .page-width {
      max-width: 1540px;
    }
}

.product {
    margin-top: 40px;
    text-align: center;
}

.product h3.title {
    font-size: 40px;
    position: relative;
    margin-bottom: 50px;
}

.product h3.title:after {
    content: "";
    width: 50px;
    height: 1px;
    background: gray;
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: auto;
}

.tabs a.nav-link {
    color: black;
}

.tabs li.nav-item .active {
    border: 2px solid #0000001a;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.product .product-thumbnail {border: 1px solid #8080801a;}

.product .product-thumbnail, .related-product .product-thumbnail{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

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

.product-description {
    color: dimgray;
    margin-top: 20px;
    text-align: center;
}

.product .product-thumbnail .price {
    color: black;
    margin-top: 10px;
}

.product-thumbnail button.btn.btn-default {
    border: 1px solid #6969692e;
    color: gray;
    font-size: 14px;
}

.product-thumbnail .thumbnail-button {
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.product-thumbnail button.btn.btn-default:nth-child(1) {
    border-right: none;
}

.huge-banner {
    background: url("https://cdn.shopify.com/s/files/1/2430/4185/files/Parallax_1296x.png?v=1556522605");
    background-position: 50% 64.7305%;
    background-repeat: no-repeat;
    background-color: #f4f4f7;
    margin-top: 80px;
    margin-bottom: 50px;
}

.huge-banner h3.title {
    font-size: 85px;
    font-weight: 600;
    letter-spacing: 5px;
    cursor: pointer;
    position: relative;
}

.huge-banner .page-width:after {
    content: "";
    display: table;
    clear: both;
}

.huge-banner .page-width {
    margin: auto;
}

.huge-banner .text-content {
    float: right;
    display: block;
    text-align: center;
    padding: 150px 0 130px;
    font-weight: 300;
    position: relative;

}

.huge-banner:after {
    content: "";
    display: table;
    clear: both;
}

.huge-banner .sub-title {
    font-size: 25px;
    color: dimgray;
}

.huge-banner button.btn.btn-default {
    border: 1px solid gray;
    border-radius: 0;
    margin-top: 40px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.huge-banner h3.title:after {
    content: "";
    width: 50px;
    height: 3px;
    background: gray;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    transition: 0.5s;
}

.huge-banner button.btn.btn-default:hover {
    background: black;
    color: white;
}

.huge-banner .text-content:hover h3.title:after {
    width: 100px;
}

.service-block .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
    border: 1px solid #f4f4f7;
    transition: all 0.4s;
}

.service-block a {
    color: darkslategray;
    text-align: center;
    text-decoration: none;
}

.service-text {
    padding: 70px 5px 35px 5px;
}

.service-block .descrip {
    font-size: 13px;
    font-weight: 100;
    color: lightslategray;
    margin-top: 5px;
}

.service-block a:hover {
    text-decoration: none;
}

.service-block .col-lg-3.col-md-3.col-sm-6.col-xs-6:hover {
    background: #f4f4f7;
}

.service-block .col-lg-3.col-md-3.col-sm-6.col-xs-6:hover .title {
    color: black;
    transform: scale(1.2);
}

.service-text .title {
    transition: all 0.4s;
}

.offer-block h3.title, .product-deal h3.title{
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
}

.col-lg-4.col-md-4.col-sm-6.col-6.slick-slide:focus {
    outline: none;
}

.offer-block h3.title:after, .product-deal h3.title:after, 
.testimonial h3.title:after, .lastest-blog h3.title:after {
    content: "";
    width: 50px;
    height: 1px;
    background: gray;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
}

.offer-block {
    position: relative;
    margin-top: 60px;
}

.offer-block .small-offer-thumbnail img {
    width: 100%;
}

.small-offer-thumbnail {
    margin-top: 30px;
}

.offer-block .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
    margin-top: 50px;
}

.offer-block .large-offer-thumbnail img {
    width: 100%;
}

.col-lg-6.col-md-6.col-sm-6 {
    padding: 0;
}

.product-deal {
    margin-top: 60px;
    position: relative;
    background: #f4f4f7;
}

.product-deal .control-button {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}

.product-deal i.fas.fa-arrow-circle-left {
    margin-right: 20px;
}

.product-deal h3.title{
    padding-top: 30px
}

.product-deal h3.title:after{
    top: 80px;
}

.product-deal i.fas.fa-arrow-circle-left, .product-deal i.fas.fa-arrow-circle-right {
    cursor: pointer;
    transition: all 0.6s;
}

.product-deal i.fas.fa-arrow-circle-left:hover, .product-deal i.fas.fa-arrow-circle-right:hover {
    transform: scale(1.2);
}

.col-xs-12.col-sm-12.col-md-6.col-lg-6.slick-slide {
    padding: 0;
}

.product-deal .star-rating:after {
    content: '';
    width: 50px;
    height: 1px;
    background: gray;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 7vh;
}

.product-deal-slick .col-12.col-sm-12.col-md-6.col-lg-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-deal .product-thumbnail {
    display: flex;
}

.product-deal .product-detail {
    margin-top: 25px;
}

.product-deal img{
    padding: 15px;
}

.product-deal .product-thumbnail {
    margin-left: 15px;
    margin-right: 15px;
    background: white;
}

.manufacture img:focus {
    border: none;
}

.manufacture img:hover {
    transform: scale(0.9);
}

.manufacture img {
    transition: all 0.5s;
}

.manufacture {
    margin-top: 60px;
    margin-bottom: 60px;
}

.manufacture img {
    width: 100%;
}

.collection img {
    width: 100%;
}

.collection .grid-view-item {
    padding: 5px;
}

.collection h4.title {
    font-size: 19px;
    font-weight: 300;
    display: inline-block;
}

.colleciton .control-button {}

.collection .control-button {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.collection .top {
    background: #f4f4f7;
    padding: 15px;
}

.left-side, .right-side {
    border: 1px solid #f4f4f7;
}

.testimonial h3.title {
    text-align: center;
    padding-top: 40px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 3px;
}

.testimonial h3.title:after {
    top: 80px;
}

.testimonial .slick-list.draggable {
    background: white;
    margin-right: 15px;
    margin-left: 15px;
}

.testimonial .user-name-img {
    margin-left: 18px;
    display: flex;
    justify-content: center;
}

.testimonial-block .user-quote {
    background: #f4f4f7;
    height: 100%;
    padding-bottom: 15px;
}

.testimonial-block .row {
    width: 100%;
    margin: 0;
}

.testimonial-block .col-xs-4.col-sm-4.col-md-4.col-lg-4 {
    padding: 0;
}

.testimonial .user-info {
    padding: 10px;
    text-align: center;
    color: gray;
    padding-right: 15px;
    font-style: italic;
}

.testimonial .quote {
    font-size: 35px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}

.testimonial .user-img img {
    border-radius: 50%;
}

.testimonial h3.user-name {
    font-size: 19px;
    text-align: center;
}

.testimonial h3.designation {
    font-size: 13px;
    color: dimgray;
}

.testimonial .desc {
    margin: 15px;
}

.insta-feed img {
    width: 100%;
}

.insta-feed .col-xs-2.col-sm-2.col-md-2.col-lg-2.slick-slide {
    padding: 0;
}

.insta-feed {
    margin-top: 150px;
    position: relative;
}

.home-title {
    position: absolute;
    z-index: 999;
    background: #ffffffdb;
    text-align: center;
    width: 30%;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home-title h3.title {
    font-size: 3vw;
    margin-top: 15px;
}

.home-title h4.link-insta {
    font-weight: 200;
    font-size: 1.8vw;
}

.lastest-blog {
    margin-top: 60px;
    position: relative;
}

.lastest-blog h3.title {
    text-align: center;
    margin-bottom: 40px;
}

.lastest-blog h3.title:after {top: 40px;}

.lastest-blog .col-xs-4.col-sm-4.col-md-4.col-lg-4.slick-slide {
    padding: 0;
}

.blog-post {
    margin-right: 20px;
    border: 1px solid #eeeeee;
}

.blog-post img {
    width: 100%;
}

.lastest-blog .blog-content {
    padding: 15px;
}

.lastest-blog .date {
    position: absolute;
    background: white;
    width: 30%;
    height: 40px;
    bottom: -15px;
    left: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.lastest-blog .blog-image {
    position: relative;
}

.lastest-blog .blog-content a {
    text-decoration: none;
    color: black;
}

.lastest-blog .blog-content .article-desc {
    font-size: 14px;
    color: dimgray;
    margin-top: 10px;
}

.lastest-blog .read-more {
    text-align: right;
}

.read-more button.btn.btn-default {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
}

.lastest-blog .control-button {
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
}

i.blog.fas.fa-arrow-circle-left.slick-arrow, i.blog.fas.fa-arrow-circle-right.slick-arrow {
    margin: 5px;
    cursor: pointer;
}

.lastest-blog .comment {
    text-align: right;
    font-size: 14px;
    color: dimgray;
}

.footer ul {
    list-style: none;
    color: dimgray;
    padding-left: 0;
    line-height: 2.5;
    font-weight: 100;
}

.footer .contact .content {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}

.footer {
    background: url(https://cdn.shopify.com/s/files/1/2430/4185/files/Footer-Background.png?v=1556690058);
    margin-top: 120px;
    background-size: cover;
}

.footer .contact li {
    margin: 10px;
    display: flex;
    align-items: center;
}


.footer .info .title {
    font-size: 17px;
    text-transform: uppercase;
}

.footer .social-media ul {
    display: flex;
    justify-content: center;
}

.footer .social-media li {
    width: 40px;
    height: 40px;
    /* border: 1px solid gray; */
    margin: 2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

i.fab.fa-facebook-f {
}

.footer  li.ftacebook {
    background: #3b5999;
}

.footer li.twitter {
    background: #00aced;
}

.footer li.pinterest {
    background: #cb2027;
}

.footer li.instagram {
    background: #cc2366;
}

.footer li.tumblr {
    background: #f26522;
}

.footer .site-footer {
}

.footer .site-footer ul {
    display: flex;
    justify-content: center;
}

.footer .site-footer a {
    text-decoration: none;
    color: black;
}

.footer .site-footer li {
    margin-right: 15px;
    position: relative;
}

.footer .site-footer li:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #a4a4a4;
    position: absolute;
    top: 14px;
    left: -8px;
}

.footer  .site-footer li:nth-child(1):before {
    content: none;
}

.footer .newsletter {
    width: 70%;
    background: white;
    margin: auto;
    height: 110px;
    transform: translateY(-50px);
    border: 1px solid #e0e5e8;
}

.footer .newsletter-text.col-12.col-sm-12.col-md-5.col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .input-email.col-12.col-sm-12.col-md-7.col-lg-7 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .newsletter-text.col-xs-5.col-sm-5.col-md-5.col-lg-5:before {
    display: block;
    content: '';
    height: 30px;
    width: 50px;
    background: url(https://cdn.shopify.com/s/files/1/2430/4185/t/21/assets/mail.png?10922) no-repeat;
    background-position: -1px 0;
    position: absolute;
    left: 15%;
    top: 36%;
}

.footer input[type="email"] {
    width: 350px;
    border: none;
    border-bottom: 1px solid #8080804f;
}

.footer button.btn.btn-default {
    display: inline-block;
    margin-left: -45px;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
}

.footer button.btn.btn-default:before {
    content: '';
    width: 1px;
    height: 27px;
    background: #d8d8d8;
    position: absolute;
    left: 2px;
    top: 7px;
}

.footer input[type="email"]::placeholder {
    color: #d8d8d8;
}

.footer input[type="email"] {
    height: 40px;
}

.footer input[type="email"]:focus {
    outline: none;
}

.insta-feed .col-xs-2.col-sm-2.col-md-2.col-lg-2.slick-slide:focus {
    outline: none;
}

.lastest-blog .col-xs-4.col-sm-4.col-md-4.col-lg-4.slick-slide:focus {
    outline: none;
}

li.nav-item {
    position: relative;
}

.sub-fashion {
    position: absolute;
    z-index: -10;
    background: white;
    width: 830px;
    top: 100px;
    transition: all 0.5s;
    opacity: 0;
}

.nav-item .sub-fashion .title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}

.nav-item .sub-fashion ul, 
.nav-item .sub-accessories ul,
.nav-item .sub-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.sub-fashion .row, 
.sub-accessories .row,
.sub-category .row {
    padding: 0;
    margin: 0;
}

.sub-fashion img {
    width: 100%;
    padding: 10px;
}

.sub-fashion .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
    padding: 0;
}

.sub-fashion .nav-product img {
    padding: 0;
    width: 75%;
    margin-top: 10px;
    border: 1px solid #80808026;
}

.sub-fashion .product-name, 
.sub-accessories .product-name,
.sub-category .product-name {
    font-size: 14px;
}

.sub-fashion .price, 
.sub-accessories .price,
.sub-category .price {
    font-size: 14px;
}

.nav .sub-accessories, .nav .sub-category {
    position: absolute;
    width: 430px;
    background: white;
    border: 1px solid #6969692e;
    z-index: -10;
    top: 100px;
    transition: all 0.5s;
    opacity: 0;
}

.sub-accessories .col-xs-6.col-sm-6.col-md-6.col-lg-6, 
.sub-category .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
    padding: 10px 0px 10px 20px;
}

.sub-category .image img {
    width: 100%;
    padding: 0px 20px 10px 20px;
}

.menu a.nav-link:hover {
    background: black;
    color: white;
}

li.nav-item.nav-accessories:hover .sub-accessories, 
li.nav-item.nav-fashion:hover .sub-fashion, 
li.nav-item.nav-category:hover .sub-category {
    z-index: 10;
    top: 40px;
    opacity: 1;
}

.tab-content>.active{
    display: flex !important;
}

.product a.nav-link.active.show {
    border-bottom: none;
}

.deal-count-down {
    display: inline-flex;
}

.deal-count-down span {
    background: #69696921;
    width: 25%;
    margin: 3px;
    padding: 10px;
}

.deal-count-down span:hover {
    background: black;
    color: white;
}

.feed-container {
    position: relative;
}

.feed-container .front-layer {
    background: #ffffff57;
    position: absolute;
    z-index: 10;
    width: 92%;
    height: 92%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: white;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.feed-container .front-layer .text-content {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
}

.front-layer .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.front-layer i.fab.fa-instagram {
    font-size: 35px;
}

.comments {
    position: absolute;
    right: 8px;
}

.likes {
    margin-left: 7px;
}

.feed-container:hover .front-layer {
    transform: scale(1);
    opacity: 1;
}

.feed-container:hover img {
    transform: scale(1.3);
}

.feed-container img {
    transition: all 1s;
    overflow: hidden;
}

.insta-feed .col-xs-2.col-sm-2.col-md-2.col-lg-2.slick-slide.slick-active {
    overflow: hidden;
}

.product-thumbnail .inner-image img {
    width: 100%;
}

.col-xs-12.col-sm-12.col-md-6.col-lg-6.slick-slide:focus {
    outline: none;
}

.banner-login {
    background: url('https://cdn.shopify.com/s/files/1/2430/4185/files/Breadcrumb_2.png?v=1556863557');
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-login .head-title {
    text-align: center;
}

.text {
    text-align: center;
}

.login-form, .register-form {
    background: white;
}

.login-block, .forgot-pass-block {
    width: 45%;
    border: 1px solid #6969692b;
    padding: 40px;
    transition: all 0.5s;
}

.login-form .row, .register-form .row {
    display: flex;
    justify-content: center;
}

.login-form .control-action, .register-form .control-action {
    text-align: center;
    margin-top: 20px;
}

.login-form .control-action a, .register-form .control-action a {
    color: black;
    text-decoration: none;
}

.forgot-pass {
    margin-bottom: 20px;
    cursor: pointer;
}

.login-form button.btn.btn-primary, .register-form button.btn.btn-primary {
    background: black;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.login-form i.fas.fa-star-of-life, .register-form i.fas.fa-star-of-life {
    font-size: 7px;
    position: absolute;
    top: 5px;
    color: orangered;
}

.form-group {
    position: relative;
}

.login-form label span, .register-form label span {
    margin-left: 11px;
}

.login-form h3.title, .register-form h3.title {
    text-align: center;
    margin-top: 50px;
    font-size: 35px;
    margin-bottom: 20px;
}

.login-form, .register-form {
    padding-top: 60px;
}

.forgot-pass-block h3.title {
    font-size: 25px;
}

.forgot-pass-block h4.desc {
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.forgot-pass-block button.btn.btn-primary {
    margin-top: 40px;
}

.forgot-pass-block {
    position: absolute;
    background: white;
    z-index: -10;
    transition: all 0.5s;
}

.login-form .row, .register-form .row {
    position: relative;
}

.article-block {
	background: white;
	padding-top: 60px;
}

.article .article-title {
    text-align: center;
    font-size: 20px;
}

.article .info {
    text-align: center;
    margin-top: 20px;
    color: dimgray;
}

.info span.article-author {
    margin-right: 15px;
}

.info i {
    margin-right: 5px;
}

.article .image-desc {
    text-align: center;
    margin-top: 30px;
}

.share-btn {
    text-align: CENTER;
    margin-top: 30px;
    border-bottom: 1px solid #8080805e;
    padding-bottom: 30px;
}

.comment-form .title {
    font-size: 21px;
}


/*product css*/

/*============================================================================
   #Webcms
==============================================================================*/
.product-detail {
	background: white;
	margin: 0;
}

.sidebar h3.title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    background: #f4f4f7;
    padding: 10px;
}

.product-detail .sidebar .category {
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

h3#ui-id-1, h3#ui-id-5, h3#ui-id-3 {
    background: none;
    color: black;
    border: none;
    font-size: 18px;
}

h3#ui-id-1, h3#ui-id-5, h3#ui-id-3:focus {
	outline: none;
}
span.ui-accordion-header-icon.ui-icon.ui-icon-minus {
    float: right;
}

span.ui-accordion-header-icon.ui-icon.ui-icon-plus {
    float: right;
}

.sidebar .category ul li a {
    color: dimgray;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: none !important;
}

.sidebar .category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.sidebar .category a {
    text-decoration: none;
}

.sidebar-collection {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.sidebar-collection .product-description h4.name {
    font-size: 15px;
    font-weight: 100;
}

.sidebar-collection .product-description h4.price {
    font-size: 14px;
    font-style: italic;
}

.sidebar-collection img {
    padding: 10px;
}

.sidebar-collection .product-description {
    padding: 5px;
    text-align: left;
}

.sidebar-collection .view-all {
    font-size: 14px;
    text-align: right;
    color: lightslategray;
    padding-bottom: 10px;
    padding-right: 10px;
}

.sidebar-banner img {
    width: 100%;
    margin-bottom: 20px;
}

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

.image-slick img {
    width: 90%;
}

.product-single-right .name {
    font-size: 25px;
    border-bottom: 1px solid lightgray;
}

.product-single-right .brand {
    letter-spacing: 1.5px;
    margin-top: 20px;
}

.product-single-right .rating {
    color: darkgray;
}

.product-single-right .price {
    font-size: 30px;
}

.product-single-right .cart button.btn.btn-primary {
    background: #f4f4f7;
    color: black;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 7px 20px 7px 20px;
}

.product-single-right .cart {
    margin-top: 20px;
}

.quantity i.fas.fa-minus, .quantity i.fas.fa-plus {
    width: 30px;
    height: 30px;
    background: #222222;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.quantity span.quantity-display {
    display: inline-block;
    width: 40px;
    background: #6969693b;
    line-height: 30px;
    margin: -4px;
    text-align: center;
}

.add-to-wishlist {
    display: inline-flex;
    width: 50px;
    height: 38px;
    position: absolute;
    background: #222;
    color: white;
    justify-content: center;
    align-items: center;
}

.inventory {
    display: inline-flex;
    margin-left: 80px;
    position: absolute;
    height: 38px;
    line-height: 38px;
}

.outstock {
    display: none;
}

.inventory i.fas.fa-check {
    color: #5bc179;
}

.block-reassurence ul {
    list-style: none;
    padding: 0;
}

.block-reassurence li.reassurence-item {
    background: #f4f4f7;
    margin-top: 10px;
    padding: 15px;
    border-left: 3px solid lightgray;
}

.reassurence-item span.sub-title {
    font-style: oblique;
    font-size: 14px;
    color: gray;
}

.product-single-right .cart button.btn.btn-primary:hover {
    background: #222222;
    color: white;
    transition: all 0.5s;
}

.image-item.slick-slide:focus {
    outline: none;
}	
.share-btn i.fab.fa-twitter {
    background: #1da1f2;
}

.share-btn i.fas.fa-print {
    background: #738a8d;
}

.share-btn i.fas.fa-envelope {
    background: #848484;
}

.share-btn i.fas.fa-plus {
    background: #ff6550;
}

.share-btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

.share-btn a:hover{
	text-decoration: none;
}

.share-btn i.fab.fa-facebook-f, 
.share-btn i.fa-twitter, 
.share-btn i.fa-print, 
.share-btn i.fa-envelope, 
.share-btn i.fa-plus {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #3b5998;
    color: white;
    font-size: 22px;
}

.image-slick.slick-initialized.slick-slider {
    margin-top: 20px;
    margin-left: 2%;
}

ul.nav.nav-tabs.product-tabs {
    border: none;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.product-tabs a {
    color: black;
    text-decoration: none;
    padding: 10px 13px 10px 13px;
    margin: 10px;
    border: 1px solid #69696966;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.3px;
}

.product-tabs a:hover{
	text-decoration: none;
	color: black;
	background: #f4f4f7;
}

.tab-content {
    border: 1px solid lightgray;
    padding: 10px;
    color: #889096;
}

.product-tabs a.active.show {
    background: #f4f4f7;
    border: none;
}

.policy .title {
    font-weight: bold;
    color: black;
    margin: 10px 0px 20px 0px;
}

.tab-content a.new-review {
    float: right;
}

#review .review-form {
    display: none;
}

#review .review-summary {
    float: left;
}

.tab-content .review-container:after {
    content: '';
    display: table;
    clear: both;
}

.first-view:after {
    content: '';
    display: table;
    clear: both;
}

.control-action {
    text-align: center;
}

.control-action button.btn.btn-primary {
    background: black;
    border: none;
}

.related-product {
    margin-top: 40px;
    position: relative;
}

.related-product h3.title {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    background: white;
    margin-bottom: 40px;
    font-weight: 500;
}

.control-button {
    text-align: center;
    font-size: 24px;
}

.control-button .slick-arrow {
    cursor: pointer;
}

.related-product h3.title:after {
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    background: gray;
}

.related-product-slick img {
    width: 100%;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-6.slick-slide:focus {
    outline: none;
}

.zoom-image {
	display:inline-block;
	position: relative;
}


.zoom-image img {
	display: block;
}

.zoom-image img::selection { background-color: transparent; }

input#inputEmail::placeholder {
    color: #8080803b;
}

input#inputPassword::placeholder {
    color: #e2e2e2;
}

textarea#inputPassword::placeholder {
    color: #e3e3e3;
}

.tab-content .review-container {
    width: 100%;
}

.product-tabs a.active.show:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #f4f4f7;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.product-tabs a.active.show {
  position: relative;
}

.mobile-nav {
    display: none;
    width: 100%;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

.mobile-width-left {
  float: left; 
}

.mobile-width-right {
  float: right;
}

.mobile-width-right {
    display: flex;
}

.mobile-width-right .mobile-cart, .mobile-width-right .mobile-search {
    padding: 5px;
}

.mobile-nav i.fas.fa-bars {
    margin-left: 10px;
}

.mobile-top-menu {
  position: absolute;
    background: white;
    width: 80%;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: -80%;
    transition: all 0.5s ease-out;
}

.top-menu-closer {
    text-align: right;
    padding-right: 10px;
}

h4.ui-accordion-header {
    background: none;
    color: black;
    border: none;
}

.mobile-top-menu ul {
    list-style: none;
}

.mobile-top-menu .category h4 {
    font-size: 18px;
}

.mobile-top-menu  .category > .sub-menu {
  display: none;
}
.mobile-top-menu .sub-menu.active {
  display: block;
}

i.fas.fa-angle-down, i.fas.fa-angle-up {
    float: right;
    margin-right: 10px;
}

.mobile-top-menu .top-menu {
    margin-top: 20px;
}

.newfeed-slick.row.slick-initialized.slick-slider {
    width: 100%;
}

.col-4.col-sm-4.col-md-2.col-lg-2.slick-slide {
    margin: 0;
    padding: 0;
}

.newfeed-slick.row.slick-initialized.slick-slider {
    margin-left: 0px;
}

.feed-container {
  overflow: hidden;
}

.product-thumbnail .row {
    width: 100%;
    margin: 0;
}

.product-deal .product-thumbnail{
  height: 100%;
}

.cart table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1.5em;
    border-bottom: 1px solid #80808026;
}

.cart .cart-row img {
    width: 100px;
}

.cart-footer .cart-note {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.cart-footer-top:after {
    content: "";
    display: table;
    clear: both;
}

.update.cart {}

.cart-footer {
    margin-top: 50px;
}

.cart thead tr {
    background: #f4f4f7;
    height: 50px;
    border-bottom: 1px solid #80808038;
    text-transform: uppercase;
}

.cart th.product-info {
}

.cart-note label {
    font-weight: 600;
    font-size: 20px;
}

.continue-shopping a {
    background: black;
    color: white !important;
    padding: 20px;
    text-transform: uppercase;
}

.cart-footer-bottom {
    margin-top: 60px;
}

.continue-shopping {
    float: left;
    width: 50%;
}

.continue-shopping:after {
    content: "";
    display: table;
    clear: both;
}

.cart-caculator {
    float: right;
}

.cart-footer-bottom:after {
    content: "";
    display: table;
    clear: both;
}

.update-cart {
    float: right;
}

.update-cart button {
    padding: 10px;
    text-transform: uppercase;
    background: black;
    color: white;
    border: none;
    margin-top: 30px;
}

.cart td.item-image-wrapper {
    padding-left: 20px;
    max-width: 70px;
}

.cart td.item-title {
  padding-right: 20px;
}

.continue-shopping a:hover {
    background: white;
    border: 1px solid;
}

.cart-caculator {
    padding: 40px;
    background: #80808014;
}

.cart-total-title {
    padding: 20px;
    background: white;
    border-bottom: 1px solid #d3d3d38a;
    padding-top: 30px;
}

.cart-total-title span.title {
    text-transform: uppercase;
    font-size: 20px;
}

.cart-total-title span.price {
    float: right;
}

.cart-shipping {
    background: white;
    padding: 10px;
    font-style: italic;
    color: dimgray;
}

.cart-caculator .checkout {
    background: white;
    padding: 20px;
}

.checkout button {
    width: 100%;
    border: none;
    background: #f4f4f7;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.checkout button:focus {
    outline: none;
}
a {
    color: black !important;
    text-decoration: none !important;
}

a:hover {
    color: black !important;
    text-decoration: none;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input.quantity-display {
    width: 40px;
    text-align: center;
}

input.quantity-display:focus {
    outline: none;
}

.menu .nav-item a:hover {
    color: white !important;
}

.category-collection .filter {
    border: 1px solid #e4e4e4;
    margin-top: 30px;
    padding: 0;
}

.filter h3.title {
    background: #f4f4f7;
    padding: 10px;
    font-size: 25px;
    font-weight: 300;
}

.filter .brand, .filter .color, .filter .size, .filter .fashion {
    padding-left: 10px;
}

.filter strong {
    text-transform: uppercase;
    font-weight: 500;
}

.filter label.form-check-label {
    font-weight: 200;
}

.filter ul {
    list-style: none;
    display: flex;
    margin-top: 10px;
}

.filter ul.color li {
    width: 30px;
    height: 30px;
    margin: 2px;
}

span.black.filter-color {
    width: 30px;
    height: 30px;
    background: black;
    display: block;
}

span.green.filter-color {
    width: 30px;
    height: 30px;
    background: #27ae60;
    display: block;
}

span.blue.filter-color {
    width: 30px;
    height: 30px;
    background: #3498db;
    display: block;
}

span.white.filter-color {
    width: 30px;
    height: 30px;
    background: #e74c3c;
    display: block;
}

.color, .brand, .fashion, .size {
    margin-top: 20px;
}

.filter span.filter-size {
    width: 40px;
    height: 40px;
    background: white;
    display: flex;
    color: gray;
    border: 1px solid #e4e4e4;
    justify-content: center;
    align-items: center;
}

.filter .size li {
    margin: 5px;
}

.filter span.filter-size:hover {
    background: #e4e4e4;
}

.filter a:hover {
    text-decoration: none;
}

.filters-toolbar {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.collection-filter {
    background: #f4f4f7;
}

.collection-header {
    margin-bottom: 40px;
    margin-top: 30px;
}

.filters-view {
    display: flex;
    align-items: center;
}

.filter-count {
    color: gray;
    margin-left: 10px;
}

.collection-header .sort {
    display: flex;
    color: gray;
    align-items: center;
}


.collection-header .sort select {
    color: dimgray;
    border-radius: 0 !important;
    -webkit-appearance: none;
    font-size: 15px;
    padding: 3px 5px 3px 5px;
    background-image: url(https://statics.pancake.vn/web_content/f1/64/78/ec/0c490eeb86d78da8d94268ce109f03e49b815cc57ac74a79657e8bc4.svg);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: right .45em top 50%;
    padding-right: 40px;
}

.collection-header .sort span {
    margin-right: 10px;
}

.collection-header .sort select:focus {
    outline: none;
}

.article-block .article-image img {
    width: 100%;
}

.lastest-blog .blog-content a:focus {
    outline: none;
}

.description a:focus {
    outline: none;
}

.thumbnail-button a {
    color: grey !important;
    margin-left: 5px;
}

i.fas.fa-shopping-cart {
    margin-right: 5px;
}

.user-quote .user-container-slick.slick-initialized.slick-slider {
  height: 84%;
}

.user-container {
  outline: none;
}

.multilevel-item {
    outline: none;
}
.thumbnail.col-lg-4.col-md-6.slick-slide {
    outline: none;
}

.insta-feed a {
    outline: none;
}

.testimonial-block .col-12.col-sm-12.col-md-4.col-lg-4 {
    padding: 0;
}
.user-container.slick-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial {
    height: 100%;
}

.user-quote .slick-list.draggable {
    height: 100%;
}

.user-quote .slick-track {
    height: 100%;
}

.testimonial-block .col-xs-6.col-sm-6.col-md-6.col-lg-6:nth-child(2) {
    padding-left: 10px;
}

.collection .right-side {
    height: 100%;
}

.collection .right-side .multi-item-slick.slick-initialized.slick-slider {
    height: 89%;
}

.collection .right-side .slick-list.draggable {
    height: 100%;
}

.collection .right-side .slick-track {
    height: 100%;
}

.collection .right-side .multilevel-item.slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-description .product-detail{
  font-size: 15px;
}

#review .first-view {
    padding-bottom: 30px;
    border-bottom: 1px solid #8080802b;
    margin-bottom: 30px;
}

.review-title {
    color: dimgray;
    margin-top: 10px;
}

.review-info {
    font-size: 14px;
    margin-top: 6px;
}

.review-info span.author, .review-info span.date {
    font-style: italic;
}

.review-content {
    margin-top: 20px;
    font-weight: 100;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating i.fa-star.fas {
    color: #f5cb0c;
}

.update-cart {
    text-align: center;
    width: 50%;
}

button.cart-update {
    margin: 0;
}

.update-cart {}

.cart-caculator {
    margin-top: 20px;
}

.sidebar .category h3.ui-state-active {
    background: #d3d3d38c !important;
    border-radius: 0;
    transition: all 0.5s;
}

.sidebar .category .ui-accordion-content {
    border: none;
}

.related-product .slick-track {
  width: 100% !important;
}

.col-lg-4.col-md-4.col-sm-12.col-12 {
    outline: none;
}

.sidebar-collection img {
    width: 100%;
}
:focus{
  outline: 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////   RESPONSIVE  ///////////////////*/


@media only screen and (max-width: 768px){
  .header .cart {
    display: none;
  }
  
  .rating{
    justify-content: center;
  }
  
  .nav-header {
    text-align: center;
  }
  
  .nav-header .nav-right {
    display: flex;
    justify-content: center;
  }
  
 .menu ul.nav {
   display: none;
 }
 
 .mobile-nav {
   display: flex;
 }
 
 .footer input[type="email"]{
   width: auto;
 }
 
 .footer .newsletter-text.col-xs-5.col-sm-5.col-md-5.col-lg-5:before{
   content: none;
 }
 
 .product-deal .control-button{
   display: none;
 }
 
 .home-title h3.title {
    font-size: 16px;
  }

  .home-title h4.link-insta {
    font-size: 12px;
  }
  
  .main-category .description {
    height: 130px;
  }
  
  .offer-block .col-lg-8.col-md-8.col-sm-12.col-12 .row {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  
  .offer-block .col-lg-6.col-md-6.col-sm-12.col-12 {
      padding: 0;
      margin: 0;
  }
  
  .small-offer-thumbnail {
      margin: 0;
  }

  .col-xs-12.col-sm-6.col-md-6.col-lg-6 {padding: 0;width: 100%;}

  .product-thumbnail .row {
      width: 100%;
      margin: auto;
  }
  
  .product-thumbnail img {
    margin: 0;
  }
  .product-deal .product-detail{
    padding: 0;
  }
  .testimonial-block .col-xs-8.col-sm-8.col-md-8.col-lg-8 {
    padding: 0;
  }

  .testimonial-block .collection {
      margin-top: 20px;
  }

  .testimonial-block .right-side {
    margin-top: 20px;
  }
  
  .lastest-blog .blog-post {
    margin: 10px;
  }
  
  .footer .site-footer li:before{
    content: none;
  }
  .footer .site-footer{
    font-size: 8px;
  }
  
  .huge-banner h3.title {
    font-size: 35px;
  }
  
  .huge-banner .sub-title {
      font-size: 15px;
  }
  
  .huge-banner {
      background-position: top center;
  }
  
  .product-single-right {
    text-align: center;
  }
  
  .product-detail .product-tabs li:nth-child(3) {
      margin-top: 40px;
  }
  
  .product-tabs a.active.show:after {
      content: none;
  }
  
  .product-detail .row.mobile {
    display: flex;
    flex-flow: wrap-reverse;
  }
  
  .login-block, .forgot-pass-block {
    width: 95%;
  }
  
  .testimonial-block .col-12.col-sm-12.col-md-6.col-lg-6:nth-child(1) {
    display: none;
  }
  
  .continue-shopping a {
    font-size: 12px;
    padding: 12px;
    font-weight: 500;
  }
  
  .update-cart button.cart-update {
      font-size: 12px;
      font-weight: 500;
      margin-top: -10px;
  }
  
  .cart-table thead {
    display: none;
}

.cart .cart-row img {
    width: 50px;
}

.cart-table .cart-row {
    font-size: 12px;
}

.quantity i.fas {
    visibility: hidden;
    display: none;
  }
  
  input.quantity-display {
      border: 1px solid #80808045;
  }
  
  .quantity {
      display: flex;
  }
  
  td.item-image-wrapper {
      margin: 0 !important;
      padding: 0 !important;
  }
  
  .continue-shopping {
      padding-left: 15px;
  }
  
  .product-single-right .quantity {
    display: flex;
    justify-content: center;
  }
  
  .inventory {
      display: none;
  }
}


@media only screen and (max-width: 1366px){
  .deal-count-down {
    width: 100%;
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  
  .deal-count-down span {
      margin: 0;
  }
}

@media only screen and (max-width: 576px){
  
}