@charset "utf-8";
/* 
Start Project 
Company Name: Eclick Softwares
Date: 15/09/2023
Time: 12:19AM
Project name: Frontend T-Shirt
Developer Name: Sudip Karmakar
CSS Document 
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
abbr, address, article, aside, audio, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit
}
body {
	margin: 0;
	padding: 0;
	font: 400 14px 'Montserrat', sans-serif;
	line-height: 20px;
	color: #020b1e;
	background-color: #fff;
	overflow-x:hidden;
}
chexbox, div, form, h1, h2, h3, h4, h5, h6, img, input, label, li, ol, option, p, radiobutton, select, td, textarea, tr, ul {
	padding: 0;
	margin: 0
}
ul {
	padding: 0;
	margin: 0;
	list-style: none
}
ol {
	padding: 0;
	margin: 0;
	list-style-type: none
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	color: #444444;
}
a:hover {
	text-decoration: none;
}
img {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	max-width: 100%;
	height: auto;
}
chexbox {
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px
}
.clr, .spacer {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.clearfix:after, .clearfix::before {
	content: '';
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.display-none {
    display: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.lds-dual-ring {
    display: inline-block;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* ================= 
Sudip Karmakar start css code 
========================= */
/* =========== top header ================ */
.topheader{
        background-color: #000000;
        padding: 8px 0;
}
.topheader .topLeft{
        display: flex;
        padding: 0;
        margin: 0;
        align-items: center;
        font: 500 16px 'Montserrat', sans-serif;
        line-height: 16px;
        color: #cccccc;
}
.topheader .topLeft a{
        font: 500 16px 'Montserrat', sans-serif;
        line-height: 16px;
        color: #cccccc;
        padding: 0;
        margin: 0 40px 0 0;
        transition: all 0.3s;
}
.topheader .topLeft a i{
        margin: 0 5px 0 0;
}
.topheader .socialLinks{
        display: flex;
        justify-content: flex-end;
        align-items: center;
}
.topheader .socialLinks li{
        padding: 0;
        margin: 0 10px 0 0;
}
.topheader .socialLinks li a{
        display: block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        font-size: 10px;
        color: #000;
}
/* =========== top header ================ */
/* =========== logo and menu section ================ */
.headerSection{
        background-color: #1f1f1f;
        padding:15px 0;
        margin: 0;
}
.headerSection .nav_menu{
        padding: 0;
        height: 100%;
}
.headerSection .nav_menu .header-menu{
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
}
.headerSection .nav_menu .header-menu li,
.headerSection .nav_menu .header-menu li a
{
        display: inline-block;
        font: 700 14px 'Montserrat', sans-serif;
        line-height: 44px;
        color: #fff;
        padding: 0;
        margin: 0;
        transition: all .3s;
        white-space: nowrap;
}
.headerSection .nav_menu .header-menu li{
        margin: 0 0 0 25px;
}
.headerSection .nav_menu .header-menu li:last-child a,
.headerSection .nav_menu .header-menu li:last-child a:hover, 
.checkout_coupon .form-row-last .button{
        display: inline-block;
        background-color: #ec008c;
        padding: 0 45px;
        font-size: 16px;
        border-radius: 0 30px 30px 30px;
        transition: all .3s;
}
.headerSection .nav_menu .header-menu li:last-child a:hover, 
.checkout_coupon .form-row-last .button:hover{
        border-radius: 30px 0 30px 0;
        transition: all .3s;
        background-color: #f36621;
        color: #fff;
}
/* =========== logo and menu section end================ */
/* ===========  home banner section ================ */
.section-banner {
	background: url(../images/banner.png) no-repeat;
	border-radius: 0 0 0 0%;
	height: 726px;
	display: flex;
	align-items: center;
	position: relative;
	background-size: cover;
}
/* .section-banner:before{
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../images/round-left.png) left top no-repeat #fff;
        width: 265px;
        height: 267px;
        content: "";
        z-index: 1;
}
.section-banner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/dot-bg.png) no-repeat left top;
        width: 600px;
        height: 500px;
        z-index: 1;
        opacity: 0.5;
} */
.section-banner .bannerImage{
        display: flex;
        position: relative;
}
.section-banner .bannerText{
        height: 100%;
        display: flex;
        align-items: center;
}
.section-banner .bannerText .title{
        font: 700 66px 'Montserrat', sans-serif;
        line-height: 70px;
        color: #fff;
        padding: 0;
        margin: 0;
}
.section-banner .bannerText .subTitle{
        font: 500 18px 'Montserrat', sans-serif;
        line-height: 24px;
        color: #fff;
        padding: 0;
        margin: 15px 0 0 0;
        max-width: 450px;
}
.section-banner .bannerImage .image1,
.section-banner .bannerImage .image2
{
        position: absolute;
        width: 321px;
        height: 474px;
        -webkit-mask-image: url(../images/shap.png);
        mask-image: url(../images/shap.png);
        -webkit-mask-size: 100%;
        mask-size:100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;  

}
.section-banner .bannerImage .image1 img,
.section-banner .bannerImage .image2 img
{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
}
.section-banner .bannerImage .image2{
        -webkit-mask-image: url(../images/shap-flip.png);
        mask-image: url(../images/shap-flip.png);
        right: -70px;
        top: 40px;
 }
 .section-banner .bannerImage:after{
        background: url(../images/shap-stock.png) left top no-repeat;
        position: absolute;
        left: -10px;
        top: -22px;
        content: "";
        width: 321px;
        height: 474px;
 }
 .section-banner .bannerImage:before{
        background: url(../images/shap-stock-2.png) left top no-repeat;
        position: absolute;
        right:-45px;
        top: 15px;
        content: "";
        width: 321px;
        height: 474px;
        z-index: 1;
}
/* ===========  home banner section end================ */
/* ===========  section Custom Design ================ */
.sectionCustomDesizn .noOfGarmentsSection{
        padding: 177px 0 88px 0;
}
.sectionCustomDesizn .noOfGarmentsSection .sectionTitle{
        text-align: center;
        font: 700 114px 'Montserrat', sans-serif;
        line-height: 125px;
        color: #e0e0e0;
}
.sectionCustomDesizn .sectionContent {
	position: relative;
	margin: -58px 0 0 0;
	z-index: 1;
}
.sectionCustomDesizn .noOfGarmentsSection .sectionContent {
	position: relative;
        margin: -1px 0 0 0;
        z-index: 1;
}
.sectionCustomDesizn .garmentColorSection .sectionContent{
        margin: 0;
}
.sectionCustomDesizn .round {
	position: absolute;
	left: 27px;
	top: -187px;
	width: 200px;
	height: 147px;
	background-color: #ec008c;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 22px;
	border-radius: 80px 80px 0 80px;
	font: 500 16px 'Montserrat', sans-serif;
	line-height: 20px;
	color: #fff;
}

.sectionCustomDesizn .noOfGarmentsSection .field{
        text-align: center;
        display: flex;
        justify-content: center;
}
.sectionCustomDesizn .noOfGarmentsSection .field span{
        display: inline-block;
}
.sectionCustomDesizn .noOfGarmentsSection .field > div,
 .underBase_part .inputField,
 .orderSection .inputField {
	font: 700 36px 'Montserrat', sans-serif;
	line-height: 40px;
	color: #333333;
	text-transform: lowercase;
	margin: -40px 0 0 0;
	text-transform: unset;
        position: relative;
}
.sectionCustomDesizn .noOfGarmentsSection .field > div input[type=text]{
        font: 700 36px 'Montserrat', sans-serif;
        line-height: 40px;
        color: #ec008c;
        width: 100px;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
        text-align:center;
        background: transparent;
        border-bottom: 1px solid #999;
}
.sectionCustomDesizn .noOfGarmentsSection .field > div span{
        background-color: #ec008c;
        font: 700 36px 'Montserrat', sans-serif;
        line-height:60px;
        color: #fff;
        border-radius: 0 30px 30px 30px;
        padding: 0 15px;
}

.sectionCustomDesizn .noOfGarmentsSection .field > div span i{
        font-size: 27px;
        transition: all 400ms ease-in 0s;
        cursor: pointer;
}
.garmentTypeSection {
	background-image: url(../images/garment.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 53px 130px;
	position: relative;
}
/* .garmentTypeSection::after {
	position: absolute;
	content: '';
	background-image: url(../images/garment.png);
	background-repeat: no-repeat;
	height: 243px;
	width: 1484px;
	left: 0;
	top: -24px;
	background-position: center top;
	right: 0;
	margin: 0 auto;
} */
.garmentTypeSection .sectionimage {
	margin: -12px 0 0 0;
	position: relative;
	z-index: 1;
	text-align: center;
}
.garmentTypeSection .sectionTitle,
.garmentTypeSection .round
{
        display: none;
}
.garmentTypeSection .field {
	display: flex;
	align-items: center;
	/* max-width: 1110px; */
	margin: 0 auto;
	font: 700 36px 'Montserrat', sans-serif;
	line-height: normal;
	line-height: 40px;
	color: #fff;
	white-space: nowrap;
        column-gap: 10px;
}
.garmentTypeSection .field ul{
        display: flex;
        justify-content: flex-end;
        width: 100%;
}
.garmentTypeSection .field ul li{
        width: 90px;
        height: 90px;
        margin: 0 0 0 15px;
}
.garmentTypeSection .field ul li .garmentInfo img{
        max-width: 70%;
        height: auto;
        filter: brightness(0) invert(1);
}
.garmentTypeSection .field ul li .garmentInfo.active img{
        max-width: 50%;
        height: auto;
        filter: inherit;
}
.garmentTypeSection .field ul li .title{
        display: none;
}
.garmentTypeSection .field ul li .garmentInfo{
        height: 90px;
        background-color:transparent;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
}

.garmentTypeSection .field ul li .garmentInfo.active{
        width: 90px;
        background-color: #fff;
        height: 90px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-box-shadow: 6px 5px 40px 0px rgba(2, 131, 179);
        -moz-box-shadow: 6px 5px 40px 0px rgba(2, 131, 179);
        box-shadow: 6px 5px 40px 0px rgb(2, 131, 179);
}
.garmentTypeSection .field ul li .garmentInfo .img{
        text-align: center;
}
/* .garmentTypeSection .field{
    font: 700 36px 'Montserrat', sans-serif;
    line-height:40px;
    color: #fff;
    text-transform: lowercase;
    margin: 0 0 0 0;
    white-space: nowrap;
} */
.garmentTypeSection .field strong{
    font: 700 36px 'Montserrat', sans-serif;
    line-height:40px;
    color: #fdf6c9;
}
.garmentTypeSection .field span{
    background-color: #fff;
    font: 700 36px 'Montserrat', sans-serif;
    line-height:60px;
    color: #ec008c;
    border-radius: 0 30px 30px 30px;
    padding: 0 15px;
    display: inline-block;
}
.garmentTypeSection .field span i{
    font-size: 27px;
}
.garmentProducts{
    background-color: #fff;
    padding: 100px 0;
}
.garmentProducts .productInfo {
        min-height: 100%;
        background: #fff;
        box-shadow: 0 0 5px #dbdbdb;
        border-radius: 30px 30px;
        font-size: 16px;
        line-height: 1.5em;
        color: #666666;
        font-weight: 500;
}
.productGeneralInfo-text {
        padding: 20px 16px 20px;
        /* background: #fff; */
        /* box-shadow: 0 0 5px #dbdbdb; */
        /* border-radius: 0 0 30px 30px; */
        /* font-size: 16px; */
        /* line-height: 1.5em; */
        /* color: #666666; */
        /* font-weight: 500; */
}
/* ===========  section Custom Design ================ */




/* ===========  footer part================ */
footer {
	background-color: #00adeb;
	padding: 88px 0 18px 0;
	margin: 0 0 37px 0;
	max-width: 1478px;
	margin: 40px auto 0 auto;
	border-radius: 180px 180px 180px 0;
}
footer aside{
        text-align: center;
}
footer aside .menuTitle{
        padding: 0;
        margin: 0 0 20px 0;
        font: 700 39px 'Montserrat', sans-serif;
        line-height:45px;
        color: #fff;
}
footer aside .common{
        padding: 0;
        margin: 0 auto;
        font: 500 18px 'Montserrat', sans-serif;
        line-height:27px;
        color: #fff;
        max-width: 250px;
}
footer aside .common a{
        color: #fff;
} 
footer .newsletter form{
        max-width: 350px;
        margin: 0 auto;
        position: relative;
}
footer .newsletter form label{
        display: none;
}
footer .newsletter form input[type=email]{
        width: 100%;
        height: 58px;
        border-radius: 30px;
        background-color: #fff;
        border: none;
        outline: none;
        box-shadow: none;
        font: 500 18px 'Montserrat', sans-serif;
        line-height:27px;
        color: #5c5c5c;
        padding: 0 130px 0 25px;
}
footer .newsletter form .tnp-field-button{
        position: absolute;
        right: 113px;
        top: 0;
}
footer .newsletter form .tnp-field-button input[type=submit]{
        background-color: #ec008c;
        height: 58px;
        font: 500 18px 'Montserrat', sans-serif;
        line-height:58px;
        color: #fff;
        padding: 0 20px;
        margin: 0;
        border-radius: 30px 0 30px 30px;
}
footer .footerBottom{
        padding: 60px 0 0 0;
        font: 400 14px 'Montserrat', sans-serif;
        line-height:16px;
        color: #fff;
}
footer .paycard {
        display: flex;
        justify-content: flex-end;
}
footer .paycard ul{
        display: flex;
        justify-content: flex-end;
}
footer .paycard ul li{
        margin: 0 0 0 12px;
        max-width: 7%;
}
footer .paycard ul li img{
        max-width: 100%;
        height: auto;
}
footer .copyright{
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: flex-start;
}
footer .copyright i{
        margin: 0 3px;
}
/* ===========  footer part end================ */

/* ================= 
Sudip Karmakar end css code 
========================= */

.sectionCustomDesizn {
        background-color: #fff;
        background-image: url(../images/left-shape.jpg), url(../images/order-section-shape.png);
        background-repeat: no-repeat;
        background-position: top left, top right;
}
.garmentSection.noOfGarmentsSection {
        padding: 0;
}
.inputField em {
        font-style: normal;
        color: #ec008c;
}
.garmentSection-top {
        max-width: 830px;
        margin: 0 auto 40px;
        text-align: center;
}    
.garmentSection-top .field {
    margin-bottom: 20px;
}

.garmentSection-top p {
    font-size: 20px;
    line-height: 34px;
    color: #666666;
}
.garmentSection .accordion-item{
        border: none;
        border-bottom: 1px solid rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
        color: #ec008c;
        background-color: #e0e0e0;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after{
        filter: invert(14%) sepia(89%) saturate(7430%) hue-rotate(317deg) brightness(95%) contrast(102%);
}
.accordion-body li input {
        width: 0;
        height: 0;
        border: none;
        line-height: normal;
        position: absolute;
}
.garmentSection .accordion-body li label {
	position: relative;
	z-index: 1;
	margin: 0;
	font: 500 16px 'Montserrat', sans-serif;
	line-height: 1.5em;
	color: #000;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}
.garmentSection .accordion-body li.active label{
    color: #ec008c;
}  
.garmentSection .accordion-body li input:checked + label {
        color: #ec008c;
}
.garmentSection .accordion-body li {
        position: relative;
        z-index: 1;
}
.garmentSection .accordion-body li:not(:last-child) {
        margin-bottom: 10px;
}
.productGeneralInfo .image {
        border: 3px solid #ccc;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        -moz-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
}
.productGeneralInfo.active .image {
        border-color: #ec008c;
}
.productGeneralInfo .image image {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
}
/* .productGeneralInfo-text {
        padding: 20px 16px 20px;
        background: #fff;
        box-shadow: 0 0 5px #dbdbdb;
        border-radius: 0 0 30px 30px;
        font-size: 16px;
        line-height: 1.5em;
        color: #666666;
        font-weight: 500;
} */
.productGeneralInfo-text .title {
        font: 600 18px 'Montserrat', sans-serif;
        line-height: 26px;
}
.productGeneralInfo-text-top {
        margin-bottom: 15px;
}
.productGeneralInfo-text .sku {
        font-size: 14px;
        color: #999999;
}
.productGeneralInfo-text .productOriginalPrice {
        font: 700 24px 'Montserrat', sans-serif;
}
.productGeneralInfo-text .viewIcon {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 100%;
        background: #ec008c;
        color: #fff;
        text-align: center;
        box-shadow: 0 0 5px #ccc;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;


}
#showProInfo .modal-dialog{
        max-width: 1200px;
}
#productGallerySlider {
        position: relative;
        overflow: hidden;
}
#productGallerySlider .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -50px;
        background: #ec008c;
        color: #ffffff;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        font-size: 2.5rem;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: right;
        padding: 0 20px 0 0;
}
#productGallerySlider .owl-nav [class*="owl-next"] {
        left: auto;
        right: -50px;
        text-align: left;
        padding: 0 0px 0 20px;
}
.btn-close {
        cursor: pointer;
        position: absolute;
        top: -14px;
        right: -14px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        background: #ff0000;
        text-align: center;
        color: #fff;
        border-radius: 100%;
        padding: 0;
        opacity: 1;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        z-index: 9;
}
.modalProductDetails {
        font: 500 20px 'Montserrat', sans-serif;
        line-height: 1.5em;
        padding: 2rem 3rem;
        background: #fff;
}
#productRightInfo .title {
        font: 700 36px 'Montserrat', sans-serif;
        line-height: 1.2em;
        margin-bottom: 15px;
}   
.modalProductDetails .content > [class*="pop-desc"]:not(:last-child) {
        margin-bottom: 10px;
}
#productLeftInfo, #productRightInfo {
	background: #00adeb;
}
.sizeChart {
        background: #00adeb;
        color: #fff;
        padding: 2rem 2rem;
        text-align: center;
 }
.sizeChart .subtitle {
        font: 600 24px 'Montserrat', sans-serif;
        line-height: 1.2em;
        margin-bottom: 15px;
}
.measurementDetails ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
}
.measurementInfo {
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: 16px;
}  
#productRightInfo 
.measurementInfo .title {
        font-size: 20px;
        line-height: normal;
        margin: 0;
}  
.measurementInfo > div {
        font: 700 24px 'Montserrat', sans-serif;
        /* background: #fff;
        color: #000;
        padding: 10px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; */
}   
.sizeChartDetails {
        max-width: 480px;
        margin: 30px auto 0;
        position: relative;
        padding-top: 65px;
}
#productGallerySlide, #productGallerySlide ~ div {
        height: 100%;
}
.sizeChartDetails .measClick span {
        position: absolute;
        top: 0;
        left: 40%;
        font: 600 24px 'Montserrat', sans-serif;
        line-height: 1.2em;
        background: #ec008c;
        color: #ffffff;
        cursor: pointer;
        padding: 8px 24px;
        border-radius: 4px;
}
.sizeChartDetails .measClick[data-measurement-div="2"] span {
        left: 55%;
}
.modal-body{
        padding: 0;
}
#productGallerySlider.owl-carousel .owl-item img{
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1.2;
        max-height: 720px;
}
#productColorOption ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
}
#productColorOption ul li {
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
        border-radius: 100%;
        /* overflow: hidden; */
        cursor: pointer;
}
.garmentColorProducts {
        background-color: #fff;
        background-image: url(../images/left-shape.jpg), url(../images/order-section-shape.png);
        background-repeat: no-repeat;
        background-position: bottom left, top right;
}
.garmentColorSection .garmentTypeSection {
        max-width: 100%;
        padding: 50px 50px 50px 100px;
        background: #00adeb;
        border-radius: 0px 200px 200px 200px;
}
.garmentColorSection{
        position: relative;
        padding: 50px 0 0;
}
.garmentColorSection .sectionTitle {
        position: absolute;
        top: 50px;
        right: 0;
        max-width: 28%;
        font: 700 100px 'Montserrat', sans-serif;
        line-height: 1;
        color: #f6f6f6;
        padding-left: 0;
}
.garmentSection .accordion-button {
        font: 500 18px 'Montserrat', sans-serif;
        line-height: 34px;
        color: #000;
}

.garmentSection .accordion-button:not(.collapsed) {
	background-color: #f4f2f2;
	box-shadow: none;
	border-bottom: 1px solid #d3d2d2;
}
.garmentSection .accordion-button:focus:not(:focus-visible) {
	outline: 0;
	outline: none;
	box-shadow: none;
} 
.garmentSection .accordion-body li input {
	opacity: 0;
}
.garmentProducts {
	background-color: #f4f2f2;
}
.accordion .accordion-button{
  background-color: #f4f2f2;
} 
.noOfGarmentsSection.garmentProducts{
	padding: 40px 0 90px 0;
}
.garmentSection .accordion-item {
	background-color: #f4f2f2;
}
/* #productColorSize {
        margin-top: 30px;
} */
.garmentProductSize .garmentColorSection .garmentTypeSection {
        max-width: 100%;
        padding: 70px 60px 70px 100px;
        margin: 0 0 50px auto;  
}
.prodcuctActivecolor {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        overflow: hidden;
        flex-shrink: 0;
        margin-top: 15px;
        border: 2px solid #fff;
}
.extraPrice {
	margin: 0 0 15px;
}
/* .productColorSizeList li {
    min-width: 68px;
    text-align: center;
    color: #fff;
    font: 600 20px 'Montserrat', sans-serif;
}
.productColorSizeList li:last-child {
        min-width: 140px;
} */
.productColorSizeList .productSize-quantity {
        background: #ffffff;
        -webkit-border-radius: 0;
        border-radius: 0px 50px 50px 50px;
        margin-top: 20px;
        padding: 12px;
}
.productColorSizeList .productSize-quantity li {
     padding: 12px 10px;
     color: #ec008c;
     border-left: 1px solid;
}
.productColorSizeList .productSize-quantity li:first-child, .productColorSizeList .productSize-quantity li.active + li{
        border: none;
}
.productColorSizeList .productSize-quantity li.active, .productColorSizeList .productSize-quantity li:last-child {
        border: none;
        background: #ec008c;
        color: #ffffff;
        border-radius: 0px 20px 20px 20px;
}
.noOfGarmentsSection.printLocation {
	padding: 50px 0;
	position: relative;
}
/* Indrani Naskar 21/09/2023 css starts here */
/* ======step 6 design starts here===== */
.getColourId span {
	width: 100%;
	height: 100%;
	display: block;
}
/*.garmentSection-bottom {
	padding: 20px 20px 70px 20px;
	background-color: #fff;
	box-shadow: 0 0 15px #ccc;
	border-radius: 40px 0px 40px 0;
	max-width: 810px;
	margin: 0 auto;
	position: relative;
}
 .printLocation .btn_wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.printLocation .btn_wrap a.btn1,
.printLocation .btn_wrap a.btn2{
        display: inline-block;
	background-color: #f466ba;
	color: #fff;
	padding: 0 30px;
	height: 40px;
	text-align: center;
	font: 500 19px 'Montserrat', sans-serif;
        line-height: 40px;
	border-radius: 20px 0 20px 20px; 
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
}
.printLocation .btn_wrap a.btn2 {
	font: 600 24px 'Montserrat', sans-serif;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	background-color: #ec008c;
	border-radius: 25px 0 25px 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 144px;
	margin: 0 auto;
}
.printLocation .t_shirt_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
	margin-top: 55px;
}
.printLocation .t_shirt_list li{
        position: relative;
} */
.printLocation .t_shirt_list li:nth-child(2n+1) .shape {
	position: absolute;
	right: 28%;
	bottom: 46%;
}
.printLocation .t_shirt_list li:nth-child(2n) .shape {
	position: absolute;
	right: 39%;
	bottom: 27%;
}
.printLocation .desc{
        text-align: center;
}
.printLocation .desc a {
	display: inline-block;
	background-color: #fff;
	color: #ec008c;
	border: 1px solid #ec008c;
	padding: 0 25px;
	height: 40px;
	text-align: center;
	font: 600 16px 'Montserrat', sans-serif;
	line-height: 40px;
	border-radius: 20px 0 20px 20px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	opacity: 0;
        visibility: hidden;
}
.printLocation .t_shirt_item:hover .desc a{
	opacity: 1;
        visibility: visible;
}
.printLocation .total_btn_wrap a.btn {
	display: inline-block;
	background-color: #ec008c;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font: 600 15px 'Montserrat', sans-serif;
	line-height: 22px;
	border-radius: 60px 0 60px 60px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	min-width: 300px;
}
.printLocation .total_btn_wrap a.btn span {
	font: 700 20px 'Montserrat', sans-serif;
	line-height: 30px;
	color: #fff;
	display: block;
}
.printLocation .total_btn_wrap div:first-child .btn {
	border-radius: 60px 60px 0px 60px;
}
.printLocation .total_btn_wrap div:last-child .btn {
	background-color: #00aeef;
	border-radius: 60px 0px 60px 60px;
}
.printLocation .total_btn_wrap {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 9;
}
/* ======step 6 design ends here===== */
/* ======step 7 design ends here===== */
.frontPart .garmentColorSection .garmentTypeSection {
	max-width: 100%;
}
.frontPart .garmentTypeSection .field {
	max-width: 810px;
	margin: -37px auto 0 auto;
}
.frontPart .garmentTypeSection .field aside {
	text-transform: capitalize;
}
.frontPart .frontProceedTitle figure{
        text-align: center;
}
.frontPart .garmentColorSection .garmentTypeSection {
	padding: 35px 50px 50px 100px;
}
.frontPart .productColorSize-wrapper {
	max-width: 900px;
	margin: -14px auto 0 auto;
}
.frontPart .productColorSizeList a {
	font: 700 36px 'Montserrat', sans-serif;
	line-height: 42px;
	color: #fff;
	width: 76px;
	height: 76px;
	display: inline-block;
	text-align: center;
	line-height: 76px;
	border-radius: 50%;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
}
.frontPart .productColorSizeList a:hover {
	color: #01aeee;
	background: #fff;
        box-shadow: 0 0 15px 0 #019fd9;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
}
/* .frontPart .productColorSizeList li {
	min-width: inherit;
}
.frontPart .productColorSizeList li:last-child {
	min-width: inherit;
} */
/* .frontPart .productSize-option {
	flex-wrap: wrap;
	column-gap: 37px;
} */
/* ======step 7 design ends here===== */
/* ======step 8 design starts here===== */
.underBase_part {
	padding: 0px 0;
	background: #fff;
	box-shadow: 0 0 15px 0 #ccc;
	margin: 100px auto 70px;
        border-radius: 320px 480px 320px 320px;
	position: relative;
	max-width: 1480px;
}
.underBase_part::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	background: #01aeee;
	width: 39%;
	right: 0;
	z-index: 1;
	border-radius: 0 228px 0px 0px;
}
.underBase_part_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.underBase_part .left_part {
	padding: 40px 10px 130px 60px;
	width: 62%;
}
.underBase_part .inputField span {
	background-color: #ec008c;
	font: 700 36px 'Montserrat', sans-serif;
	line-height: 60px;
	color: #fff;
	border-radius: 0 30px 30px 30px;
	padding: 0 15px;
        display: inline-block;
}
.underBase_part .left_part .content p {
	font-size: 20px;
	line-height: 31px;
	color: #666666;
}
.underBase_part .left_part .content p span{
	color: #000;
}
.underBase_part .left_part .content{
        max-width: 448px;
        margin: 30px 0;
}
.underBase_part .btn_wrap .btn1, .underBase_part .btn_wrap .btn2 {
	display: inline-block;
	background-color: #ec008c;
	border: 1px solid #ec008c;
	color: #fff;
	padding: 16px 75px;
	text-align: center;
	font: 500 24px 'Montserrat', sans-serif;
	line-height: 30px;
	border-radius: 38px 0 38px 38px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.underBase_part .btn_wrap .btn2{
        background-color: #fff;
        border:1px solid #ec008c;
	color: #ec008c;  
        margin-left: 30px;
}
.underBase_part .right_part {
	position: relative;
	z-index: 9;
	width: 36%;
}
.underBase_part .right_part h3{
        font: 700 39px 'Montserrat', sans-serif;
	line-height: 45px;
        color:#fff;
        display: block;
}
.underBase_part .right_part h3 span{display: flex;}
.underBase_part .right_part .content{
        margin-top: 25px;
}
.underBase_part .right_part p {
	color: #fff;
	font-size: 17px;
	padding-bottom: 26px;
	line-height: 20px;
}
.underBase_part .right_part .content p:last-child{
        padding-bottom: 0px;
}
.underBase_part .inputField{
        margin: -18px 0 0 0;
}
/* ======step 8 design ends here===== */
/* ======order design starts here===== */
.orderSection .product_wrap,
.orderSection .product_wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font: 700 30px 'Montserrat', sans-serif;
	line-height: 36px;
        color:#fff;
}
.orderSection .summary_part {
	background: #00adeb;
	padding: 20px;
	border-radius: 40px 0px 40px 40px;
	position: relative;
	z-index: 9;
        margin: 0 -8px 0;
}
.orderSection .middle_part .product_wrap{
	font: 500 20px 'Montserrat', sans-serif;
	line-height: 36px;
	color: #616969;
}
.orderSection .total_list li, .orderSection .total_list li span {
	font: 500 18px 'Montserrat', sans-serif;
	line-height: 36px;
	color: #616969;
	text-align: right;
}
.orderSection .total_list li:last-child{
        color: #313939;
}
.orderSection .total_list li span{
        display: block;
}
.orderSection .total_list li{
	padding: 16px 0;
	border-top: 1px solid #d8dfdf;
}
/* .orderSection .last{
        margin-top: 60px;
} */
.orderSection .middle_part{
	padding: 30px 25px 5px 25px;
	background: #f1f9f9;
}
.orderSection .inputField {
	font: 700 39px 'Montserrat', sans-serif;
	line-height: 45px;
	color: #333333;
	text-transform: lowercase;
	margin: -40px 0 0 0;
	text-transform: unset;
}
.orderSection-top{
        text-align: center;
        margin-bottom: 45px;
}
.orderSection .btn_wrap{
        text-align: center;
}
.orderSection .btn_wrap .btn{
        display: inline-block;
        background-color: #ec008c;
        border: 1px solid #ec008c;
        color: #fff;
        padding: 14px 32px;
        text-align: center;
        font: 700 20px 'Montserrat', sans-serif;
        line-height: 30px;
        margin-top: 20px;
        border-radius: 38px 0 38px 38px;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
}
.orderSection .btn_wrap .btn img{
        margin-left: 15px;
}
.orderSection .icon{
        width: 23px;
        height: 23px;
        line-height: 20px;
        display: inline-block;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        color: #00adeb;
        border: 1px solid #00adeb;
        font-size: 16px;
}
.orderSection .icon_part h6 {
	font: 500 20px 'Montserrat', sans-serif;
	line-height: 30px;
	color: #00adeb;
	display: inline-block;
}
.orderSection .icon_part{
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
}
.orderSection .middle_part{
        position: relative;
        border-top: 1px solid #d8dfdf ;
}
.orderSection .middle_part:first-child:after {
	position: absolute;
	content: '';
	background-color: #f1f9f9;
	width: 36px;
	height: 32px;
	top: -26px;
	right: 0px;
	border-radius: 67px 10px 0px 5px;
}
.orderSection .middle_part:first-child::before {
	position: absolute;
	content: '';
	background-color: #f1f9f9;
	width: 36px;
	height: 32px;
	top: -31px;
	left: 0px;
	border-radius: 7px 8px 0px 5px;
}
/* ======order design ends here===== */
/* Indrani Naskar 21/09/2023 css ends here */

.sizeChartDetails ul li.active span {
	background-color: #000;
}

#productColorOption ul li.active {
	border: 3px solid #ec008c;
        box-shadow: 0 0 12px #000;
}

.prodcuctActivecolor span {
	width: 100%;
	height: 100%;
	display: block;
}

.productInfo.active {
        box-shadow: 0 0 12px #ec008c;
}
.t_shirt_item.getColorSize.active {
	border: 2px solid #ec008c;
        border-radius: 20px 0 20px 0;
}
#productSlider{row-gap: 30px;}
.total_btn_wrap { position: fixed; top: 50%; right: 0px; transform: translate(0, -50%); z-index: 1000; display: flex;flex-direction: column; row-gap: 2px; width: 165px;}
.totalbtn { display: block; background-color: #ec008c; color: #fff; padding: 10px 20px; text-align: center; font: 600 20px 'Montserrat', sans-serif; line-height: 1.4em; letter-spacing: 0.5px; border-radius: 30px 0px 0px 0px; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; /*box-shadow: -2px 0px 5px #000;*/}
.totalbtn:hover{color: #ffffff;}
.totalbtn > span { display: block; font-weight: 400; font-size: 16px; line-height: 18px;}
.totalbtn.est_delivery {background-color: #00adeb;}
.inputFields > div {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	font: 600 18px 'Montserrat', sans-serif;
	line-height: normal;
	color: #fff;
	padding: 8px 4px;
	border-radius: 5px;
	font-size: 15px;
}
.inputFields { display: flex; align-items: end; justify-content: center; text-align: center; column-gap: 10px; }
.inputFields .form-control { padding: 6px 6px; border: none; text-align: center; font-size: 16px; font-weight: 600; color: #000000; }
.inputFields > div:last-child { min-width: 120px; color: #ec008c; }
.t_shirt_part .btn1 { font: 600 22px 'Montserrat', sans-serif; line-height: normal; margin-bottom: 10px;}
.frontPart .garmentTypeSection .field.stepOnlyClass { margin: 0 auto; }
#printListChart .sectionContent:not(:last-child) { margin-bottom: 40px; }
.productSize-option { display: flex; flex-wrap: wrap; align-items: center; justify-content: left; gap: 15px; max-width: 800px; margin: 20px auto 0; padding-left: 190px;}
.productSize-option li .title{ width: 50px; height: 50px; border-radius: 100%; font: 600 20px 'Montserrat', sans-serif; line-height: normal; background: #fff; border: 1px solid #ffffff; text-align: center; display: grid; place-items: center; cursor: pointer; position: relative; z-index: 1; overflow: hidden; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.productSize-option li .title::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #ec008c; z-index: -1; transform: scale(0); -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; border-radius: 50%; }
.productSize-option li .title.active:after, .productSize-option li .title:hover:after { transform: scale(1); }
.productSize-option li .title.active, .productSize-option li .title:hover { border-color: #fff; color: #fff; }
#countStep { display: inline; }
.garmentSection-bottom { padding: 20px 20px 70px 20px; background-color: #fff; box-shadow: 0 0 15px #ccc; border-radius: 40px 0px 40px 0; position: relative; column-gap: 8px; }


/* SDCreation */
.home .sectionCustomDesizn .field .round, .home .underBase_part .inputField .round{
	font-size: 16px;
	line-height: 28px;
	position: absolute;
        top: -120px;
        left: -180px;
	border-radius: 30px 30px 0px 30px;
        padding: 14px 10px;
        width: 210px;
        visibility: hidden;
        box-shadow: 4px 4px 8px #373333;
        background-color: #3e3a3abd;
        transition: all 400ms ease-in 0s;
        height: 147px;
        text-align: center;
        white-space: normal;
        color: #fff;
        font-weight: 700;
        transform: scale(0);
        transform-origin: right bottom;
}
.home .sectionCustomDesizn .field span i:hover + .round, .home .underBase_part .inputField span i:hover + .round{
        visibility: visible;
        transition: all 400ms ease-in 0s;
        top: -146px;
        left: -210px;
        transform: scale(1);
}
.home .sectionCustomDesizn .field.step2 i:hover + .round{top: -135px;}
.stepOnlyClass{
        max-width: 872px;
        position: relative;
}
/* SDCreation */
.home .sectionCustomDesizn .field.step2 .round{top: -100px;}
.totalbtn:first-child{background: #000;}
.btn_wrap.colourUnitExtra .btnClick {
	display: inline-block;
	background-color: #ec008c;
	padding: 10px 40px;
	font-size: 16px;
	color: #fff;
        border-radius: 0 30px 30px 30px;
	transition: all .3s;
        cursor: pointer;
}
.btn_wrap.colourUnitExtra .btnClick:hover, .btn_wrap.colourUnitExtra .btnClick.active{
        border-radius: 30px 0 30px 0;
        background-color: #f36621;
	transition: all .3s;
}
.headerSection .nav_menu .header-menu li a:hover {
	color: #f36621;
}
.topheader .topLeft a:hover {
	color: #ec008c;
}
.topheader .socialLinks li a:hover{background-color: #ec008c; }
.topheader .socialLinks li a i{transition: all .3s; display: inline-grid; place-items: center;}
.topheader .socialLinks li a:hover i {
	transform: rotate(360deg);
        color: #fff;
}
.fa.fa-question-circle-o {
	cursor: pointer;
}
.middle_part .Quantity {
	font-style: normal;
	color: #ec008c;
	font-size: 15px;
	margin-bottom: 12px;
	padding-right: 8px;
	font-weight: 500;
}
.product_wrap .product {
	font-size: 18px;
	font-weight: 500;
}
/* 10/10/2023 */
.entry-footer.default-max-width {
	display: none;
}
.orderSection .btn_wrap .btn:hover {
	border-radius: 0px 30px 0px 30px;
	background-color: #f36621;
	transition: all .3s;
	border: transparent;
}
.menuLogo .row{align-items: center;}
.bill_data .product_wrap div {
	font-size: 28px;
}
.bill_data {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 40px;
}
.bill_data .Order_head {
	margin: 0 auto;
}
.bill_data .product_wrap {
	width: 50%;
}
.bill_data .product_wrap .Order_head:nth-child(1), .bill_data .product_wrap .Order_head:nth-child(3){
        width: 70%;
}
.bill_data .product_wrap .Order_head:nth-child(2), .bill_data .product_wrap .Order_head:nth-child(4) {
	width: 30%;
}
.total_list {
	font-size: 18px;
	font-weight: 500;
        color: #616969;
}  
.orderSection .middle_part:nth-last-child(2){
        border-radius: 0px 0px 50px 50px;
} 
.orderSection .middle_part:first-child{border: none;}
/* 10/10/2023 */
/* 11/10/2023 */
.inner_banner .bannerbox{position: relative;}
.inner_banner .bannerbox .bannerimg img {
	width: 100%;
}
.inner_banner .bannerbox .bannerimg {
	height: 500px;
}
.inner_banner .bannerbox .bannerimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 -190px;
}
.inner_banner .bannerbox .bannerimg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.4;
}
.bannerbox .title, .bannerbox .sub_title {
	font: 700 52px 'Montserrat', sans-serif;
	line-height: normal;
	line-height: 60px;
	color: #fff;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 188px;
	left: 0;
	right: 0;
	text-align: center;
}
.bannerbox .sub_title{
        top: 220px;
        /* width: 40%; */
        margin: 0 auto;
        margin-top: 0px;
        font-size: 28px;
        color: #fff;
        margin-top: 15px;
}
.orderSection .norecord {
	margin: 40px auto;
	text-align: center;
	font: 500 36px 'Montserrat', sans-serif;
	color: #ee631e;
	border: 1px solid #ee281e78;
	width: fit-content;
	padding: 8px 20px;
	border-radius: 6px;
}
.common_content .orderSection .field .inputField {
	margin: 50px auto 20px;
}
.common_content .orderSection .middle_part:nth-child(2) {
	border: none;
}
.last .total_list {
	padding-right: 40px;
	margin-top: 20px;
}
.total_details {
	display: flex;
	align-items: center;
	column-gap: 6px;
        gap: 6px;
        flex-direction: column;
}
.total_details .deleteFromCart i{
        font-size: 16px;
        line-height: 16px;
        color: #616969;
}

/* Checkout */
.checkout_coupon .form-row-last .button{
        padding: 10px 40px;
        color: #fff;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, .woocommerce form .form-row select{
        height: 40px;
        padding: 10px;
        margin: 4px 0;
        border-radius: 20px;
        border: 1px solid #17570563;
        background: transparent;
}
#order_comments {
	resize: none;
	height: 100px;
}
.select2-container--default .select2-selection--single {
	height: 40px;
	border-radius: 20px;
	padding-top: 4px;
	height: 40px;
	margin: 4px 0;
	border-radius: 20px;
	border: 1px solid #17570563;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 5px;
}
.checkout_coupon p:first-child {
	font: 500 16px 'Montserrat', sans-serif;
	line-height: 30px;
	color: #616969;
	padding: 0 0 0 6px;
}
.common_content {
	margin: 50px 0 0px;
}
.woocommerce-billing-fields h3 {display: none;}
.billingDetailsTitle {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 30px;
	padding: 5px 0;
	color: #ec008c;
	border-bottom: 2px solid;
	width: fit-content;
}
/* Checkout */
/* Thank You */
.woocommerce ul.order_details{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px dotted #d9d9d9;
}
.woocommerce ul.order_details li {
	display: flex;
	padding: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	justify-content: center;
}
.woocommerce-order .woocommerce-notice {
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	margin: 40px auto;
	width: 340px;
        color: #ec008c;
}
.order_data {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	padding: 6px 10px;
	font-weight: 600;
	color: #f26520;
}
.woocommerce ul.order_details li .order_data strong {
	font-size: 14px;
	font-weight: 500;
        color: #000;
}
/* Thank You */
/* 11/10/2023 */
/* 12/10/2023 */
.billing_form{
        padding: 20px 20px;
        background: #fff;
        box-shadow: 0 0 5px #a6a6a6;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto;
}
.showcoupon {
	color: #000;
        font-weight: 600;
}
.showcoupon:hover {
	color: #ec008c;
}
.common_content .woocommerce-info {
	font-size: 14px;
	font-weight: 500;
}
.common_content .woocommerce form .form-row label{
        font-size: 14px;
        font-weight: 500;
}
.woocommerce-shipping-fields .checkbox {
	font-size: 16px;
	font-weight: 500;
	color: #f2641f;
}
.woocommerce-input-wrapper .thwcfe-column-actions .thwcfe-remove-uploaded{
	background: red;
	color: #fff;
	line-height: 16px;
	height: 22px;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
#artwork_field input::file-selector-button {
	background: #440e0e;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	border: none;
        transition: all 0.3s;
        font-weight: 600;
}
#artwork_field input:hover::file-selector-button{
        background: #8a3b14;
}
.thwcfe-checkout-file {
        border: 1px solid #17570563;
        padding: 0 16px 0 0;
        border-radius: 20px;
        cursor: pointer;
        width: 100%;
        margin: 3px 0;
}
#order_review_heading{display: none;}
/* 12/10/2023 */
/* 13/10/2023 */
.tooltip {
	background: #fff;
	padding: 6px;
	text-align: center;
	top: 112%;
	left: -70%;
	transform: scale(0);
	transition: all 500ms ease-in-out;
	transform-origin: top;
        border: 1px solid #c4c4c4;
}
.getColourId .tooltip span img {
	border: 1px solid #cccbcb;
}
.getColourId .tooltip span {
        height: 100px;
        width: 100px;
}
#productColorOption ul li:hover .tooltip {
        opacity: 1;
        transform: scale(1);
}
#productColorOption ul li {
        position: relative;
}
.getColourId #selectColour img{
        border-radius: 100%;
} 
.tooltip::before {
	content: '';
	z-index: 9999;
	position: absolute;
	width: 0;
        height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	top: -6px;
	left: 40%;
	right: 50%;
}
.col-1 .woocommerce-billing-fields{position: relative;}
.col-1 .woocommerce-billing-fields::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #d5d5d5;
	position: absolute;
	top: 0;
	right: -22px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        width: 50%;
}
/* .stepOnlyClass span{text-transform: capitalize;} */
/* 13/10/2023 */
.t_shirt_list li {
	position: relative;
        cursor: pointer;
}
.t_shirt_list li .tooltip {
	padding: 6px;
	text-align: center;
	top: -11%;
	left: -15px;
	transform: scale(0);
	transform-origin: bottom;
	width: 180px;
	height: auto;
	opacity: 0;
	white-space: nowrap;
	border-radius: 20px;
	box-shadow: 4px 4px 8px #373333;
	background-color: #3e3a3abd;
	transition: all 400ms ease-in 0s;
	color: #fff;
	font-weight: 600;
        border: none;
        z-index: 9;
}
.t_shirt_list li .tooltip::before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #444;
        border-bottom: transparent;
        top: auto;
	bottom: -9px;
	left: 40%;
	right: 50%;
}
.t_shirt_list li:hover .tooltip {
	transform: scale(1);
	opacity: 1;
	top: -23%;
}
#showProInfo .modal-content{width: 90%; margin: 0 auto;}
.garmentSection-bottom{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
}
.garmentSection-bottom .t_shirt_part{text-align: center;}
.t_shirt_list{justify-content: center;}
/*RESPONSIVE MENU*/

.responsive_btn {
        display: none;
        cursor: pointer;
        text-align: center;
        width: 47px;
        height: 47px;
        margin: -2px 0;
        float: right;
        position: relative;
        z-index: 20;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        background: #fff;
        border-radius: 4px;
        padding: 0;
        }
        .responsive_btn span {display: block; height: 2px; width: 20px; position: relative; top: 50%; margin: -1px auto;}
        .responsive_btn span:before,.responsive_btn span:after {content: ""; display: inline-block; height: 100%; width: 100%; position: absolute; left: 0;}
        .responsive_btn span:before {top: -6px;}
        .responsive_btn span:after {bottom: -6px;}
        .responsive_btn span,.responsive_btn span:before,.responsive_btn span:after {
        background: #ec008c;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
}
        .responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after {background: #fff;}
        .responsive_btn:hover{background: #f36621;}

        .responsive_nav {
        display: block;
        position: fixed;
        left: -280px;
        top: 0;
        bottom: 0;
        width: 280px;
        min-height: 100%;
        z-index: 1001;
        background: #000;
        -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
}
        .responsive_nav ul {margin: 0; padding: 0; text-align: left;}
        .responsive_nav ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 20px;
        color: #fff;
}
        .responsive_nav ul li:first-child {border-top: none;}
        .responsive_nav ul li:after{display: none;}
        .responsive_nav ul li > a {display: block; padding: 12px 10px 8px; color: inherit; position: relative;}
        .responsive_nav ul li a:hover,.responsive_nav ul li a:focus,.responsive_nav ul li.active > a{color: #fff; background: #383431;}
        .responsive_nav ul ul {padding: 0 0 15px 15px;}
        .responsive_nav ul .sub-menu,.responsive_nav ul li a i {display: none;}
        .responsive_nav .subarrow {display: block; pointer-events: inherit; width: 30px; height: 40px; line-height: 40px !important; right: 0;}
        .responsive_nav ul .sub-menu .container {width: 100%; padding: 0;}
        .bodyOverlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        transform: none;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
}
        html.responsive,.responsive body {overflow-y: hidden;}
        .responsive .wrapper {-webkit-transform: translate(-280px, 0) !important; transform: translate(-280px, 0) !important;}
        .responsive .bodyOverlay {opacity: 1; visibility: visible;}
        .responsive .responsive_nav {left: 0;}
        .responsive .responsive_btn {pointer-events: none;}
        .responsive .responsive_btn span {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
        .responsive .responsive_btn span:after {-webkit-transform: rotate(270deg); transform: rotate(270deg); top: 0;}
        .responsive .responsive_btn span:before {opacity: 0;}
        .responsive_nav .opened > .subarrow {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
        .responsive_nav .mCSB_outside + .mCSB_scrollTools{right: 0;}
        .responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools{right: -4px;}
        /*MENU END*/
        .sticky .headerSection {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: rgba(0,0,0,0.8);
        backdrop-filter: blur(2px);
}


.summary_wrap .row.middle_part .d_print .d-flex .Quantity:first-child{
        margin: 0 5px 0 0;
        padding: 0;
}
.summary_wrap .row.middle_part .d_print .d-flex .Quantity:last-child {
	/* margin: 0 0 0 16px; */
        padding: 0;
        white-space: nowrap;
}
span.order_title{display: none;}

/* =========================design fixing=================== */
.garmentSection .menu_wrap{position: relative;}
.garmentSection .menu_wrap .accordion{position: sticky; top: 15%;}
.productGeneralInfo .image img{transition: all 400ms ease-in 0s}
.productGeneralInfo:hover .image img{transform: scale(1.05); transition: all 400ms ease-in 0s;}
.totalbtn.total_vat{border-radius: 0 0 0 32px;}
.action{
        position: absolute;
        top: 5%;
        left: 1%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ec008c;
        border-radius: 100%;
        color: #fff;
        cursor: pointer;
}
.inputFields > div label{
        font-size: 13px;
}
.checkout  .ppc-button-wrapper #ppc-button-ppcp-gateway .paypal-buttons iframe{
        max-width: 570px;
        margin: 0 auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
}
