.block-inline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.shop-page {
    //background-color: #fff;
}
.shop-wrap a.logo {
    padding-bottom: 10px;
    padding-top: 10px;
}
ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 20px;
}
.mt-15 {
    margin-top: 15px
}
.mt-30 {
    margin-top: 30px
}
.mt-50 {
    margin-top: 50px
}
.green-color {
    color: #99cc00;
}
.fullwidth-divider {
    margin: 20px 0;
}
i {
    margin-right: 0;
}
/*----------------------- 1.5 Form / Input / Textarea Starts--------------------------- */

textarea{
    resize: vertical;
}
label{
    font-weight: normal;
    margin: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-control, .input-group-addon, .bootstrap-select .btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e7e8ec;
    border-radius: 0;
    box-shadow: none;
    height: 54px;
    line-height: 50px;
    padding: 10px 20px;
}
.form-control.submit-btn{
    height: auto;
    line-height: normal;
}
.form-alert{
    margin: 0;
}

/*-- Checkbox/Radiobox Starts --*/
.form-group [type="checkbox"], .form-group [type="radio"]{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-group .checkbox-inline, .form-group .radio-inline {
    margin: 0;
    padding-left: 0;
    line-height: 1.2;
    vertical-align: -moz-middle-with-baseline;
}
.form-group [type="checkbox"] + span, .form-group [type="radio"] + span {
    cursor: pointer;
    vertical-align: text-top;
}
.form-group [type="checkbox"] + span::before{
    color: #999999;
    content: "\56";
    font-family: "ElegantIcons";
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 0;
}
.form-group [type="checkbox"]:checked + span:before {
    content: "\5a";
    font-family: "ElegantIcons";
}
.form-group [type="radio"] + span::before{
    color: #000;
    content: "\5b";
    font-family: "ElegantIcons";
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 0;
}
.form-group [type="radio"]:checked + span:before {
    content: "\5c";
    font-family: "ElegantIcons";
}
/*-- Checkbox/Radiobox Ends --*/


/*--Bootstrap Select--*/
.bootstrap-select .btn .filter-option{
    color: #000000;
    line-height: 30px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    border: none;
    margin-top: 0;
    right: 30px;
    top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #000;
}
.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover,
.bootstrap-select > .dropdown-toggle.btn-default.focus, .bootstrap-select > .dropdown-toggle.btn-default:focus,
.bootstrap-select > .dropdown-toggle.btn-default:hover {
    background-color: #f9f9f9;
    border-color: #cccccc;
}
.bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus {
    background-color: rgba(0, 0, 0, 0) !important;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0 none !important;
    outline-offset: 0;
}

::-webkit-input-placeholder {
    color: #999 ;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-ms-input-placeholder{
    color: #999;
    opacity: 1;
}
.form-control:focus {
    background-color: transparent;
    border-color: #e7e8ec;
    box-shadow: none;
    outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: 0;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*---------------------------- 1.5 Form / Input / Textarea Ends------------------------------ */

/*------------------------- 1.6 Rating stars Starts --------------------- */

/*.rating .star {
    cursor: pointer;
}*/
.rating span.star::before{
    color: #ffd33b;
    content: "\f006";
    font-family: FontAwesome;
}
.rating span.star.half:before{
    color: #ffd33b;
    content: "\f123";
    font-family: FontAwesome;
}
.rating span.star.active::before {
    color: #ffd33b;
    content: "\f005";
    font-family: FontAwesome;
}

/*------------------------- 1.6 Rating stars Ends --------------------- */

/*---------------------------------------
    4.1 Product Sorting Menubar Starts
----------------------------------------- */

.show-result .title{
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0;
    text-transform: uppercase;
}
.view-tabs {
    border: none;
    margin: 0;
    float: right;
}
.view-tabs li:first-child {
    margin-right: 15px;
}
.view-tabs li a {
    background: transparent;
    border: 1px solid #e7e8ec;
    border-radius: 0;
    color: #ccc;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    width: 50px;
}
.view-tabs li a i {
    margin: 0;
}
.view-tabs > li.active > a, .view-tabs > li.active > a:focus, .view-tabs > li.active > a:hover{
    background: #000000 none repeat scroll 0 0;
    border-color: #000;
    color: #ffffff;
}
/*------- Responsive ------*/
@media (min-width:768px)and (max-width:991px){
    .view-tabs li:first-child {
        margin-right: 10px;
    }
    .view-wrap {
        padding-left: 0;
    }
}
@media (max-width:767px) {
    .show-result .title {
        margin: 0 0;
    }
    .product-content {
        margin-top: 25px;
    }
    .cat-list-view .thumbnail-img {
        display: inline-block;
    }
}
@media (max-width:479px) {
    .show-result,.sorter,.view-wrap {
        display: inline-block;
        width: 100%;
    }
    .view-wrap {
        margin-top: 30px;
        width: 47%;
    }
    .sorter {
        margin-top: 30px;
        padding-right: 0;
        width: 53%;
    }
}
@media (max-width:360px) {
    .view-tabs li:first-child {
        margin-right: 10px;
    }
}
/*------- ./Responsive ------*/

/*-----------------------------------------
    4.1 Product Sorting Menubar Ends
------------------------------------------- */

/*--------------------------------------
    4.2 Product Main Thumbnail Starts
---------------------------------------- */
.prod-categories .tab-content {
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.caption-title > a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.prod-price {
    float: left;
    line-height: normal;
}
.caption-text {
    display: inline-block;
    width: 100%;
}
.caption-text span{
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
}
.caption-text > del {
    font-size: 14px;
}
.thumbnail-wrap .caption-title {
    padding: 10px 0;
}
.thumbnail-wrap{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.thumbnail-wrap .thumbnail{
    padding: 0;
    display: inline-block;
    margin: 0 auto 35px;
    border-radius: 0;
}
.thumbnail .caption{
    padding: 10px 5px 21px;
    color: #666666;
}
.thumbnail-wrap:hover .back {
    transform: rotateY(360deg);
    opacity: 1;
    backface-visibility: visible;
}
.thumbnail-wrap:hover .front {
    transform: rotateY(180deg);
    opacity: 0;
    backface-visibility: hidden;
}
.flipper .front, .flipper .back {
    transition: 0.6s;
    transform-style: preserve-3d;
}
.flipper .front {
    transform: rotateY(0deg);
    backface-visibility: visible;
}
.flipper .back {
    backface-visibility: hidden;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(160deg);
    width: 100%;
}
.thumbnail-img{
    position: relative;
}
.thumbnail-wrap .thumbnail-img {
    overflow: hidden;
}
.thumbnail-wrap:hover .title {
    color: #999;
}
.thumbnail-content i.icon {
    display: inline-block;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;

}

/*------- Responsive ------*/
@media (min-width:992px) {
    .cat-with-sidebar .cate-box:nth-child(3n+1) {
        clear: both;
    }
}
@media (min-width:768px)and (max-width:991px){
    .prod-with-sidebar .prod-slider-wrap, .prod-slider-style.prod-slider-wrap {
        margin-left: auto;
    }
    .prod-with-sidebar .hover-style1 li a {  padding: 0 13px; }
    .prod-tab-content li i { width: 5%; }

    .cat-with-sidebar .cate-box:nth-child(2n+1) {
        clear: both;
    }
    .cate-box .hover-style1 li a{
        padding: 0 13px;
    }
    .cat-fullwidth .cate-box:nth-child(3n+1) {
        clear: both;
    }

}
@media (max-width:767px) {
    .product-thumbnails{
        text-align: center;
        margin-bottom: 0;
    }
    .product-thumbnails li:last-child{
        margin-right: 0;
    }
    .product-thumbnails li {
        display: inline-block;
        margin: 30px 15px 0 0;
        vertical-align: middle;
        width: 18%;
    }
    .prod-tab-content li i{
        width: 6%;
    }
    .cate-box .thumbnail-img{
        display: inline-block;
        margin: auto;
    }
}
@media (max-width:568px){
    .thumbnail-wrap .thumbnail{
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
}
/*------- ./Responsive ------*/

/*--------------------------------
    4.2 Product Main Thumbnail Ends
---------------------------------- */

/*-------------------------------------------
    4.3 Product List View-1 Starts
--------------------------------------------- */

.cat-list-view .theme-btn:hover::before, .cat-list-view .theme-btn:focus::before{
    border: none;
}
.cat-list-view .thumbnail-wrap:hover .theme-btn{
    background-color: #000;
    color: #fff;
}
.cat-list-view .hover-style1 i{
    margin-right: 5px;
}
.cat-list-view .hover-style1 li a:hover, .cat-list-view .hover-style1 li a:focus{
    color: #999;
}
.cat-list-view .product-price{
    margin: 10px 0;
}
.cat-list-view .thumbnail {
    border: medium none;
    overflow: visible;
}
.product-availability {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.product-heading .title {
    display: block;
    margin: 0 0 15px;
    font-size: 20px;
}
.cat-list-view .thumbnail-wrap .caption-title {
    padding: 0 0 10px;
}
.product-description {
    margin-bottom: 20px;
}
.product-content{
    display: inline-block; width: 100%; vertical-align: middle; position: relative;
}
.product-content .caption-text span, .product-content .caption-text del {
    font-size: 20px;
}
.product-review {
    display: inline-block;
    margin-left: 10px;
}
.product-review ul { margin-bottom: 0; }
.product-review li , .stock-detail li { line-height: 1; display: inline-block;  font-weight: 600; }
.product-review li + li, .stock-detail li + li { border-left: 1px solid #999; padding-left: 10px; margin-left: 17px; }
.stock-detail li + li{   margin-left: 17px; padding-left: 30px; vertical-align: middle; }
.stock-detail i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: sub;
}
.product-review a {
    padding-left: 5px;
}
.product-description p{
    margin-bottom: 0;
}
.product-form label {
    color: #000000;
    display: inline-block;
    font-weight: normal;
    width: 100%;
    margin-bottom: 17px;
}
.product-form label .font-2{ text-transform: uppercase; }
.product-form .bootstrap-select .btn .filter-option {
    color: #999999;
    font-style: italic;
}
.product-form .bootstrap-select .btn{
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
}
.add-to-cart .cart-btn{
    min-width: 200px;
}
.add-to-cart .cart-btn i {
    line-height: 0;
    margin-right: 7px;
    vertical-align: middle;
}
.prod-btns .form-control.qty {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: normal;
}
.prod-btns .quantity .btn {
    border: 0 none !important;
    color: inherit !important;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    height: 40px;
    font-size: 14px;
}
.prod-btns .quantity .minus {
    left: 10px;
}
.prod-btns .quantity .plus{
    right: 10px;
}
.prod-btns .quantity {
    position: relative;
}
.prod-btns > div{ display: inline-block; vertical-align: middle; }
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance:textfield;
}

/*------- Responsive ------*/
@media (min-width:992px)and (max-width:1199px) {
    .cat-list-view .hover-style1 li a{
        padding: 0 12px;
        font-size: 12px;
    }
    .view-wrap {
        padding-left: 0;
    }
    .view-tabs li:first-child {
        margin-right: 6px;
    }
    .cate-box .hover-style1 li a{
        padding: 0 12px;
    }
}

@media (max-width:360px) {
    .product-review {
        margin: 10px 0;
    }
}
@media (max-width:767px) {
    .product-heading .title {
        font-size: 16px;
    }
}
/*------- ./Responsive ------*/

/*---------------------------------------
    4.3 Product List View-1 Ends
----------------------------------------- */

/************************************
    7 - PRODUCT TAG STYLES STARTS
*************************************/

.thumbnail-img {
    position: relative;
}

/*------------------------------------
    7.1 Product Tag Style-1 Starts
-------------------------------------- */

/*--------------------- Tag Top Right Starts ------------------------- */

.sale-tag.right > span, .new-tag.right > span {
    font-weight: 600;
    position: absolute;
    right: -55px;
    top: 13px;
    -webkit-transform: rotate(49deg);
    -moz-transform: rotate(49deg);
    -o-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(49deg);
}
.sale-tag.right, .new-tag.right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.sale-tag.right {
    border-color: transparent #cc0000  transparent transparent;
}
.new-tag.right {
    border-color: transparent #000 transparent transparent;
}
/*--------------------- Tag Top Right Ends ------------------------- */

/*--------------------- Tag Top Left Starts ------------------------- */
.sale-tag.left > span, .new-tag.left > span {
    font-weight: 600;
    left: 0;
    position: absolute;
    top: -47px;
    -webkit-transform: rotate(-49deg);
    -moz-transform: rotate(-49deg);
    -o-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg);
}
.sale-tag.left, .new-tag.left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.sale-tag.left {
    border-color:  #cc0000 transparent  transparent transparent;
}
.new-tag.left {
    border-color: #000 transparent transparent transparent;
}
/*--------------------- Tag Top Left Ends ------------------------- */

/*--------------------- Tag Bottom Left Starts ------------------------- */
.sale-tag.bottom-left > span, .new-tag.bottom-left > span {
    bottom: 10px;
    font-weight: 600;
    left: -55px;
    position: absolute;

    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
}
.sale-tag.bottom-left, .new-tag.bottom-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 60px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    bottom: 0;
}
.sale-tag.bottom-left {
    border-color:  transparent transparent transparent #cc0000;
}
.new-tag.bottom-left {
    border-color: transparent transparent transparent #000;
}
/*--------------------- Tag Bottom Left Ends ------------------------- */

/*--------------------- Tag Bottom Right Starts ------------------------- */

.sale-tag.bottom-right > span, .new-tag.bottom-right > span {
    bottom: -50px;
    font-weight: 600;
    position: absolute;
    right: 5px;

    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg);
}
.sale-tag.bottom-right, .new-tag.bottom-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    bottom: 0;
}
.sale-tag.bottom-right {
    border-color:  transparent  transparent #cc0000 transparent;
}
.new-tag.bottom-right {
    border-color: transparent transparent #000 transparent;
}
/*--------------------- Tag Bottom Right Ends ------------------------- */

/*------------------------------------
    7.1 Product Tag Style-1 Ends
-------------------------------------- */


/*-----------------------------------
    5.1 Hover Style-1 Starts
------------------------------------- */
.hover-style1 {
    text-align: right;
}
.hover-style1 li {
    margin: 0;
    display: inline-block;
}
//.hover-style1 li:first-child { float: left; }
.hover-style1 li a {
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 35px;
    padding: 0 20px;
}
.hover-style1 li a:hover,.hover-style1 li a:focus {
    background-color: #333333;
}
.hover-style1 li span {
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}
.hover-style1 .icon.ion-android-add {
    font-size: 18px;
}
.hover-style1 li i {
    vertical-align: middle;
    font-size: 14px;
}
.hover-style1 {
    backface-visibility: hidden;
    background-color: #000;
    bottom: 0;
    height: auto;
    position: absolute;
    opacity: 0;
    top: auto;
    width: 100%;
    margin: 0;
    text-align: center;

    transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    -webkit-transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
}
.thumbnail-wrap:hover .hover-style1 {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
    -webkit-transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0s;
}
/*-----------------------------------
    5.1 Hover Style-1 Ends
------------------------------------- */


/*-------------------------------------------
    4.13 Product Preview Popup Starts
-------------------------------------------- */
.modal-content{
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
}
.sb-close-btn {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 24px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    right: 30px;
    text-align: center;
    text-shadow: unset;
    width: 40px;
    z-index: 5;
}
.sb-close-btn:hover {
    background: #ececec none repeat scroll 0 0;
    color: #999999;
}
.caption-link {
    background-color: #ffffff;
    border-radius: 3px;
    bottom: 0;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 30px;
}
.owl-carousel .item:hover .caption-link {
    opacity: 1;
    visibility: visible;
}
.sync2 {
    bottom: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 67%;
}
.sync2 .item {
    cursor: pointer;
    margin: 0 9px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}
.sync2 .item img, .sync1 .item img {
    border: 1px solid rgba(0, 0, 0, 0);
}
.sync2 .synced .item img, .sync2 .item img:hover {
    border: 1px solid #999999;
}
.sync1 .owl-controls .owl-nav .owl-prev, .sync1 .owl-controls .owl-nav .owl-next {
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 45%;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
}
.sync1 .owl-dots .owl-dot span , .sync2 .owl-dots .owl-dot span {
    display: none;
}
.sync1 .owl-controls .owl-nav .owl-prev:hover, .sync1 .owl-controls .owl-nav .owl-next:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}
.sync1 .owl-controls .owl-nav .owl-next {
    right: 3%;
}
.sync1 .owl-controls .owl-nav .owl-prev {
    left: 3%;
}
.prod-tabs {
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.prod-tabs li{
    display: inline-block;
    font-weight: bold;
}
.content-style-2 .product-price {
    margin-top: 15px;
}
.prod-tabs li a{ color: #ccc; padding: 15px; position: relative; }
.prod-tabs li a:hover, .prod-tabs li a:focus, .prod-tabs li.active a{
    background-color: transparent;
    color: #333;
}
.prod-tabs li a::after {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 90%;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    width: 100%;
}
.prod-tabs li a:hover::after, .prod-tabs li a:focus::after, .prod-tabs li.active a::after{
    opacity: 1;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
}
.prod-tab-content p{
    margin-bottom: 5px;
}
.prod-tab-content ul { margin-bottom: 0; }
.prod-tab-content li {
    display: inline-block;
    padding: 3px 0;
    vertical-align: middle;
    width: 100%;
}
.prod-tab-content li i {
    font-size: 14px;
    vertical-align: middle;
    float: left;
    margin-top: 5px;
    width: 3%;
}
.prod-tab-content li .des {
    float: left;
    width: 94%;
}
.prod-tab-content li i {
    width: 5%;
}
.prod-tabs li + li{
    margin-left: 20px;
}
.prod-tabs li + li a::after, .prod-tabs li + li a:after{
    left: 13px;
}
.prod-tabs li + li a::before, .prod-tabs li + li a:before  {
    content: " ";
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.prod-tabs li a {
    padding: 10px 0;
}
.content-style-2 .prod-btns .form-control.qty {
    margin: 0;
}
.content-style-2 .prod-btns .quantity { margin-right: 25px; }

/*----- Responsive -----*/
@media (min-width:1200px) {
    .product-modal{
        width: 1090px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .prod-slider {
        margin-bottom: 30px;
    }
    .product-content {
        margin-top: 25px;
    }
    .cat-list-view .thumbnail-img {
        display: table;
    }
    .prod-tab-content li i { width: 5%; }
}
@media (max-width:767px) {
    .sync2{
        bottom: 30px;
        width: 80%;
    }
    .sb-close-btn {
        right: 15px;
    }
}
@media (max-width:380px) {
    .prod-tabs li {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .prod-tabs li {
        width: 150px;
    }
    .prod-tabs li + li {
        margin-left: auto;
    }
    .prod-tabs li + li a::before {
        border-left: medium none;
        padding-left: 0;
    }
    .prod-tabs li + li a::after {
        left: 0;
    }
}
@media (max-width:380px) {
    .modal-content {
        padding: 30px 0;
    }
    .content-style-2 .prod-btns .quantity {margin-bottom: 20px;}
}
/*--- ./Responsive ----*/

/*-------------------------------------
    4.13 Product Preview Popup Ends
---------------------------------------- */

/*-----------------------------------
    6.1 Price Range Style-1 Starts
------------------------------------- */
.slider-range-1 .slider-range {
    margin: 25px 0 20px;
}
.slider-range-1 #slider-range {
    background-color: #e4e3e3;
    background-image: none;
    border-color: #e4e3e3;
    border-radius: 0;
    height: 4px;
    margin: 25px 0 20px;

}
.slider-range-1 .amount {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
.slider-range-1 #amount {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000000;
    height: auto;
    font-size: 14px;
    width: 150px;
    margin: 0;
}
.slider-range-1 #slider-range .ui-widget-header {
    background-image: none;
    background-color: #000000;
}
.slider-range-1 #slider-range .ui-slider-handle {
    background-color: #cccccc;
    background-image: none;
    border: medium none;
    border-radius: 0;
    height: 27px;
    margin-left: 0;
    top: -12px;
    width: 3px;
}
/*-----------------------------------
    6.1 Price Range Style-1 Ends
------------------------------------- */
.recent-wrap {
    display: inline-block;
    margin: 10px -15px;
    width: 100%;
}
/*------- Responsive ------*/
@media (max-width:767px) {
    .recent-wrap .recent-slide-img {
        display: inline-block;
    }
    .recent-wrap .recent-slide-des {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }
}
/*------- ./Responsive ------*/
/*-----------------------------
    8.1 Pagination Style-1 Starts
------------------------------ */
.pagination-list {
    margin: 0;
    text-align: center;
}
.pagination-list > li {
    border: medium none;
    border-bottom: 1px solid transparent;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    margin: 0 8px;
    text-align: center;
    padding-bottom: 5px;

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-list > li:last-child{
    margin-right: 0;
}
.pagination-list > li a{
    color: #999999;
}
.pagination-list > li a:hover{
    color: #000;
}
.pagination-list > li.active, .pagination-list > li:hover {
    border-bottom: 1px solid #000000;
}
/*-----------------------------
    8.1 Pagination Style-1 Ends
------------------------------ */
.btn {
    color: #000;
}
.col-md-4.col-sm-4.col-xs-5.sorter {
    float: right;
}

.sorter .woocommerce-ordering {width: 100%;}
span.page-numbers.current {
    text-align: center;
    background-color: #493c41;
    border-color: #493c41;
    color: #ffffff;
    height: 44px; 
    padding: 0 20px;
    text-align: -webkit-center;
    line-height: 3em;
}

a.button.add_to_cart_button.ajax_add_to_cart {
    background-color: #000;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 35px;
    font-family: 'Roboto', Open sans, Arial;   
}

a.button.product_type_variable.add_to_cart_button {
    background-color: #000;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 35px;
    font-family: 'Roboto', Open sans, Arial;  
}

.post-title {
    font-weight: 300;
}
.wc-tabs {
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.wc-tabs li {
    display: inline-block;
    font-weight: bold;
    padding: 8px;
}
.wc-tabs li.active a {
    background-color: transparent;
    color: #333;
}

.wc-tabs li a {
    color: #ccc;
    padding: 15px;
    position: relative;
}
