.shop-single {
    position: relative;
}
.product-details{
    padding-top:4rem;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

@media (max-width: 479px) {

    .product-details{
        padding-top: 0px;
    }
}

@media (min-width: 992px){
.col-md-8 {
    width: 66.66666667%;
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.product-details .basic-details {
    position: relative;
    margin-bottom: 50px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.product-details .image-column, .product-details .info-column {
    margin-bottom: 20px;
}
.product-details .image-column .image-box {
    border: 1px solid #e0e0e0;
    background: #ffffff;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:hover{
    color: #3c8105;
/*    background: inherit;*/
}
.product-details .basic-details .details-header {
    position: relative;
    padding-bottom: 20px;
}
.product-details .basic-details .details-header h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px;
    font-family: 'Roboto Slab',serif;
    line-height: 1.4em;
    color: #333333;
    margin-bottom: 15px;
}
.product-details .basic-details .details-header .rating {
    font-size: 13px;
    color: #f5b062;
    margin-bottom: 4px;
}
.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 2px;
}
.product-details .basic-details .details-header .item-price {
    font-size: 20px;
    font-weight: 400;
    color: #f5b062;
    line-height: 30px;
    letter-spacing: 1px;
}
.product-details .basic-details .details-header .item-price .old-price {
    font-size: 18px;
    color: #cccccc;
    text-decoration: line-through;
    padding-right: 10px;
    line-height: 30px;
}
.product-details .basic-details .text {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.9em;
    padding: 25px 0px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: black;
    font-weight: 600;
}
.product-details .basic-details .availablity {
    position: relative;
    line-height: 1.9em;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.product-details .quantity-spinner {
    margin-bottom: 25px;
    float: left;
    margin-right: 20px;
}
.quantity-spinner {
    position: relative;
    display: block;
    width: 150px;
}
.quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 42px;
    line-height: 22px;
    padding: 10px 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
@media (min-width: 992px){
.col-md-4 {
    width: 33.33333333%;
}
}

.quantity-spinner input {
    position: relative;
    display: block;
    width: 45px;
    line-height: 24px;
    padding: 9px 10px;
    margin: 0px 53px;
    font-weight: 500;
    font-size: 13px;
    height: 42px;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 2px;
}
input, button, select, textarea {
    font-family: 'Roboto Slab', sans-serif;
}
.quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 42px;
    line-height: 22px;
    padding: 10px 10px;
    text-align: center;
    font-weight: 400;
    background: #ffffff;
    color: #555555;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.btn-style-one {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: #f5b062;
    color: #ffffff;
    background:#3c8105;
    border: 2px solid #3c8105;
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px;
}
.btn-style-one:hover{
    border: 2px solid #3c8105;
    color: #3c8105 !important;
    background: #fff !important;
}

.product-details .basic-details .theme-btn .icon {
    font-size: 14px;
    padding-left: 5px;
    font-weight: normal;
}
.product-info-tabs {
    position: relative;
    margin-bottom: 30px;
}
.prod-tabs {
    position: relative;
}

.prod-tabs .tab-btns {
    position: relative;
    top: 1px;
    z-index: 1;
}
.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #f5b062;
    border-color: #f5b062;
}
.prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 60px 10px 40px;
    line-height: 24px;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    background: none;
    cursor: pointer;
}
.prod-tabs .tab-btns .tab-btn:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    width: 10px;
    height: 24px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.prod-tabs .tabs-container {
    position: relative;
    border: 1px solid #f0f0f0;
}
.prod-tabs .tabs-container .tab.active-tab {
    display: block;
}
.prod-tabs .tabs-container .tab {
    position: relative;
    padding: 30px 30px;
    display: none;
    font-size: 14px;
}
.tabs-box .tabs-content .active-tab {
    display: block;
}
.prod-tabs .tabs-container .tab h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 15px;
}
.prod-tabs .tabs-container .tab .content p {
    font-size: 13px;
}
.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.product-details .basic-details .theme-btn {
    padding: 8px 30px;
    border-radius: 17px;
    margin-right: 15px;
    margin-bottom: 20px;
}


/* {
    position: relative;
    background: url(../images/pattern-one.png) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(244,238,222,0.94);
}*/

.shop-single {
    position: relative;
    margin: 0 0 0;
    color: #ffffff;
    background: url(../images/pattern-one.png) center center repeat;
    background-attachment: fixed;
}

.shop-single:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 94%);
}