@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
    font-family: 'Raleway', sans-serif;
}

/*	--------------------------------------------------
	:: Wrapper
	-------------------------------------------------- */

#wtcpl_tabs_container .each_cat {
    display: none;
}

.clear {
    clear: both;
}

#wtcpl_tabs_container .each_cat.active {
    display: block;
}

.clear {
    clear: both;
}

.qc-tabs-style13 ul.tabs li {
    height: 40px;
    cursor: pointer;
}

.qc_quantity input[type="email"], .qc_quantity input[type="date"], .qc_quantity input[type="search"], .qc_quantity input[type="number"], .qc_quantity input[type="text"], .qc_quantity input[type="tel"], .qc_quantity input[type="url"], .qc_quantity input[type="password"], .qc_quantity textarea, .qc_quantity select, .select2-container .select2-choice, .select2-container .select2-selection {
    box-sizing: border-box;
    border: none;
    padding: 0;
    height: auto;
    border-radius: 0;
    max-width: 36px;
    width: 100%;
    vertical-align: middle;
    background: #fff;
    color: none;
    box-shadow: none;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    margin: -4px 0 0 0;
}

.qc_quantity .button, .qc_quantity button, .qc_quantity input[type="submit"], .qc_quantity input[type="reset"], .qc_quantity input[type="button"] {
line-height: 12px !important;
height: 27px;
}

/*	--------------------------------------------------
	:: Wrapper
	-------------------------------------------------- */

.qc-tabs-style1 .container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

.qc-tabs-style1 ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.qc-tabs-style1 ul.tabs li {
    background-color: #099bb6;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.qc-tabs-style1 ul.tabs li.current {
    background: #ededed;
    color: #222;
}

.qc-tabs-style1 .tab-content {
    display: none;
    padding: 15px 0;
}

.qc-tabs-style1 .tab-content.current {
    display: inherit;
}

.qc-tabs-style1 ul.tabs li span {
    background: #099bb6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -7px;
    transform: skewX(10deg);
    width: 12px;
}

.qc-tabs-style1 ul.tabs li {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 0 20px 6px 0;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    z-index: 100;
    border: 1px solid #333;
    color: #000;
    background: #E5E2E2;
}

.qc-tabs-style1 ul.tabs li.current {
    background-color: #000;
    color: #ccc;
    border: 1px solid #333;
}

.qc-tabs-style1 ul.tabs li.current span {
    background-color: #006f84;
}

.qc-wootabs-content-section ul {
    margin: 0;
    padding: 0;
}

.qc-wootabs-content-section ul li {
    display: inline-block;
    margin: 0 3px 12px 3px;
    min-width: 214px;
    padding: 0;
    width: 31.5%;
}

.qc-wootabs-content-section ul li .product-box {
    margin: 0;
    padding: 15px 15px;
    background: #fff;
    border-bottom: 1px solid #7d9ca2;
}

.qc-wootabs-content-section ul li .product-img {
    margin: 0;
    padding: 0;
}

.qc-wootabs-content-section ul li .product-img img {
    margin: 0;
    padding: 0;
    border: 1px solid #eaeaea;
}

.qc-wootabs-content-section ul li .product-box h2 {
    margin: 0;
    padding: 12px 0;
    color: #2b2b2b;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-bottom: 1px dashed #d4d3d3;
}

.qc-wootabs-content-section ul li .product-box h2 a {
    border-bottom: 1px dashed #d4d3d3;
    color: #2b2b2b;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0 0 0;
}

.qc-wootabs-content-section ul li .product-bottom {
    margin: 0;
    padding: 15px 0 0 0;
}

.qc-tabs-style1 ul {
    padding: 0 0 23px 0 !important;
}

.qc-wootabs-content-section ul li .qc-woprice {
    margin: 0;
    padding: 0;
    width: 100px;
    max-width: 100%;
    float: left;
    color: #0b889f;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.qc-wootabs-content-section ul li .qc-addTocart {
    margin: 0;
    padding: 0;
    max-width: 100%;
    float: right;
    text-align: right;
}

.product-box:hover .product-item-actions .btn {
    /*.translate(0;0px);
                    opacity: 1;
                    visibility: visible;
                    .transition(0.4s);*/
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-box .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 10px;
    top: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-box .product-item-actions .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #aaaaaa;
    color: #333;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    /*.translate(0;10px);
                opacity: 0;
                visibility: hidden;*/ /*.transition(0.4s);*/
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-box .product-item-actions .btn span {
    display: none;
}

.product-box .product-item-actions .btn:hover {
    color: #fff;
    background-color: #fca53c;
}

.product-box .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png);
}

.product-box .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}

.product-box .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}

.product-box .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}

.product-box .product-item-actions .btn-cart {
    background-image: url(../images/icon/index1/btn-cart.png);
}

.product-box .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}

.product-box .product-item-actions {
    display: none;
}



/*.qc-tabs-style8 .qc-product-details-right a.qc-cart-btn {
    color: #444444;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #444444;
    padding: 0 0 4px 0;
}*/

.qc-tabs-style8 .qc-product-details-right a.qc-cart-btn::after {
    background: rgba(0, 0, 0, 0) url("../images/qc-cart-icon.png") no-repeat left center;
    content: "";
    display: block;
    height: 9px;
    left: 100%;
    margin: 0 0 0 8px;
    padding: 0;
    position: relative;
    top: -15px !important;
    width: 100%;
}

.qc-tabs-style8 .qc_quantity input {
    float: left !important;
}

.qc-tabs-style8 .qc-product-info {
    background: #7dab70 none repeat scroll 0 0;
    left: 0;
    margin: 0;
    height: 110px;
    display: table;
    padding: 0;
    position: absolute;
    top: 0;
    width: 65px;
    display: none;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.qc-tabs-style8 .qc-product-info ul {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.qc-tabs-style8 .qc-product-info ul li {
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    background: none;
}

.qc-tabs-style8 .qc-product-info ul li a {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}

.qc-tabs-style8 .qc-product-info ul li:hover, .qc-tabs-style8 .qc-product-info ul li:hover a {
    background: none;
    color: #222;
}

.qc-tabs-style8 .qc-product-box li:hover .qc-tabs-style8 .qc-product-info, .qc-tabs-style8 .qc-product-box li:hover .qc-tabs-style8 .qc-product-info ul {
    display: block;
    padding: 12px 0 0 0;
}

.qc-tabs-style9 {
    font-family: 'Raleway', sans-serif;
}

.qc-tabs-style9 .qc-tabs-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1170px;
    overflow: hidden;
}

/*----- Tabs -----*/
.qc-tabs-style9 .tabs {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0;
}

/*----- Tab Links -----*/
/* Clearfix */
.qc-tabs-style9 .tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.qc-tabs-style9 .tab-links > li {
    margin: 0px 5px;
    list-style: none;
}

.qc-tabs-style9 .tab-links a {
    padding: 9px 15px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

.qc-tabs-style9 .tab-links a:hover {
    color: #d94f5c;
    text-decoration: none;
}

.qc-tabs-style9 li.active a, li.active a:hover {
    color: #d94f5c;
    background: url(../img/hover-icon.png) no-repeat center bottom;
    padding-bottom: 22px;
}

/*----- Content of Tabs -----*/
.qc-tabs-style9 .tab-content {
    padding: 15px;
    border-radius: 0px;
    margin: 0;
}

.qc-tabs-style9 .tab {
    display: none;
}

.qc-tabs-style9 .tab.active {
    display: block;
}

.qc-tabs-style9 ul.tab-links {
    margin: 0;
    padding: 0;
}

.qc-tabs-style2 ul.wootabs li h2 {
    font-size: 18px;
    color: #000;
    margin: 30px 0 8px 0;
}

.qc-tabs-style2 ul.wootabs li h2 a {
    color: #000;
    font-size: 18px;
    margin: 30px 0 8px;
}

.qc-tabs-style2 ul.wootabs li .woo_price {
    font-size: 16px;
    color: #000;
}

.qc-tabs-style9 ul.pro_icon {
    margin: 0;
    padding: 0;
}

.qc-tabs-style9 ul.pro_icon li {
    margin: 0;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}

.qc-tabs-style9 ul.pro_icon li a {
    color: #fff;
}

/* Product grid */

/* Product grid */

.qc-tabs-style9 .grid {
    position: relative;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1.5em 0 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

/* Loader */
.qc-tabs-style9 .grid__loader {
    display: none;
    margin: 3em auto 0;
}

.qc-tabs-style9 .grid--loading .grid__loader {
    display: block;
}

/* Clearfix */

.qc-tabs-style9 .grid:after {
    content: '';
    display: block;
    clear: both;
}

/* Grid items */

.qc-tabs-style9 .grid__sizer, .pro_list_04 {
    float: left;
    padding: 10px;
    position: relative;
    width: 33%;
}

.qc-tabs-style9 .grid--loading .pro_list_04 {
    visibility: hidden;
}

.qc-tabs-style9 .pro_larg_size_demo {
    width: 40%;
}

/* Gallery */

.qc-tabs-style9 .slider {
    padding: 0;
}

.qc-tabs-style9 .no-touch .slider {
    padding: 0 0 1.25em;
}

.qc-tabs-style9 .slider__item {
    width: 100%;
    padding: 1em;
}

.qc-tabs-style9 .pro_item_list img {
    width: 70%;
}

/* Flickity page dots */

.qc-tabs-style9 .slider .flickity-page-dots {
    bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.qc-tabs-style9 .no-touch .slider:hover .flickity-page-dots {
    opacity: 1;
}

.qc-tabs-style9 .slider .flickity-page-dots .dot {
    background: #131417;
}

/* Product meta */

.qc-tabs-style9 .meta {
    background: #2a282b none repeat scroll 0 0;
    margin: 10px 0 0;
    padding: 10px 8px;
    position: relative;
    text-align: center;
}

.qc-tabs-style9 .meta__brand {
    font-size: .85em;
    font-weight: bold;
    display: block;
    color: #595b64;
}

.qc-tabs-style9 .pro_title_04 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: .4em 0 .1em;
    color: #fff;
    width: 100%;
    text-align: center;
}

.qc-tabs-style9 .pro_price_04 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
}

/* Action style */

.qc-tabs-style9 .action {
    font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1.05em;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: .25em;
    cursor: pointer;
    color: #fff;
    border: none;
    background: none;
}

.qc-tabs-style8 ul {
    padding: 0 0 23px 0 !important;
}

.qc-tabs-style9 .action:focus {
    outline: none;
}

.qc-tabs-style9 .action_button {
    color: #5c5edc;
}

.qc-tabs-style9 .no-touch .action_button:hover {
    color: #fff;
    outline: none;
}

.qc-tabs-style9 .text-hidden {
    position: absolute;
    top: 200%;
}

/* Add to cart button */

.qc-tabs-style9 .action_buy {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.qc-tabs-style9 .no-touch .action_buy {
    opacity: 0;
    background: #773238;
}

.qc-tabs-style9 .pro_list_04:hover .action_buy {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.qc-tabs-style9 ul.pro_icon {
    display: none;
}

.qc-tabs-style9 .pro_list_04:hover ul.pro_icon {
    display: block;
}

.qc-tabs-style9 ul.pro_icon li a:hover {
    color: #d94f5c;
}

/* Fixed bottom bar */

.qc-tabs-style9 .bar {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.75em 5em;
    text-align: center;
    background: #191a1b;
    -webkit-transform: translate3d(0, 0, 0); /* Fix for Chrome flicker on Mac ...party like we're in 2012! */
}

.qc-tabs-style9 .flexbox .filter {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* Filter */

.qc-tabs-style9 .filter__label {
    font-size: .85em;
    display: inline-block;
    margin: 0 2%;
    font-weight: bold;
    color: #393A3F;
}

.qc-tabs-style9 .filter__item {
    font-weight: bold;
    margin: 0 2%;
    padding: .1em;
    vertical-align: middle;
    color: #a3a3b3;
    border-bottom: 2px solid transparent;
}

.qc-tabs-style9 .filter__item--selected {
    color: #5c5edc;
    border-color: #5c5edc;
}

.qc-tabs-style9 .filter__item .icon {
    font-size: 1.75em;
    display: none;
}

/* Shopping cart */

.qc-tabs-style9 .cart {
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    padding: 0 1.195em;
    cursor: pointer;
    color: #abacae;
    border: none;
    background-color: #131415;
}

.qc-tabs-style9 .no-touch .cart:focus, .qc-tabs-style9 .no-touch .cart:hover {
    color: #fff;
    outline: none;
}

.qc-tabs-style9 .cart--animate .cart__icon {
    -webkit-animation: cartAnim .4s forwards;
    animation: cartAnim .4s forwards;
}

@-webkit-keyframes cartAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cartAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.qc-tabs-style9 .cart__count {
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin: -16px 0 0 0;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #5c5edc;
}

.qc-tabs-style9 .cart--animate .cart__count {
    -webkit-animation: countAnim .4s forwards;
    animation: countAnim .4s forwards;
}

@-webkit-keyframes countAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes countAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Resize grid items on smaller screens */

@media screen and (max-width: 65em) {
    .qc-tabs-style9 .grid__sizer, .qc-tabs-style9 .pro_list_04, .qc-tabs-style9 .pro_larg_size_demo {
        width: 33.333%;
    }
}

@media screen and (max-width: 50em) {
    .qc-tabs-style9 .grid__sizer, .qc-tabs-style9 .pro_list_04, .qc-tabs-style9 .pro_larg_size_demo {
        width: 50%;
    }

    .qc-tabs-style9 .bar {
        padding-left: 0;
        text-align: left;
    }
}

@media screen and (max-width: 40em) {
    .qc-tabs-style9 .bar {
        padding: .5em 4.5em .5em 0;
    }

    .qc-tabs-style9 .flexbox .filter {
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .qc-tabs-style9 .filter__item {
        height: 100%;
        padding: .5em .1em;
        border: none;
    }

    .qc-tabs-style9 .filter__item .icon {
        display: inline-block;
    }

    .qc-tabs-style9 .filter__label, .qc-tabs-style9 .action__text {
        display: none;
    }

    .qc-tabs-style9 .cart {
        padding: 0 1em;
    }
}

@media screen and (max-width: 25em) {
    .qc-tabs-style9 .grid {
        max-width: 75%;
    }

    .qc-tabs-style9 .grid__loader {
        margin: 0 auto;
    }

    .qc-tabs-style9 .grid__sizer, .qc-tabs-style9 .pro_list_04, .qc-tabs-style9 .pro_larg_size_demo {
        width: 100%;
    }

    .qc-tabs-style9 .action_buy {
        font-size: 1.5em;
        padding: 1.15em 1.5em;
        -webkit-tap-highlight-color: transparent;
    }
}

/***********************************
start qc tabs style10
**********************************/

.qc-tabs-style10 .container {
    margin: 0 auto;
    padding: 50px 50px;
}

.qc-tabs-style10 ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #f7f7f7;
}

.qc-tabs-style10 ul.tabs li {
    color: #1e90ff;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
}

.qc-tabs-style10 ul.tabs li.current {
}

.qc-tabs-style10 .qc_tabs_10_style_box h2 a {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #484c51;
}

.qc-tabs-style10 .tab-content {
    display: none;
    padding: 15px 0;
}

.qc-tabs-style10 .tab-content.current {
    display: inherit;
}

.qc-tabs-style10 ul.tabs li {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 0 20px 0 0;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    z-index: 100;
}

.qc-tabs-style10 ul.tabs li.current {
    border-bottom: 3px solid #1e90ff;
}

.qc-tabs-style10 .qc_tabs_10_style {
    margin: 0;
    padding: 0;
}

.qc-tabs-style10 .qc_tabs_10_style li {
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
}

.qc-tabs-style10 .qc_tabs_10_style_box {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #cfcfcf;
}

.qc-tabs-style10 .qc_tabs_10_style_box h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.qc-tabs-style10 .qc_tabs_10_style_box .qc_price {
    margin: 0;
    padding: 8px 0;
    color: #397E97;
}

.qc-tabs-style10 .qc_tabs_10_style_box .qc_ratting {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.qc-tabs-style10 .qc_ratting ul {
    margin: 0;
    padding: 0;
}

.qc-tabs-style10 .qc_ratting ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 17px;
}

.qc-tabs-style10 .qc_tabs_10_style_box .pro_img {
    padding: 30px 0 0 0;
}

.qc-tabs-style10 ul.qc_tabs_10_style > li {
    margin: 0 0 4px;
}

.qc-tabs-style10 .qc_tabs_10_style_box img {
    max-width: 100%;
}

.qc-tabs-style10 .qc_tabs_10_style_box .divider {
    background: #3b96ef;
    height: 1px;
    width: 100%;
    margin: 12px 0 12px 0;
}

.qc-tabs-style10 .qc_tabs_10_style_box img {
    max-width: 86%;
}

/***********************************
start qc tabs style13
**********************************/

.qc-tabs-style13 .container {
    margin: 0 auto;
    padding: 50px 10px;
}

.qc-tabs-style13 ul.tabs {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.qc-tabs-style13 ul.tabs li {
    color: #010101;
    display: inline-block;
    padding: 10px 8px;
    cursor: pointer;
}

.qc-tabs-style13 ul.tabs li.current {
}

.qc-tabs-style13 .tab-content {
    display: none;
    padding: 15px 0;
}

.qc-tabs-style13 .tab-content.current {
    display: inherit;
}

.qc-tabs-style13 ul.tabs li {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 0 20px 0 0;
    padding: 12px 8px;
    position: relative;
    text-align: center;
    /*z-index: 100;*/
}

.qc-tabs-style13 ul.tabs li.current {
    border-top: 3px solid #d32f2f;
    border-bottom: 3px solid #d32f2f;
    /*    color: #d32f2f;*/
}

.qc-tabs-style13 .qc_tabs_10_style {
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_tabs_10_style li {
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
}

.qc-tabs-style13 .qc_tabs_10_style_box {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #cfcfcf;
    position: relative;
}

.qc-tabs-style13 .qc_tabs_10_style_box h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_tabs_10_style_box .qc_price {
    margin: 0;
    padding: 8px 0;
    color: #007bf3;
}

.qc-tabs-style13 .qc_tabs_10_style_box .qc_ratting {
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_ratting ul {
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_ratting ul li {
    margin: 0;
    padding: 0;
    display: inline;
    width: 17px;
}

.qc-tabs-style13 .qc_tabs_10_style_box .pro_img {
    padding: 30px 0 0 0;
}

.qc-tabs-style13 ul.qc_tabs_10_style > li {
    width: 31.5% !important;
    margin: 0 5px 15px 5px;
}

.qc-tabs-style13 .qc_tabs_10_style_box img {
    max-width: 100%;
}

.qc-tabs-style13 .qc_tabs_10_style_box .divider {
    background: #3b96ef;
    height: 1px;
    width: 100%;
    margin: 12px 0 12px 0;
}

.qc-tabs-style13 .add_cart {
    border: 1px solid #d32f2f;
    max-width: 160px;
    margin: 12px auto 0 auto;
    padding: 7px 0;
    text-transform: uppercase;
    cursor: pointer;
}

.qc-tabs-style13 ul.tabs12 li {
    padding: 12px 30px !important;
}

.qc-tabs-style13 ul.tabs12 li {
    display: inline-block;
    text-align: center;
}

.et_right_sidebar #left-area {
    padding-right: 1.5% !important;
}

@media screen and (max-width: 1024px) {
    .qc-tabs-style10 ul.tabs li {
        padding: 12px 6px;
    }

    .qc-tabs-style10 ul.qc_tabs_10_style > li {
        display: inline-block;
        margin: 0 8px 0 0 !important;
        min-height: 435px;
        width: 48.3% !important;
    }
}

@media screen and (max-width: 880px) {
    .qc-tabs-style9 .tab-links li {
        margin: 0 0px;
    }
}

@media screen and (max-width: 584px) {
    .qc-tabs-style10 ul.tabs li {
        width: 100%;
    }

    .qc-tabs-style10 ul.qc_tabs_10_style > li {
        width: 100% !important;
    }

    .qc-tabs-style8 .qc-product-box li {
        width: 100%;
    }

    .qc-tabs-style9 ul.tab-links {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .qc-tabs-style9 .tab-links li {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .qc-tabs-style2 ul.wotabs_style2 li {
        width: 100%;
    }

    .qc-tabs-style1 ul.tabs li {
        width: 100%;
    }
}

@media screen and (max-width: 528px) {
    .qc-wootabs-content-section ul li {
        width: 100%;
    }
}

.qc-tabs-style9 .pro_list_04 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.qc-tabs-style9 .action_buy {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.qc-tabs-style9 .action_buy {
    opacity: 0;
    background: #773238;
}

.qc-tabs-style9 .pro_list_04:hover .action_buy {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.qc_tabs_10_style_box_hover {
    background: #247cd2 none repeat scroll 0 0;
    margin: 0 0 0;
    padding: 61px 0;
    position: relative;
    text-align: center;
    width: 255px;
    z-index: 999;
}

.qc_tabs_10_style_box_hover h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #fff;
}

.qc_tabs_10_style_box_hover .qc_price {
    color: #fff;
    margin: 0;
    padding: 8px 0;
}

.qc_tabs_10_style_box_hover .qc_ratting {
    margin: 0;
    padding: 0;
    color: #fff;
}

.qc_tabs_10_style_box_hover .qc_ratting ul {
    margin: 0;
    padding: 0;
}

.qc_tabs_10_style_box_hover .qc_ratting ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 17px;
}

.qc_tabs_10_style_box_icon {
    background: #1d6bb7 none repeat scroll 0 0;
    margin: 20px auto 0 auto;
    padding: 6px 0;
    width: 170px;
}

.qc_tabs_10_style_box_icon ul {
    margin: 0;
    padding: 0;
}

.qc-tabs-style10 .qc_tabs_10_style_box_icon ul li {
    display: inline !important;
    margin: 0;
    padding: 0 10px;
}

.qc_tabs_10_style_box_icon ul li a {
    color: #fff;
    font-size: 13px;
}

.qc_tabs_10_style_box {
    min-height: 414px;
}

.qc_tabs_10_style_box_details {
    margin: 0 auto;
    padding: 60px 0;
    width: 96%;
}

.qc_tabs_10_style_box_hover {
    display: none;
}

ul.qc_tabs_10_style > li:hover .qc_tabs_10_style_box_hover {
    display: block;
}

.qc_tabs_10_style_box_hover h2 a {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.qc-tabs-style10 .qc_tabs_10_style_box_hover .qc_ratting {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #fff;
}

.qc_tabs_10_style_box_hover .star-rating span::before, .qc_tabs_10_style_box_hover p.stars a:hover::after, .qc_tabs_10_style_box_hover p.stars a::after, .qc_tabs_10_style_box_hover .star-rating span::before {
    color: #fff !important;
}

img.size-shop_catalog {
    width: 100%;
}

/***********************************
start qc tabs style13
**********************************/

.qc-tabs-style13 .container {
    margin: 0 auto;
    padding: 50px 10px;
}

.qc-tabs-style13 ul.tabs {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.qc-tabs-style13 ul.tabs li {
    color: #010101;
    display: inline-block;
    padding: 10px 8px;
    cursor: pointer;
}

.qc-tabs-style13 ul.tabs li.current {
}

.qc-tabs-style13 .tab-content {
    display: none;
    padding: 15px 0;
}

.qc-tabs-style13 .tab-content.current {
    display: inherit;
}

.qc-tabs-style13 ul.tabs li {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 0 20px 0 0;
    padding: 12px 8px;
    position: relative;
    text-align: center;
    /*z-index: 100;*/
}

.qc-tabs-style13 ul.tabs li.current {
    border-top: 3px solid #d32f2f;
    border-bottom: 3px solid #d32f2f;
    /*    color: #d32f2f;*/
}

.qc-tabs-style13 .qc_tabs_10_style {
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_tabs_10_style li {
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
}

.qc-tabs-style13 .qc_tabs_10_style_box {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #cfcfcf;
    position: relative;
}

.qc-tabs-style13 .qc_tabs_10_style_box h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_tabs_10_style_box .qc_price {
    margin: 0;
    padding: 8px 0;
    color: #007bf3;
}

.qc-tabs-style13 .qc_tabs_10_style_box .qc_ratting {
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_ratting ul {
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .qc_ratting ul li {
    margin: 0;
    padding: 0;
    display: inline;
    width: 17px;
}

.qc-tabs-style13 .qc_tabs_10_style_box .pro_img {
    padding: 30px 0 0 0;
}

.qc-tabs-style13 ul.qc_tabs_10_style > li {
    width: 32.1% !important;
    margin: 0 4px 15px 4px;
}

.qc-tabs-style13 .qc_tabs_10_style_box img {
    max-width: 100%;
}

.qc-tabs-style13 .qc_tabs_10_style_box .divider {
    background: #3b96ef;
    height: 1px;
    width: 100%;
    margin: 12px 0 12px 0;
}

.qc-tabs-style13 .add_cart {
    border: 1px solid #d32f2f;
    max-width: 160px;
    margin: 12px auto 0 auto;
    padding: 7px 0;
    text-transform: uppercase;
    cursor: pointer;
}

.qc-tabs-style13 .qc_price {
    color: #d32f2f !important;
}

.qc-tabs-style13-hover {
    background: #f8f8f8;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: 0 0 2px 1px #ccc;
}

.qc-tabs-style13-hover {
    display: none;
}

.qc_tabs_10_style_box:hover .qc-tabs-style13-hover {
    display: block;
}

.qc-tabs-style13-hover .pro_img {
    width: 50%;
    text-align: center;
    padding: 30px 0 20px 0 !important;
    text-align: center;
    margin: 0 auto;
}

.qc-tabs-style13 .qc_tabs_10_style_box img {
    max-width: 90%;
}

.qc-tabs-style13 .qc_tabs_10_style_box {
    min-height: 310px;
}

.qc-tabs-style13-hover {
    z-index: 9;
}

/***********************************
end qc tabs style13
**********************************/

/*css qc-tabs-style13*/

.qc-tabs-style13 {
}

.qc-tabs-style13 .container {
    margin: 0 auto;
    padding: 50px 10px;
    max-width: 1170px;
}

.qc-tabs-style13 ul.tabs12 {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.qc-tabs-style13 ul.tabs12 li {
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background: url(../images/style12_nav.png) no-repeat center;
    height: 87px;
    background: #00bcd4l;
}

/*.qc-tabs-style13 ul.tabs12 li.tab-link:before {
background: url(../images/style12_nav_before.png) no-repeat center;
}

.qc-tabs-style13 ul.tabs12 li.tab-link:after {
background: url(../images/style12_nav_after.png) no-repeat center;sssss
}*/
.qc-tabs-style13 ul.tabs12 li.current {
}

.qc-tabs-style13 .tab-content {
    display: none;
    padding: 15px 0;
}

.qc-tabs-style13 .tab-content.current {
    display: inherit;
}

.qc-tabs-style13 ul.tabs12 li {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-style: normal;
    margin: 0 -4px 0 0;
    padding: 12px 30px;
    position: relative;
    text-align: center;
    z-index: 100;
}

.qc-tabs-style13 ul.tabs12 li.current {
    color: #000;
    background: url(../images/style12_nav_active.png) no-repeat center;
}

.pro_list_12 {
    margin: 0;
    padding: 0;
}

.pro_list_12 ul {
    margin: 0;
    padding: 0;
}

.pro_list_12 ul li {
    display: inline-block;
    text-align: center;
    margin: 0 10px 0 0;
}

.pro_list_12_box {
    margin: 0 0 30px 0;
    padding: 0 0 18px 0;
    border-bottom: 3px solid #63a3ab;
}

.pro_list_12_img {
    margin: 0;
    padding: 25px 0;
    background: #fff;
}

h2.pro_list_12_title {
    color: #232323;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0;
}

h2.pro_list_12_title a {
    color: #232323;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    padding: 0;
}

.pro_list_12_price {
    margin: 0;
    padding: 0;
    color: #00a5ba;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

.qc-tabs-style13 ul.tabs12 li {
    line-height: 85px;
}

.pro_list_12 ul li:hover .pro_list_12_box {
    background: #fff;
    border: none;
    box-shadow: 0px 7px 9px 1px #CCC;
}

.pro_list_12 ul li:hover .pro_list_12_box_icon {
    display: block;
}

.pro_list_12_box_icon {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 170px;
    display: none;
}

.pro_list_12_box_icon ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.pro_list_12_box_icon ul li {
    display: inline-block;
    margin: 0;
    padding: 6px 0;
    text-align: right;
}

.pro_list_12_box_icon ul li a {
    color: #666;
    margin: 0 25px 0 0;
    text-align: right;
}

.pro_list_12_box {
    position: relative;
}

.qc-tabs-style13 ul.tabs12 li:first-child {
    background: url(../images/style12_nav_ex.png) no-repeat center;
}

.qc-tabs-style13 ul.tabs12 li.current:first-child {
    background: url(../images/style12_nav_active.png) no-repeat center;
}

.qc-tabs-style8 .qc-product-box li:nth-child(2n+2) {
}

.pro_list_12_img img {
    max-width: 89%;
}

.pro_list_12 ul li {
}

.pro_list_12 ul {
    left: 6px;
    margin: 0;
    padding: 0;
    position: relative;
}

.qc-tabs-style13 .qc_tabs_10_style_box .qc_ratting {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.qc-tabs-style13 .qc_tabs_10_style_box .qc_ratting {
    text-align: center;
}

button.slick-prev {
    left: 0;
    position: absolute;
    box-shadow: none !important;
    background: url(../../images/pre_btn.png) no-repeat center;
    text-indent: -9999px;
    z-index: 9999;
}

button.slick-prev:hover {
    background: url(../../images/pre_btn.png) no-repeat center;
}

button.slick-next {
    position: absolute;
    right: -12px;
    text-indent: -9999px;
    top: 0;
    background: url(../../images/next_btn.png) no-repeat center;
    box-shadow: none !important;
}

button.slick-next:hover {
    background: url(../../images/next_btn.png) no-repeat center;
}

.qc-tabs-style13 ul.qc_nav_style_1 li{
	 border: 1px solid #CCC;
}

.qc-tabs-style13 button.slick-prev {
    top: 35px;
}

.qc-tabs-style13 button.slick-next {
    top: 35px;
}

button {
    outline: none;
}

.qc-tabs-style13 ul.tabs12 li {
}

.qc-tabs-style13 ul.tabs12 {
    margin: 0 0 0;
}

.slick-class.slick-initialized.slick-slider {
    margin: 0 auto;
    width: 95%;
}

button.slick-prev {
    left: -32px;
}

button.slick-next {
    right: -32px;
}

.qc-tabs-style1 .star-rating {
    display: inline-block !important;
    margin: 14px auto 0 auto !important;
    padding: 0;
    text-align: center !important;
    width: 100% !important;
}

.qc-tabs-style1 .qc-wootabs-content-section ul li .product-bottom {
    margin: 0;
    padding: 5px 0 0;
}

.qc-tabs-style2 .star-rating {
    margin: 0 auto !important;
    padding: 0;
    text-align: center !important;
    width: 100% !important;
    display: block;
    left: 27%;
}

.qc-tabs-style8 .star-rating {
    margin: 8px 0 0 0;
}

.qc-tabs-style9 .star-rating {
    margin: 0 auto !important;
    text-align: center;
}

.qc-tabs-style13 .star-rating {
    margin: 0 auto !important;
    text-align: center;
}

#nav-holder {
    border-radius: 0;
}

.product_content {
    border-radius: 0;
}

.wtcpl_category_nav li a:link, .wtcpl_category_nav li a:visited, .wtcpl_category_nav li a:active {
    padding: 5px 5px;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul {
    left: 87px;
    top: -175px;
}

.qc-tabs-style9 button.slick-prev {
    left: -30px;
}

.qc-tabs-style9 button.slick-next {
    right: -30px;
}

.qc-tabs-style9 button.slick-next {
    top: 8px;
}

.qc-tabs-style13 .qc_tabs_10_style_box h2 a {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #484c51;
}

.qc-tabs-style9 .pro_title_04 a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0.4em 0 0.1em;
}

.pro_list_12 {
    margin: -70px 0 0 0;
    padding: 0;
}

a, button {
    outline: none !important;
}

.pro_list_12_box_icon ul {
    width: 40px;
}

.pro_list_12_box_icon ul li {
    display: inline-block;
    width: 100%;
}

.pro_list_12_box_icon ul li a {
    color: #fff;
    background: #00BCD4;
}

.pro_list_12_box_icon ul li a {
    background: #00bcd4 none repeat scroll 0 0;
    color: #fff;
    padding: 9px 23px;
    margin: 0 6px 0 0;
}

.widget_product_categories ul.mtree.default li.mtree-closed::before {
    font-size: 22px;
    font-weight: bold;
}

ul.mtree > a {
    display: block !important;
}

ul.mtree.default li.mtree-open::before {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.widget_product_categories ul.mtree.default li.mtree-closed {
    color: #000;
}

ul.mtree.default li.mtree-open {
    color: #000;
}

ul.mtree.default li.mtree-node::before {
    color: #000 !important;
}

.widget_product_categories ul li::before {
    opacity: 1 !important;
}

button.slick-prev {
    border: none;
    width: 22px;
    height: 17px;
    top: 15px;
    cursor: pointer;
}

button.slick-next {
    border: none;
    width: 22px;
    height: 17px;
    top: 15px;
    cursor: pointer;
}

#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    padding: 0 !important;
}

.qc-tabs-style13 .container {
    width: 100%;
}

.pro_list_12 {
    margin: 0;
    padding: 0;
}

.qc-tabs-style13 .container {
    width: 100%;
}

.qc-tabs-style8 .qc-product-box li {
    width: 49.4%;
}

.qc_tabs_10_style_box_hover {
}

.qc_tabs_10_style_box_hover {
}

.qc_tabs_10_style_box_hover {
    width: 100%;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul li {
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    width: 100%;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul {
    left: 87px;
    top: -136px;
}

#main-content .container::before {
    content: none !important;
}

button#qcld-wootab-more-two {
    background: #099bb6;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
}

button#qcld-wootab-more {
    background: #099bb6 none repeat scroll 0 0;
    border: medium none;
    padding: 8px 12px;
    cursor: pointer;
}

button#qcld-wootab-more-four {
    background: #099bb6 none repeat scroll 0 0;
    border: medium none;
    padding: 8px 12px;
    cursor: pointer;
}

button#qcld-wootab-more-five {
    background: #099bb6 none repeat scroll 0 0;
    border: medium none;
    padding: 8px 12px;
    cursor: pointer;
}

button#qcld-wootab-more-six {
    background: #099bb6 none repeat scroll 0 0;
    border: medium none;
    padding: 8px 12px;
    cursor: pointer;
}

button#qcld-wootab-more-eight {
    background: #3D9CD2 none repeat scroll 0 0;
    border: medium none;
    padding: 8px 12px;
    cursor: pointer;
}

.qc-tabs-style8 .qc-tabs-btn h1 {
    padding: 6px 0;
}

.qc-tabs-style10 ul.qc_tabs_10_style > li {
    margin: 0 8px 15px 0 !important;
}

.qc-tabs-style10 ul.tabs li {
    padding: 10px 20px;
}

button#qcld-wootab-more-seven {
    background: #099bb6 none repeat scroll 0 0;
    border: medium none;
    padding: 8px 12px;
    cursor: pointer;
}

.qc-tabs-style13 ul.tabs12 .slick-track li {
}

.qc-tabs-style13 ul.tabs12 .slick-track li {
    display: inline-block;
    width: 250px !important;
}

.qc-tabs-style13 ul.tabs li {
    outline: none !important;
}

.qc_tab_css_bg {
    border-radius: 4px;
    margin: 8px 0 0;
    padding: 0 10px;
}

.qc-tabs-style8 .qc-product-box li:hover {
    background: #fff !important;
}

.qc_tabs_10_style_box {
    min-height: 426px;
}

.qc_tabs_10_style_box_hover {
}

.qc_tabs_10_style_box_hover {
    margin: 0;
}

.qc-tabs-style9 .qc_tab_css_bg {
    margin: 3px 0 0;
}

.qc-tabs-style9 .tab-links a {
    cursor: pointer;
}

.qc-tabs-style9 .tab-links li {
    text-align: center;
}

.qc-tabs-style9 .grid__sizer, .pro_list_04 {
    min-height: 300px;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul li {
    padding: 8px 3px;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul {
    left: 82px;
    top: -150px;
}

.qc-tabs-style8 .qc-product-box li {
    width: 49.5%;
}

.qc-tabs-style8 .qc-product-box li {
    width: 49.5% !important;
}

.qc-tabs-style8 .qc-product-box li {
    margin: 0 4px 0 0;
}

.qc-tabs-style8 .qc-product-box li:nth-child(2n+2) {
    float: right;
    margin: 0 0 0 0;
}

.qc-tabs-style10 .qc_tabs_10_style_box h2 {
    min-height: 47px;
}

.qc-tabs-style9 .pro_title_04 {
    min-height: 35px;
}

h2.pro_list_12_title {
}

.qc-tabs-style13 .qc_tabs_10_style_box h2 a {
    font-size: 18px;
}

.qc-tabs-style13 .qc_tabs_10_style_box h2 {
}

.qc-wootabs-content-section ul li .product-box h2 a {
    border-bottom: medium none;
}

.qc-wootabs-content-section ul li .product-box h2 a {
    font-size: 16px;
}

.qc-wootabs-content-section ul li .product-box h2 {
}

.qc-wootabs-content-section ul li .qc-woprice {
    width: 100%;
}

.qc-wootabs-content-section ul li .qc-addTocart {
    width: 0;
}

.qc-wootabs-content-section ul li .qc-addTocart {
    left: -8px;
    margin: 0;
    position: relative;
    width: 0;
}

.qc_tabs_10_style_box_details {
    margin: 0 auto;
    padding: 123px 0 !important;
    width: 96%;
}

.qc_tabs_10_style_box_hover {
    margin: -518px 0 0 !important;
}

/*new wootabs template*/

.clear {
    clear: both;
}

.container_tabs {
    width: 100%;
}

ul.theme-nine {
    margin: 0;
    padding: 0;
}

.qc-wootabs-col-1, .qc-wootabs-col-2, .qc-wootabs-col-3, .qc-wootabs-col-4, .qc-wootabs-col-5, .qc-wootabs-col-6, .qc-wootabs-col-7, .qc-wootabs-col-8, .qc-wootabs-col-9, .qc-wootabs-col-10, .qc-wootabs-col-11, .qc-wootabs-col-12 {
    float: left;
    box-sizing: border-box;
}

.qc-wootabs-col-1 {
    width: 8.33333%;
}

.qc-wootabs-col-2 {
    width: 16.6667%;
}

.qc-wootabs-col-3 {
    width: 25%;
}

.qc-wootabs-col-4 {
    width: 33.3333%;
}

.qc-wootabs-col-5 {
    width: 41.6667%;
}

.qc-wootabs-col-6 {
    width: 50%;
}

.qc-wootabs-col-7 {
    width: 58.3333%;
}

.qc-wootabs-col-8 {
    width: 66.6667%;
}

.qc-wootabs-col-9 {
    width: 75%;
}

.qc-wootabs-col-10 {
    width: 83.3333%;
}

.qc-wootabs-col-11 {
    width: 91.6667%;
}

.qc-wootabs-col-12 {
    width: 100%;
}

.qc-wootabs-col-1, .qc-wootabs-col-2, .qc-wootabs-col-3, .qc-wootabs-col-4, .qc-wootabs-col-5, .qc-wootabs-col-6, .qc-wootabs-col-7, .qc-wootabs-col-8, .qc-wootabs-col-9, .qc-wootabs-col-10, .qc-wootabs-col-11, .qc-wootabs-col-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box;
}

/*--------------------------end main style------------------------------*/

/*--------------------------start ilist style 25------------------------------*/
.ilist-section-25 ul {
    padding-left: 0;
    width: 100%;
}

.ilist-section-25 li {
    list-style: none;
    padding: 0 0;
}

.ilist-item-main a {
    text-decoration: none;
}

.ilist-25 .ilist-item-main {
    display: block;
    font-family: Roboto, sans-serif;
    margin: 90px auto 0 auto;
    max-width: 400px;
    position: relative;
    text-align: left;
    position: relative;
    background: -webkit-linear-gradient(135deg, #eee 55%, rgba(255, 255, 255, 0.5) 55%);
}

.ilist-25 .ilist-item-main {
    box-shadow: 0 3px 9px 1px #ccc;
}

.ilist-item-main .item-title-text .item-list-title {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    line-height: 24px;
}

.main-title {
}

span.list-item-count {
    color: #666;
    padding: 0 6px;
}

.main-title > h3 {
    color: #222;
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

.ilist-item-main .upvote {
    color: #222;
    cursor: pointer;
    margin-right: 11px;
    text-align: right;
}

.item-title-text {
    align-items: center;
    background: #eee none repeat scroll 0 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ilist-item-main:hover .feature-img-box {
    width: 100%;
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ilist-item-main:hover {
}

.ilist-item-main:hover .item-desc-text, .ilist-item-main:hover .item-title-text {
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ilist-item-main:hover .item-title-text {
    background: #fff;
}

.ilist-25 .feature-img-box {
    background: #fff;
    border-radius: 10px;
    height: 180px;
    margin: auto;
    position: relative;
    top: -40px;
    width: 78%;
    overflow: hidden;
}

.ilist-25:hover .feature-img-box {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.03), 5px 15px 40px rgba(0, 0, 0, 0.22);
}

.feature-img-box .item-img {
    display: block;
    height: 170px;
    margin: auto;
}

.valign-center {
    align-items: center;
    display: flex;
}

.ilist-item-main .item-desc-text {
    bottom: 0;
    color: #000;
    position: relative;
    text-align: center;
    width: 100%;
}

.ilist-item-main .item-desc-text p {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
}

.ilist-item-main:hover .feature-img-box, .ilist-item-main .feature-img-box, .ilist-item-main:hover .upvote, .ilist-item-main:hover .item-desc-text, .ilist-item-main:hover .item-title-text, .ilist-item-main .upvote, .ilist-item-main .item-desc-text, .ilist-item-main .item-title-text, .ilist-item-main:hover .item-title-text .item-list-title, .ilist-item-main .item-title-text .item-list-title {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.qctabs_10 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.qctabs_10 li {
    cursor: pointer;
    display: inline-block;
    padding: 15px 0;
    text-align: center;
    border-top: 3px solid #0ce;
}

ul.qctabs_10 li.current {
}

.ilist-section-25 .tab-content {
    display: none;
    padding: 15px;
}

.ilist-section-25 .tab-content.current {
    display: inherit;
}

ul.qctabs_10 li.current {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #caecf7;
}

ul.qctabs_10 li {
    background: #e2f3f9 none repeat scroll 0 0;
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 1.5em 0;
    text-align: center;
    text-decoration: none;
}

.ilist-section-25 .tab-content {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

h3.item-list-title {
    margin: 0;
}

.item-desc-text p {
    height: 100px;
    overflow-y: auto;
}

.price_tabs {
    margin-left: 12px;
}

.tabs_raat i {
    padding: 0 3px;
    color: #F00;
}

.item-title-text {
    padding: 12px 0;
}

.ilist-item-main .item-desc-text a {
    color: #000;
    text-align: center;
    font-size: 20px;
}

.ilist-item-main a {
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}

ul.qctabs_10 li {
    min-width: 122px;
}

/*Content Animation*/

@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .container {
        width: 100%;
    }

    .ilist-25 .qc-wootabs-col-4 {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 100%;
    }

    .ilist-25 .qc-wootabs-col-4 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }

    .ilist-25 .qc-wootabs-col-4 {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }
}

.main-container .ilist-section-25 .container {
    width: 100% !important;
}

h2 {
    line-height: 30px;
}

.tpl_nine_short_desc {
    height: 81px;
    overflow: hidden;
}

.tpl_nine_short_desc {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
}

h2.pro_list_12_title {
    line-height: 28px;
}

.qc-tabs-style8 .qc-product-details-right h2 {
    line-height: 25px;
    padding: 0 0 6px 0;
}

.qc-tabs-style2 ul.wootabs li h2 {
    line-height: 26px;
}

.qc-wootabs-content-section ul li .product-box h2 {
    line-height: 25px;
}

.qc-tabs-style9 .pro_title_04 {
    line-height: 22px;
}

.qc-tabs-style10 .qc_tabs_10_style_box h2 {
    line-height: 30px;
}

button#qcld-wootab-more-three-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-three-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-three-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

button#qcld-wootab-more-two-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-one-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-two-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-two-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

button#qcld-wootab-more-four-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 20px 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-four-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-four-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

button#qcld-wootab-more-five-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-five-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-five-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

button#qcld-wootab-more-six-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-six-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-six-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

button#qcld-wootab-more-seven-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-seven-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-seven-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

button#qcld-wootab-more-eight-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-eight-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-eight-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

button#qcld-wootab-more-nine-all {
    border: medium none;
    box-shadow: 0 0 0 1px #ccc;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 0 0 0;
    box-shadow: 0 5px 12px 1px #bebebe;
}

button#qcld-wootab-more-nine-all:hover {
    box-shadow: none;
}

button#qcld-wootab-more-nine-all::after {
    font-size: 20px;
    line-height: 0;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    top: 3px;
}

.qc-tabs-style10 .qc_tabs_10_style_box h2 {
    min-height: 30px;
}

.qc-tabs-style2 ul.wootabs li h2 {
    line-height: 26px;
    min-height: 30px;
}

.qc-tabs-style9 button.slick-prev {
    padding: 15px;
    border-radius: 5px;
}

.qc-tabs-style9 button.slick-prev:hover {
}

.qc-tabs-style9 button.slick-next {
    padding: 15px;
    border-radius: 5px;
}

.qc-tabs-style9 button.slick-next:hover {
}

.qc-tabs-style13 ul.tabs12 li {
    font-size: 14px;
    padding: 12px 7px;
}

.qc-tabs-style13 ul.tabs12 li.current {
}

.qc-tabs-style9 .tab-links a {
    padding: 12px 10px;
}

.qc-tabs-style13-hover {

    display: none;
    min-height: 363px;
}

.qc-tabs-style10 ul.qc_tabs_10_style > li {
    margin: 0 8px 15px 0;
    position: relative !important;

}

.qc-tabs-style10 .qc_tabs_10_style_box .qc_price {
    min-height: 41px;
}

.qc_tabs_10_style_box_hover {
    margin: 0 !important;
    position: absolute !important;
    top: 0;
    width: 100%;
}

.qc-tabs-style13 ul.tabs12 li {
}

.qc-tabs-style13 ul.tabs12 li::before {
    border-bottom: 70px solid rgba(0, 161, 181, 0.8);
    border-right: 7px solid transparent;
    content: "";
    height: 140px;
    left: 100%;
    line-height: 90px;
    position: absolute;
    top: -140px;
    width: 0;
    z-index: 11;
}

.qc-tabs-style13 ul.tabs12 li {
    background: rgba(0, 0, 0, 0) linear-gradient(165deg, transparent 29%, #00bcd4 30%) repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.qc-tabs-style13 ul.tabs12 .slick-track li {
    display: inline-block;
    width: 200px !important;
}

.product-box label {
    margin: -8px 4px 0 0;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
}

.qc-wootabs-content-section ul li .product-box {
    position: relative;
}

.qc-tabs-style2 .wootabs li label {
    margin: -8px 4px 0 0;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    z-index: 999;
}

.qc-tabs-style2 .wootabs li {
    position: relative;
}

.qc-tabs-style8 .qc-product-list label {
    margin: -4px 0px 0 -7px;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    z-index: 999;
}

.qc-tabs-style8 .qc-product-list {
    position: relative;
}

.qc-tabs-style10 .qc_tabs_10_style_box label {
    margin: -20px -15px 0 0;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    z-index: 999;
}

.qc-tabs-style10 .qc_tabs_10_style_box {
    position: relative;
}

.qc-tabs-style9 .pro_list_04 label {
    margin: -12px 0 0 0;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    z-index: 999;
}

.qc-tabs-style9 .pro_list_04 {
    position: relative !important;
}

.pro_list_12_box label {
    margin: 2px 6px 0 0;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    z-index: 999;
}

.qc-tabs-style9 .pro_list_04 {
    position: relative !important;
}

.qc-tabs-style13-hover label {
    margin: -21px -16px 0 0;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    z-index: 1;
}

.qc-tabs-style13-hover {
}

.ilist-25 .ilist-item-main label {
    margin: -23px -11px 0 0;
    padding: 0 10px 0 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 61px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    z-index: 999;
}

.ilist-25 .ilist-item-main {
    position: relative;
}

.qc-tabs_style_new {
    width: 100%;
    margin: 0 auto;
    background-color: #ebebeb;
    padding: 22px 0 0 0;
}

.qc-tabs_style_new .container {
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

.qc-tabs_style_new .product_content {
    background-color: #ebebeb;
    padding: 60px 0 27px 0;
    margin-bottom: 30px;
    min-height: 280px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.qc-tabs_style_new ul.tabs {
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.qc-tabs_style_new ul.tabs li {
    list-style: none;
    display: inline-block;
    margin: 2px 0 !important;
    padding: 0 !important;
}

.qc-tabs_style_new ul.tabs li a {
}

.qc-tabs_style_new ul.tabs li:hover, .qc-tabs_style_new ul.tabs li.current {
    background-color: #ffffff;
    color: #000000;
}

.qc-tabs_style_new ul.tabs li {
    background-color: #dbdbdb;
    padding: 5px 20px !important;
    margin: 0;
}

.qc-tabs_style_new ul.tabs li {
    font-weight: bold !important;
    cursor: pointer;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .product-box h2 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .product-box h2 {
    min-height: auto !important;
    border: none;
}

.qc-tabs_style_new .qc-wootabs-content-section .product-box img {
    text-align: center;
    margin: 10px auto 10px auto !important;
    display: inherit;
    margin: 0;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .qc-woprice {
    width: 100%;
    text-align: left;
    display: block;
    color: #43454b;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 1rem;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .product-bottom {
    margin: 0;
    padding: 0 0 0 0;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .qc-addTocart {
    left: 0;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .qc-addTocart a {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333333;
    padding: 8px 34px;
}

.qc_quantity {
    margin: 8px 0;
}

.qc_quantity select {
    border: 1px solid #e6e6e6;
    background: transparent;
    width: 100%;
    max-width: 120px;
    padding: 3px 35px 3px 5px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.qc_quantity select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

@media screen and (min-width: 0\0
) {
    .qc_quantity select {
        background: #e6e6e6;
        padding: 5px \9;
        border: 1px solid #e6e6e6;
    }
}

.qc_quantity input {
    background: transparent;
    max-width: 34px;
    padding: 5px 5px 3px 5px !important;
    font-size: 14px;
    border: 1px solid #e4e4e4 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}

.qc_quantity input.qc_minus {
    background: #f8f8f8;
    width: 20px;
    margin: 0 -4px 0 0;
    cursor: pointer;
}

.qc_quantity input.qc_plus {
    background: #f8f8f8;
    width: 20px;
    font-size: 14px;
    margin: 0 0 0 -4px;
    cursor: pointer;
}

.qc-tabs-style8 .qcld_theme_four_active {
    background: #099bb6 !important;
    color: #fff !important;
}

.qc-tabs-style8 .qcld_theme_four_active h1 {
    color: #fff !important;
}

.qc_quantity input::-ms-expand {
    display: none;
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
}

@media screen and (min-width: 0\0
) {
    .qc_quantity input {
        background: #e6e6e6;
        padding: 5px \9;
        border: 1px solid #e6e6e6;
    }
}

/*PRE LOADER*/

.loader {
    height: 50px;
    width: 50px;
    position: relative;
}

.loader::after, .loader::before, .loader::after, .loader::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border: solid 8px transparent;
    border-radius: 50%;
    -webkit-animation: wiggle 1.4s ease infinite;
    animation: wiggle 1.4s ease infinite;
}

.loader::before, .loader::before {
    border-top-color: #4285f4;
    border-bottom-color: #34a853;
}

.loader::after, .loader::after {
    border-left-color: #fbbc05;
    border-right-color: #ea4335;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.5);
        transform: rotate(180deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.5);
        transform: rotate(180deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

/*.qc-tabs-style8 .qc-product-details-right a.qc-cart-btn {
    display: block;
    padding: 0 0 0px 0;
    margin: 18px 0 0 0;
    max-width: 100px;
    line-height: 10px;
}*/

.qc-tabs-style8 .qc-product-details-right a.qc-cart-btn::after {
    top: -8px;
}

img.qc_category_image {
    max-width: 30px;
    float: left;
    margin: 0 6px 0 0;
}

/*update css */

.qc_qat_style_two {
    float: right;
}

.qc-wootabs-content-section ul li .qc-woprice {
    float: left;
    width: 148px !important;
    margin: 12px 0 0 0;
}

.qc_qat_style_two {
    width: 50% !important;
    float: left;
}

.woo_tab_s_p_add_to_cart {
    float: right;
}

.qc-wootabs-content-section ul li {
    width: 31.1% !important;
}

.loader {
    margin: 0 auto !important;
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
}

.qc_qat_style_three .woo_tab_s_p_add_to_cart {
    position: absolute;
    display: flex;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul {
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul {
    left: 74%;
    top: -160px;
}

.qc-tabs-style2 .qc_pro_details ul li {
    background: #222;
}

.qc_qat_style_three .woo_tab_s_p_add_to_cart {
    position: absolute;
    display: flex;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background: #222;
    color: #fff;
    width: 100%;
    padding: 12px 31px;
    text-align: center;
}

.qc_qat_style_three {
    margin: 0 !important;
}

.qc_qat_style_five .woo_tab_s_p_add_to_cart {
    position: absolute;
    display: flex;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background: #1d6bb7;
    color: #fff;
    width: auto;
    padding: 12px 78px;
    text-align: center;
}

.qc_tabs_10_style.theme-five {
    margin: 0 0 0 18px;
}

.qc_qat_style_six .woo_tab_s_p_add_to_cart {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background: #773238;
    color: #fff;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.qc_qat_style_six {
    margin: 0 !important;
}

.qc_qat_style_seven input.qc_minus {
    background: #f8f8f8;
    width: 20px;
    margin: 0 -4px 0 0 !important;
    cursor: pointer;
}

.qc_qat_style_seven {
    margin: 0;
    width: 231px !important;
}

.pro_list_12_box_icon ul li a {
    background: #00bcd4 none repeat scroll 0 0;
    color: #fff;
    /*	padding: 9px 34px !important;
	margin: 0 -17px 0 0 !important;*/
    width: 100%;
}

.qc_qat_style_seven .woo_tab_s_p_add_to_cart {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background: #00bcd4;
    color: #fff;
    width: 67%;
    padding: 4px 0;
    text-align: center;
}

.qc_qat_style_seven {
    margin: 0 0 0 109px;
    width: 122px !important;
}

.pro_list_12_box_icon {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 130px;
    display: none;
    left: -11%;
}

.qc_qat_style_eight {
    margin: 8px 0 8px 0;
}

.qc_qat_style_eight a.woo_tab_s_p_add_to_cart {
    display: block;
    float: none;
    border: 1px solid #bebebe;
    border-radius: 2px;
    max-width: 170px;
    width: 100%;
    margin: 16px auto 0 auto;
    text-transform: uppercase;
    padding: 5px 0;
    color: #434242;
}

.qc_qat_style_nine {
    margin: 8px 10px 8px 0; /*    width: 31%;*/
}

.qc-tabs-style8 .qc_quantity {
    margin: 8px 0;
    float: left;
}

.qc_qat_style_nine {
    margin: 8px 0 8px 0 !important;
    position: relative !important;
    left: -25px !important;
    padding: 0 0 0 0;
}

.qc_qat_style_nine .woo_tab_s_p_add_to_cart {
    position: relative !important;
    left: 12px !important;
    color: #333;
    font-size: 18px;
    top: 0px;
}

.ilist-section-25 ul.theme-nine .upvote {
    margin: 0 0 0 0;
}

.qc-tabs-style8 .qc-product-details-right a.qc-cart-btn {
    display: inline-block;
    padding: 0 0 0px 0;
    margin: 18px 0 0 0;
    clear: both;
    line-height: 22px;
    max-width: 100%;
    float: left;
}

.upvote {
    width: 30%;
}

.qcld-wootab-more-scroll-container button {
    background: #3D9CD2;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 180px;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    margin: 16px 0 0 0;
    padding: 8px 0;
    cursor: pointer;
}

/*.qc-tabs-style1 .qc-wootabs-content-section ul { text-align: center; }
.qc-wootabs-content-section ul { text-align: center; }*/

/*.theme-four{text-align: center;}*/

.qc_pro_details > ul {
    width: auto;
    background: rgba(201, 197, 169, 0.8);
    color: #000;
    left: 0 !important;
    border-radius: 5px;
}

.wotabs_style2 .qc-tabs-style2 .wootabs li .qc_pro_details ul li {
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    width: auto;
}

.qc_qat_style_three .woo_tab_s_p_add_to_cart {
    position: absolute;
    display: flex;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background: none;
    color: #000;
    width: auto;
    padding: 20px 12px;
    text-align: center;
    top: 0;
    right: 0;
    border-left: 1px solid #e7e7e7;
}

.qc-tabs-style2 .wootabs li .qc_pro_details > ul > li:first-child {
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    line-height: 55px;
}

.qc_pro_details .qc_quantity {
    width: auto;
    display: inline-block;
    padding: 0 10px
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul li:first-child a {
    color: #000;
    padding: 0 12px;
    display: block;
}

.qc_qat_style_three {
    margin: 0 40px 0 0 !important;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul {
    left: 9px !important;
    top: -141px;
}

.qc_tabs_10_style_box_hover {
    background: none;
}

.qc_tabs_10_style_box_details {
    border: none;
}

.qc_tabs_10_style_box_hover h2 {
    display: none;
}

.qc_tabs_10_style_box_hover .qc_price {
    display: none;
}

.qc-tabs-style10 .qc_tabs_10_style_box_hover .qc_ratting {
    display: none;
}

.qc_pro_details > ul {
    width: auto;
    background: rgba(182, 182, 182, 0.8);
    color: #000;
    left: 0 !important;
    border-radius: 5px;
}

.wotabs_style2 .qc-tabs-style2 .wootabs li .qc_pro_details ul li {
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    width: auto;
}

.qc_qat_style_three .woo_tab_s_p_add_to_cart {
    position: absolute;
    display: flex;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background: none;
    color: #000;
    width: auto;
    padding: 20px 12px;
    text-align: center;
    top: 0;
    right: 0;
    border-left: 1px solid #e7e7e7;
}

.qc-tabs-style2 .wootabs li .qc_pro_details > ul > li:first-child {
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    line-height: 55px;
}

.qc_pro_details .qc_quantity {
    width: auto;
    display: inline-block;
    padding: 0 10px
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul li:first-child a {
    color: #000;
    padding: 0 12px;
    display: block;
}

.qc_qat_style_three {
    margin: 0 40px 0 0 !important;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul {
    left: 9px !important;
    top: -36px;
}

.qc_tabs_10_style_box_icon {
    background: rgba(182, 182, 182, 0.8);
    border-radius: 4px;
}

.qc_tabs_10_style_box_icon > ul {
    width: auto;
    color: #000;
    left: 0 !important;
    border-radius: 5px;
}

.qc_tabs_10_style_box_icon ul li {
    display: inline-block;
    margin: 0;
    padding: 8px 12px;
    width: auto;
}

.qc_tabs_10_style_box_icon .woo_tab_s_p_add_to_cart {
    position: absolute;
    display: inline;
    text-align: center;
    margin: -19px 0 0 0;
    vertical-align: middle;
    background: none;
    color: #222;
    width: auto;
    padding: 20px 12px;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    right: -44px;
    top: 3px;
}

.qc_tabs_10_style_box_icon > ul > li:first-child {
    margin: 0;
    padding: 23px 14px;
    width: auto;
    background: none;
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    line-height: 55px;
}

.qc_tabs_10_style_box_icon .qc_quantity {
    width: auto;
    display: inline-block;
    padding: 0 10px
}

.qc_tabs_10_style_box_icon li .qc_pro_details ul li:first-child a {
    color: #000;
    padding: 0 12px;
    display: block;
}

.qc_qat_style_five {
    margin: 0 40px 0 0 !important;
}

.qc_tabs_10_style_box_icon li .qc_pro_details ul {
    left: 9px !important;
    top: -141px;
}

.qc_tabs_10_style_box_icon {
    width: 187px;
}

.qc_tabs_10_style_box_icon .woo_tab_s_p_add_to_cart {
    padding: 19px 15px;
}

.qc_tabs_10_style_box_icon ul li a {
    color: #222;
}

.qc_tabs_10_style_box_icon {
    margin: 120px auto 0 auto;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul li a:hover, .qc_qat_style_three .woo_tab_s_p_add_to_cart:hover {
    color: #9e0000;
}

.qc_tabs_10_style_box_icon ul li a:hover, .qc_tabs_10_style_box_icon .woo_tab_s_p_add_to_cart:hover {
    color: #9e0000;
}

.pro_list_12_box .pro_list_12_box_icon {
    background: rgba(182, 182, 182, 0.8);
    border-radius: 4px;
}

.qc-wootabs-content-section ul li .pro_list_12_box .pro_list_12_box_icon > ul {
    width: auto;
    color: #000;
    border-radius: 5px;
    padding: 0 12px 0 0 !important;
}

.pro_list_12_box .pro_list_12_box_icon ul > li {
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    width: auto;
}

.pro_list_12_box .pro_list_12_box_icon ul {
    left: 0 !important;
}

.pro_list_12_box_icon {
    left: 23% !important;
}

.pro_list_12_box .pro_list_12_box_icon .woo_tab_s_p_add_to_cart {
    position: absolute;
    display: inline;
    text-align: center;
    margin: -18px 0 0 0;
    vertical-align: middle;
    background: none;
    color: #222;
    width: auto;
    padding: 20px 12px;
    text-align: center;
    border-left: 1px solid #e7e7e7;
}

.pro_list_12_box .pro_list_12_box_icon > ul > li:first-child {
    margin: 0;
    padding: 20px 12px;
    width: auto;
    background: none;
    display: inline-block;
    border-right: 1px solid #e7e7e7;
}

.pro_list_12_box .pro_list_12_box_icon .qc_quantity {
    width: auto;
    display: inline-block;
    padding: 0 10px
}

.pro_list_12_box .pro_list_12_box_icon li .qc_pro_details ul li:first-child a {
    color: #000;
    padding: 0 12px;
    display: block;
}

.pro_list_12_box .qc_qat_style_seven {
    margin: 0 40px 0 0 !important;
    width: 105px !important;
}

.pro_list_12_box .pro_list_12_box_icon li .qc_pro_details ul {
    left: 9px !important;
    top: 0;
}

.pro_list_12_box .pro_list_12_box_icon {
    width: auto;
}

.pro_list_12_box .pro_list_12_box_icon .woo_tab_s_p_add_to_cart {
    padding: 20px 10px;
}

.pro_list_12_box .pro_list_12_box_icon ul > li a {
    color: #222;
}

.pro_list_12_box .pro_list_12_box_icon {
    margin: 120px auto 0 auto;
}

.pro_list_12_box .pro_list_12_box_icon ul > li > a {
    background: none;
}

.qc-wootabs-content-section ul li .pro_list_12_box .pro_list_12_box_icon ul > li {
    min-width: 20px !important;
    width: auto !important;
}

.pro_list_12_box_icon {
    top: 0;
    left: 0;
}

.pro_list_12_box .pro_list_12_box_icon ul li a {
    padding: 0;
    margin: 0;
}

.pro_list_12_box .pro_list_12_box_icon .woo_tab_s_p_add_to_cart {
    margin: -19px 0 0 15px;
}

.pro_list_12_box_icon ul li a:hover, .pro_list_12_box_icon .woo_tab_s_p_add_to_cart:hover {
    color: #9e0000;
}

.qc_quantity {
    position: relative;
}

.qc_tabs_10_style_box_hover img {
    display: none;
}

.qc_tabs_10_style_box_icon {
    margin: 0 auto;
}

.qc-tabs-style2 .wootabs li .qc_pro_details ul, .qc_tabs_10_style_box_icon, .pro_list_12_box .pro_list_12_box_icon {
    transition: all 5s;
    background: rgba(233, 231, 223, 0.95);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}

.woo_tab_s_p_add_to_cart:hover, .qc_pro_details ul li:first-child a:hover, .qc_tabs_10_style_box_icon > ul > li:first-child:hover {
    background: #EFEDED;
}

.qc_qat_style_two {
    position: relative;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    max-width: 150px;
    margin: 0;
    min-width: 120px;
}

.qc-tabs-style2 .qc_qat_style_three .woo_tab_s_p_add_to_cart {
    padding: 18px 12px;
    top: -14px;
    right: -40px;
}

.pro_list_12_box .pro_list_12_box_icon > ul > li:first-child, .qc-tabs-style2 .wootabs li .qc_pro_details > ul > li:first-child, .qc_tabs_10_style_box_icon > ul > li:first-child {
    border-right: 1px solid #fff;
}

.pro_list_12_box .pro_list_12_box_icon .woo_tab_s_p_add_to_cart, .qc_qat_style_three .woo_tab_s_p_add_to_cart, .qc_tabs_10_style_box_icon .woo_tab_s_p_add_to_cart {
    border-left: 1px solid #fff;
}

.woo_tab_s_p_add_to_cart {
    font-size: 18px;
    color: #333;
}

.woo_tab_s_p_add_to_cart:hover {
    background: none;
    color: #999;
}

.qc-tabs-style10 .qc_tabs_10_style_box h2 {
    max-height: 30px;
    overflow: hidden;
}

.qc-tabs-style1 .qc_qat_style_two {
    background: none !important;
}

.qc-tabs-style2 .wootabs > li {
    min-width: 246px !important;
}

.qc-tabs-style2 .wootabs li .qc_pro_details {
    top: 36%;
    left: 14%;

}

.qc_tabs_10_style_box_hover {
    top: 20%;
}

.qc-tabs-style10 .qc_tabs_10_style_box_hover {
    top: 0%;
}

.pro_list_12_box_icon label {
    display: none;
}

.qc_qat_style_eight a.woo_tab_s_p_add_to_cart {
    padding: 5px 21px;
    font-size: 16px;
}

ul.pro_icon {
    width: 44px;
}

.qc-tabs-style9 .qc_quantity input.qc_minus {
    background: #f8f8f8;
    width: 34px;
    margin: 0 0 0 0;
    cursor: pointer;
}

.qc-tabs-style9 .qc_quantity input {
    max-width: 34px;
}

.qc-tabs-style9 .qc_quantity input.qc_plus {
    background: #f8f8f8;
    width: 34px;
    font-size: 14px;
    margin: 0 0 0 0;
    cursor: pointer;
}

.qc-tabs-style9 .action_buy {
    border-radius: 4px;
}

.qc_qat_style_six .woo_tab_s_p_add_to_cart:hover, .qc-tabs-style9 ul.pro_icon li a:hover {
    color: #222;
}

.qc-wootabs-content-section ul li .product-box h2 {
    max-height: 74px;
    overflow: hidden;
    display: flex;
    text-overflow: ellipsis;
    margin: -18px 0 0 0;
}

.qc-tabs-style2 ul.wootabs li h2 {
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 18px 0 0 0;
}

.qc-tabs-style8 .qc-product-details-right h2 {
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.qc-tabs-style9 h3.pro_title_04 a {
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

h2.pro_list_12_title {
}

.qc-tabs-style13 .qc_tabs_10_style_box h2 {
    overflow: hidden;
    padding: 0 10px;
}

h3.item-list-title {
    margin: 0 0 12px 0;
    height: 45px;
    overflow: hidden;
}

/**** BTN Normal Style ****/

.qc-tabs-style1 ul.qc_nav_style_1 li {
    padding: 5px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 4px 2px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
}

.qc-tabs-style1 .qc_theme_two ul.qc_nav_style_1 li.qc_theme_two span {
    background: none;
}

.qc-tabs-style1 .qc_theme_two ul.qc_nav_style_1 li.qc_theme_two:hover span {
    background: none !important;
}

.qc-tabs-style1 ul.qc_nav_style_1 li span {
    display: none;
}

.qc-tabs-style1 ul.qc_nav_style_1 li {
    border: 1px solid #999;
    z-index: 1;
}

.qc-tabs-style1 ul.qc_nav_style_1 li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.qc-tabs-style1 ul.qc_nav_style_1 li:hover {
    color: #fff !important;
}

.qc-tabs-style1 ul.qc_nav_style_1 li:hover:after {
    top: 0;
    height: 100%;
}

.qc-tabs-style1 ul.qc_nav_style_1 li:active {
    top: 2px;
}

.qc-tabs-style1 ul.qc_nav_style_1 li span {
    background: none;
}

.qc-tabs-style1 ul.tabs li.current span {
    background: none;
}

.qc-tabs-style1 ul.qc_nav_style_1 li.current {
    background: #000;
}

.qc-tabs-style2 ul.wotabs_style2 {
    border-radius: 4px;
}

.qc-tabs-style2 ul.qc_nav_style_1 li {
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 2px 0px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 4px;
}

.qc-tabs-style2 ul.qc_nav_style_1 li {
    border: 1px solid #999;
    z-index: 1;
}

.qc-tabs-style2 ul.qc_nav_style_1 li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.qc-tabs-style2 ul.qc_nav_style_1 li:hover {
    color: #fff !important;
}

.qc-tabs-style2 ul.qc_nav_style_1 li:hover:after {
    top: 0;
    height: 100%;
}

.qc-tabs-style2 ul.qc_nav_style_1 li:active {
    top: 2px;
}

.qc-tabs-style1 ul.qc_nav_style_1 li span {
    background: none;
}

.qc-tabs-style1 ul.qc_nav_style_1 li.current span {
    background: none;
}

.qc-tabs-style2 ul.qc_nav_style_1 li.current {
    background: #000;
    border-radius: 0;
    color: #EFEFEF;
    border: 1px solid #333;
}

.qc-tabs-style10 ul.qc_nav_style_1 {
    background: none !important;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li {
    padding: 5px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 4px 2px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 4px;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li {
    border: 1px solid #999;
    z-index: 1;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li:hover {
    color: #fff !important;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li:hover:after {
    top: 0;
    height: 100%;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li:active {
    top: 2px;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li span {
    background: none;
}

.qc-tabs-style10 ul.qc_nav_style_1 > li.current span {
    background: none;
}

/*.qc-tabs-style10 ul.qc_nav_style_1 > li.current { background: none; border: 1px solid #222; }*/
.qc-tabs-style9 ul.qc_nav_style_1 {
    background: none !important;
}

.qc-tabs-style9 ul.qc_nav_style_1 li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 4px 2px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 4px;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li {
    border: 1px solid #999;
    z-index: 1;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li > a {
    padding: 0 !important;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li:hover {
    color: #fff !important;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li:hover:after {
    top: 0;
    height: 100%;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li:active {
    top: 2px;
}

.qc-tabs-style9 ul.qc_nav_style_1 li span {
    background: none;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li.current span {
    background: none;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li.current {
    background: none;
    border: 1px solid #222;
}

.qc-tabs-style9 ul.qc_nav_style_1 > li.active a {
    color: #222;
}

.qc-tabs-style9 li.active a, li.active a:hover {
    background-image: none;
    color: #222;
}

.qc-tabs-style13 ul.qc_nav_style_1 {
    background: none !important;
}

.qc-tabs-style13 ul.qc_nav_style_1 li {
    padding: 5px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 4px 2px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 4px;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li {
    border: 1px solid #999;
   /* z-index: 1;*/
}

.qc-tabs-style13 ul.qc_nav_style_1 > li > a {
    padding: 0 !important;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:hover {
    color: #fff !important;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:hover:after {
    top: 0;
    height: 100%;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:active {
    top: 2px;
}

.qc-tabs-style13 ul.qc_nav_style_1 li span {
    background: none;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.current span {
    background: none;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.current {
    background: none;
    border: 1px solid #222;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.active a {
    color: #222;
}

.qc-tabs-style13 li.active a, li.active a:hover {
    background-image: none;
    color: #222;
}

.qc-tabs-style10 ul.qc_theme_five li {
    margin: 0 0 5px 0;
}

.ilist-section-25 ul.qc_nav_style_1 {
    background: none !important;
}

.ilist-section-25 ul.qc_nav_style_1 li {
    padding: 5px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 4px 2px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 4px;
}

.ilist-section-25 ul.qc_nav_style_1 > li {
    border: 1px solid #999;
    z-index: 1;
}

.ilist-section-25 ul.qc_nav_style_1 > li > a {
    padding: 0 !important;
}

.ilist-section-25 ul.qc_nav_style_1 > li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.ilist-section-25 ul.qc_nav_style_1 > li:hover {
    color: #fff !important;
}

.ilist-section-25 ul.qc_nav_style_1 > li:hover:after {
    top: 0;
    height: 100%;
}

.ilist-section-25 ul.qc_nav_style_1 > li:active {
    top: 2px;
}

.qilist-section-25 ul.qc_nav_style_1 li span {
    background: none;
}

.ilist-section-25 ul.qc_nav_style_1 > li.current span {
    background: none;
}

.ilist-section-25 ul.qc_nav_style_1 > li.current {
    background: none;
    border: 1px solid #222;
}

.ilist-section-25 ul.qc_nav_style_1 > li.active a {
    color: #222;
}

.ilist-section-25 li.active a, li.active a:hover {
    background-image: none;
    color: #222;
}

.qc-tabs-style13 ul.qc_nav_style_1 {
    background: none !important;
}

.qc-tabs-style13 ul.qc_nav_style_1 li {
    padding: 0px 5px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 4px 2px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 4px;
    min-width: 100px;
    line-height: 38px;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li {
    border: 1px solid #999;
   /* z-index: 1;*/
}

.qc-tabs-style13 ul.qc_nav_style_1 > li > a {
    padding: 0 !important;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:hover {
    color: #fff !important;
    background: #000
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:hover:after {
    top: 0;
    height: 100%;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li:active {
    top: 2px;
}

.qc-tabs-style13 ul.qc_nav_style_1 li span {
    background: none;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.current span {
    background: none;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.current {
    background: none;
    border: 1px solid #222;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.active a {
    color: #222;
}

.qc-tabs-style13 ul.qc_nav_style_1 li.active a, li.active a:hover {
    background-image: none;
    color: #222;
}

.qc-tabs-style13 ul.qc_nav_style_1 li {
    height: 38px;
    /*line-height: 17px !important;*/
    margin: 0 0 6px 0;
}

ul.qc_nav_style_1 {
    text-align: center !important;
}

h2.pro_list_12_title a {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-height: 30px;
}

.qc-wootabs-content-section ul li .qc-woprice {
    width: 40% !important;
}

.theme-one .qc_qat_style_two {
    width: auto !important
}

.qc-tabs-style10 ul.qc_nav_style_1 li.current {
    background: #000;
    color: #fff;
}

.qc-tabs-style1 .qc_qat_style_two {
    float: right;
    margin: 0 !important;
    left: 0 !important;

}

.qc-tabs-style1 .qc_quantity {
    max-width: 160px;
    margin: 10px 0 0 70px;
    position: relative;
    left: 68px;
}

.qc-tabs-style9 ul.qc_nav_style_1 li {
    padding: 5px 25px;
}

/*update css*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    display: inline !important;
}

.ilist-section-25 ul.theme-nine .upvote {
    width: 50%;
}

h3.item-list-title a {
    box-shadow: none !important;
}

a {
    box-shadow: none !important;
}

.qc_quantity input {
    color: #222 !important;
}

.ilist-25 .ilist-item-main {
    border-radius: 5px;
}

.item-title-text {
    border-radius: 5px;
}

.ilist-item-main:hover .item-title-text {
    border-radius: 0px;
}

.qc_theme_four h1 {
    margin: 0 !important;
}

.qc-tabs-style1 .qc_quantity {
    max-width: 100px !important;
    margin: 0 !important;
    position: relative !important;
    left: 13px !important;
    float: right;
}

.qc-tabs-style1 .qc-wootabs-content-section ul > li .qc-woprice {
    width: 48% !important;
}

.qc-tabs-style1 .qc-wootabs-content-section ul li .product-bottom {
    min-height: 45px;
}

.qc-tabs-style1 .woo_tab_s_p_add_to_cart {
    margin-left: 9px !important;
}

/*last update css*/

.qc-tabs-style9 li.active a, li.active a:hover {
    padding-bottom: 12px;
}

.qc-tabs-style13 ul.tabs12 li.current {

    background-image: none;
}

.qc-tabs-style13 button.slick-prev {
    top: 14px;
}

.qc-tabs-style13 button.slick-next {
    top: 12px;
}

.qc-tabs-style13 ul.qc_nav_style_1 li {
    /*    background: #2f2f2f;
        color: #f6f6f6;*/
}

.qc-tabs-style13 ul.tabs li.current {
    border-top: none;
    border-bottom: none;
    color: none;
}

.qc-tabs-style9 ul.qc_nav_style_1 li.slick-slide {
    padding: 0px 20px;
}

.qc-tabs-style13 ul.tabs12 .slick-track li.slick-slide {
    display: inline-block;
    width: 248px !important;
    margin: 0 2px;
}

.qc-tabs-style9 li.active a, li.active a:hover {
    padding-bottom: 5px;
}

.qc-tabs-style9 li.slick-slide a {
    padding: 5px 10px;
}

.qc-tabs-style9 button.slick-prev {
    top: 8px;
}

.qc-tabs-style9button.slick-next {
    top: 8px;
}

.qc-tabs-style10 ul.qc_theme_five li.slick-slide {
    padding: 5px 20px;
}

.qc-tabs-style8 .qcld-wootab-more-scroll-container {
    margin: 0px auto 15px auto;
}

.qc-tabs-style10 ul.qc_nav_style_1 li {
    border: 1px solid #ccc !important;
}

.qc-tabs-style10 ul.tabs li {
    color: #323232;

}

.qc-tabs-style10 ul.qc_theme_five li.slick-slide {
    padding: 5px 0px;
    width: 253px !important;
    margin: 0 2px;
}

.qc-tabs-style2 ul.qc_nav_style_1 li.slick-slide {
    padding: 5px 0px;
    width: 253px !important;
    margin: 0 2px;
}

.qc-tabs-style10 button.slick-next {
    top: 12px;
}

.qc-tabs-style10 button.slick-prev {
    top: 12px;
}

.qc-tabs-style13 ul.tabs12 .slick-track li.slick-slide {
    border: 1px solid #ccc;
}

/*.entry-content ol li, .entry-summary ol li, .col-inner ol li, .entry-content ul li, .entry-summary ul li, .col-inner ul li {
    margin-left: 0 !important;
}
*/

.pro_list_12 ul.theme-seven li {
    margin-left: 0 !important;
}

.qc-tabs-style2 ul.wootabs li .woo_price {
    min-height: 40px;
}

.qc-tabs-style9 .slider:not(.flickity-enabled) {
    overflow: hidden;
}

.qc-tabs_style_new ul.qc_nav_style_1 {
    background: none !important;
}

.qc-tabs_style_new ul.qc_nav_style_1 li {
    padding: 5px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
    margin: 4px 2px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #222;
    border-radius: 4px;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li {
    border: 1px solid #999;
    z-index: 1;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li > a {
    padding: 0 !important;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li:hover {
    color: #fff !important;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li:hover:after {
    top: 0;
    height: 100%;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li:active {
    top: 2px;
}

.qc-tabs-style13 ul.qc_nav_style_1 li span {
    background: none;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li.current span {
    background: none;
}

.qc-tabs_style_new ul.qc_nav_style_1 > li.current {
    background: none;
    border: 1px solid #222;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.active a {
    color: #222;
}

.qc-tabs_style_new ul.qc_nav_style_1 li.active a, li.active a:hover {
    background-image: none;
    color: #222;
}

.qc-tabs_style_new ul.qc_nav_style_1 li {
    line-height: 17px !important;
    padding: 8px 15px !important;
    margin: 0 0 6px 0;

}

.qc-tabs_style_new ul.qc_nav_style_1 li.slick-slide {
    line-height: 17px !important;
    padding: 10px 4px !important;
    margin: 0 3px !important;
}

.qc-tabs_style_new .qcld-wootab-more-scroll-container {
    padding: 0 0 20px 0;
}

.qc-tabs_style_new .qc-wootabs-content-section > ul > li {
    width: 32.5% !important;
}

.qc-tabs_style_new .qc_quantity {
    margin: 0 0 0 0;
    position: relative;
    top: 10px;
}

.qc-tabs_style_new button.slick-next {
    border: none;
    width: 22px;
    height: 17px;
    top: 10px;
    cursor: pointer;
    right: -25px;
}

.qc-tabs_style_new button.slick-prev {
    border: none;
    width: 22px;
    height: 17px;
    top: 10px;
    cursor: pointer;
    left: -24px;
}

/*
.qc-tabs-style2 .wootabs > li:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.qc-tabs-style2 .wootabs_img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}



.qc-tabs-style2 .wootabs_img {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.qc-tabs-style2 .wootabs > li:hover .wootabs_img img {

	-webkit-filter: blur(3px);
	filter: blur(3px);
}
*/

/* Blur + Gray Scale */
.qc-tabs-style2 .wootabs_img {
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.qc-tabs-style2 .wootabs > li:hover .wootabs_img img {
    -webkit-filter: grayscale(100%) blur(2px);
    filter: grayscale(100%) blur(2px);
    box-shadow: none;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .product-box {
    text-align: center;
}

.qc-tabs_style_new .qc-wootabs-content-section ul li .product-box h2 a {
    display: block;
    width: 100%;
}

.qc-tabs-style1_new .qc-wootabs-content-section ul.theme-one {
    margin: 0;
    padding: 0;
    text-align: center;
}

.qc-tabs-style1_new .qc-wootabs-content-section ul.theme-one h2 {
    border: none;
    color: #653CFF !important;
}

.qc-tabs-style1_new .qc-wootabs-content-section ul.theme-one h2 a {
    display: block;
    width: 100%;
    color: #653CFF !important;
}

.qc-tabs-style1_new .qc-wootabs-content-section ul > li .qc-woprice {
    width: 100% !important;
}

.qc-tabs-style1_new .qc-wootabs-content-section .qc_quantity {
    margin: 0 auto !important;
    position: relative !important;
    left: 0 !important;
    float: none;
    width: 100% !important;
}

.qc-tabs-style1_new .qc-wootabs-content-section ul li .qc-woprice {
    margin: 0 0 10px 0;

}

.qc-tabs-style1_new .qc-wootabs-content-section ul li .product-box {
    border: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.qc-tabs-style1_new .qc-wootabs-content-section ul li {
    padding: 20px 25px;

}

.qc-tabs-style1_new .qc-wootabs-content-section ul li .product-box:hover {
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);

}

.qc-tabs-style1_new .qc_quantity {
    max-width: 100% !important;
    width: 100% !important;
}

.qc-tabs-style1_new .qc_quantity input {
    float: left;
}

.qc-tabs-style1_new .qc_quantity input.qc_minus {
    float: left;
}

.qc-tabs-style1_new .woo_tab_s_p_add_to_cart {
    margin: 0px 0 0 0;
}

.qc-tabs-style1_new .qc-wootabs-content-section ul li .product-img img {
    border: none;
}

.qc_carousel_demo1 .qc_quantity input {
    padding: 5px 5px 3px 5px !important;
}

.entry-content ol li, .entry-summary ol li, .col-inner ol li, .entry-content ul li, .entry-summary ul li, .col-inner ul li {
    margin-left: 0 !important;
}

.qc-tabs-style1_new .qc_quantity a.woo_tab_s_p_add_to_cart {
    background: #f8f8f8;
    border: 1px solid #e4e4e4 !important;
    margin: 2px 0 0 0 !important;
    padding: 0 10px;
}

.qc-tabs-style1_new .product-box label {
    margin: -23px -11px 0 0;

}

.qc-tabs-style1_new .qc_quantity input {
    margin: 0 !important;
}

.qc-tabs-style1 .qc_quantity {
    max-width: 125px !important;
}

.qc-tabs-style1_new .qc_quantity {
    max-width: 100% !important;
}

.qc-tabs-style8 .qc_quantity input {
    margin: 0 !important;
}

.ilist-section-25 .qc_quantity input {
    margin: -5px -5px 0 0 !important;
}

@media screen and (max-width: 1170px) {
    .qc-tabs-style8 .qc-product-box li {
        width: 49.2% !important;
    }
}

@media screen and (max-width: 768px) {
    .qc-tabs-style13 ul.qc_tabs_10_style > li {
        margin: 0 5px 15px;
        width: 48% !important;
    }

    .qc_tabs_10_style_box_details {
        margin: 0 auto;
        padding: 97px 0 !important;
        width: 96%;
    }

    .qc_tabs_10_style_box_hover {
        margin: 0 !important;
    }

    .qc-wootabs-content-section ul li {
        width: 47.7% !important;
    }
}

@media screen and (max-width: 767px) {
    .qc-tabs-style13 ul.qc_tabs_10_style > li {
        width: 48% !important;
    }

    .qc-tabs-style8 .qc-product-box li {
        width: 49.2% !important;
    }

    .qc-tabs-style13 ul.qc_tabs_10_style > li {
        width: 47% !important;
    }

    .qc-tabs-style1 ul.tabs li {
        padding: 12px 10px;
    }

    .ilist-section-25 .qc-wootabs-col-6 {
        width: 100%;
    }
}

@media screen and (max-width: 666px) {
    .qc-wootabs-content-section ul li {
        width: 100% !important;
    }
}

@media screen and (max-width: 640px) {
    .qc-tabs-style13 ul.qc_tabs_10_style > li {
        width: 47% !important;
    }

    .qc-tabs-style8 .qc-product-box li {
        width: 49.2% !important;
    }

    .qc-tabs-style8 .qc-product-box li {
        width: 100% !important;
    }

    .qc-tabs-style8 .qc-product-box li:nth-child(2n+2) {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 634px) {
    .qc-tabs-style10 ul.qc_tabs_10_style > li {
        width: 96% !important;
    }
}

@media screen and (max-width: 602px) {
    .qc-wootabs-content-section ul li {
        width: 100%;
    }
}

@media screen and (max-width: 584px) {
    .qc-tabs-style13 ul.qc_tabs_10_style > li {
        width: 100% !important;
    }

    .qc-tabs-style13 .qc_tabs_10_style_box img {
        height: auto !important;
        max-height: 100%;
        max-width: 90%;
    }

    .qc-wootabs-content-section ul li {
        width: 98% !important;
    }
}

@media screen and (max-width: 480px) {
    .tab-link {
    }

    .qc-tabs-style13 ul.qc_tabs_10_style > li {
        width: 100% !important;
    }

    .qc-tabs-style9 .grid__sizer, .qc-tabs-style9 .pro_list_04, .qc-tabs-style9 .pro_larg_size_demo {
        width: 100%;
    }

    .qc-tabs-style8 .qc-product-box li {
        width: 100% !important;
    }

    .qc_tabs_10_style_box_details {
        margin: 0 auto;
        padding: 123px 0 !important;
        width: 96%;
    }

    .qc_tabs_10_style_box_hover {
        margin: -519px 0 0 !important;
    }

    .qc-tabs-style13 ul.tabs li {
        width: 100%;

    }

    ul.qctabs_10 li {
        width: 100%;
    }

    .qc-tabs-style13 ul.tabs12 li {
        line-height: 100px;
        width: 100% !important;
    }
}

@media screen and (max-width: 375px) {
    .qc_tabs_10_style_box_hover {
        margin: -447px 0 0 !important;
    }
}

.swal2-textarea {
    display: none !important;
}

ul.qc_nav_style_1 li.current {
    background: #222;
    color: #fff;
}

ul.qc_nav_style_1 li.current a {
    color: #fff;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.current {
    background: #222;
    color: #fff;
}

.qc-tabs-style13 ul.qc_nav_style_1 li.current:first-child {
    background: #222;
    color: #fff;
}

.qc-tabs-style13 ul.tabs li.current {
    background: #222;
    color: #fff;
}

.qc-tabs-style13 ul.qc_nav_style_1 > li.current {
    background: #222;
    color: #fff;
}

.ilist-section-25 ul.qc_nav_style_1 > li.current {
    background: #222;
    color: #fff;
}


.qc_product_quantity {
    margin: -6px 0 0 0 !important;
    line-height: 16px;
}
input.qc_product_quantity {
    line-height: 17px;
    margin: -6px 0 0 0 !important;
}
a.product_out_of_stock i{
	color:#F00;
}




 @-moz-document url-prefix() {
input.qc_product_quantity {
    margin: -7px 0 0 0 !important;
}
}


.fusion-row input.qc_product_quantity {
    margin: -1px 0 0 0 !important;
}




@media screen and (max-width:479px) {

.qc-tabs-style13 button.slick-prev {
    left: -21px;
	top: 13px;
}

.qc-tabs-style13 button.slick-next {
    right: -21px;
	top: 13px;
}

}


/*----------------------------------------------------------------------------------
FancyBox CSS
------------------------------------------------------------------------------------*/
@charset "UTF-8";
.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container ~ .fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider, .fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0
}

.fancybox-slide:before, .fancybox-slide > * {
    display: inline-block;
    vertical-align: middle
}

.fancybox-slide > * {
    position: relative;
    padding: 24px;
    /* margin: 44px 0; */
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
    background: transparent
}

.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.fancybox-image, .fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: none
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after, .fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
    opacity: .5
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--left:after, .fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

.fancybox-button--close:after, .fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width: 800px) {
    .fancybox-controls {
        text-align: left
    }

    .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important
    }

    .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

@media screen and (max-width: 767px) {

    .qcld-express-popup-table {
        width: 90%;
    }
    .fancybox-slider-wrap .qcld_wootab-product-details .single-product div.product .woocommerce-product-gallery {
        opacity: 1 !important;
    }
}

/******************************
 Metarial preloader start
 ******************************/
.load-bar {
    position: relative;
    bottom: 0;
    height: 5px;
    width: 100%
}
.load-bar-container {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden
}
.load-bar .load-bar-container:last-child {
    float: right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right
}
.load-bar-base {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #159756
}
.color {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute
}
.base1 .red {
    background: #da4733;
    -webkit-animation: move_left_red 4s infinite linear;
    -moz-animation: move_left_red 4s infinite linear;
    -ms-animation: move_left_red 4s infinite linear;
    animation: move_left_red 4s infinite linear
}
.base1 .blue {
    background: #3b78e7;
    -webkit-animation: move_left_blue 4s infinite linear;
    -moz-animation: move_left_blue 4s infinite linear;
    -ms-animation: move_left_blue 4s infinite linear;
    animation: move_left_blue 4s infinite linear
}
.base1 .yellow {
    background: #fdba2c;
    -webkit-animation: move_left_yellow 4s infinite linear;
    -moz-animation: move_left_yellow 4s infinite linear;
    -ms-animation: move_left_yellow 4s infinite linear;
    animation: move_left_yellow 4s infinite linear
}
.base1 .green {
    background: #159756;
    -webkit-animation: move_left_green 4s infinite linear;
    -moz-animation: move_left_green 4s infinite linear;
    -ms-animation: move_left_green 4s infinite linear;
    animation: move_left_green 4s infinite linear
}
@-webkit-keyframes move_left_red {
    0% {
        -webkit-transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        -webkit-transform: translateX(0%)
    }
}
@-moz-keyframes move_left_red {
    0% {
        -moz-transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        -moz-transform: translateX(0%)
    }
}
@-ms-keyframes move_left_red {
    0% {
        -ms-transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        -ms-transform: translateX(0%)
    }
}
@keyframes move_left_red {
    0% {
        transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        transform: translateX(0%)
    }
}
@-webkit-keyframes move_left_blue {
    0%, 25% {
        -webkit-transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        -webkit-transform: translateX(0%)
    }
}
@-moz-keyframes move_left_blue {
    0%, 25% {
        -moz-transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        -moz-transform: translateX(0%)
    }
}
@-ms-keyframes move_left_blue {
    0%, 25% {
        -ms-transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        -ms-transform: translateX(0%)
    }
}
@keyframes move_left_blue {
    0%, 25% {
        transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        transform: translateX(0%)
    }
}
@-webkit-keyframes move_left_yellow {
    0%, 25%, 50% {
        -webkit-transform: translateX(100%)
    }
    100%,
    75% {
        -webkit-transform: translateX(0%)
    }
}
@-moz-keyframes move_left_yellow {
    0%, 25%, 50% {
        -moz-transform: translateX(100%)
    }
    100%,
    75% {
        -moz-transform: translateX(0%)
    }
}
@-ms-keyframes move_left_yellow {
    0%, 25%, 50% {
        -ms-transform: translateX(100%)
    }
    100%,
    75% {
        -ms-transform: translateX(0%)
    }
}
@keyframes move_left_yellow {
    0%, 25%, 50% {
        transform: translateX(100%)
    }
    100%,
    75% {
        transform: translateX(0%)
    }
}
@-webkit-keyframes move_left_green {
    0%, 25%, 50%, 75% {
        -webkit-transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}
@-moz-keyframes move_left_green {
    0%, 25%, 50%, 75% {
        -moz-transform: translateX(100%)
    }
    100% {
        -moz-transform: translateX(0%)
    }
}
@-ms-keyframes move_left_green {
    0%, 25%, 50%, 75% {
        -ms-transform: translateX(100%)
    }
    100% {
        -ms-transform: translateX(0%)
    }
}
@keyframes move_left_green {
    0%, 25%, 50%, 75% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(0%)
    }
}
.base2 .red {
    background: #da4733;
    -webkit-animation: move_right_red 4s infinite linear;
    -moz-animation: move_right_red 4s infinite linear;
    -ms-animation: move_right_red 4s infinite linear;
    animation: move_right_red 4s infinite linear
}
.base2 .blue {
    background: #3b78e7;
    -webkit-animation: move_right_blue 4s infinite linear;
    -moz-animation: move_right_blue 4s infinite linear;
    -ms-animation: move_right_blue 4s infinite linear;
    animation: move_right_blue 4s infinite linear
}
.base2 .yellow {
    background: #fdba2c;
    -webkit-animation: move_right_yellow 4s infinite linear;
    -moz-animation: move_right_yellow 4s infinite linear;
    -ms-animation: move_right_yellow 4s infinite linear;
    animation: move_right_yellow 4s infinite linear
}
.base2 .green {
    background: #159756;
    -webkit-animation: move_right_green 4s infinite linear;
    -moz-animation: move_right_green 4s infinite linear;
    -ms-animation: move_right_green 4s infinite linear;
    animation: move_right_green 4s infinite linear
}
@-webkit-keyframes move_right_red {
    0% {
        -webkit-transform: translateX(-100%)
    }
    100%,
    25%,
    50%,
    75% {
        -webkit-transform: translateX(0%)
    }
}
@-moz-keyframes move_right_red {
    0% {
        -moz-transform: translateX(-100%)
    }
    100%,
    25%,
    50%,
    75% {
        -moz-transform: translateX(0%)
    }
}
@-ms-keyframes move_right_red {
  0% {
    -ms-transform: translateX(-100%)
  }
  100%,25%,50%,75% {
    -ms-transform: translateX(0%)
  }
}
@keyframes move_right_red {
  0% {
    transform: translateX(-100%)
  }
  100%,25%,50%,75% {
    transform: translateX(0%)
  }
}
@-webkit-keyframes move_right_blue {
  0%, 25% {
    -webkit-transform: translateX(-100%)
  }
  100%,50%, 75% {
    -webkit-transform: translateX(0%)
  }
}
@-moz-keyframes move_right_blue {
  0%, 25% {
    -moz-transform: translateX(-100%)
  }
  100%,50%,75% {
    -moz-transform: translateX(0%)
  }
}
@-ms-keyframes move_right_blue {
  0%, 25% {
    -ms-transform: translateX(-100%)
  }
  100%,50%, 75% {
    -ms-transform: translateX(0%)
  }
}
@keyframes move_right_blue {
  0%, 25% {
    transform: translateX(-100%)
  }
  100%, 50%,75% {
    transform: translateX(0%)
  }
}
@-webkit-keyframes move_right_yellow {
  0%, 25%, 50% {
    -webkit-transform: translateX(-100%)
  }
  100%,75% {
    -webkit-transform: translateX(0%)
  }
}
@-moz-keyframes move_right_yellow {
  0%, 25%, 50% {
    -moz-transform: translateX(-100%)
  }
  100%,75% {
    -moz-transform: translateX(0%)
  }
}
@-ms-keyframes move_right_yellow {
  0%, 25%, 50% {
    -ms-transform: translateX(-100%)
  }
  100%,75% {
    -ms-transform: translateX(0%)
  }
}
@keyframes move_right_yellow {
  0%, 25%, 50% {
    transform: translateX(-100%)
  }
  100%,75% {
    transform: translateX(0%)
  }
}
@-webkit-keyframes move_right_green {
  0%, 25%, 50%, 75% {
    -webkit-transform: translateX(-100%)
  }
  100% {
    -webkit-transform: translateX(0%)
  }
}
@-moz-keyframes move_right_green {
  0%, 25%, 50%, 75% {
    -moz-transform: translateX(-100%)
  }
  100% {
    -moz-transform: translateX(0%)
  }
}
@-ms-keyframes move_right_green {
  0%, 25%, 50%, 75% {
    -ms-transform: translateX(-100%)
  }
  100% {
    -ms-transform: translateX(0%)
  }
}
@keyframes move_right_green {
  0%, 25%, 50%, 75% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(0%)
  }
}


.qcld_wootab-product-details .woocommerce-product-gallery{
    opacity: 1 !important;
}
.woo_tab_product_details{
    padding-right:5px;
}

/* Style by Delowar */

.qcld_wootab-product-details .woocommerce-product-gallery__wrapper{
  float:right !important;
}
.qcld_wootab-product-details .single-product div.product .woocommerce-product-gallery {
  margin-bottom: 0px !important; 

}
.qcld_wootab-product-details #respond {
  padding: 0px !important;
}


.qcld_wootab-product-details #rating {
  padding: .6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  width: 100%;
}
.qcld_wootab-product-details .woocommerce-Reviews {
    width: 100%;
}
.qcld_wootab-product-details .comment-form-rating {
    margin: 20px 0;
}
.qcld_wootab-product-details .woocommerce-Reviews {
    margin: 20px 0;
}
.qcld_wootab-product-details .woocommerce #reviews #comment {
    height: 140px;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description {
    margin-top: 30px;
    margin-bottom: 30px;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description p,
.qcld_wootab-product-details .woocommerce-Tabs-panel p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

div#qcld-express-product {
  max-width: 1170px;
  margin: 0 auto;
}


.qcld_wootab-product-details .related.products {
  width: 100%;
  clear: both;
}
.qcld_wootab-product-details .woocommerce-tabs ul {
    padding-left:0 !important;
}

.single-product .products {
    margin-top:30px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.qcld_wootab-product-details .woocommerce-Reviews #commentform input[type=email], 
.qcld_wootab-product-details .woocommerce-Reviews #commentform input[type=text], 
.qcld_wootab-product-details .woocommerce-Reviews #commentform input[type=url] {
  width: 100%;
}
.qcld_wootab-product-details .woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 60px;
}

.qcld-express-action input[type=number]{
  border: 1px solid #ddd;
}

.qcld_express_s_ps,.qcld_express_out_of_pro{
  position: relative;
  display: inline-block !important;
  width: 30% !important;
  padding: 2px 9px !important;
  font-size: 18px;
}

.qcld_wootab-product-details .woocommerce-product-gallery__wrapper {
    width: 100% !important;
}

.qc-wootabs-sorting-sections{
    width:100%;
    height: 40px;
    padding-top: 8px;
    padding-right:25px;
    background: transparent;
    margin: 0 auto;
}
.qc-wootabs-sortings{
    float: right;
    margin-right: 7px;
}



/*
 * Dropdown menu style .....
 */

.qc-tabs-style13 ul.qc_nav_style_1 li {
    position: relative;
}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children{
    position: absolute;
    width:100%;
    height:auto;
    top:107%;
    left:0px;
    padding-bottom:5px;
    padding:0px;
    margin:0px;
    background: transparent;
    z-index: 99;
}
.qc-tabs-style13 ul.qc_nav_style_1 li:last-child ul.qcld_children{
    width:200px;
    top:107%;
    right:0px !important;
    left:auto;
}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li{
    padding: 0px;
    margin: 0px;
    padding-top: 0px;
    width: 200px;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #ddd !important;
    display: none;
    transition: all 0.3s ease-in;
    box-shadow: 0px 0px #126CA1 inset;
    transition: box-shadow .3s,text-indent .3s;
}
.qc-tabs-style13 ul.qc_nav_style_1 li:hover ul.qcld_children li{
    opacity: 0;
    transition: all 0.3s ease-in;
}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li:first-child:before{
    /*position: absolute;
    left: 25px;
    top: -8px;
    content: '\25bc';
    padding-left: 0.5em;
    color: #000;    
    z-index: 9;*/

}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li:hover{
    box-shadow: 4px 0px #126CA1  inset;
    transition: box-shadow .3s linear,text-indent .3s linear;
    text-indent: 10px;
}

.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child{
    position: absolute;
    top:0px;
    right:-202px;
    display: none;
}

.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li:hover .qcld_children-child{
    display: block;
}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li:first-child:before{
    display: none;
}

.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li:first-child:before{
  /*  display: block;
    position: absolute;
    left: -10px;
    top: 12px;
    content: '\25bc';
    padding-left: 0em;
    transform: rotate(-90deg);
    z-index: 9;*/
}
.qc-tabs-style13 ul.qc_nav_style_1 li .qcld_menu_status{
    position: relative;
    left: -6px;
    top: -39px;
    height: 38px;
    box-shadow: 4px 0px #126CA1 inset;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_menu_status{
    position: relative;
    left: -6px;
    top: -39px;
    height: 38px;
    box-shadow: 4px 0px #126CA1 inset;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li .qcld_children-child{
    display: none;
}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li:hover .qcld_children-child{
    display: block;
}
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child li:hover .qcld_children-child li:first-child:before{
   /* display: block;
    position: absolute;
    left: -10px;
    top: 12px;
    content: '\25bc';
    padding-left: 0em;
    transform: rotate(-90deg);    
    z-index: 9;*/

}


.qc-tabs-style13 ul.qc_nav_style_1 li:hover ul.qcld_children li:nth-of-type(1) {
  -webkit-animation: in 0.15s 0.575s forwards;
          animation: in 0.15s 0.575s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.575s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
   display: block;
}
.qc-tabs-style13 ul.qc_nav_style_1 li:hover ul.qcld_children li:nth-of-type(2) {
  -webkit-animation: in 0.15s 0.7s forwards;
          animation: in 0.15s 0.7s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.7s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
   display: block;
}
.qc-tabs-style13 ul.qc_nav_style_1 li:hover ul.qcld_children li:nth-of-type(3) {
  -webkit-animation: in 0.15s 0.825s forwards;
          animation: in 0.15s 0.825s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.825s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
   display: block;
}
.qc-tabs-style13 ul.qc_nav_style_1 li:hover ul.qcld_children li:nth-of-type(4) {
  -webkit-animation: in 0.15s 0.95s forwards;
          animation: in 0.15s 0.95s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.95s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
   display: block;
}
.qc-tabs-style13 ul.qc_nav_style_1 li:hover ul.qcld_children li:nth-of-type(5) {
  -webkit-animation: in 0.15s 1.15s forwards;
          animation: in 0.15s 1.15s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 1.15s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
   display: block;
}

@-webkit-keyframes in {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes in {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@media screen and (max-width:640px) {
    .qc-tabs-style13 ul.qc_nav_style_1 li {
     width:100%;
    }
}


@media screen and (max-width: 981px) {
.qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children {
  width: 150px;
}
  .qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li {
    width: 150px;
    padding-left: 5px;
  }

  .qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child {
    position: absolute;
    top: 0px;
    right: -150px;
    display: none;
  }



}

@media screen and (max-width: 480px) {
    .qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children  li.qc_theme_one:hover {
        position: relative;
        z-index: 999999999;
    }

    .qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children {
        width: 100% !important;
    }
    .qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li {
        width: 100% !important;
        padding-left: 5px !important;
    }

    .qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_children-child {
        position: absolute;
        top: 40px;
        left: 0 !important;
        right:0 !important;
        display: none;
        width: 100% !important;
    }


    .qc-tabs-style13 ul.qc_nav_style_1 li ul.qcld_children li .qcld_menu_status {
        left: -5px;
    }

}

.qc_tabs_10_style_box .qc_on_sale{
    display: none;
}

.qcld-wootab-more-scroll-container, .woo_tab_container {
    margin: 35px 0 0 20px;
}


.qc_qat_style_eight .woo_tab_product_details, .qc_qat_style_eight .product_out_of_stock{
    display: block;
    float: none;
    border: 1px solid #bebebe;
    border-radius: 2px;
    max-width: 170px;
    width: 100%;
    margin: 16px auto 0 auto;
    text-transform: uppercase;
    padding: 5px;
    color: #434242;
    font-size: 14px;
}