.col-md-cs5 {
    width: 20%
}

.col-md-cs5 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-cs5 {
    float: left;
}

img {
    max-width: 100%;
}

input, button, select, textarea {
    color: #aaa
}

h3 {
    font-size: 13px;
    color: #202020;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato';
}

.btn-upload {
    background-color: #0a0a0a
}

.btn-continue {
    background-color: #c30005
}

.btn-continue:hover {
    background-color: #0a0a0a
}

.table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

label {
    font-weight: 400;
    display: inline
}

.modal-dialog {
    width: 1000px
}

    @media only screen and (max-width : 2560px) {
		.modal-dialog {
			width: 38%;
		}
    }
	
	@media only screen and (max-width : 1024px) {
		.modal-dialog {
			width: 55%;
		}
    }
	
	@media only screen and (max-width : 480px) {
		.modal-dialog {
			width: 95%;
		}
    }


.form-control {
    padding: 6px 5px;
}

select.form-control {
    width: 43%;
    padding: 9px 7px 10px 5px
}

.btn-group {
    z-index: 102
}

.left .form-control,.right .form-control {
    width: 85%
}

.btn-cart {
    height: auto;
    padding: 9px 21px 10px 23px;
    background-color: #840419;
    border-color: #840419;
    color: #ffffff;
    line-height: 5px;
}

input.btn-cart {
    padding: 15px 21px 16px 23px
}

.btn-cart:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.table > tbody + tbody {
    border-top: none;
}

.btn-danger {
    border: none;
    width: 21px;
    height: 21px;
    border-radius: 15px;
    background-color: #2e2e2e;
    padding: 0;
}

.btn-dropdown-cart {
    background: none;
    border: none;
    font-size: 15px;
    text-transform: none;
    color: #000000;
    padding: 0;
    =: 00 }

.btn-dropdown-cart:hover {
    font-weight: 300;
}

.btn-language, .btn-currency {
    border: none;
    background: none;
    padding: 0;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu-inner {
    padding: 6px 0 0 0;
    overflow: hidden;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

.img-thumbnail {
    padding: 0;
    background: none;
    border-radius: 0;
}

.btn-cart .hidden-xs.hidden-sm.hidden-md {
    display: block!important;
}

.breadcrumb > li {
    display: inline;
}

.dropdown-menu {
    z-index: 1000;
}

#myModal .modal-header {
    position: relative;
}

#myModal .modal-header button.close {
    position: absolute;
    right: 15px;
    top: 6px;
    opacity: 1;
}

.modal {
    z-index: 999999;
}
