/* 104 */
/*=== css-files ===*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('../css/owl.carousel.min.css');
@import url('../css/owl.theme.default.min.css');
@import url('../css/slick.css');
@import url('../css/bootstrap.css');
@import url('../css/bootstrap.min.css');

/*** 

====================================================================
CSS FILE IMPORT
====================================================================

 ***/
/*=== font-family ===*/
@font-face {
    font-family: 'hellix-regular';
    src: url('../fonts/Helix/Helix-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'hellix-medium';
    src: url('../fonts/Helix/Helix-Medium.ttf') format('ttf');
}

@font-face {
    font-family: 'hellix-bold';
    src: url('../fonts/Helix/Helix-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'hellix-semibold';
    src: url('../fonts/Helix/Helix-Semibold.ttf') format('ttf');
}


/*** 
 
 ====================================================================
 Reset
 ====================================================================
 
  ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}


/*** 
 
====================================================================
Global Settings
====================================================================
 
***/

body {
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


html {
    scroll-behavior: smooth;
}


:root {
    --color-primary: #402E6B;
    --color-lightgray: #ed008c;
    --color-brown: #924800;
    --color-text: #919191;
    --color-white: #ffff;
    --color-black: #161616;

}

a {
    color: var(--color-white);
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}




a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {}

textarea {
    overflow: hidden;
    resize: none;
}

.txt-center {
    text-align: center;
}

img {
    width: 100%;
    max-width: 100%;
    height: 100% ;
}


p {
    font-weight: 600;
    position: relative;
    margin: 0px;
    color: var(--color-txt);
    font-size: 17px;
    font-style: normal;
    line-height: 20px;
    font-family: 'Hellix regular';
    font-weight: 600;
}

.auto-container {
    position: static;
    max-width: 1290px;
    padding: 0px 35px;
    margin: 0 auto;
}

.page-wrapper {
    width: 100%;
    min-width: 320px;
    position: relative;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: var(--color-black);
    font-family : 'Hellix Regular';
}

h2 {
    font-size: 40px;
    line-height: 48px;
    z-index: 5;
    font-family: 'Hellix bold';
}
h3{
    font-size: 30px;
    line-height: 36px;
    font-family : 'Hellix bold';
}
h4{
    font-size: 20px;
    font-family : 'Hellix Bold';
    line-height: 24px;
     
}

h5 {
    font-size: 19px;
    line-height: 23px;
    font-family : 'Hellix bold';
    z-index: 5;
}

.container.related-and-upsells {
    display: none;
}
/*** 
 
====================================================================
Banner-CSS
====================================================================
 
***/
.row-grap-bag {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
}
.grap-col {
    width: 40%;
    /* max-width: 466px; */
}
.grap-col-two {
    width: 58%;
}

li.tab-link:nth-child(2) a {
    border-radius: 0 8px 8px 0;
    border-left: 0 !important;
    font-size: 18px !important;
}

.js .slider-single>div:nth-child(1n+2) {
    display: none
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
    display: block
}


#page button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0px;
    right: 223px;
}
.tab-wrapper .tab-link.active a {
    font-weight: 400;
    background-color: #ED008C;
    color: #fff;
    font-size: 18px !important;
    margin: 0;
}
.tab-wrapper .tab-link a{
    font-weight: 400;
    font-size: 18px !important;
    height:54px;
}
input.quantity-check {
    color: #919191;
    font-family: 'Hellix Regular';
    font-weight: 400 !important;
    text-align:left !important;
}

input.quantity-check::placeholder {
    color: #919191 !important;
    font-family: 'Hellix Regular' !important;
    font-weight: 400 !important;
    text-align:left !important;
}

.custom-radios-new label{
     color: #919191 !important;
    font-family: 'Hellix Regular';
    font-weight: 400 !important;
}
ul.slick-dots {
    display: none !important;
    gap: 11px;
    justify-content: center;
}

span.slick-arrow {
    display: none !important;
}

button.slick-next.slick-arrow {
    position: absolute;
    left: 268px;
}


#page .fa-arrow-up:before {
    content: "";
    background-image: url(../images/pag-arrow.png);
    width: 28px;
    height: 22px;
    position: absolute;
    left: 34%;
    bottom: 9px;
    transform: rotate(180deg);
    cursor: pointer;

}

#page .fa-arrow-down:before {
    content: "";
    background-image: url(../images/pag-arrow.png);
    width: 28px;
    height: 22px;
    position: absolute;
    right: 34%;
    bottom: 9px;
    cursor: pointer;
}

span.slick-arrow.slick-disabled .fa-arrow-up:before,
span.slick-arrow.slick-disabled .fa-arrow-down:before {
    opacity: 0.5;
}

#page ul.slick-dots button {
    background-color: transparent;
    font-size: 25px;
    font-family: 'poppins-bold', sans-serif;
    color: var(--color-pink);
    opacity: 0.5;

}

.slide-down-border {
    margin-top: 65px;
}

#page .slick-list.draggable {
    padding-bottom: 25px;
}

#page .slider-nav img {
    width: 95%;
    min-height: 83px;
    object-fit: cover;
}

#page ul.slick-dots button:hover {
    opacity: 1;
}

#page ul.slick-dots .slick-active button {
    opacity: 1;
}

.slider-nav .slick-slide {
    cursor: pointer;
}


button.btn-close.model-close-btn {
    position: absolute;
    right: 6px;
    top: 10px;
}

.modal-dialog {
    max-width: 706px;
}

.modal.show .modal-dialog {
    margin-top: 1% !important;
}

/* col-two-banner */
.theme-btn a {
    width: 132px;
    height: 22px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: var(--color-lightgray);
    color: var(--color-white);
    border-radius: 11px;
    display: inline-block;
    text-align: center;
    font-family: 'Hellix medium';
}

.btn-two-theme {
    display: flex;
    gap: 12px;
}

.theme-btn a:hover {
    background-color: var(--color-primary);
}

.btn-style-one a {
    background-color: var(--color-primary);
}

.btn-style-one a:hover {
    background-color: var(--color-lightgray);
}

.heading-main {
    margin-top: 13px;
    margin-bottom: 16px;
}

.heading-main h2{

}


.quntity ul li {
    display: flex;
    justify-content: space-between;
    max-width: 492px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 6.5px;
    margin-bottom: 8px;
}

.quntity ul li span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: var(--color-primary);
    font-family: 'Hellix medium';
}

.enqi span {
    display: block;
    text-align: end;
}

.enqi span:nth-child(2) {
    color: #161616;
}



/* Style for the radio button */
.bag-color .custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    /* Space for the radio button */
    cursor: pointer;
    line-height: 20px;
    margin-right: 20px;
    margin-top : 30px;
    /* Add some spacing between radio buttons */
}

/* Style for the radio button input */
.bag-color .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Style for the radio button background */
.bag-color .custom-radio .radio-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    /* Width of the radio button */
    height: 30px;
    /* Height of the radio button */
    /* Default background color */
    border-radius: 50%;
    /* Make it a circle */
    box-sizing: border-box;
    /* Include border in the total width/height */
    border: 1px solid #402E6B;
    /* Initial border */
    overflow: hidden;
}

/* Style for the radio button border when selected */
.bag-color .custom-radio input:checked+.radio-bg {
    border: 1px solid #FDC144;
    /* Border color when selected */
}

.bag-color {
    text-align: center;
    max-width: 492px;
    margin-top: 12px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 32px;
}

.quto-box {
    max-width: 492px;
    padding: 14px 0px 0px 0px;
}
.style-one-bt a{
    padding: 13px 36px;
    background-color: #402E6B;
    color: white !important;
    font-weight: 500;
    border-radius: 50px;
    font-family: 'Hellix medium';
}
.style-one-bt a:hover{
    background-color: #ED008C;
}
.style-one-bt.two-qsa a {
    background: linear-gradient(to right, #FDC144, #ED008C); /* Linear gradient from #FDC144 to #ED008C, transitioning from left to right */
}
.style-one-bt.two-qsa a:hover {
    background: linear-gradient(to right, #ED008C, #FDC144 );
}
.two-colr-btn {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.cir-one span {
    margin-top: -5px !important;
}
.qote-req {
    margin: 30px 0px 66px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px;
}
.cont-sec{
    padding-left: 45px;
}
.cir-one {
    font-size: 20px;
    font-weight: 700;
    background-color: #D4D4D4;
    display: flex;
    width: 40px !important;
    height: 40px;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    font-family: 'Hellix bold';
}
.size-price {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 42px;
}

.form-input input[type="text"],
.form-input input[type="number"],
.form-input input[type="email"],
.form-input textarea {
    text-align: left; /* Align text to the left */
    color: #161616; /* Default text color */
    width: 100%; /* Full width for responsive design */
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
   font-weight: 400 !important;
    font-family: 'Hellix Regular' !important;
}

/* Placeholder styling */
.form-input input::placeholder,
.form-input textarea::placeholder {
    color: grey; /* Grey color for placeholders */
    opacity: 1; /* Ensures color shows up clearly */
}


  /* Style for the custom radio button */
  .custom-radios {
    max-width: 656px;
    height: 54px;
    background-color: #fff;
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    margin-bottom: 16px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    overflow: hidden;
}

/* Style for the radio button input with ID */
.custom-radios input {
    display: none; /* Hide the default radio button */
}

/* Style for the radio button when selected */
.custom-radios input:checked + label {
    background-color: #ED008C; /* Pink background color when selected */
    color: white;
}
input#professionalOption1::placeholder {
    font-family: 'Hellix Regular' !important;
    font-weight: 400 !important;
}
.radio-wrapper-new input[type="number"]:hover,
.radio-wrapper-new input[type="number"]:focus,
.radio-wrapper-new input[type="number"]:active,
.radio-wrapper-new input[type="number"].selected {
    border-color:none !important;
    color: none  !important;
    font-weight: 400 !important;
    font-family: 'Hellix Regular' !important;
}


/* Additional style for the label text */
.custom-radios label {
    font-size: 17px;
    line-height: 20px;
    color: #919191;
    display: block;
    width: 100%;
    height: 100%;
    border: none !important;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    font-family: 'Hellix medium' !important;
    font-weight: 500;
}








.second-sse{
    margin-top: 0px !important;
}
.col-guid p{
    color: #402E6B;
    position: relative;
    margin-left: 20px;
}
.col-guid p::after {
    position: absolute;
    content: '';
    background-image: url('../images/Iconly-Bold-Info-Circle.png');
    width: 20px;
    height: 20px;
    background-size: cover;
    left: -26px;
    top: 1px;
}










.custom-radio-w.selected span{
    color: white;
}
.bg-col-change-btn {
    display: flex;
    flex-wrap : wrap;
    gap: 40px;
}

@media screen and (max-width: 425px){
/*    .tab-wrapper ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin: 0;*/
/*    flex-direction: column;*/
/*    gap: 0;*/
/*}*/
 li.tab-link:nth-child(2) a {
    border-radius: 0 8px 8px 0;
   width:100% !important;
    
}
.tab-wrapper .tab-link.active a {
    font-weight: 400;
    background-color: #ED008C;
    color: #fff;
    font-size: 14px !important;
    margin: 0;
}


.tab-wrapper .tab-link a {
    font-weight: 400;
   width:100% !important;
    
}
}

@media screen and (max-width: 786px) {
 .bg-col-change-btn {
    gap: 5px;
    }
    
    li.tab-link:nth-child(2) a {
    border-radius: 0 8px 8px 0;
    border-left: 0 !important;
    font-size: 14px !important;
    
}

.tab-wrapper .tab-link.active a {
    font-weight: 400;
    background-color: #ED008C;
    color: #fff;
    font-size: 14px !important;
    margin: 0;
}
.tab-wrapper .tab-link a {
    font-weight: 400;
    font-size: 14px !important;
    
}
}




   /* Style for the custom radio button */
   .custom-radio-waa {
    display: flex;
    align-items: center;
    width: 194px;
    background-color: #fff; /* Default background color */
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    position: relative;
}

/* Style for the radio button input with ID */
.custom-radio-waa input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Additional style for the label container */
.custom-radio-waa .custom-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 5px;
}

/* Style for the image in the label */
.custom-radio-waa img {
    width: 44px;
    height: 44px;
    margin-right: 25px;
    border-radius: 7px;
}

/* Style for the text in the label */
.custom-radio-waa span {
    font-size: 17px;
    color: #919191;
    font-family: 'Hellix medium' !important;
    font-weight: 500;
}

/* Style for the selected state */
.custom-radio-waa.radio-selected {
    background-color: #ED008C; /* Pink background color when selected */
}
.custom-radio-waa.radio-selected span{
    color: white;
}

   /* Style for the custom radio button */
   .custom-radio-waa-1 {
    display: flex;
    align-items: center;
    width: 194px;
    background-color: #fff; /* Default background color */
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    position: relative;
}

/* Style for the radio button input with ID */
.custom-radio-waa-1 input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Additional style for the label container */
.custom-radio-waa-1 .custom-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 5px;
}

/* Style for the image in the label */
.custom-radio-waa-1 img {
    width: 44px;
    height: 44px;
    margin-right: 25px;
    border-radius: 7px;
}

/* Style for the text in the label */
.custom-radio-waa-1 span {
    font-size: 17px;
    color: #919191;
    font-family: 'Hellix medium';
    font-weight: 400;
}

/* Style for the selected state */
.custom-radio-waa-1.radio-selected-1 {
    background-color: #ED008C; /* Pink background color when selected */
}
.custom-radio-waa-1.radio-selected-1 span{
    color: white;
}
/* Style for the selected state */
.custom-radio-waa-2.radio-selected-2 {
    background-color: #ED008C; /* Pink background color when selected */
}
.custom-radio-waa-2.radio-selected-2 span{
    color: white;
}

   /* Style for the custom radio button */
   .custom-radio-waa-2 {
    display: flex;
    align-items: center;
    width: 194px;
    background-color: #fff; /* Default background color */
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    position: relative;
}

/* Style for the radio button input with ID */
.custom-radio-waa-2 input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Additional style for the label container */
.custom-radio-waa-2 .custom-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 5px;
}

/* Style for the image in the label */
.custom-radio-waa-2 img {
    width: 44px;
    height: 44px;
    margin-right: 25px;
    border-radius: 7px;
}

/* Style for the text in the label */
.custom-radio-waa-2 span {
    font-size: 17px;
    color: #919191;
}

/* Style for the selected state */
.custom-radio-waa-2.radio-selected {
    background-color: #ED008C; /* Pink background color when selected */
}
.custom-radio-waa-2.radio-selected span{
    color: white;
}


.head-bg-a {
    margin-bottom: 24px;
}
.n-print{
    margin-top: 31px;
}
.para-text{
    margin: 38px 0px;
}



   /* Style for the custom radio button */
   .custom-radios-new {
    margin-bottom: 10px;
}

.custom-radios-new input[type="radio"] {
    display: none; /* Hide the default radio button */
}
.two-more-slect {
max-width: 656px;
}
.sub-btn.confirm_submit {
    max-width: 656px;
    width: 100% !important;
}
.sub-btn input {
    width: 100% !important;
    background-color: #ED008C;
    color: white;
    padding: 17px 23px;
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    font-size: 17px;
    transition: .3s;
    margin-top: 31px;
}
.custom-radios-new label:hover {
    background-color: #ED008C !important;
    color: #fff !important;
}
.custom-radios-new label {
    max-width: 100% !important;
    display: inline-block;
    padding: 16px 20px;
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    font-size:17px;
    font-family: 'Hellix medium';
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-radios-new input[type="radio"]:checked + label {
    background-color: #ED008C; /* Pink background color when selected */
    color: #fff !important;
}

.border-la{
    border-top: 1px solid #A5A5A5;
    margin: 30px 0px;
}

.handle-price .custom-radio-waa {
    width: 112px;
    border-radius: 21px;
}
.handle-price  .custom-radio-waa .custom-content {
    justify-content: center;
    height: 42px;
}
.handle-price .custom-radio-waa span {
    font-size: 19px;
}
.handle-price .custom-radio-waa-1 {
    width: 112px;
    border-radius: 21px;
}
.handle-price  .custom-radio-waa-1 .custom-content {
    justify-content: center;
    height: 42px;
}
.handle-price .custom-radio-waa-1 span {
    font-size: 19px;
}
.handle-price .custom-radio-waa-2 {
    width: 112px;
    border-radius: 21px;
}
.handle-price  .custom-radio-waa-2 .custom-content {
    justify-content: center;
    height: 42px;
}
.handle-price .custom-radio-waa-2 span {
    font-size: 19px;
     font-family: 'Hellix Regular';
}
.sub-btn.confirm_submit {
    max-width: 656px !important;
}
.handle-price .bg-col-change-btn {
    gap: 24px;
}

.head-was{
    margin: 45px 0px 27px 0px;
}
.desired{
    max-width: 656px;
     font-family: 'Hellix regular';
    font-weight: 600;
}
.desired-message{
    max-width: 656px;
}
.desired input, .desired-a input, .desired-message textarea {
    width: 100%;
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    height: 56px;
    padding: 15px 18px;
}
.desired-message textarea{
    height: 141px;
}
.desired input::placeholder,  .desired-a input::placeholder, .desired-message textarea::placeholder{
    font-size: 17px;
}
.file-ch input{
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    height: 30px;
}
.row-name {
    display: flex;
    max-width: 656px;
    gap: 10px;
}
.desired-a {
    width: 50%;
}
.para-form p{
    font-size: 15px;
    max-width: 656px;
    color: #919191;
}
.sub-btn input {
   background-color: #ED008C;
   color: white;
   padding: 17px 23px;
   border: 1px solid #A5A5A5;
border-radius: 9px;
font-size: 17px;
transition: .3s;
margin-top: 31px;
}
.sub-btn input:hover{
    background-color: #402E6B;
    color: #FFFFFF;
}
.mar-g {
   margin-bottom: 16px;
}
.desired.file-ch input{
    display: none;
}
.desired.file-ch label {
    width: 255px;
    background-color: #ED008C;
    justify-content: center;
    font-family: 'Hellix Bold';
    display: flex;
    height: 47px;
    align-items: center;
    border: 1px solid #A5A5A5;
    border-radius: 9px;
    color: white;
    cursor: pointer;
}
.is-active img {
    opacity: 0.5;
}

.product-image-summary-wrap{
    display: none;
}

.product-tabs-wrapper{
    display: none;
}

.form-input{
    margin-bottom: 20px;
    font-family: 'Hellix Regular';
    font-weight: 600;
}

.quntity ul li span {
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 500;
    color: var(--color-primary);
    font-family: 'Hellix medium' !important;
}

@media only screen and (max-width: 768px) {
  .icon-main-item {
    width: calc(50% - 18px) !important;
  }
  
   .measurements-container {
    padding-left: 20px !important;
}
    .icon-main-itemer {
    width: calc(50% - 10px) !important;
  }
  .icon-main-itemer
  .img-icon h4 {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-top: 5px;
    font-family: 'Hellix medium' !important;
    text-align: center;
  }
    .icon-main-item label {
    display: inline-block;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 100% !important;
    cursor: pointer;
    transition: border-color 0.3s,;
    padding: 5px !important;
    border: 1px solid #A5A5A5;
  }
  
  .uplaod-padding {
    padding-left: 20px !important;
}

.artwork-padd {
    margin-left: 20px !important;
}
  
  
}
@media only screen and (max-width: 600px) {
  .icon-main-item {
    width: calc(50% - 19.5px) !important;
  }
  
  li.tab-link:nth-child(2) a {
    border-radius: 0 8px 8px 0;
    border-left: 0 !important;
    font-size: 12px !important;
}
  .form-svg{
        margin-left:0px !important;
        margin-top: 38px !important;
    }
  
  .measure-pad {
    margin-left: 0px !important;
}
  .img-icon h4 {
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-top: 5px !important;
    font-family: 'Hellix medium' !important;
    text-align: center;
  }
  
  .cstm-col-padd {
    padding-left: 20px !important;
}
  .bag-padd {
    padding-left: 0px !important;
}
  .measure-padd {
    padding-left: 0px !important;
}

  .icon-main-item label {
    display: inline-block;
    box-sizing: border-box;
    width: 100% !important;
    min-width: 100% !important;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    padding: 5px !important;
    border: 1px solid #A5A5A5;
  }
  
  
  .uplaod-padding {
    padding-left: 0px !important;
}

.artwork-padd {
    margin-left: 0px !important;
}
  
  
  
}




