/*
* 23. shop styles
*/
.shop-one {
    padding: 100px 0 50px;
}

.shop-one__single {
    margin-bottom: 50px;
    text-align: center;
}

.shop-one__single:hover .shop-one__image:before {
    opacity: .3;
}

.shop-one__single:hover .shop-one__btn__wrap {
    opacity: 1;
    -webkit-transform: perspective(70px) translateZ(0px);
    transform: perspective(70px) translateZ(0px);
}

.shop-one__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.shop-one__image:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-one__image>img {
    width: 100%;
}

.shop-one__btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: perspective(70px) translateZ(10px);
    transform: perspective(70px) translateZ(10px);
    position: absolute;
    bottom: 0;
    top:0;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-one__title {
    font-size: 18px;
    color: #333;
    letter-spacing: .5px;
    line-height: 26px;
}

.shop-one__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-one__title a:hover {
    color: #1753a8;
}

.shop-one__price {
    margin: 0;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}
.shop-one__price a{
    color: #666;
}
.shop-one__price a:hover {
    color: #1753a8;
}


.shop-one__price-regular {
    opacity: .5;
    text-decoration: line-through;
    margin-left: 5px;
}

[class*=shop-one__btn-] {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #222222;
}

[class*=shop-one__btn-]+[class*=shop-one__btn-] {
    margin-left: 10px;
}

[class*=shop-one__btn-] i {
    font-size: 17px;
}

[class*=shop-one__btn-]:hover {
    background-color: #1753a8;
    color: #fff;
}

.shop-one__product-query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .shop-one__product-query {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-one__product-query-text {
    margin: 0;
    color: #777777;
    font-size: 15px;
    margin-bottom: 30px;
}

.shop-one__product-query-text span {
    color: #222222;
}

.shop-one__product-query .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 210px;
    margin-bottom: 30px;
}

.shop-one__product-query-select>.dropdown-toggle {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    background-color: #fff !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #777777;
    font-size: 14px;
    padding: 13.5px 30px;
    padding-right: 15px;
}

.related-product__carousel .shop-one__single {
    margin-bottom: 0;
}

.product-details {
    padding: 100px 0 60px;
}

.product-details .row.high-gutters {
}

.product-details .row.high-gutters>[class*=col-lg-] {
    padding-left: 20px;
    padding-right: 20px;
}

.product-details__image {
    position: relative;
}

.product-details__image>img {
    max-width: 100%;
}

.product-details__image-popup {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-details__image-popup i {
    font-size: 15px;
}

.product-details__image-popup:hover {
    background-color: #222222;
    color: #fff;
}

.product-details__cat-list,
.product-details__social,
.product-details__price,
.product-details__btn__wrap,
.product-details__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details .bootstrap-touchspin {
    width: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
}

.product-details .bootstrap-touchspin input {
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 60px;
    padding: 0;
    padding-left: 20px;
    color: #222222;
    font-size: 18px;
}

.product-details .bootstrap-touchspin input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.product-details .bootstrap-touchspin input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.product-details .bootstrap-touchspin input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.product-details .bootstrap-touchspin input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.product-details .bootstrap-touchspin .btn {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    color: #222222;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: auto;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical {
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-details .thm-btn {
    margin-left: 10px;
    margin-right: 10px;
}

.product-details__love-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    font-size: 17px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__love-btn i {
    color: inherit;
}

.product-details__love-btn:hover {
    background-color: #8fd258;
    color: #fff;
    border-color: #8fd258;
}

.product-details__title {
    margin: 0;
    color: #333;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.product-details__review-stars i {
    font-size: 16px;
    color: #fa7720;
}

.product-details__review-star i+i {
    margin-left: 10px;
}

.product-details__review-text {
    font-size: 14px;
    color: #777777;
    margin-left: 10px;
}

.product-details__price {
    color: #777777;
    font-size: 14px;
    font-weight: 100;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.product-details__price-regular {
    opacity: .5;
    margin-left: 15px;
    text-decoration: line-through;
}

.product-details__text {
    color: #666;
    font-size: 14px;
    line-height: 26px;
	margin-top:10px;
}

.product-details__btn__wrap {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-details__social {
    margin-top: 40px;
}

.product-details__social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8A8D91;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__social a:hover {
    background-color: #8fd258;
    border-color: #8fd258;
    color: #fff;
}

.product-details__social a+a {
    margin-left: 10px;
}

.product-details__cat-list {
    font-size: 15px;
    color: #222222;
    margin: 0;
}

.product-details__cat-list a {
    margin-left: 10px;
    color: #777;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__cat-list a:hover {
    color: #8fd258;
}

.product-details__tab__list {
    border-bottom: 0;
    text-align: center;
}

.product-details__tab__list .nav-item.show .nav-link,
.product-details__tab__list .nav-link.active {
    background-color: transparent;
}

.product-details__tab__list-item {
    margin: 0 !important;
}

.product-details__tab__list-item+.product-details__tab__list-item {
    margin-left: 15px !important;
}

.product-details__tab__list-link {
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
    border: 1px solid #e5e5e5 !important;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-details__tab__list-link.active,
.product-details__tab__list-link:hover {
    background-color: #1753a8 !important;
    border-color: #1753a8 !important;
}

.product-details__tab__list-link.active .product-details__tab__list-title,
.product-details__tab__list-link:hover .product-details__tab__list-title {
    color: #fff;
}

.product-details__tab__list-title {
    display: block;
    color: #8A8D91;
    text-transform: uppercase;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 500;
}

.product-details__tab .tab-pane {
    position: relative;
}

.product-details__tab .tab-content {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

.product-details__tab-title {
    margin: 0;
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}

.product-details__tab-text {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.product-details__tab-text a{
    color: #666;
}

.shop-sidebar__single+.shop-sidebar__single {
    margin-top: 50px;
}

.shop-sidebar__search-form {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    height: 50px;
    width: 100%;
    position: relative;
}

.shop-sidebar__search-form input,
.shop-sidebar__search-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

.shop-sidebar__search-form input {
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-sidebar__search-form button[type=submit] {
    font-size: 15px;
    color: #222222;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.shop-sidebar__title {
    margin: 0;
    color: #222222;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}

.shop-sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}

.shop-sidebar__category-list-item+.shop-sidebar__category-list-item {
    margin-top: 10px;
}

.shop-sidebar__category-list-link {
    color: #333;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.shop-sidebar__category-list-link:hover {
    color: #1753a8;
}

