@charset "utf-8";
/* CSS Document */

.product-block-five .inner-box {
    border: 2px solid #ebebeb;
    margin-bottom: 30px;
}

.product-block-five .inner-box .image {
    min-height: 280px;
    position: relative;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-block-five .inner-box:hover .image img {
    transform: rotateY(180deg);
}

.product-block-five .inner-box .image img {
    transition: .5s;
    width: auto;
}

.product-block-five .lower-content .btn-style-one {
    padding-left: 30px;
    padding-right: 30px;
}

.product-block-five .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.product-block-five .lower-content {
    position: relative;
    padding: 20px 30px 25px;
}

.product-block-five h5 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-block-five h4 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}

.product-block-five h4 a {
    transition: .5s;
    color: #1e2843;
}

.product-block-five .price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-block-five .price del {
    font-size: 18px;
    color: #bfbfbf;
}

.product-block-five .rating {
    font-size: 15px;
    color: #fec104;
    margin-bottom: 15px;
}

.btn-style-one.style-3 {
    position: relative;
    background: #f7fbff;
    color: #1e2843;
}

.btn-style-one.style-3:hover {
    color: #fff;
}

.product-block-five.list-item .inner-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-block-five.list-item .lower-content {
    width: calc(100% - 300px);
}

.product-block-five.list-item .inner-box .image {
    max-width: 300px;
    width: 100%;
}

.single-product-section {
    position: relative;
}

.product-details .product-thumb .thumb {
    position: relative;
    text-align: center;
    border: 2px solid #f0f0f0;
    cursor: pointer;
}

.product-details .product-thumb .thumb img{width: 100%;}

.product-details .single-product .image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border: 2px solid #f0f0f0;
}
.product-details .single-product .image img{width: 100%}

.product-details .product-content {
    position: relative;
    padding-top: 20px;
}

.product-details .product-content h5 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-details .product-content h4 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}

.product-details .product-content h4 a {
    transition: .5s;
    color: #1e2843;
}

.product-details .product-content .price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-details .product-content .price del {
    font-size: 18px;
    color: #bfbfbf;
}

.product-details .product-content .rating {
    font-size: 15px;
    color: #fec104;
    margin-bottom: 15px;
}

.product-details .product-content .text {
    margin-bottom: 30px;
}

.product-details .product-content .link-btn {
    position: relative;
    margin-bottom: 20px;
}

.product-details .product-content .product-quantity {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.product-details .product-content .qity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    flex-wrap: wrap;
}
  
.product-details .product-content .qity h5 {
    margin-right: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.product-details .product-content .qity .stock-available {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
}

.product-details .product-content .qity .stock-available span {
    color: #222;
}

.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    float: none;
    margin-left: 0px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}

.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
  
.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
  
.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}
  
.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 5px 5px;
}

.item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.item-quantity input.quantity-spinner {
    line-height: 50px;
    height: 50px;
    width: 50px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1e1e2a;
    border: 1px solid #e1e5e9;
    border-radius: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
    position: absolute;
    height: 50px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    border-right: none;
    border-radius: 0;
    left: 5px;
    top: 0;
    border-right: 1px solid #eee;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
    position: absolute;
    height: 50px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    margin-top: 0px;
    right: 5px;
    top: 0;
    border-left: 1px solid #eee;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 12px;
    font-style: normal;
    color: #0c2957;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 12px;
    font-style: normal;
    color: #0c2957;
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
    position: absolute;
    width: 100%;
    top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i{
    top: 11px;
    left: 15px;
    font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    margin-top: 0px;
}

.product-details .quantity-spinner.form-control {
    padding: 0 45px;
    text-align: center;
    width: 130px;
    height: 50px;
    border-radius: 0 !important;
}

.product-details .social-links {
    position: relative;
    display: inline-block;
}

.product-details .social-links li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.product-details .social-links li:last-child {
    margin-right: 0;
}

.product-details .social-links li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
}

.product-details .social-links li a:hover {
    border-radius: 50%;
}

.product-details .social-links a.facebook {
    background-color: #516eb1;
}

.product-details .social-links a.twitter {
    background-color: #449bd5;
}

.product-details .social-links a.pinterest {
    background-color: #ac1e23;
}


/* Product Tab */

.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 80px;
}

.product-tab-box .tab-btns {
    position: relative;
    display: block;
    margin-bottom: 15px;
    z-index: 1;
}

.product-tab-box .tab-btns .tab-btn {
    display: inline-block;
    float: none;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #edf1f4;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    padding: 13px 21px 13px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    min-width: 170px;
    color: #243f4d;
}

.product-tab-box .tab-btns .tab-btn span:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    content: "";
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before {
    opacity: 1;
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}

.product-tab-box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
}

.product-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.product-tab-box .owl-nav-style-two .owl-nav .owl-next,
.product-tab-box .owl-nav-style-two .owl-nav .owl-prev {
    background: transparent;
    width: 20px;
    height: 20px;
    top: -40px;
    font-size: 30px;
}

.review-box-holder {
    position: relative;
    display: block;
}

.review-box-holder .single-review-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 40px;
    border: 1px solid #ededed;
    padding: 40px;
    padding-left: 135px;
}

.review-box-holder .single-review-box .image-holder {
    position: absolute;
    left: 40px;
    top: 40px;
}

.review-box-holder .single-review-box .image-holder img {
    width: 100%;
    border-radius: 50%;
}

.review-box-holder .single-review-box .text-holder {
    position: relative;
    display: block;
}

.review-box-holder .single-review-box .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 17px;
}

.review-box-holder .single-review-box .text-holder .top .name h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 6px;
    text-transform: capitalize;
}

.review-box-holder .single-review-box .text-holder .top .name h3 span {
    font-size: 16px;
    font-weight: 400;
    color: #838d9e;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child {
    margin-right: 0;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
    font-size: 14px;
}

.review-box-holder .single-review-box .text-holder .text p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.product-tab-box .review-form {
    padding: 40px;
    border: 1px solid #e1e5e9;
    margin-bottom: 70px;
}

.product-tab-box .review-form .shop-page-title {
    padding-bottom: 25px;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 12.5px 35px;
    font-weight: 700;
    border-radius: 5px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
}

.btn-style-one.style-two {
    background-color: #ffba00;
}

.btn-style-one i {
    margin-left: 8px;
    display: inline-block;
    position: relative;
    transition: .5s;
    font-size: 20px;
    vertical-align: middle;
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #1e2843;
    transition: .5s;
}

.btn-style-one:hover:before {
    width: 100%;
}

.btn-style-one span {
    position: relative;
}