.left-bottom {
    bottom: 6em;
    left: 2em;
    float: left !important;
    z-index: 9999;
    position: fixed;
    display: inline-block;
}

div.st-actionContainer li {
    list-style: none;
}

.st-panel {
    width: auto;
    min-width: 280px;
    margin-bottom: 10%;
    background-color: #FFF;
    border-radius: 3px;
    overflow: hidden;
    display: none;
    border: #C4C6B9 solid 1px;
}
.pro-price sup{
	right:-5px;
}
div.st-panel {
    font-family: Roboto;
    font-size: 15px;
}

.st-panel-header {
    background-color: white;
    color: black;
    padding: 15px;
    padding-bottom: 0;
    display: none;
}

.st-panel-contents {
    padding: 15px;
}

.st-button-main {
    font-size: 24px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: table;
}

.st-button-main>i {
    display: table-cell;
    vertical-align: middle;
}

.st-btn-container {
    background: #0082e2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.rotateForward {
    animation-name: rotateF;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
}

@keyframes rotateF {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.rotateBackward {
    animation-name: rotateB;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
}

@keyframes rotateB {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@media(max-width:767px) {
    .left-bottom {
        bottom: 0;
    }
}

@media(min-width: 768px) {
    .product-list .row.clearfix.index-banner-block>div:nth-child(2n+1) {
        clear: both;
    }
}

.papaginate {
    margin-top: 0;
}

.modal-contactform-pr {
    background: rgba(3, 17, 27, 0.7);
    font-size: 0;
    text-align: center;
    padding: 0 !important;
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

.contact_form_pr {
    padding: 15px 0px;
}

.modal-contactform-pr:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-contactform-pr.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal-contactform-pr.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.modal-contactform-pr .modal-dialog-centered {
    margin: 30px auto 50px;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-contactform-pr .modal-dialog-centered .input-group {
    width: 100%;
    margin: 0 0 15px;
}

.modal-contactform-pr .modal-dialog-centered .input-group input,
.modal-contactform-pr .modal-dialog-centered .input-group textarea {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    font-weight: 500;
    height: 40px;
    padding: 5px 20px;
    background: #fff;
    color: #252a2b;
    width: 100%;
    -webkit-appearance: none;
}

.modal-contactform-pr .modal-dialog-centered .input-group textarea {
    resize: none;
    height: 70px;
    padding: 10px 20px;
}

.modal-contactform-pr .modal-dialog-centered .input-group input:focus,
.modal-contactform-pr .modal-dialog-centered .input-group textarea:focus {
    border-color: #000000;
    outline: 0;
}

.modal-contactform-pr .modal-header {
    text-align: center;
    text-transform: uppercase;
    background: #bb0000;
}

.modal-contactform-pr .modal-header .modal-title {
    padding-left: 10px;
}

.modal-contactform-pr .modal-header .close {
    margin-top: -10px;
    margin-right: 0px;
    opacity: .5;
    outline: none;
    width: 30px;
    height: 30px;
    font-size: 25px;
}

.modal-contactform-pr label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

.modal-contactform-pr label span.required {
    color: red;
}

.modal-contactform-pr label.required-input {
    color: red;
}

.modal-contactform-pr .success-form {
    color: red;
    font-weight: 500;
    text-align: center;
}

.modal-contactform-pr .success-form-pr-contact {
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 6px 15px;
    margin: 0;
    border-radius: 0;
    z-index: 99;
}

.btn-custom {
    padding: 10px 15px;
    border-radius: 5px;
    background: #960808;
}

#ContactFormVariants {
    width: 100%;
    padding: 10px;
    border: 1px solid #e7e7e7;
}

.breadcrumb-arrow {
    padding-left: 7px !important;
    padding-right: 0px !important;
}

@media (max-width:767px) {
	.price-block .pro-price {
		font-size: 17px !important;
	}
    .pro-price-del.pull-right {
        text-align: center;
		font-size: 12px;
    }
	.product-block .pro-price-del del {
		font-size: 12px;
	}
	.product-block .product-img a{
		height:160px !important;
		width:90%;
		margin: auto;
		object-fit:contain;
	}
	.product-block .product-detail h3.pro-name a{
		margin-bottom:15px;
	}
	.price-block.clearfix{
		position:relative;
	}
	.pro-price-del.pull-right {
		position: absolute;
		right: 0;
		top: -15px;
	}
	.product-block .pro-price-del del{
		font-size: 14px;
	}
}

.hetthang {
    background: #ccc;
    pointer-events: none;
}
.wrapbreacumb .col-md-4{
	text-align:right;
	padding-top:7px;
}
@media (max-width:991px) {
	.wrapbreacumb .col-md-4{
		text-align:left;
		
	}
}
.wrapbreacumb .form-select{
	font-family: 'utm cafeta', sans-serif !important;
    font-size: 18px;
	height:40px;
	padding: 5px 10px;
	max-width:200px;
	width:100%;
	border:none;
	text-transform:uppercase;
}