.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    position: relative;
    float: left;
    width: 48%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce div.summary {
    float: right;
    width: 48%;
}

.slider-nav .slick-slide,
.slider-nav .slick-slide:hover {
    will-change: opacity;
}

.woocommerce .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce .shipping-taxable .entry-summary .price {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.woocommerce .product_cat-clothing p.price del {
    text-decoration: none;
}

.woocommerce .product_cat-clothing p.price del span {
    font-size: 20px;
    color: #353535;
    margin-right: 5px;
    font-weight: 700;
}

.woocommerce .shipping-taxable .entry-summary .price ins {
    text-decoration: none;
    margin-left: 5px;
}

.woocommerce div.product p.price del {
    opacity: .5;
}

.woocommerce .shipping-taxable .entry-summary .price ins .amount {
    font-size: 26px;
    color: #db2d2e;
    font-weight: 700;
    vertical-align: top;
}

.woocommerce .shipping-taxable .entry-summary .product_title{
    font-size: 40px;
    line-height: 110%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 110% !important;
}

@media screen and (max-width: 992px) {
    .woocommerce .shipping-taxable .entry-summary .product_title{
        font-size: 32px;
    }
}
@media screen and (max-width: 480px) {
    .woocommerce .shipping-taxable .entry-summary .product_title{
        font-size: 28px;
    }
}
.woocommerce div.product-quantity .qty {
    height: 40px;
    width: 20%;
    margin-right: -20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #dfe1f0;
    border-radius: 8px;
}

.woocommerce div.product-quantity {
		margin: 20px 0;
}

.woocommerce div.product-quantity .single_add_to_cart_button {
    padding: 13px 25px;
    vertical-align: top;
    width: 66.6%;

}

#tabs {
    margin-bottom: 35px;
    margin-top: 20px;
}

#tabs ul.tabs li {
    background: #323232;
    color: #fff;
    padding: 12px 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: -7px;
    border-bottom: none;
}

#tabs ul.tabs li:hover {
    border-bottom: none;
}

#tabs ul.tabs li {
    margin-right: -4px;
}

#tabs ul.tabs li.active {
    border-bottom: none;
    background-color: #db2d2e;
}

.tabcontent {
    margin: 0;
    padding: 30px;
    border: 1px solid #ddd;
}

.tabcontent-title {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0 0 30px;
    font-weight: 500;
    position: relative;
}

.tabcontent-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #db2d2e;
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    padding: 10px 20px;
}

table.shop_attributes th, table.shop_attributes td {
    border: 1px solid #dedede;
    padding: 10px;
}

.woocommerce table.shop_attributes th {
    width: 220px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025);
}

.woocommerce table.shop_attributes .star-rating {
    margin-left: 0;
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce .star-rating,
.woocommerce .star-rating:before {
    width: 70px;
}

.detail-big-car-gallery .slick-slide {
    height: 400px;
}

.img-store-gallery {
    display: block;
    height: 100%;
}

.slick-slide img {
    display: none!important;
    background: #fafafa;
}

/*.woocommerce #comment_add-comment {*/
/*    background: #db2d2e;*/
/*    color: #fff;*/
/*    border: 0;*/
/*    padding: 12px 15px;*/
/*    font-weight: 500;*/
/*    border-radius: 0;*/
/*    -webkit-transition: all .5s ease-out 0s;*/
/*    -moz-transition: all .5s ease-out 0s;*/
/*    -ms-transition: all .5s ease-out 0s;*/
/*    -o-transition: all .5s ease-out 0s;*/
/*    transition: all .5s ease-out 0s*/
/*}*/

/*.woocommerce #comment_add-comment:hover {*/
/*    background: #323232;*/
/*    color: #fff*/
/*}*/

.media.comments_comment-block {

    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0 0;
    border: 0;
}

.media.comments_comment-block .media-object {
    width: 70px;
    border: 1px solid #e4e1e3;
    padding: 3px;
    background: #ebe9eb;
}

.media.comments_comment-block .media-body {
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #e4e1e3;
}

.product-price-chosen {
	margin-bottom: 20px;
}

.product-price-chosen input.qty {
	padding-left: 6px;
	display: inline-block;
	width: 100px;
}

@media (max-width: 1200px) {
	.woocommerce div.product-quantity {
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce div.product-quantity .qty {
		width: calc(33.333% - 14px);
	}

	.woocommerce div.product-quantity .single_add_to_cart_button {
		width: 66.666%;
	}
}

@media (max-width: 960px) {
	.woocommerce div.product-quantity .qty {
		/*width: 100%;*/
		/*margin-right: 0;*/
		/*margin-bottom: 5px;*/
	}

	.woocommerce div.product-quantity .single_add_to_cart_button {
		width: 100%;
	}
}

@media (max-width: 768px) {
    .woocommerce div.summary {
        float: none;
        width: 100%;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        position: relative;
        float: none;
        width: 100%;
		}
		
		.product-quantity .input-text {
			/*margin: 0 10px 0 0 !important;*/
		}

		#tabs ul.tabs {
			margin-top: 20px;
		}

		.woocommerce div.product-quantity .qty {
			/*width: calc(50% - 10px);*/
			/*margin-right: 10px;*/
            width: 25%;
            min-width: auto;
            margin: 0 -25px 0 0;
		}
	
		.woocommerce div.product-quantity .single_add_to_cart_button {
            width: 47%;
		}
}

@media (max-width: 375px) {
	.woocommerce div.product-quantity .qty {
		/*width: 100%;*/
		/*margin: 0 0 5px 0 !important;*/
	}
	.woocommerce div.product-quantity .single_add_to_cart_button {
		/*width: 100%;*/
	}
}

@media only screen and (max-width: 430px) {
    .product-quantity > *{
        margin-bottom:15px;
        min-width:100%;
        display:block;
        margin-right:0px;
    }
    .product-quantity > *"last-child{
        margin-bottom:0px;
    }
}