.fw_600 {
font-weight: 600;
letter-spacing:0;
}
.custom_form label {
font-weight: 500 !important;
font-size: 14px !important;
margin: 0 0 10px 15px !important;
}
.custom_form input[type=”text”],
.custom_form input[type=”email”],
.custom_form input[type=”tel”] {
border: solid 1px #999 !important;
height: 48px !important;
padding: 0 15px !important;
border-radius: 30px !important;
}
.custom_form .iti__flag-container {
margin-left: 7px !important;
}
.custom_form button[type=”submit”]{
height: 50px !important;
line-height: 50px !important;
padding: 0 30px !important;
border: none !important;
background-color: #d7b797 !important;
color: #fff !important;
font-weight: 600 !important;
font-size: 16px !important;
display: flex !important;
margin: 0 auto !important;
border-radius: 30px !important;
}
.custom_form button[type=”submit”]:hover {
opacity: 0.8;
}
.custom_form .wpforms-error.mailcheck-error {
display: none !important;
}
.custom_form .wpforms-confirmation-container-full {
background-color: transparent !important;
border: none !important;
padding: 0 !important;
margin-top: 40px !important;
}
.custom_form .wpforms-confirmation-container-full img {
margin-bottom: 25px;
}
.custom_form .wpforms-confirmation-container-full h3 {
font-weight: 500;
text-transform: uppercase;
font-size: 24px;
margin: 0;
}
.custom_form .wpforms-confirmation-container-full p {
font-size: 14px;
}
Men’s Holiday Edit
[Brand_Products key=”mens-holiday-edit” show=”12″]
ĐĂNG KÝ ĐỂ ĐƯỢC HỖ TRỢ & NHẬN THÔNG TIN MỚI NHẤT VỀ SẢN PHẨM
#popup__main {
display: none;
}
.popup__main {
width: 850px;
max-width: 100%;
}
.popup__container {
display: flex;
position: relative;
border-radius: 15px;
overflow: hidden;
}
.popup__container .col__left {
width: 50%;
position: relative;
overflow: hidden;
}
.popup__container .col__left img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.popup__container .col__right {
width: 50%;
padding: 40px 25px;
background-color: #fff;
}
.popup__container .popup__title {
text-transform: uppercase;
text-align: center;
line-height: 1.4;
font-weight: 500;
font-size: 16px;
}
.popup__container .popup__close {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
cursor: pointer;
}
.popup__container .popup__close:after,
.popup__container .popup__close:before {
content: “”;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 20px;
height: 2px;
background-color: #000;
margin: auto;
transform: rotate(45deg);
}
.popup__container .popup__close:before {
transform: rotate(-45deg);
}
.popup__main .dont_show_again {
display: block;
line-height: 1.4;
margin: 15px 0 0 0;
font-weight: 500;
font-style: italic;
}
.popup__main .dont_show_again input {
display: inline-block;
vertical-align: middle;
margin: -5px 5px 0 0;
}
#popup__main.fancybox-content {
cursor: unset !important;
background-color: transparent !important;
}
#popup__main.fancybox-content .fancybox-button {
display: none !important;
}
.fancybox-bg {
background-color: rgba(0,0,0,.5);
}
#popup__main.fancybox-content {
padding: 15px !important;
}
.popup__container .popup__close {
z-index: 2;
}
@media screen and (max-width:900px){
.group_top_sms {
display: flex !important;
}
}
@media screen and (max-width:767px){
.popup__container {
display: block;
}
.popup__container .col__left,
.popup__container .col__right {
width: 100%;
}
.popup__container .col__left {
padding-bottom: calc(130/350 * 100%);
}
.popup__container .col__right {
padding: 25px 20px;
}
.popup__container section {
margin-top: 20px !important;
}
.fancybox-content {
padding: 0 !important;
}
.popup__container {
border-radius: 8px;
}
}
jQuery(document).ready(function($){
let count_pro = $(‘.onePro’).length;
let show = 12;
if(show >= count_pro){$(“.loadmore”).hide();
}
setTimeout(function(){
let provinces = $(‘#provinces option:eq(1)’).val();
$(‘#provinces’).val(provinces).trigger(‘change’);
let districts = $(‘#districts option:eq(1)’).val();
$(‘#districts’).val(districts).trigger(‘change’);
},3000);
function autoFillContactForm(){
$(‘.custom_form input[name=”wpforms[fields][0]”]’).val(localStorage.getItem(“form_name”));
$(‘.custom_form input[name=”wpforms[fields][1]”]’).val(localStorage.getItem(“form_email”));
$(‘.custom_form input[name=”wpforms[fields][3]”]’).val(localStorage.getItem(“form_phone”));
}
});