/*Add Css Custom Here*/
div.tshirtecommerce-btn-group{ 
	display: inline-block; 
	background-color: #ff3c20;
    border-radius: 3px;
    margin: 0 5px;
    padding: 0 10px;
   
    width: auto;
    vertical-align: top;
}
div.tshirtecommerce-btn-group > a{ color: white; text-transform: uppercase;}

/* --- Adjustments to match Layout 39 --- */

/* 1. Menu Font and Size Consistency */
.typeheader-26 {
    background-color: #fff !important;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07) !important;
    border-bottom: none !important;
}

.typeheader-26 .container-megamenu.horizontal ul.megamenu > li > a {
    font-family: 'Nunito', sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000 !important;
    padding: 35px 15px !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
}

.typeheader-26 .container-megamenu.horizontal ul.megamenu > li > a strong {
    font-weight: 800 !important;
}

/* Sub-menu font consistency */
.typeheader-26 .container-megamenu.horizontal ul.megamenu .sub-menu .content,
.typeheader-26 .container-megamenu.horizontal ul.megamenu .sub-menu .content a {
    font-family: 'Nunito', sans-serif !important;
}

/* 2. Footer Style Consistency */
.footer-container.typefooter-26 {
    background-color: #222222 !important;
    color: #888888 !important;
    font-family: 'Nunito', sans-serif !important;
}

.typefooter-26 .module .modtitle,
.typefooter-26 .footer-middle .newsletter .title-block .page-heading,
.typefooter-26 .socials-w h2 {
    color: #ffffff !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700 !important;
}

.typefooter-26 a,
.typefooter-26 .box-footer ul.menu li a,
.typefooter-26 .infos-footer ul li,
.typefooter-26 .infos-footer ul li a,
.typefooter-26 .footer-bottom .copyright {
    color: #888888 !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px !important;
}

.typefooter-26 a:hover,
.typefooter-26 .box-footer ul.menu li a:hover,
.typefooter-26 .infos-footer ul li a:hover,
.typefooter-26 .footer-bottom .copyright a:hover {
    color: #ff7345 !important;
}

/* Adjust footer inner backgrounds */
.typefooter-26 .footer-middle,
.typefooter-26 .footer-bottom,
.typefooter-26 .row-top,
.typefooter-26 .footer-main {
    background-color: #222222 !important;
}

/* Darker borders for dark footer */
.typefooter-26 .footer-bottom .container {
    border-top: 1px solid #333 !important;
}

/* Social icons background in dark footer */
.typefooter-26 .socials li a {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}
.typefooter-26 .socials li a:hover {
    background-color: #ff7345 !important;
    color: #fff !important;
}

/* Newsletter button adjustment */
.typefooter-26 .newsletter-footer21 .newsletter .block_content form.signup .subcribe button {
    background-color: #ff7345 !important;
    color: #fff !important;
}

/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/

@media (min-width: 992px)  {
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:before,
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:after{display: none;}
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical .vertical-wrapper{
      visibility: hidden;
      opacity: 0;
    }   
    .common-home .navbar-compact.typeheader-1 .container-megamenu.vertical:hover .vertical-wrapper{
      visibility: visible;
      opacity: 1;
      top: 40px; } 
}
@media (min-width: 992px){
	/*.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {    padding: 9px 0; line-height: 24px; height: auto;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
	    display: inline-block;
	}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;} */
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}

}

.typeheader-12 .navbar-logo .logo{
	min-height: 40px;
}

.typefooter-31 .col_tdzt {
	display: none !important;
}

#previewModal .cart-popup-info {
	padding-top: 18px;
}

#previewModal .cart-popup-info .product-name {
	display: block;
	margin: 0 0 14px;
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: anywhere;
}

#previewModal .cart-popup-info .price {
	display: block;
	clear: both;
	margin-top: 0;
	line-height: 1.3;
}

#previewModal .cart-popup-info .price-quantity,
#previewModal .cart-popup-info .price-new {
	display: inline-block;
	vertical-align: baseline;
}

.modmu-social-login-box {
	display: none;
	margin: 0 0 18px;
}

.modmu-social-login-box.is-ready {
	display: block;
}

.modmu-google-login-button {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid #2f2f2f;
	border-radius: 2px;
	background: #ffe0c0;
	color: #6a625c !important;
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-decoration: none !important;
	box-shadow: 0 1px 2px rgba(27, 31, 36, 0.18);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.modmu-login-actions {
	display: flex !important;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.modmu-login-actions .modmu-social-login-box {
	margin: 0;
}

.modmu-google-login-button.modmu-google-login-button--inline {
	width: auto;
	min-height: 38px;
	height: 38px;
	padding: 8px 14px;
	gap: 12px;
	white-space: nowrap;
}

.so-onepagecheckout .modmu-login-actions #button-login,
.so-onepagecheckout .modmu-login-actions .modmu-google-login-button.modmu-google-login-button--inline {
	display: inline-flex !important;
	width: auto !important;
	max-width: none !important;
	flex: 0 0 auto;
	margin: 0;
}

.modmu-google-login-button:hover,
.modmu-google-login-button:focus {
	border-color: #8fc31f;
	box-shadow: 0 2px 6px rgba(27, 31, 36, 0.16);
	color: #4f4944 !important;
}

.modmu-google-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	line-height: 1;
	flex: 0 0 18px;
	overflow: hidden;
}

.modmu-google-mark svg {
	display: block;
	width: 18px;
	height: 18px;
	max-width: 18px;
	max-height: 18px;
}

.so-onepagecheckout .modmu-billing-toggle {
	margin: 14px 0 18px;
	padding: 14px 16px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.so-onepagecheckout .modmu-billing-toggle label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #1f2933;
	font-weight: 700;
	line-height: 1.35;
}

.so-onepagecheckout .modmu-billing-toggle input {
	margin: 0;
}

.so-onepagecheckout .modmu-billing-address-panel {
	display: none;
}

.modmu-login-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0 14px;
	color: #7a8288;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.modmu-login-divider:before,
.modmu-login-divider:after {
	content: "";
	height: 1px;
	flex: 1 1 auto;
	background: #e5e7eb;
}

.modmu-social-login-ready.account-login #column-login {
	display: none !important;
}

.account-login .modmu-account-google {
	margin-bottom: 0;
}

body.account-login #account-login.modmu-auth-page {
	width: 100%;
	width: 100vw !important;
	max-width: none;
	min-height: calc(100vh - 88px);
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background: #e9eef3;
}

.modmu-auth-shell {
	display: flex;
	justify-content: center;
	padding: 54px 18px 120px;
}

.modmu-auth-window {
	width: 100%;
	max-width: 1060px;
	min-height: 560px;
	display: grid;
	grid-template-columns: minmax(390px, 0.92fr) minmax(470px, 1.08fr);
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 34px 70px rgba(15, 23, 42, 0.18);
}

.modmu-auth-browserbar {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	height: 38px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 18px;
	border-bottom: 1px solid #e5ebf2;
	background: rgba(255, 255, 255, 0.9);
}

.modmu-window-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: inline-block;
}

.modmu-window-dot.is-red {
	background: #ff6b6b;
}

.modmu-window-dot.is-yellow {
	background: #ffd166;
}

.modmu-window-dot.is-green {
	background: #60d394;
}

.modmu-window-url {
	width: 300px;
	height: 18px;
	margin-left: 18px;
	border: 1px solid #d6dde7;
	border-radius: 4px;
	background: #f8fafc;
	color: #7b8794;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
}

.modmu-auth-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 72px 42px 38px;
	background: #eaf4ff;
}

.modmu-auth-brand {
	position: absolute;
	top: 60px;
	left: 32px;
	color: #0b3558;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
}

.modmu-auth-illustration {
	width: min(330px, 86%);
	height: auto;
	display: block;
}

.modmu-auth-formpane {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 76px 48px 48px;
	background: #fff;
}

.modmu-auth-card {
	width: 100%;
	max-width: 340px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.modmu-auth-card h1 {
	margin: 0 0 6px;
	color: #111827;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.modmu-auth-subtitle {
	margin: 0 0 22px;
	color: #6b7280;
	font-size: 11px;
	line-height: 1.5;
}

.modmu-auth-card .form-group {
	margin-bottom: 14px;
}

.modmu-auth-card label.control-label {
	margin-bottom: 6px;
	color: #374151;
	font-size: 11px;
	font-weight: 700;
}

.modmu-auth-card .form-control {
	height: 38px;
	border: 1px solid #e5ebf2;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: #111827;
	font-size: 12px;
}

.modmu-auth-card .form-control:focus {
	border-color: #2f80ed;
	box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.12);
}

.modmu-password-field {
	position: relative;
}

.modmu-password-field .form-control {
	padding-right: 44px;
}

.modmu-password-eye {
	position: absolute;
	right: 14px;
	bottom: 10px;
	color: #8a94a3;
	font-size: 14px;
	pointer-events: none;
}

.modmu-auth-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: -2px 0 14px;
	color: #374151;
	font-size: 11px;
}

.modmu-auth-row a {
	color: #2f80ed;
	font-weight: 700;
}

.modmu-remember {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 11px;
	font-weight: 600;
}

.modmu-remember input {
	margin: 0;
}

.modmu-auth-submit {
	width: 100%;
	height: 38px;
	border: 0;
	border-radius: 6px;
	background: #1473e6 !important;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 10px 18px rgba(20, 115, 230, 0.24);
}

.modmu-auth-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 12px;
	color: #8a94a3;
	font-size: 11px;
}

.modmu-auth-divider:before,
.modmu-auth-divider:after {
	content: "";
	height: 1px;
	flex: 1 1 auto;
	background: #eef1f5;
}

.modmu-auth-divider span {
	padding: 0 12px;
}

.modmu-auth-card .modmu-social-login-box {
	margin: 0;
}

.modmu-google-login-button.modmu-google-login-button--auth {
	justify-content: center;
	width: 100%;
	height: 36px;
	min-height: 36px;
	gap: 10px;
	border-color: #e5e7eb;
	border-radius: 6px;
	background: #fff;
	color: #374151 !important;
	box-shadow: none;
}

.modmu-auth-signup {
	margin: 20px 0 0;
	color: #6b7280;
	font-size: 10px;
	text-align: center;
}

.modmu-auth-signup a {
	color: #111827;
	font-weight: 800;
}

@media (max-width: 480px) {
	.modmu-auth-shell {
		padding: 28px 10px 46px;
	}

	.modmu-auth-card {
		padding: 0;
	}
}

@media (max-width: 900px) {
	.modmu-auth-window {
		grid-template-columns: 1fr;
		max-width: 520px;
		min-height: 0;
	}

	.modmu-auth-visual {
		min-height: 290px;
		padding: 74px 34px 28px;
	}

	.modmu-auth-illustration {
		max-height: 260px;
	}

	.modmu-auth-formpane {
		padding: 38px 28px 36px;
	}

	.modmu-window-url {
		width: 190px;
	}
}

@media (max-width: 767px) {
	#previewModal .product-image,
	#previewModal .cart-popup-info {
		width: 100%;
		float: none;
	}

	#previewModal .cart-popup-info {
		padding-top: 15px;
	}
}

@media (max-width: 480px){
	div.thumb-vertical-outer{padding:0}
	div.thumb-vertical-outer ul li .thumbnail.active {margin-top: 0%;}
}
@media (max-width: 992px){.div_sticky {display: none !important;}}
@media (max-width: 480px){
  .product-view .content-product-right .box-info-product .cart .btn.btn-checkout {
    margin: 0 2px !important;
}
  .product-view .content-product-right .box-info-product .cart .btn {
    width: 135px !important;
        margin-bottom: 5px;
}
.product-view .content-product-right .box-info-product .add-to-links .compare{
      margin-top: 5px;
    display: block;

}
.product-detail .box-info-product .cart .btn.btn-checkout{
  margin: 0 2px !important;
}
.product-detail .box-info-product .cart .btn{
   margin-bottom: 5px !important;
}
