/* Product Detail */
:root{--font-product:'Mulish', sans-serif;--color-pro-detail:#bf1e2e}
.product-detail{font-family: var(--font-product);}
.grid-pro-detail{margin-bottom:30px!important;}
.temp .left-pro-detail{position:relative;width:45%;text-align:center;background:white;}
.left-pro-detail .MagicZoom{border:1px solid #eee;padding:7px;border-radius:5px;}
.temp .right-pro-detail{width:calc(100% - 48%);}
.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-thumb-pro{padding:0px 0px;}
.thumb-pro-detail{display:block!important;border:1px solid #eee;padding:5px;border-radius:3px;cursor:pointer;}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:var(--color-r);}
.thumb-pro-detail img{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0px!important;padding-bottom:0px!important;}
.control-carousel{position:absolute;top:calc(50% - 25px/2);margin-bottom:0px;width:20px;height:25px;text-align:center;line-height:25px;border:1px solid #eee;
    z-index:2;background-color:#fff;color:#ccc;cursor:pointer;border-radius: 2px;font-size: 10px}
.control-carousel:hover{background-color:var(--color-r);border-color:var(--color-r);color:#fff;}
.prev-carousel{left:0px;}
.next-carousel{right:0px;}
/*=====*/
.pro-detail__top{padding-bottom:10px;margin-bottom: 5px;border-bottom: 1px solid #eee;}
.pro-detail-name{text-transform:capitalize;font-size:23px;font-weight:700}
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0px!important;}
.desc-pro-detail{margin-bottom:1rem;font-size: 15px;}
.attr-pro-detail{list-style:none;padding:0px;}
.product-detail-option{display: flex;flex-flow: wrap;align-items: center;margin-bottom:0.5rem;}
.product-detail-label{margin:0px 5px 0px 0px;font-size: 16px;}
.product-detail-content{margin-bottom:0px;}
.price-new-pro-detail{font-weight:800;font-size:25px;color:var(--color-pro-detail);padding-right:10px}
.price-old-pro-detail{font-weight:400;color:#ccc;text-decoration:line-through;font-size: 17px;position: relative;bottom: 1px}
/*====*/
.color-pro-detail{display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;}
.size-pro-detail{border:1px solid #ccc;padding:3px 10px 4px 10px;display:inline-block;position:relative;}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.color-pro-detail.active:before,.size-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right;}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0px;top:0px;left:0px;}
.variants-pro-detail{border:1px solid #ccc;padding:3px 10px 4px 10px;display:inline-block;position:relative;}
.variants-pro-detail.active{border-color:#e5101d;color:#e5101d;}
.variants-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0px;left:0px;bottom:0px;right:0px;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right;}
.variants-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0px;top:0px;left:0px;}
/*====*/
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;
  text-align:center;border-radius: 5px;overflow: hidden;border:1px solid #ccc;}
  .quantity-pro-detail input{height:40px;border: none;
  width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.quantity-pro-detail span{line-height:40px;padding:0px;width:40px;height:40px;color:#5f5f5f;cursor:pointer;font-size:22px;
  border: none;position: relative;font-size: 0;}
.quantity-pro-detail span:hover:after,.quantity-pro-detail span:hover:before{background: var(--color-r);}
/*====*/
.quantity-plus-pro-detail:before {position:absolute; content: "";width:12px;height:2px;background:#bbbbbb;left:calc(50% - 6px);top:calc(50% - 1px);}
.quantity-plus-pro-detail:after {position:absolute;content:"";width:2px;height:12px;background:#bbbbbb;left:calc(50% - 1px);top:calc(50% - 6px);}
.quantity-minus-pro-detail:after {position:absolute; content: "";width: 12px;height: 2px;background:#bbbbbb;left:calc(50% - 6px);top:calc(50% - 1px);}
.quantity-pro-detail span:hover {background:rgb(75 79 86 / 5%);}
/*===*/
.cart-pro-detail{margin-bottom:1rem;display:flex;align-items:stretch;justify-content:flex-start;}
.btn_add_cart{display: flex;flex-flow: wrap;align-items: center;justify-content: center;border-radius: 8px;padding:8px 10px;flex-direction: column;}
.btn_add_cart .txt-main{font-size: 17px;text-transform: uppercase;font-weight: 700}
.btn_add_cart span{font-size:16px}
.btn_add_cart.buynow{background: #141414;margin-right: 10px;color: #fff}
.btn_add_cart.addnow{border: 1px solid var(--color-pro-detail);color: var(--color-pro-detail);background: #fff}
.btn_add_cart.buynow:hover,.btn_add_cart.addnow:hover{background: var(--color-pro-detail);color: #fff}
/*====*/
.tags-pro-detail{margin:1rem 0px 2rem 0px;}
.tags-pro-detail a{float:left;font-size:12px;color:#fff;padding:5px 10px 7px 10px;margin-right:5px;margin-bottom:5px;
	background-color:var(--color-red);border-radius:3px;}
.tags-pro-detail a:hover{background-color:var(--color-medium-red);}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:0px;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;background:#eee;padding:10px 10px;border-radius: 5px;margin-right: 5px;
font-weight: 600;display: inline-block;text-transform: uppercase;}
.tabs-pro-detail .ul-tabs-pro-detail li.active,.tabs-pro-detail .ul-tabs-pro-detail li:hover{background:#000;color:#fff;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.tabs-pro-detail .content-tabs-pro-detail{background:#f5f5f5b3;border-radius:0px 0px 5px 5px;padding: 20px;border-top:2px solid #000;margin-top: 10px;}
.tabs-pro-detail .content-tabs-pro-detail .fb-comments{border-radius: 5px;background: #fff;}
/*===*/
.product-detail-title_other{font-size: 20px;font-weight: 700;color: #333;text-transform: uppercase;margin-bottom: 20px;}
/*===*/
.product-promotion{border: 1px solid var(--color-pro-detail);border-radius: 12px;overflow: hidden;}
.product-promotion__heading {font-size: 15px;font-weight: 700;padding: 12px 10px;color: #fff;background: var(--color-pro-detail);margin-bottom: 0px}
.product-promotion__heading svg{width: 18px;height: 18px;margin-right: 8px;position: relative;bottom: 2px}
.product-promotion__heading svg path{fill: #fff}
.product-promotion__content{padding:10px}
.product-promotion__content p{margin-bottom: 0px}
.product-promotion ul{margin-bottom: 0; border-radius: 4px; padding: 8px 8px 8px 15px; list-style-position: inside; background: #fff; font-size: 15px;list-style: auto;}
/*===*/
.product-policy{border: 1px solid #141414;border-radius: 12px;overflow: hidden;}
.product-policy__heading {font-size: 16px;font-weight: 700;padding: 12px 10px;color: #fff;background: #141414;margin-bottom: 0px}
.product-policy__heading svg{width: 18px;height: 18px;margin-right: 8px;position: relative;bottom: 1px}
.product-policy__heading svg path{fill: #fff}
.product-policy__content{padding:0px 10px}
.policy__item{display: flex;align-items: center;padding: 8px 0px;border-bottom: 1px solid #eee;}
.policy__item:last-child{border: none}
.policy__icon{margin-right: 8px;width: 40px;}
.policy__info{width: calc(100% - 40px)}
.policy__info h3{font-size: 15px;margin-bottom: 0px;font-weight: 700}


/* Responsive */
@media (max-width:1100px) {
	.btn_add_cart span{font-size: 15px}
}

@media (max-width:992px) {
	.right-pro-detail,.right-promotion-policy{margin-top: 20px}
	.pro-detail-name{font-size:22px;}
	.btn_add_cart span{font-size: 0.8rem}
	.tabs-pro-detail .content-tabs-pro-detail{padding: 10px}
	.pro-detail-name{font-size: 19px}
}

@media(max-width:769px){
	.temp .left-pro-detail,.temp .right-pro-detail{width:100%;margin:0px;}
    .temp .left-pro-detail{margin-bottom:30px;}
}

/* Alpha Real Product Detail */
.product-showcase{font-family:var(--font-r2),sans-serif;background:#0e2940;color:#fff}
.product-showcase img{display:block;width:100%;height:100%;object-fit:cover}
.product-showcase .wrap-content{max-width:1200px}
.product-hero{position:relative;min-height:680px;background:center/cover no-repeat;padding:170px 0 110px}
.product-hero__overlay,.product-section__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,22,36,.2),rgba(7,22,36,.82))}
.product-hero .wrap-content,.product-section--banner .wrap-content{position:relative;z-index:2}
.product-hero__inner{max-width:620px;padding:42px 38px;background:rgba(10,34,52,.7);border:1px solid rgba(221,179,97,.45);backdrop-filter:blur(3px)}
.product-hero__eyebrow,.product-section__label{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:32px;padding:0 12px;border-radius:999px;background:#d8b16a;color:#11253a;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.product-hero__title{font-size:48px;line-height:1.1;font-weight:700;text-transform:uppercase;margin:18px 0 16px}
.product-hero__subtitle{font-size:17px;line-height:1.8;color:#e7eef4;max-width:560px}
.product-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.product-hero__btn,.product-inline-btn,.product-contact__submit{display:inline-flex;align-items:center;justify-content:center;min-width:170px;height:48px;padding:0 24px;border:1px solid #d8b16a;background:#d8b16a;color:#11253a;font-size:14px;font-weight:700;text-transform:uppercase;transition:.3s}
.product-hero__btn.is-outline{background:transparent;color:#fff}
.product-hero__btn:hover,.product-inline-btn:hover,.product-contact__submit:hover{background:#fff;color:#11253a}
.product-strip{background:#d8b16a;padding:18px 0}
.product-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product-strip__item{padding:18px 20px;background:rgba(17,37,58,.08);text-align:center}
.product-strip__item span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:#173047}
.product-strip__item strong{display:block;font-size:20px;color:#11253a;margin-top:8px}
.product-section{position:relative;padding:86px 0}
.product-section--teal{background:linear-gradient(180deg,#0d3e57,#165f78)}
.product-section--navy{background:#131d45}
.product-section--gradient{background:linear-gradient(180deg,#146078,#18a6a1)}
.product-section--teal-light{background:linear-gradient(180deg,#14526d,#15758c)}
.product-section--content{background:#f5f7fa;color:#1b2d41}
.product-section--related{background:#f8fafc;color:#1b2d41}
.product-section--banner{padding:120px 0;background:center/cover no-repeat}
.product-section__head{display:flex;align-items:center;gap:16px;margin-bottom:34px}
.product-section__head.is-center{justify-content:center;text-align:center}
.product-section__head h2{margin:0;font-size:34px;font-weight:700;text-transform:uppercase;color:#fff}
.product-section--content .product-section__head h2,.product-section--related .product-section__head h2{color:#12304a}
.product-overview,.product-story,.product-plan,.product-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;align-items:center}
.product-overview__media,.product-story__stack img,.product-wide-image,.product-plan__media,.product-lifestyle__photo,.product-related__thumb{overflow:hidden}
.product-overview__media,.product-plan__media{min-height:460px}
.product-overview__quote{margin-bottom:20px;padding-left:18px;border-left:3px solid #d8b16a;font-size:22px;line-height:1.5;font-style:italic;color:#f2dfb5}
.product-checklist{margin:24px 0 0;padding:0;list-style:none}
.product-checklist li{position:relative;padding-left:24px;margin-bottom:14px;line-height:1.8}
.product-checklist li:before{content:"";position:absolute;top:11px;left:0;width:9px;height:9px;border-radius:50%;background:#d8b16a}
.product-story__content p,.product-plan__content p,.product-lifestyle__content p,.product-contact__intro p{font-size:16px;line-height:1.85;color:#edf4f8}
.product-story__stack{display:grid;gap:18px}
.product-story__stack img{min-height:220px}
.product-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{padding:28px 24px;background:rgba(8,32,46,.2);border:1px solid rgba(255,255,255,.18);text-align:center}
.product-card h3{font-size:20px;text-transform:uppercase;margin:0 0 12px}
.product-card p{margin:0;line-height:1.75}
.product-wide-image{margin-top:34px;height:460px;border-top:3px solid #d8b16a;border-bottom:3px solid #d8b16a}
.product-lifestyle{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:start}
.product-lifestyle__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.product-lifestyle__photo{height:170px}
.product-lifestyle__content{padding:12px 0}
.product-inline-btn{margin-top:10px}
.product-plan__media{border:8px solid rgba(255,255,255,.08)}
.product-banner{max-width:680px;padding:44px 40px;background:rgba(6,27,42,.7);border-left:4px solid #d8b16a}
.product-banner h2{font-size:36px;text-transform:uppercase;margin:0 0 14px}
.product-banner p{margin:0;font-size:16px;line-height:1.8;color:#edf4f8}
.product-contact{padding:36px;background:rgba(8,32,46,.25);border:1px solid rgba(255,255,255,.18)}
.product-contact__intro h3{font-size:28px;text-transform:uppercase;margin:0 0 14px}
.product-contact__form{display:flex;flex-direction:column;gap:16px}
.product-contact__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.product-contact .form-control{height:52px;border:1px solid rgba(216,177,106,.55);background:rgba(255,255,255,.08);color:#fff;border-radius:0}
.product-contact textarea.form-control{height:auto;padding:14px}
.product-contact .form-control::placeholder{color:#d8e5ee}
.product-contact__submit{width:220px;margin-top:4px}
.product-editor{padding:32px;background:#fff;color:#1d2d3f;line-height:1.8}
.product-editor *{max-width:100%}
.product-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-related__item{background:#fff}
.product-related__thumb{display:block;height:280px}
.product-related__info{padding:18px}
.product-related__info h3{margin:0;font-size:18px;line-height:1.5;text-transform:uppercase}
.product-related__info a{color:#12304a}

@media (max-width:1100px){
	.product-hero{min-height:560px;padding:140px 0 90px}
	.product-hero__title{font-size:40px}
	.product-cards,.product-related{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:991px){
	.product-strip__grid,.product-overview,.product-story,.product-plan,.product-contact,.product-contact__row,.product-lifestyle{grid-template-columns:1fr}
	.product-section{padding:68px 0}
	.product-section__head h2{font-size:28px}
	.product-overview__media,.product-plan__media,.product-wide-image{min-height:320px;height:auto}
	.product-lifestyle__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
	.product-contact__submit{width:100%}
}

@media (max-width:767px){
	.product-hero{min-height:auto;padding:110px 0 70px}
	.product-hero__inner,.product-banner,.product-contact{padding:24px 20px}
	.product-hero__title{font-size:30px}
	.product-hero__subtitle,.product-story__content p,.product-plan__content p,.product-lifestyle__content p,.product-contact__intro p{font-size:15px}
	.product-strip__grid,.product-cards,.product-related,.product-lifestyle__gallery{grid-template-columns:1fr}
	.product-lifestyle__photo,.product-related__thumb{height:220px}
	.product-section__head{flex-direction:column;align-items:flex-start}
	.product-section__head.is-center{align-items:center}
}
