
/*--- start  img detailproduct ----*/


.wrapper{
  position: relative;
  margin: 0 auto;
  width: 550px;
  padding-left: 150px;
}

.img-selection{
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.head_nameprodetail b {
 font-weight: 500;
}

.img-thumbnail:first-of-type{
  margin-top: 0;
}

.img-thumbnail{
  margin-top: 10px;
  width: 140px;
  height: 140px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: .3s ease;
  opacity: .5;
}

.img-thumbnail:hover{
  opacity: 1;
}


.tt1{
    font-weight: 800;
    position: absolute;
    color: rgb(116, 11, 11);
    font-size: 18px;
    top: 30%;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

#price_all {
 font-weight: 500;
}

.img-thumbnail.selected{
  opacity: 1;
}

.big-img{
  position: relative;
  width: 445px;
  height: 445px;
  border: 1px solid #ddd;
  cursor: zoom-in;
  overflow: hidden;
}

.big-img img.zoom{
  position: absolute;
  transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s; 
}

.display-img{
  width: 100%;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.5rem;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*--- end img detailproduct ----*/

#sec_prodetail {
  padding: 4rem;
}

.head_nameprodetail p {
  font-size: 18px;
  color: #670800;
}

.id_detailid b {
 font-weight: 500;
}

.id_detailid p {
  font-size: 14px;
  color: #6B6969;
}

hr.line1 {
  border-top: 1px solid #6B6969;
}

.detail_detailpro b {
 font-weight: 500;
}

.detail_detailpro p {
  font-size: 14px;
}

.num_detail {
    font-size: 18px;
}

.num_detail b {
font-weight: 500;
}

.sixe_detail {
    font-size: 14px;
}

.sixe_detail b {
    font-size: 14px;
    font-weight: 500;
}

.price_detail {
  font-size: 24px;
  font-weight: 600;
}

.buttonlinecon {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 10px;
  cursor: pointer;
}

#sec_prodetail .svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 2.3em;
    overflow: visible;
    vertical-align: -0.8em;
}


#banner_bannedetail {
  padding: 8rem;
}

.txt_heaadbannerdetail {
    font-size: 35px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.txt-headproduct {
    font-size: 20px;
    color: #6B6969;
}


/*--- start slideshow product ----*/


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    margin-right: 2rem;
    background-color: #ddd;
    border-radius: 10px;
}

#product_order .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 11px;
    left: auto;
    padding: 1.9rem;
    color: #f9fafb;
    background: #6708006b;
}

#product_order .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 1px;
    right: auto;
    padding: 1.9rem;
    color: #f9fafb;
    background: #6708006b;
}

.swiper-slide span {
    font-size: 12px;
    color: #70778b;
}

.buttonphone-sm {
    background-color: #670800;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    cursor: pointer;
}

.card {
    border: none !important;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
}

.card-time-text {
    color: #997D33;
    text-align: center;
    font-weight: 400;
}

/*--- end slideshow product ----*/












/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/

@media screen and (min-width:320px) and (max-width:460px) {


#sec_prodetail {
    padding: 1rem;
}

.img-selection {
    position: absolute;
    left: 0;
    top: -4px;
    width: 93px;
}

.big-img {
    position: relative;
    width: 234px;
    height: 234px;
    border: 1px solid #ddd;
    cursor: zoom-in;
    margin-left: -3rem;
    overflow: hidden;
}

.head_nameprodetail p {
    font-size: 14px;
    color: #670800;
    margin-top: 1rem;
}

.id_detailid p {
    font-size: 14px;
    color: #6B6969;
    margin-top: -0.6rem;
}

.detail_detailpro p {
    font-size: 14px;
}

.num_detail {
    font-size: 16px;
}

.sixe_detail {
    font-size: 16px;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 550px;
    padding-left: 150px;
    height: 438px;
}

.price_detail {
    font-size: 20px;
    font-weight: 600;
}

.big-img {
    position: relative;
    width: 237px;
    height: 237px;
    border: 1px solid #ddd;
    cursor: zoom-in;
    overflow: hidden;
    margin-left: -3rem;
}

.buttonlinecon {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 7px 21px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 1px 4px;
    border-radius: 10px;
    cursor: pointer;
}

#sec_prodetail .svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 2.3em;
    overflow: visible;
    vertical-align: -0.8em;
}


#banner_bannedetail {
  padding: 2rem;
}

.txt_heaadbannerdetail {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-align: center;
}




}


@media screen and (min-width:461px) and (max-width:1024px) {


#sec_prodetail .img-selection {
    position: absolute;
    left: -31px;
    top: -4px;
    width: 86px;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 550px;
    padding-left: 150px;
    height: 438px;
}

.big-img {
    position: relative;
    width: 256px;
    height: 255px;
    border: 1px solid #ddd;
    margin-left: -6rem;
    cursor: zoom-in;
    overflow: hidden;
}

.head_nameprodetail p {
    font-size: 14px;
    color: #670800;
}

.id_detailid p {
    font-size: 14px;
    color: #6B6969;
    margin-top: -0.5rem;
}

.detail_detailpro p {
    font-size: 14px;
}

.num_detail {
    font-size: 17px;
}

.sixe_detail {
    font-size: 17px;
}

.buttonlinecon {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: -4px 2px;
    border-radius: 10px;
    cursor: pointer;
}

#sec_prodetail .svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 2.3em;
    overflow: visible;
    vertical-align: -0.8em;
}

#banner_bannedetail {
  padding: 2rem;
}

.txt_heaadbannerdetail {
    font-size: 25px;
    color: white;
    font-weight: 600;
    text-align: center;
}




}



