/* none slider */

.tt-product .two_items:nth-child(2n+1),
.tt-product .three_items:nth-child(3n+1),
.tt-product .four_items:nth-child(4n+1),
.tt-product .six_items:nth-child(6n+1) {
    clear: both;
}


/* general */

.product-des {
    font-size: 13px;
    color: #363636;
    line-height: 24px;
    margin-bottom: 30px;
}

.special-grid .product-layout:hover .product-thumb {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.product-grid.product-layout .product-thumb {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.special-grid .product-layout .product-thumb {
    box-shadow: 0px 1px 5px 0px transparent;
    border: none;
}

.product-layout .product-thumb {
    background: #fff;
    margin: 10px 0;
    transition: all 0.3s ease-in-out 0s;
}

.product-name {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin: 0 0 0 0;
}

.product-name a:hover {
    color: #0099ff !important;
}

.product-name a {
    color: #002249;
    line-height: 20px;
    display: inline-block;
    min-height: 40px;
}

p.text_empty {
    text-align: center;
}

.actions-link {
    text-align: center;
    position: absolute;
    top: 10px;
    line-height: 1;
    right: 10px;
    z-index: 1;
    opacity: 0;
}

.product-thumb:hover .actions-link {
    opacity: 1;
}

.actions-link>button:not(:first-child) {
    border-left: 1px solid #666666;
}

.btn-quickview:hover {
    color: #0099ff;
}

.btn-quickview i {
    display: inline-block;
}

.btn-quickview span {
    font-size: 0;
}

.btn-quickview {
    background: none;
    border: none;
    box-shadow: none;
    color: #dedede;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
}

.btn-cart i {
    /* font-size: 0; */
    margin-right: 5px;
}

.btn-cart {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #003399;
    border-radius: 3px;
    background: #003399;
    height: 40px;
    width: 100%;
    margin: 0 0 10px 0;
}

.btn-compare,
.btn-wishlist {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    width: 50%;
    float: left;
    text-align: left;
}

.five-items .btn-cart {
    height: 30px;
}

.five-items .btn-compare span,
.five-items .btn-wishlist span {
    vertical-align: 0px;
    padding-left: 0;
}

.five-items .btn-compare i,
.five-items .btn-wishlist i {
    font-size: 18px;
}

.five-items .btn-compare,
.five-items .btn-wishlist {
    width: 100%;
}

.btn-wishlist {
    padding-right: 5px;
}

.btn-compare span,
.btn-wishlist span {
    display: inline-block;
    padding-left: 7px;
    /* float: left; */
    width: calc(100% - 28px);
    color: #363636;
    font-size: 13px;
    line-height: 15px;
    vertical-align: -4px;
    white-space: normal;
}

.btn-compare i,
.btn-wishlist i {
    color: #363636;
    font-size: 28px;
    float: left;
    width: 28px;
}

.btn-cart:hover {
    border-color: #0099ff;
    background: #0099ff;
    color: #fff !important;
}

.btn-compare:hover span,
.btn-compare:hover i,
.btn-compare:hover,
.btn-wishlist:hover span,
.btn-wishlist:hover i,
.btn-wishlist:hover {
    color: #94ba33 !important;
}

.qv-button-container {
    display: inline-block;
}

.label-product {
    font-family: 'Lato', sans-serif;
}

.l_new {
    position: absolute;
    /* height: 40px; */
    /* min-width: 40px; */
    background: #0099ff;
    border-radius: 4px;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    /* line-height: 40px; */
    top: 10px;
    left: 10px;
    padding: 0 8px;
}

.l_sale {
    /* position: absolute; */
    /* height: 22px; */
    background: #0099ff;
    /* z-index: 1; */
    color: #fff;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 16px;
    /* bottom: 0px; */
    /* right: 0px; */
    font-size: 12px;
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    margin-right: 10px;
    width: 50px;
    border-radius: 4px;
}

.price-container .price {
    order: 2;
}

.price-container .l_sale {
    order: 1;
}

.symbol-percent {
    font-weight: 600;
    display: block;
    font-size: 16px;
}

.manufacture-product {
    display: none
}

.manufacture-product a {
    color: #999999;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0 0 15px 0;
    line-height: 1;
}

.product-customize:hover .product-thumb,
.product-grid:hover .product-thumb {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-customize .product-thumb img,
.product-grid .product-thumb img {
    transition: all 0.3s ease-in-out 0s;
}

.product-customize .product-thumb .image,
.product-grid .product-thumb .image {
    overflow: hidden;
}

.product-customize:hover .product-thumb img,
.product-grid:hover .product-thumb img {
    transform: scale(1.25);
}

.product-inner .btn-cart {
    margin-bottom: 0;
}

.ratings {
    margin-bottom: 10px;
    line-height: 11px;
    display: none;
}

.ratings .rating-box .rating0 {
    background-image: url("image/rating0.png")
}

.ratings .rating-box .rating1 {
    background-image: url("image/rating1.png")
}

.ratings .rating-box .rating2 {
    background-image: url("image/rating2.png")
}

.ratings .rating-box .rating3 {
    background-image: url("image/rating3.png")
}

.ratings .rating-box .rating4 {
    background-image: url("image/rating4.png")
}

.ratings .rating-box .rating5 {
    background-image: url("image/rating5.png")
}

.ratings .text-rating {
    color: #a5a5a5;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ratings .rating-box div[class^="rating"] {
    background-repeat: no-repeat;
    background-position: left;
    font-size: 0;
    height: 11px;
}

.image>a {
    display: block;
}


/* .image{
	margin-bottom: 10px;
} */

.image>a,
.image {
    position: relative;
}

.img-r {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.product-layout .product-caption {
    position: relative;
}

.product-layout:hover .img-r+img {
    opacity: 0;
}

.product-layout:hover .img-r {
    opacity: 1;
    z-index: 0;
}

.price-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    min-height: 40px;
}

#product-product .price-container,
.product-layout.product-list .price-container {
    justify-content: start;
}

.price span {
    display: block;
}

.price {
    color: #002249;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 17px;
    text-align: left;
}

.price-tax {
    display: none !important;
}


/* .price-new{
} */

.price-old {
    color: #999999;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
}


/* product grid */

.product-customize .product-thumb .ratings .rating-box div[class^="rating"],
.product-grid .product-thumb .ratings .rating-box div[class^="rating"] {
    background-position: left;
}

.product-customize .product-thumb .product-intro .actions-link2,
.product-grid .product-thumb .product-intro .actions-link2 {
    float: left;
    margin-top: 3px;
}

.product-customize .product-thumb .product-intro .ratings,
.product-grid .product-thumb .product-intro .ratings {
    float: right;
    margin: 0;
}


/*.product-customize:hover .product-thumb .price-container,
.product-grid:hover .product-thumb .price-container{
	opacity: 0;
}
.product-customize .product-thumb .product-intro,
.product-grid .product-thumb .product-intro{
	position: absolute;
	opacity: 0;
	width: calc(100% - 20px);
}*/

.product-customize:hover .product-thumb .product-intro,
.product-grid:hover .product-thumb .product-intro {
    background: #fff;
    z-index: 1;
    opacity: 1;
    bottom: 10px
}


/*.product-customize .product-thumb .product-intro,
.product-grid .product-thumb .product-intro{
	padding: 10px 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
	z-index: -1;
	opacity: 0;
}*/

.product-customize .product-thumb .product-inner,
.product-grid .product-thumb .product-inner {
    position: relative;
    padding: 10px;
    min-height: 105px;
    text-align: center;
}


/* porudcut list */

.list-style:last-child {
    border: none;
    margin: 10px 0 0 !important;
}

.list-style {
    /* border-bottom: 1px solid rgba(0,0,0,.1); */
    margin: 10px 0 !important;
    padding: 0 !important;
    width: 100%;
    float: left
}

.list-style .ratings .rating-box div[class^="rating"] {
    background-position: left;
}

.list-style .actions-link {
    display: none;
}

.list-style .action-links {
    display: none;
}

.list-style .product-thumb {
    border: none !important;
    box-shadow: none !important;
}

.list-style .product-inner {
    width: 65%;
    float: left;
    padding: 0px 0 0 20px;
}

.list-style .product-name::before {
    left: 0;
    margin-left: 0;
}

.list-style .product-name a {
    line-height: 20px;
}

.list-style .product-name {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}

.list-style .image {
    width: 35%;
    float: left;
    padding: 0;
}

.product-list .ratings {
    margin: 15px 0 10px;
}

.product-list .ratings .rating-box div[class^="rating"] {
    margin: 0;
}

.product-list .ratings .text-rating {
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
}

.product-list .rating-box div[class^="rating"] {
    background-position: left center;
}

.product-list .product-name::before {
    left: 0;
    margin-left: 0;
}

.list-style .price {
    margin: 0;
    font-size: 18px;
}

.list-style.product-layout:hover img {
    opacity: 1;
}

.product-layout:hover img {
    opacity: 1;
}

.list-style.product-layout:hover .img-r {
    opacity: 1;
}

.list-style .actions-link2 .btn-cart,
.product-customize .actions-link2 .btn-wishlist,
.product-customize .actions-link2 .btn-compare {
    display: none;
}


/* module product */

.tt-product {
    clear: both;
}

.tt_tabsproduct_module .module-title {
    float: left;
    width: 100%;
}

.tt_tabsproduct_module .module-title .tab-heading {
    float: right;
    margin-right: 85px;
}

.tt_tabsproduct_module .module-title h2 {
    float: left;
}

.tab-heading li a {
    background: none !important;
    border-radius: 0;
    padding: 0;
    margin: 0;
    color: #363636;
    font-size: 15px;
    font-weight: 400;
}

.tab-heading li.active a:hover,
.tab-heading li.active a:focus,
.tab-heading li:hover a,
.tab-heading li.active a {
    color: #0099ff;
}

.tab-heading li {
    list-style: none;
    cursor: pointer;
    float: none;
    margin: 0 !important;
    padding: 7px 12px;
    display: inline-block;
}

.tab-products .tab-heading li.active a:hover,
.tab-products .tab-heading li.active a:focus,
.tab-products .tab-heading li:hover a,
.tab-products .tab-heading li.active a {
    color: #363f4d;
}

.tab-products .tab-heading li a {
    color: #c3c3c3;
    font-weight: 700;
    text-transform: uppercase;
}

.tab-products .tab-heading li:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.tab-products .tab-heading {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}

.tab-products .tab-heading li {
    border: none;
    padding: 0 30px;
    display: inline-block;
}

.module-image:hover img {
    opacity: .8
}

.module-image {
    text-align: center;
}

.tt_tabsproduct_module {
    margin-bottom: 35px;
}

.tt_product_module {
    margin-bottom: 30px;
}

.mostviewed-products {
    margin-bottom: 55px;
}

.bestseller-products .tt-product {
    margin: 0 auto;
}

.related-products {
    /*background: #eeeeee;*/
    padding: 1px 0 55px;
}

.bestseller-products {
    /*background: #eeeeee;*/
    padding: 1px 0 55px;
    margin-top: 45px;
}

.new-products {
    margin-bottom: 50px;
}

.tt_tabsproduct_module .module-title>button {
    float: right;
    margin-right: 87px;
    line-height: 1;
    display: block;
    height: 33px;
    width: 33px;
    padding: 0;
    margin-top: 1px;
    border: none;
}


/* responsive */

@media(min-width: 1025px) {
    .tt_tabsproduct_module .module-title>button {
        display: none;
    }
}

@media(max-width: 1024px) {
    .tt_tabsproduct_module .module-title>.tab-heading {
        display: none;
    }
    .tt_tabsproduct_module .module-title .tab-heading {
        position: absolute;
        background: #fff;
        z-index: 1;
        right: 60px;
        top: 0;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    }
    .tab-heading li {
        display: block;
    }
}

@media(max-width: 768px) {
    .bestseller-products .tt-product {
        padding: 0 15px;
    }
}

@media(min-width: 768px) {
    .bestseller-products .tt-product {
        max-width: 750px;
    }
}

@media(min-width: 992px) {
    .bestseller-products .tt-product {
        max-width: 970px;
    }
}

@media(min-width: 1200px) {
    .bestseller-products .tt-product {
        max-width: 1170px;
    }
}


/* @media(max-width: 480px){
	.tt_tabsproduct_module .module-title > button{
		margin-right: 0;
	}
	.tt_tabsproduct_module .module-title .tab-heading{
		right: 0;
		margin-right: 50px;
	}
} */