@import url('rateit.css');
@import url('ion.rangeSlider.min.css');
@import url('ion.rangeSlider.skinSimple.css');


/*==============================================
   Basic
===============================================*/
html, body {
    overflow-x: hidden;
}

input:focus, textarea:focus, select:focus {
    border-color: #5b1f1f;
    outline: none;
}
.row-no-margin{
    margin: 0 !important;
}
.text-black {
    color: #000 !important;
    font-weight: 700;
}
.text-bold{
    font-weight: 700;
}

.select-box {
    display: inline-block;
    position: relative;
}

.select-box select {
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    padding-right: 55px;
    border-radius: 6px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-color: transparent;
}

.select-box:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "\f078";
    color: #bc9245;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: 400;
}

.title {
    color: #333;
    border: 0;
    padding: 10px 0;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.title:after {
    content: "";
    position: absolute;
    height: 3px;
    border: 5px;
    width: 98%;
    left: 0;
    bottom: 0;
    background-color: #bc9245;
    box-shadow: 0 0 1px 1px #bc9245;
}

.equal-row {
    display: table;
    width: calc(100% + 30px);
    margin: 0;
}

.equal-row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.equal-row > [class*="col-"].center {
    vertical-align: middle;
}

.equal-row > [class*="col-"].bottom {
    vertical-align: bottom;
}

.rate-H .rateit-range {
    background: url(star2.png);
}

.rate-H .rateit-preset {
    background: url(star2.png) left -48px;
}

.rate-H .rateit-selected {
    background: url(star2.png) left -16px;
}

.rate-H .rateit-hover {
    background: url(star2.png) left -32px;
}

.color-primary {
    color: #5b1f1f !important;
}

.color-secondary {
    color: #bc9245 !important;
}

.color-third {
    color: #D14A36 !important;
}

.bg-primary {
    background-color: #5b1f1f;
    color: #fff;
}
.btn.bg-primary:hover {
    background-color: #3c0f0f !important;
}

.bg-secondary {
    background-color: #bc9245;
    color: #fff;
}
.btn.bg-secondary:hover {
    background-color: #ad802f;
}

.bg-primary:hover,
.bg-secondary:hover {
    color: #fff !important;
}

.no-padding {
    padding: 0 !important;
}

.table-project {
    border-collapse: separate;
    border-spacing: 0;
}

.table-project tr:first-child {
    background-color: #bc9245;
    padding: 5px;
    color: #333;
}

.table-project tr th:first-child,
.table-project tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-project tr th:last-child,
.table-project tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-project td {
    border: 0 !important;
    vertical-align: middle !important;
    color: #333;
    font-weight: 700;
}

.nice-number .btn-plus {
    color: #bc9245;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-right: 10px;
}

.nice-number .btn-minus {
    color: #bc9245;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 10px;
}

.nice-number .spinnerInput {
    border: 0;
}
.form-control:focus {
    border-color: #bc9245;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(188 146 69 / 60%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #bc9245;
}

/*==============================================
   Header
===============================================*/
.header-area {
    /*background-image: url(../../img/front/bg2.jpg);*/
    /*background-size: cover;*/
    background-color: #000;
}

.header .col-md-2 {
    margin-top: -65px;
}

.main-menu .navbar-header .bag-button,
.main-menu .navbar-header .user-login{
    display: none;
}
.logo img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}
.search-box {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    position: relative;
    width: 100%;
    padding: 22px;
}

.search-box button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background-color: #fff;
    border-radius: 5px;
}

.search-box button i {
    font-size: 16px;
    color: #bc9245;
}

.search-box input {
    position: absolute;
    padding: 0 70px 0 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    border: 0;
}

.user-login {
    display: inline-block;
    position: relative;
}

.rev_slider_wrapper,
.rev_slider{
    height: 500px !important;
    margin-bottom: 0 !important;
}

.user-login > div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 99%;
    background-color: #bc9245;
    border: 1px solid #bc9245;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
    padding: 10px;
    z-index: 1000;
    border-radius: 5px;
}

.user-login > div:after {
    content: '';
    border-bottom: 7px solid #bc9245;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);

}

.user-login:hover > div {
    display: block;
    visibility: visible;
    opacity: 1;
}

.user-login > div p {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 10px 20px;
}

.user-login > div a {
    width: 100%;
}

/*==============================================
   Menu
===============================================*/
.menu-header {
    background-color: #5b1f1f;
    border-bottom: 4px solid #bc9245;
    box-shadow: 0px 2px 4px 1px #a3a3a3;
}

.main-menu .navigation > li.submenu {
    position: relative;
}

.main-menu .navigation > li.submenu a {
    padding-right: 15px;
}

.main-menu .navigation > li.submenu:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bc9245;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.bag-button {
    position: relative;
    display: inline-block;
}

.bag-number {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bc9245;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    bottom: 5px;
    right: 5px;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    background-color: #5b1f1f;
    width: 100%;
    top: 0;
    left: 100%;
    height: auto;
    border-left: 3px solid #bc9245;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li {
    width: 100%;
    padding: 0;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    background: #5b1f1f;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #fff;
    background-color: #bc9245;
}

.main-menu .navigation > li > ul > li > ul > li > ul {
    position: absolute;
    background-color: #5b1f1f;
    width: 100%;
    top: 0;
    left: 100%;
    height: auto;
    border-left: 3px solid #bc9245;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li > ul > li {
    width: 100%;
    padding: 0;
}

.main-menu .navigation > li > ul > li > ul > li > ul > li > a {
    background: #5b1f1f;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul > li > ul > li > ul > li:hover > a {
    color: #fff;
    background-color: #bc9245;
}

.main-menu .navigation .icon-submenu {
    position: absolute;
    top: 48%;
    right: 6px;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table;
}

/*==============================================
   Slider
===============================================*/
.rev_slider_wrapper .tp-caption h1,
.rev_slider_wrapper .tp-caption p{
    display: none;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1{
    background-color: #bc9245 !important;
    border-color: #bc9245 !important;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1:hover {
    border-bottom: 2px solid #bc9245;
}
.slide-content-box {
    background-color: transparent;
}
.tp-parallax-wrap{
    top: auto !important;
    left: auto !important;
    bottom: 130px !important;
    right: 290px !important;
}

/*==============================================
   Product Carousel
===============================================*/
.carousel-section {
    margin: 50px 0;
}

.owl-theme article {
    background-color: rgb(188 146 69 / 20%);
    position: relative;
    overflow: hidden;
}

.owl-theme .item:after, .owl-theme .item:before,
.owl-theme article:after, .owl-theme article:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 4px 4px #bc9245;
}
.owl-theme .item{
    border: 2px solid #bc9245;
    box-shadow: inset 0 0 4px 1px #bc9245;
    margin: 0px;
}

.owl-theme .item:after {
    top: -20px;
    left: -200px;
}

.owl-theme .item:before {
    top: -20px;
    right: -200px;
}

.owl-theme article:after {
    bottom: -20px;
    right: -20px;
}

.owl-theme article:before {
    bottom: -20px;
    left: -20px;
}

.owl-theme .item-img {
    background-color: #FFF;
    margin: 5px;
}

.owl-theme .item-img img {
    height: 200px;
    width: auto;
}

.owl-theme .item-text{
    padding: 10px;
    margin: 5px;
    background-color: #e8e8e8;
    margin-top: -5px;
    padding-bottom: 30px;
}

.owl-theme .star-2 {
    position: absolute;
    top: 60px;
    left: -7px;
    transform: rotate(90deg);
}

.owl-theme .title-product-one-line {
    white-space: nowrap;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.owl-theme .info-product:hover {
    color: #5b1f1f;
}

.owl-theme .info-product {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    font-weight: 700;
}

.owl-theme .info-product-2 {
    color: #bc9245;
    margin-top: -5px;
    font-weight: 700;
}

.owl-theme .info-product-3 {
    color: #333;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
}

.owl-theme .info-product-3 .ico-product {
    background-image: url(../../img/front/catalog_Group.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: -5px;
}

.owl-theme .info-product-4 {
    background-color: #bc9245;
    margin: auto -15px;
    width: calc(100% + 30px);
    text-align: center;
    margin-bottom: 15px;
    padding: 7px;
    font-size: 24px;
    font-weight: 700;
}
.log-in-article {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 0;
    background-color: #D14A36;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.irs-panel .irs .irs-min,
.irs-panel .irs .irs-from,
.irs-panel .irs .irs-to,
.irs-panel .irs .irs-single,
.irs-panel .irs .irs-bar,
.irs-panel .irs .irs-max {
    display: none;
}

.irs-panel > * {
    float: left;
    width: calc(100% - 100px);
    color: #bc9245;
    font-weight: 700;
}

.irs-panel .irs-min-static {
    width: 55px;
}

.irs-panel .irs-max-static {
    width: 30px;
}

.irs-panel .irs-max-static {
    margin-left: 6px;
}

.irs-panel .irs .irs-line {
    top: 12px;
    background-color: #bc9245;
}

.irs-panel .irs .irs-handle {
    background: url("../../img/front/Vector15.png") no-repeat;
    width: 34px;
    height: 10px;
    top: 2px;
}

.owl-theme .price-product {
    color: #333;
    font-size: 18px;
    font-weight: 900;
}

.owl-theme .amount select {
    width: 75%;
    height: 30px;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff;
}

.owl-theme .amount a {
    display: inline-block;
    width: 25%;
    height: 30px;
    background-color: #D14A36;
    float: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.owl-theme .amount a img {
    width: 1.4em;
    height: 1.4em;
}

.owl-theme .sec-title h1 {
    position: relative;
    display: inline-block;
}

.owl-theme .sec-title h1:after {
    content: '';
    position: absolute;
    height: 5px;
    border-radius: 5px;
    background-color: #bc9245;
    right: 10px;
    left: 10px;
    top: calc(100% + 20px);
}

.owl-theme .owl-nav {
    right: 0;
    left: auto;
    position: absolute;
    top: -50px;
    width: 60px;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    border: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background: transparent;
}

.owl-theme .owl-nav .owl-next:hover i,
.owl-theme .owl-nav .owl-prev:hover i,
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
    color: #bc9245;
    font-size: 2em;
}

.owl-theme .owl-nav .disabled i {
    color: #999 !important;
}

.owl-theme .owl-dots {
    display: block !important;
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 6px;
}

.owl-theme .owl-dots span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #5b1f1f;
    border-radius: 50%;
}

.owl-theme .owl-dots .active span {
    transform: scale(1.5);
}

.price-product.have-discount {
    position: relative;
    margin-right: 7px;
}

.price-product.have-discount:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: #fff;
}
.price-product.text-black:after {
    background-color: #000;
}


.discount-product {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

/*==============================================
   Parallax
===============================================*/
.parallax-1 {
    position: relative;
    margin-top: 15px;
}

.parallax-1 img {
    width: 100%;
    height: auto;
}

.parallax-1 .parallax-text {
    color: #bc9245;
    position: absolute;
    left: 55%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    line-height: 2.1em;
    background-color: #5b1f1f;
    padding: 30px;
    border-radius: 5px;
}

.parallax-1 .parallax-text h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.parallax-1 .parallax-text p {
    font-size: 16px;
    text-align: justify;
}

.parallax-1 .parallax-text a {
    padding: 7px 30px;
    color: #fff;
    background-color: #bc9245;
    font-weight: 700;
    border-radius: 5px;
    float: right;
    position: relative;
}

.parallax-1 .parallax-text a img {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 40px;
}

/*==============================================
   Parallax 2
===============================================*/
.parallax-2 {
    position: relative;
    margin-bottom: 100px;
}

.parallax-2 img {
    width: 50%;
    float: right;
}

.parallax-2 .parallax-text {
    background-color: #5b1f1f;
    padding: 30px;
    color: #bc9245;
    width: 55%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.parallax-2 .parallax-text h1 {
    font-size: 30px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.parallax-2 .parallax-text p {
    padding: 10px 20px;
    padding-right: 0;
    border-left: 5px solid #bc9245;
    font-size: 18px;
    height: 100%;
    line-height: 2.6;
    text-align: justify;
}

.parallax-2 .parallax-text a {
    float: right;
    border: 3px solid #bc9245;
    border-radius: 5px;
    background-color: #5b1f1f;
    color: #bc9245;
    padding: 10px 20px;
}

/*==============================================
   Parallax 3
===============================================*/
.parallax-3 {
    position: relative;
    margin-bottom: 200px;
}

.parallax-3 .parallax-text {
    width: 70%;
    background-color: #F8F8F8;
    padding: 30px 60px;
}

.parallax-3 .parallax-text h1 {
    margin-left: -30px;
    color: #D14A36;
    font-weight: 700;
    margin-bottom: 25px;
}

.parallax-3 .parallax-text h2 {
    font-size: 24px;
    color: #333;
    font-weight: 1000;
    margin-bottom: 25px;
}

.parallax-3 .parallax-text p {
    padding-right: 120px;
    text-align: justify;
    color: #333;
}

.parallax-3 .parallax-text a {
    border-radius: 5px;
    background-color: #5b1f1f;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    display: inline-block;
}

.parallax-3 .parallax-pic {
    width: 40%;
    height: 80%;
    position: absolute;
    top: 35%;
    right: 0;
    background-color: #bc9245;
}

.parallax-3 .parallax-pic img {
    position: absolute;
    height: 170%;
    left: 50%;
    transform: translateX(-50%);
    top: -40%;
}

.main-menu .navbar-header .navbar-toggle {
    border: 2px solid #bc9245;
}

.scroll-to-top {
    background: #bc9245;
    border: 2px solid #bc9245;
}


/*==============================================
   Master
===============================================*/
.open-filter, .close-filter{
    display: none;
}

.breadcrumb {
    margin: 30px 0;
    background-color: transparent;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #000;
    content: ">";
    margin-right: 5px;
}

.breadcrumb li.active {
    color: #D14A36
}

.master-product {
    margin-top: 15px;
}

.master-product article {
    margin-bottom: 15px;
}

.pagination {
    display: block;
}

.pagination > li {
    display: inline-block;
    text-align: center;
    margin: 0 -2px;
    background-color: #efefef;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: transparent;
}

.pagination > li > a, .pagination > li > span {
    font-weight: 700;
    display: inline;
    padding: 10px 16px;
    margin: 0 !important;
    border: 0;
    background-color: transparent;
    color: #333;
}

.pagination > li:last-child, .pagination > li:last-child a:hover,
.pagination > li:first-child, .pagination > li:first-child a:hover {
    border-radius: 50% !important;
    margin: 0 15px;
}

.pagination > li:nth-child(2), .pagination > li:nth-child(2) a:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination > li:nth-last-child(2), .pagination > li:nth-last-child(2) a:hover {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pagination li.active span {
    background-color: #bc9245;
    color: #fff;
    border-radius: 10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #bc9245;
    border-color: #bc9245;
}

.irs .irs-bar {
    height: 6px;

    background: none;
    background-color: #bc9245;
}

.irs--flat .irs-line {
    height: 6px;
}


.irs--flat .irs-handle > i:first-child {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: -4px;
    border: 1px solid #ccc;
    left: auto;
}

.irs--flat .irs-handle > i:first-child:after {
    content: '';
    background-color: #bc9245;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.irs--flat .irs-handle:hover > i:first-child {
    background-color: #fff;
    border-color: #bc9245;
}

.master .panel-heading {
    position: relative;
    background-color: #bc9245;
    border-radius: 0;
}

.master .panel-heading * {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-left: 15px;
}

.master .panel-heading h4 {
    padding-left: 5px;
}

.master .panel-heading .heading-accordion:after {
    content: '>';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 500ms;
}

.master .panel-heading .heading-accordion.collapsed:after {
    left: 10px;
    transform: translateY(-50%);
}

.master .panel-body {
    border: 0 !important;
}

.master .panel-body label {
    color: #bc9245;
    font-weight: 700;
}

.master .panel-body span {
    margin-left: 7px;
}
.master > .panel-group{
    border-left: 5px solid #bc9245;
    border-bottom: 5px solid #bc9245;
}
.master .panel{
    background-color: #fff8eb;
    border: 0;
    border-radius: 0;
}

.master .icheckbox_square-orange {
    border-radius: 5px;
}

/*==============================================
   Detail
===============================================*/
.product-image {
    padding: 20px;
    text-align: center;
    background-image: url("../../img/front/bg-2-2.png");
    background-size: auto 80%;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-image img {
    height: 450px;
    width: auto;
}

.product-detail .clearfix {
    margin-bottom: 7px;
}

.product-detail .clearfix > [class ^= "col-"] {
    padding: 0;
}

.product-detail {
    position: relative;
    background-color: #efefef;
    z-index: 0;
}

.product-detail:after,
.product-detail:before,
.box-detail:after,
.box-detail:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;

}

.product-detail:after {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.product-detail:before {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}

.box-detail:after {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}

.box-detail:before {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}

.product-detail .box-detail {
    padding: 40px;
}

.product-detail .box-detail h1 {
    color: #5b1f1f;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-star {
    display: table;
}

.box-star > * {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.amount-rate {
    color: #D14A36;
    margin-left: 5px;
}

.rate-number {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.box-type {
    color: #333;
}

.box-type img {
    margin-right: 5px;
}

.box-range {
    margin-top: 15px;
}

.box-text p {
    font-size: 16px;
    color: #333;
}

.box-price .price-product {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.box-price select {
    width: 75%;
    height: 30px;
    float: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.box-price .addCard {
    display: inline-block;
    width: 25%;
    height: 30px;
    background-color: #D14A36;
    float: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.row-info-detail {
    width: 100%;
    display: table;
    padding: 10px 15px;
    background-color: #efefef;
    margin-bottom: 15px;
    border-radius: 10px;
}

.row-info-detail > div {
    display: table-cell;
    vertical-align: middle;
}

.row-info-detail .part-1 {
    width: 50px;
}

.row-info-detail .part-1 img {
    width: 32px;
    height: 32px;
}

.row-info-detail .part-2 {
    width: 120px;
}

.row-info-detail .part-3 {
    width: calc(100% - 180px)
}

.background-chart {
    padding: 20px 40px;
    padding-right: 70px;
    background-color: #5b1f1f;
    border-radius: 25px;
}

.background-chart .row {
    margin: 50px 0;
}

.irs-panel.large .irs .irs-handle {
    background: url(../../img/front/Vector16.png) no-repeat;
    width: 115px;
    height: 23px;
    top: -8px;
}

.baner > * {
    text-align: center;
}

.baner .product-img {
    height: 300px;
    width: auto;
    margin: auto 0;
}

.baner p {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.owl-comment article:after,
.owl-comment article:before,
.owl-comment .item:after,
.owl-comment .item:before {
    width: 0;
    height: 0;
}

.owl-comment article {
    border-radius: 10px;
    overflow: visible;
    margin-top: 25px;
}

.owl-comment h4 {
    color: #5b1f1f;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.owl-comment p {
    color: #5b1f1f;
    font-size: 14px;
    text-align: center;
}

.owl-comment .item > span {
    position: absolute;
    top: 0;
    right: 15px;
    transform: translateY(-50%);
}

.send-comment p {
    color: #5b1f1f;
    padding: 10px 0;
}

.send-comment textarea {
    width: 100%;
    border: 0;
    background-color: #e9e9e9;
    border-radius: 10px;
    min-height: 150px;
    padding: 15px 30px;
}

.send-comment .col-md-6 {
    padding: 0;
}

/*==============================================
   register
===============================================*/
.register-form {
    margin: 70px auto;
}

.register-form .col-xs-12 {
    padding: 70px 50px;
    background-color: #F8F8F8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.register-form label {
    width: 100%;
    color: #bc9245;
    margin-bottom: 15px;
}

.register-form input, .register-form select {
    width: 100%;
    color: #333;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
}

.register-form input::placeholder {
    color: #ccc;
}

.register-form button {
    width: 100%;
    border-radius: 5px;
    background-color: #bc9245;
    padding: 3px;
    color: #fff;
    margin: 10px 0;
}

.register-form a {
    color: #5b1f1f;
    text-decoration: underline;
}

.register-form .hidden-xs {
    background-color: #bc9245;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.register-form .hidden-xs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*==============================================
   PreMaster
===============================================*/
.premaster-side {
    margin-bottom: 20px;
}

.premaster-side label {
    display: block;
}

.premaster-side a {
    display: block;
    padding-left: 20px;
    color: #bc9245;
    position: relative;
}

.premaster-side a:before {
    position: absolute;
    content: '>';
    color: #bc9245;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

/*==============================================
   Profile
===============================================*/
.profile-tab {
    border: 0;
}

.profile-tab li {
    float: none;
    display: block;
    border: 0;
    color: #333;
    padding-bottom: 7px;
}

.profile-tab li a,
.profile-tab li a:hover,
.profile-tab li a:visited,
.profile-tab li a:focus {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: #333;
    font-weight: 700;
    border: 0;
    background-color: transparent;
    margin: 0;
}

.profile-tab li.active a,
.profile-tab li.active a:hover,
.profile-tab li.active a:visited,
.profile-tab li.active a:focus {
    background-color: #bc9245;
    border: 0;
    color: #fff;
}

.profile-tab li a img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.tab-pane {
    padding: 5px 50px;
    border-left: 3px solid #bc9245;
    min-height: 300px;
}

.tab-pane#info p {
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}

.tab-pane#info a {
    padding: 5px 20px;
    margin-bottom: 15px;
}

.tab-pane#info a img {
    margin-right: 7px;
}

.tab-pane#info .profile-addresses {
    margin-top: 15px;
}

.tab-pane#info .profile-addresses .address-box {
    padding: 10px 15px;
    background-color: #fafafa;
    border-radius: 5px;
    margin: 15px 0;
}

.tab-pane#info .profile-addresses .subject-address {
    width: calc(100% - 160px);
    display: inline-block;
}

.tab-pane#info .profile-addresses .subject-address h4 {
    color: #333;
    margin: 0;
    padding: 4px;
    font-weight: 700;
}

.tab-pane#info .profile-addresses .subject-address p {
    color: #ccc;
    margin: 0;
    padding: 4px;
    font-weight: 400;
}

.tab-pane#info .profile-addresses .edit-address,
.tab-pane#info .profile-addresses .delete-address {
    width: 80px;
    text-align: center;
    padding: 13px;
    margin: 0;
    float: right;
}

.tab-pane#info .profile-addresses .edit-address img,
.tab-pane#info .profile-addresses .delete-address img {
    margin: 0;
}

/*==============================================
   FAQ
===============================================*/
.faq-accordion .panel,
.faq-accordion .panel-body {
    border: 0 !important;
    box-shadow: none;
}

.faq-accordion .panel-title {
    color: #333;
    font-weight: 700;
}

.faq-accordion .heading-accordion {
    position: relative;
}

.faq-accordion .heading-accordion:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    content: '\f068';
    font-weight: 700;
    font-size: 16px;
    color: #D14A36;
}

.faq-accordion .heading-accordion.collapsed:after {
    content: '\f067';
}

.faq-accordion .panel-body {
    padding-left: 50px;
}

.faq-accordion .panel-body > p {
    padding: 5px 10px;
    border-left: 3px solid #D14A36;
}

/*==============================================
   Shop
===============================================*/
.shop-form .img-product {
    padding: 10px;
}

.shop-form .title-product {
    color: #5b1f1f;
    font-size: 16px;
}

.shop-form .info-product-2 {
    color: #bc9245;
}

.shop-form .price-product,
.shop-form .total-product {
    color: #5b1f1f;
    font-size: 18px;
}

.shop-form .part-one-price {
    background-color: #efefef;
    border-top-left-radius: 5px;
    padding: 20px;
    font-weight: 700;
    color: #333;
}

.shop-form .part-one-price > * {
    margin-bottom: 25px;
}

.shop-form .part-one-price h3 {
    font-size: 16px;
    font-weight: 700;
}

.shop-form .part-one-price #price-total {
    font-size: 20px;
}

.shop-form .part-two-price {
    font-size: 20px;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
}

.shop-form .btn-submit {
    margin-top: 20px;
    color: #333;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.shop-form .btn-submit:hover {
    color: #333 !important;
}
.shop-form .form-group > label{
    color: #333;
}
.shop-form .form-group > label.radio-inline{
    margin-bottom: 5px;
}

.required-input{
    color: #f00;
}
.breadcrumb-botton-area .left ul li {
    color: #bc9245;
}
.cart-area .fa-check{
    color: #bc9245 !important;
}
/*==============================================
   Footer
===============================================*/
.footer-area{
    color: #fff;
    margin-top: 50px;
    border-top: 2px solid #bc9245;
    padding-top: 100px;
}
.footer-area .container{
    padding-bottom: 50px;
}


.footer-area .footer-title{
    height: 50px;
}
.footer-area .social-icon{
    display: inline-block;
    margin: 20px 10px;
}
.footer-area .social-icon img{
    width: 40px;
}
.footer-area .footer-col-2 p{
    font-weight: 700;
    margin: 0;
}
.footer-area .footer-col-3 span{
    width: 40%;
    display: inline-block;
}
footer > .container > .row > *{
    margin: 30px 0;
}
.footer-area .footer-title {
    height: 40px;
}
.equal-row {
    width:100%;
}
.icon-submenu{
    display: none !important;
}

.footer-area .footer-col-3 span:nth-child(odd){
    width: 40%;
    display: inline-block;
}
.footer-area .footer-col-3 .font-bold:nth-child(odd){
    margin-top: 10px;
}
.footer-area .footer-col-3 .font-bold:nth-child(odd){
    margin-top: 10px;
}
.footer-area .footer-col-4 img{
    position: absolute;
    top: 0;
    left: 5px;
    width: 25px;
    height: 25px;
}
.footer-area .footer-col-4 p {
    position: relative;
    padding-left: 35px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

.sorting_asc .icheckbox_square-orange{
    display: none;
}

.curve{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.curve .container{
    padding-top: 5px;
}

.curve:after {
    content: '';
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    background-color: #000;
    height:80%;
}
/*==============================================
   Mobile
===============================================*/
@media screen and (max-width: 992px) {
    .curve{
        display: none;
    }
    .logo img {
        margin-top: 20px;
    }
    .header {
        padding: 0 !important;
        height: auto;
    }

    .header .container {
        padding: 0;
    }

    .header .col-md-2 {
        margin-top: 0;
        text-align: center;
    }

    .header .col-md-8 {
        padding: 10px;
        background-color: #5b1f1f;
    }
    .user-login {
        float: left;
        margin-left: 15px;
        display: inline-block !important;
    }

    .main-menu .navbar-header .bag-button {
        display: inline-block;
        float: left;
    }

    .main-menu .navbar-header .navbar-toggle {
        border: 2px solid #bc9245;
        margin: 0;
    }

    .header + div{
        padding: 0;
    }

    /*==============================================
    Slider
    ===============================================*/

    .rev_slider_wrapper .slide-content-box .button a.bg-1{
        background-color: #bc9245 !important;
        border-color: #bc9245 !important;
    }
    .rev_slider_wrapper .slide-content-box .button a.bg-1:hover {
        border-bottom: 2px solid #bc9245;
    }

    .parallax-2 {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .parallax-2 img {
        width: auto;
        float: none;
    }

    .parallax-2 .parallax-text {
        position: static;
        width: 100%;
        height: 100%;
        background-color: #5b1f1f;
        padding: 30px;
        color: #bc9245;
        transform: none;
    }

    .parallax-2 .parallax-text p{
        line-height: 1.6;
        text-align: left;
    }

    .parallax-3 .parallax-pic {
        width: auto;
        height: auto;
        position: static;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .parallax-3 .parallax-pic img {
        position: static;
        height: auto;
        left: auto;
        transform: none;
        top: auto;
        padding: 20px;
    }

    .parallax-3 .parallax-text {
        width: auto;
    }

    .parallax-3 .parallax-text p {
        padding-right: 5px;
    }

    .equal-row {
        display: block;
    }

    .equal-row > [class*="col-"] {
        float: left;
        display: block;
        vertical-align: auto;
    }

    .equal-row > [class*="col-"].center {
        vertical-align: auto;
    }

    .equal-row > [class*="col-"].bottom {
        vertical-align: auto;
    }

    .irs-panel.large .irs .irs-handle {
        background: url(../../img/front/Vector15.png) no-repeat;
        width: 34px;
        height: 10px;
        top: 3px;
    }

    .carousel-section .title {
        margin-bottom: 70px;
    }

    .baner > * {
        margin-bottom: 40px;
    }

    .register-form {
        margin-bottom: 0px;
    }

    .register-form .col-xs-12 {
        padding: 40px;
    }

    .register-form .hidden-xs1 img {
        position: static;
        transform: none;
    }

    .profile-tab li a, .profile-tab li a:hover, .profile-tab li a:visited, .profile-tab li a:focus {
        border-radius: 5px;
    }

    .tab-pane {
        padding: 10px 25px;
        border-top: 3px solid #bc9245;
        border-left: 0;
        min-height: auto;
        margin-top: 10px;
    }

    .tab-pane .text-right {
        text-align: center;
    }

    .tab-pane#info .profile-addresses .subject-address {
        width: 100%;
        display: block;
    }

    .tab-pane#info .profile-addresses .edit-address, .tab-pane#info .profile-addresses .delete-address {
        width: 49%;
        display: inline-block;
        float: none;
    }

    .tab-pane#order {
        overflow-x: scroll;
    }

    .tab-pane table {
        min-width: 700px;
        margin-top: 10px;
    }
    .product-image img {
        height: 300px;
        width: auto;
    }
    .footer-col-2{
        display: none;
    }
    .shop-form .form-group > label.radio-inline {
        margin-left: 0;
    }
    #table-scroll{
        overflow-x: scroll;
    }
    #table-scroll > div{
        width: 1000px;
    }
    .master > div{
        overflow: scroll;
        height: calc(100% - 30px);
        position: relative;
        z-index: 15;
    }
    .master.open{
        left: 0;
    }
    .close-filter{
        top: 23px;
        right: 23px;
        width: 40px;
        height: 40px;
        background-color: #bc9245;
        color: #FFFFFF;
        position: absolute;
        text-align: center;
        font-size: 24px;
        padding-top: 5px;
        z-index: 12;
        display: inline-block;
    }
    .open-filter{
        position: sticky;
        display: block;
        left: 0;
        background-color: #bc9245;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #fff;
        font-size: 18px;
        padding: 10px 5px;
        top: 0;
        text-align: center;
        z-index: 9;
    }
    .master{
        width: 100%;
        position: fixed;
        padding-top: 80px !important;
        left: -101%;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        padding: 50px;
        background-color: #fff;
        z-index: 10;
        transition: left 500ms ease-in-out;
    }
    .master:after{
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 10;
        border: 3px solid #bc9245;
    }
    .master:before{
        content: 'Filter';
        position: absolute;
        top: 23px;
        height: 40px;
        right: 23px;
        left: 23px;
        background-color: #bc9245;
        text-align: center;
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        padding-top: 5px;
    }
    .master .panel-group{
        position: relative;
        z-index: 12;
    }
    .master .panel-body span {
         margin-left: 0px;
    }
}

@media screen and (min-width: 22000px) {
    .header .logo > img {
        width: 250px;
        height: auto;
        margin: 10px 0;
        max-height: none;
        margin-top: -10px;
    }

    .main-menu .navigation li a,
    .main-menu .navigation > li > ul > li > a,
    .main-menu .navigation > li > ul > li > ul > li > a {
        font-size: 24px;
        padding: 30px;
    }

    .main-menu .navigation > li > ul {
        width: 350px;
    }

    .search-box {
        padding: 40px;
    }

    .search-box input {
        font-size: 42px;
        height: 80px;
    }

    .search-box button {
        width: 100px;
    }

    .search-box button i {
        font-size: 36px;
    }

    .bag-number {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .user-login img,
    .bag-button img {
        width: 100px;
        height: 100px;
    }


    .breadcrumb {
        margin: 60px 0;
    }

    .breadcrumb > li {
        font-size: 36px;
    }

    label {
        font-size: 2.4em;
        line-height: 1.8em;
    }

    .text-black {
        font-size: 26px;
    }

    .carousel-section {
        margin: 100px 0;
    }
    .parallax-1 .parallax-text h1 {
        font-size: 60px;
    }
    .parallax-1 .parallax-text p {
        font-size: 28px;
        line-height: 2em;
        margin-bottom: 75px;
    }
    .parallax-1 .parallax-text a {
        padding: 40px 60px;
        padding-right: 120px;
        font-size: 36px;
    }
    .parallax-1 .parallax-text a img {
        top: 24px;
        right: 40px;
        width: 50px;
        height: 64px;
    }
    .parallax-2 .parallax-text {
        height: 85%;
    }
   .parallax-3 {
        margin-bottom: 220px;
    }
    .title, .title h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }
    h2.title {
        margin: 60px 0;
    }
    .parallax-2 .parallax-text {
        padding: 60px;
    }
    .parallax-2 .parallax-text h1 {
        font-size: 60px;
        margin-bottom: 39px;
        padding-left: 40px;
    }
    .parallax-2 .parallax-text p {
        font-size: 42px;
        padding: 10px 22px;
        line-height: 1.5em;
    }

    .parallax-2 .parallax-text a {
        padding: 30px 60px;
        font-size: 32px;
    }
    .parallax-3 .parallax-text h1 {
        font-size: 50px;
        margin-bottom: 50px;
    }
    .parallax-3 .parallax-text h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .parallax-3 .parallax-text p {
        padding-right: 220px;
        font-size: 32px;
        line-height: 1.25em;
    }

    .parallax-3 .parallax-text a {
        border-radius: 5px;
        background-color: #5b1f1f;
        color: #fff;
        padding: 30px 50px;
        margin-top: 30px;
        display: inline-block;
        font-size: 30px;
    }
    .parallax-3 .parallax-pic {
        top: 28%;
    }

    .premaster-side a {
        padding-left: 35px;
    }

    .owl-theme .item:after,
    .owl-theme .item:before,
    .owl-theme article:after,
    .owl-theme article:before {
        width: 80px;
        height: 80px;
    }
    .owl-theme article:before {
        bottom: -40px;
        left: -40px;
    }
    .owl-theme article:after {
        bottom: -40px;
        right: -40px;
    }
    .owl-theme .item:before {
        top: -40px;
        right: -400px;
    }
    .owl-theme .item:after {
        top: -40px;
        left: -400px;
    }
    .owl-theme .item-img {
        padding: 50px;
        padding-top: 70px;
    }
    .owl-theme .item-text {
        padding: 40px;
        padding-bottom: 60px;
    }
    .owl-theme .item-img img {
        height: 350px;
        width: auto;
    }
    .owl-theme .info-product {
        font-size: 32px;
        line-height: 2em;
        margin-bottom: 15px;
    }

    .owl-theme .info-product-2 {
        margin-top: 0;
        font-size: 24px;
    }

    .owl-theme .info-product-3 {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .owl-theme .info-product-4 {
    color: #333;
    text-align: left;
    margin-top: 15px;
    font-size: 32px;
    font-weight: 700;
}

    .owl-theme .price-product {
        font-size: 32px;
        margin-right: 20px;
    }

    .owl-theme .info-product-3 .ico-product {
        background-size: 40px 40px;
        width: 40px;
        height: 40px;
    }
    .owl-theme .info-product-3 .place-build {
        font-size: 24px;
    }

    .discount-product {
        font-size: 32px;
    }

    .owl-theme .amount select {
        height: 40px;
        font-size: 18px;
    }

    .owl-theme .amount a {
        height: 40px;
        padding-top: 5px;
    }

    .owl-theme .amount a img {
        width: 2em;
        height: 2em;
    }
    #author a {
        font-size: 32px;
    }
    .irs-panel > * {
        width: calc(100% - 176px);
        margin-right: 10px;
    }
    .irs-panel .irs-min-static,
    .irs-panel .irs-max-static {
        width: 70px;
        font-size: 24px;
    }
    .irs-panel .irs .irs-handle {
        width: 60px;
        height: 25px;
        top: -4px;
        background-size: 100%;
    }

    .product-image img {
        height: 750px;
        width: auto;
    }
    .product-detail .box-detail {
        padding: 70px;
    }
    .product-detail .clearfix {
        margin-bottom: 20px;
    }
    .product-detail .box-detail h1 {
        font-size: 50px;
        margin-bottom: 40px;
    }
    .product-detail .box-born,
    .product-detail .box-type {
        font-size: 26px;
    }
    .product-detail .box-type img {
        width: 40px;
        margin-right: 10px;
    }
    .product-detail .box-text p {
        font-size: 26px;
        line-height: 1.5em;
    }
    .product-detail  .irs-panel .irs-min-static,
    .product-detail .irs-panel .irs-max-static {
        width: 100px;
        font-size: 30px;
    }
    .product-detail .irs-panel > * {
        width: calc(100% - 240px);
        margin-right: 10px;
    }
    .product-detail .irs-panel .irs .irs-handle {
        width: 80px;
        height: 30px;
        top: -10px;
        background-size: 80px;
    }
    .product-detail .box-price .price-product,
    .product-detail .box-price  .discount-product {
        font-size: 50px;
        margin-right: 15px;
    }
    .product-detail .box-price select {
        height: 50px;
        padding-left: 8px;
        font-size: 24px;
    }
    .product-detail .box-price a {
        height: 50px;
    }
    .product-detail .box-price a img {
        width: 45px;
        margin-top: 2px;
    }
    .row-info-detail {
        padding: 15px 20px;
    }
    .row-info-detail .part-1 {
        width: 75px;
    }
    .row-info-detail .part-1 img {
        width: 50px;
        height: 50px;
    }
    .row-info-detail .part-2 {
        width: 220px;
        font-size: 24px;
    }
    .row-info-detail .part-3 {
        width: calc(100% - 260px);
        font-size: 24px;
    }
    .background-chart .row {
        margin: 90px 0;
    }
    .irs-panel.large .irs .irs-handle {
        width: 200px;
        height: 50px;
        top: -22px;
        background-size: 100%;
    }
    .baner .product-img {
        height: 500px;
    }
    .baner p {
        font-size: 40px;
        margin-top: 30px;
    }
    .baner .bottom img{
        width: 80%;
    }
    .faq-accordion .heading-accordion {
        font-size: 36px;
    }
    .faq-accordion .panel-body > p {
        font-size: 28px;
        line-height: 2em;
    }
    .register-form .hidden-xs img {
        width: 650px;
    }

    .footer-area .footer-col-1 .logo{
        width: 100%;
    }
    .footer-area .social-icon {
        margin: 30px 0;
    }
    .footer-area .social-icon img {
        width: 80px;
    }
    .footer-area .footer-title {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .footer-area .footer-col-2 p,
    .footer-area .footer-col-3{
        font-size: 30px;
        line-height: 2em;
    }
    .footer-area .footer-col-4 p {
        padding-left: 70px;
        font-size: 32px;
        line-height: 2em;
    }
    .footer-area .footer-col-4 img {
        position: absolute;
        top: 10px;
        left: 5px;
        width: 50px;
        height: 50px;
    }
    .register-form button {
        padding: 15px;
        margin: 20px 0;
        font-size: 24px;
    }
    .register-form a {
        font-size: 20px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        font-size: 32px;
    }
    .shop-form .title-product {
        font-size: 50px;
    }
    .shop-form .price-product, .shop-form .total-product {
        font-size: 42px;
    }
    .shop-form .delete-product img{
        width: 100%;
    }
    .shop-form .part-one-price h3 {
        font-size: 24px;
    }
    .shop-form .part-one-price .col-xs-6 {
        font-size: 20px;
    }
    .shop-form .part-two-price {
        font-size: 30px;
        padding: 20px;
        margin-bottom: 50px;
    }
    .shop-form .btn-submit {
        padding: 15px;
        font-size: 30px;
    }
    .table-project {
        margin-bottom: 50px;
    }
    .input-field input,.input-field select {
        font-size: 32px;
        height: 50px;
    }
    span.price {
        font-size: 42px;
    }
    .title h2{
        font-size: 48px;
    }
}