/**/
/*
* 24k gold sale
*/

.goldsale {}
.goldsale .header .top { padding: 15px 0; }
.goldsale .promobox .item { width: auto; height: auto; }

.goldsale .product.widget { color: #232323; background: url(../images/goldsale/bg-1.png) 50% 0 no-repeat scroll transparent; padding-top: 370px; margin-bottom: 0; }
.goldsale .main-title {}
.goldsale .main-title:after { background: #bea358; }
.goldsale .main-title span { display: block; font-size: 42px; text-transform: none; color: #bea358; margin-top: 10px; }
.goldsale .product.widget .home-content { font-size: 27px; font-weight: 700; color: #bea358; max-width: inherit;}
.goldsale .product.widget .subtitle { font-size: 30px; margin-bottom: 60px; }
.goldsale .product .list { text-align: left; }
/*
.goldsale .product .list .flex { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.goldsale .product .list .flex .item { flex: 0 0 50%; padding: 0 15px; }
 */
.goldsale .product .list .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-rows: repeat(4, 1fr);*/
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.goldsale .product .list .item { display: flex; background: #fff; box-shadow: 0 0 8px 2px rgba(0,0,0,0.15); border: 1px solid #fff; padding: 30px 20px 25px 10px; cursor: default; }
.goldsale .product .list .item:hover { box-shadow: 0 0 8px 2px rgba(190,163,88,0.4); border-color: #bea358; }
.goldsale .product .list .item .pic { flex-basis: 160px; align-self: flex-end; padding-bottom: 35px; }
.goldsale .product .list .item .text { display: flex; flex-direction: column; flex: 1; padding-left: 10px; }
.goldsale .product .list .item .text .title { margin: 0 0 15px 0; font-size: 18px; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; }
.goldsale .product .list .item .text .title span { display: block; font-size: 20px; text-transform: uppercase; }
.goldsale .product .list .item .text .desc { font-size: 14px; margin-bottom: 15px; }
.goldsale .product .list .item .text .pack { font-size: 16px; font-weight: 700; margin-bottom: 15px; }
.goldsale .custom-cb { overflow: hidden; position: relative; margin-top: auto; }
.goldsale .custom-cb input { appearance: none; opacity: 0; filter: alpha(opacity=0); width: 0; height: 0; position: absolute; top: 0; left: 0; }
/*.goldsale .custom-cb input { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; background: red; }*/
.goldsale .custom-cb label { cursor: pointer; margin: 0; display: inline-flex; align-items: center;}
.goldsale .custom-cb label .cb { position: relative; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; background: #fff; border: 2px solid #bea358; text-align: center; line-height: 48px; }
.goldsale .custom-cb label .cb:before { content: ''; font-family: 'FontAwesome'; font-size: 36px; color: #fff; }
.goldsale .custom-cb input:checked + label .cb { background: #bea358; }
.goldsale .custom-cb input:checked + label .cb:before { content: '\0f00c'; }
.goldsale .custom-cb label .label-txt { margin-left: 25px; font-size: 32px; color: #bea358; font-weight: 700; }
.goldsale .custom-cb input:disabled + label { cursor: not-allowed; }
.goldsale .custom-cb input:disabled + label .cb { background: #f9f9f9; border-color: #c3c3c3; }
.goldsale .custom-cb input:disabled + label .label-txt { color: #c3c3c3; }
/*
.goldsale .product .list .grid .item .atc.disabled label { cursor: default; }
.goldsale .product .list .grid .item .atc.disabled label .cb { background: #f9f9f9; border-color: #c3c3c3; }
.goldsale .product .list .grid .item .atc.disabled .price { color: #c3c3c3; }
*/

.goldsale .product .list.gift-list { padding-top: 30px; }
.goldsale .product .list.gift-list .item.gift { display: block; box-shadow: none; border: 0 none; }
.goldsale .product .list.gift-list .item.gift.text-left .main-title { text-align: left; }
.goldsale .product .list.gift-list .item.gift.text-left .main-title:after { left: 0; margin-left: 0; }
.goldsale .product .list.gift-list .item.gift.text-right .main-title { text-align: right; }
.goldsale .product .list.gift-list .item.gift.text-right .main-title:after { left: auto; right: 0; margin-left: 0; }
.goldsale .product .list.gift-list .item.gift .desc { font-size: 30px; }
.goldsale .product .list.gift-list .item {  }
.goldsale .product .list.gift-list .item:hover {  }
.goldsale .product .list.gift-list .item .atc .price-box { font-size: 22px; font-weight: 700; }
.goldsale .product .list.gift-list .shipping { font-size: 30px; font-weight: 700; padding: 30px 0; }

.goldsale .customer { padding: 50px 0 130px 0; background: url(../images/goldsale/bg-customer.jpg) 50% 0 no-repeat scroll transparent; }
.goldsale .customer .desc { font-size: 30px; }
.goldsale .customer .subtitle { margin: 0 0 15px 0; font-size: 20px; text-transform: uppercase; }
.goldsale .customer form { margin-top: 30px; }
.goldsale .customer form .form-group { margin: 0 -7px 20px -7px; }
.goldsale .customer form .form-group>div { padding: 0 7px; }
.goldsale .customer form label.control-label { padding: 0 0 5px 0; font-size: 16px; }
.goldsale .customer form .form-control { border: 1px solid #bea358; background: #bea358; color: #343434; }
.goldsale .customer form .form-control:focus { border: 1px solid #bea358; background: #fff; }
.goldsale .customer .custom-cb { padding: 15px 0; margin-bottom: 35px; }
.goldsale .customer .custom-cb label .label-txt { font-size: 16px; color: #000; }
.goldsale .customer .custom-cb label .label-txt a { text-decoration: underline; color: #000; }
.goldsale .customer .custom-cb label .label-txt a:hover { color: #bea358; }
.goldsale .customer .btn-order { display: block; margin-bottom: 30px; width: 100%; border: 2px solid #bea358; padding: 8px; background: transparent; color: inherit; text-transform: uppercase; font-size: 64px; font-family: 'Roboto Condensed', sans-serif; font-weight: 400; }
.goldsale .customer .btn-order:after { display: none; }
.goldsale .customer .btn-order span { display: block; background: #bea358; padding: 10px 30px; color: #fff;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.goldsale .customer .btn-order:hover { border-color: #343434; }
.goldsale .customer .btn-order:hover span { color: #bea358; background: #343434; }
.goldsale .customer .helper-text { font-style: italic; color: #343434; font-size: 18px; }

.goldsale .footer { padding-top: 120px; background-position: 50% 0; }
.goldsale .footer .box { color: #fff; }
.goldsale .footer .box .title { margin: 0 0 5px 0; color: #bea358; font-size: 22px; font-weight: 400; }
.goldsale .footer .box .address { font-size: 16px; margin-bottom: 5px; }
.goldsale .footer .box .phone { }
.goldsale .footer .box .phone a { color: #fff; font-size: 24px; font-weight: 700; }
.goldsale .footer .box .phone a:hover { color: #bea358; }
.goldsale .footer .bottom .copyright span { color: #bea358; }
.goldsale .footer .bottom .social-box ul li a:hover { color: #bea358; }

.goldsale .customer .has-error .form-control { border-color: #a94442; }
.goldsale .customer .has-error label .label-txt { color: #a94442; }

@media (max-width: 460px) {
    .goldsale .product .list .item { display: block; padding: 15px; }
    .goldsale .product .list .item .pic { margin-bottom: 15px; }
    .goldsale .product .list .item .text { padding-left: 0; }
}
@media (max-width: 767px) {
    .goldsale .main-title span { font-size: 24px; }
    .goldsale .product.widget .home-content { font-size: 18px; margin-bottom: 20px; }
    .goldsale .product.widget .subtitle { font-size: 16px; font-weight: 700; margin-bottom: 20px; }

    .goldsale .product .list.gift-list .grid { grid-template-columns: repeat(1, 1fr)!important; grid-template-areas: inherit!important; }
    .goldsale .product .list.gift-list .grid .item {grid-area: inherit!important;}
    .goldsale .product .list.gift-list .grid .item:nth-child(1){ order: 1; }
    .goldsale .product .list.gift-list .grid .item:nth-child(2){ order: 2; }
    .goldsale .product .list.gift-list .grid .item:nth-child(3){ order: 4; }
    .goldsale .product .list.gift-list .grid .item:nth-child(4){ order: 3; }
    .goldsale .product .list.gift-list .grid .item:nth-child(5){ order: 5; }
    .goldsale .product .list.gift-list .grid .item:nth-child(6){ order: 6; }

    .goldsale .product .list.gift-list .item.gift { padding: 0; }
    .goldsale .product .list.gift-list .item.gift.gift-pic img { margin: 0 auto; max-width: 70%; }

    .goldsale .product .list.gift-list .item.gift .main-title { text-align: center!important; }
    .goldsale .product .list.gift-list .item.gift .main-title:after { left: 50%!important; right: auto!important; margin-left: -45px!important; }
    .goldsale .product .list.gift-list .item.gift .desc { text-align: center!important; }

    .goldsale .product .list.gift-list .shipping { font-size: 18px; }

    .goldsale .customer { padding: 30px 0; background: #eee; }
    .goldsale .customer .desc { font-size: 22px; }
    .goldsale .customer form .form-group { margin-bottom: 0; }
    .goldsale .customer form label.control-label { margin-top: 15px; }
    .goldsale .customer .custom-cb { margin-top: 15px; }
    .goldsale .customer .btn-order { font-size: 26px; }
    .goldsale .customer .btn-order span { padding: 10px; }
    .goldsale .customer .helper-text { font-size: 13px; }
    .goldsale .footer { margin-top: 0; padding-top: 15px; }

    .goldsale .footer .box { padding: 15px 0; }

}
@media (max-width: 991px) {
    .goldsale .customer { padding: 30px 0; }
    .goldsale .product.widget { padding-top: 30px; }
    .goldsale .product .list .grid { grid-template-columns: repeat(1, 1fr); }
    .goldsale .product .list .item { padding: 15px; }
    .goldsale .product .list .item .pic { padding-bottom: 0; }
    .goldsale .product .list.gift-list .grid { grid-template-columns: 1fr 1fr 1fr; grid-template-areas: "pk1 pk2 pk2" "pk3 pk3 pk4" "pk5 pk6 pk6"; }
    .goldsale .product .list.gift-list .grid .item:nth-child(1){ grid-area: pk1; }
    .goldsale .product .list.gift-list .grid .item:nth-child(2){ grid-area: pk2; }
    .goldsale .product .list.gift-list .grid .item:nth-child(3){ grid-area: pk3; }
    .goldsale .product .list.gift-list .grid .item:nth-child(4){ grid-area: pk4; }
    .goldsale .product .list.gift-list .grid .item:nth-child(5){ grid-area: pk5; }
    .goldsale .product .list.gift-list .grid .item:nth-child(6){ grid-area: pk6; }

    .goldsale .product .list.gift-list .item.gift .desc { font-size: 16px; }

    .goldsale .footer { padding-top: 30px; margin-top: 0; }
}
@media (max-width: 1199px) {
    .goldsale .product.widget { padding-top: 30px; background: #fff; margin-top: 0; }
}
@media (max-width: 1200px) {
    .goldsale .header { position: static; }
    .goldsale .header .top { display: block; background: #000; padding: 7px 0; }
    .goldsale .header .top img { width: 100px; }
}