/*COMMON CSS*/

body {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Source Sans Pro', sans-serif;
}

input,
textarea,
button,
select {
    border: none;
}

input,
textarea,
select {
    width: 100%;
    background-color: #fff;
    padding: 0 25px;
    height: 70px;
    font-weight: 700;
    font-size: 15px;
    color: #616161;
   font-family: 'Source Sans Pro', sans-serif;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #245ca5;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #14212b;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:hover {
    color: #00aae3;
    font-family: 'Source Sans Pro', sans-serif;
}

button,
input,
optgroup,
select,
textarea {
   font-family: 'Source Sans Pro', sans-serif;
}

.checkout-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bill {
    margin-bottom: 50px;
    padding: 10px !important;
    border: 2px solid #000;
    border-radius: 0px 0px 15px 15px !important;
    border-top: 0px;
}
.bill_title{
    font-family: Source Sans Pro, Sans-serif;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 10px;    
}
.bill .form-row .col-md-4 {
    padding: 1px;
}
.register {
    margin-bottom: 50px !important;
    padding: 10px !important;
    border: 2px solid #000;
    border-radius: 0px 0px 15px 15px !important;
    border-top: 0px;
}
.pre_reg_title{
    font-family: Source Sans Pro, Sans-serif;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 10px;
}
.btn_pre_submit{
    width: 100%;
    background: #000 !important;    
}
.btn-group label {
    padding: 5px 10px;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
    background: #000 !important;    
}

/* form css */
.form-control{
    border:2px solid rgba(0, 0, 0, 0.23);
    padding: 30px 15px 10px 15px !important;
    position: relative;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px!important;
    font-weight: 400;
    line-height: 19px!important;
    letter-spacing: 0.15px;
    height: 60px!important;
}
.btn_pay_submit{
    background: #000 !important;
    padding: 10px 30px !important;
    border: 0 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: 0.5px !important;
    text-transform: capitalize !important;
    color: #fff !important;
    width: 100%;
    margin-top: 20px !important;  
}
select.form-control{
  padding: 25px 15px 5px 15px;
}

h3{
  margin-bottom: 30px;
      margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
}


.form-control:focus{
  border-color:#ea1c5e;
  box-shadow: unset;
}


.form-group{
  position: relative;
  margin-bottom: 15px;
}

.form-group label{
      position: absolute;
      top: 2px;
      z-index: 1;
      left: 10px;
      font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
      color:rgba(0, 0, 0, 0.54);
}


.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;          
        background:linear-gradient(45deg,#ea1c5e, #f41032);
}



.btn{
      border-radius: 6px;
   background: linear-gradient(45deg,#ea1c5e, #f41032);
    padding: 10px 30px;
    border:0;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color:#fff;
}

.btn:hover{
color:#fff;
}


.btn:focus{
  outline: 0;
  box-shadow: unset;
}


.btn-group .btn{
    background:#0000001a;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color:rgba(0, 0, 0, 0.54);
    border:3px solid transparent;
    border-radius: 0px;
}



.btn-group .btn:nth-of-type(1){
    /* border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important; */
}

.purchase{
  padding: 16px 24px;
  background-color: #fff;
    border-radius: 6px;
}

.purchase h3{
 font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #483153;
}


.purchase .btn{
  width: 100%;
  margin:20px 0;
}

.detail{ 
   background-color: #f3f1ef;
    border-radius: 10px;
    padding: 5px 15px;    
}

.text-box{
  display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    color: #393939;
    line-height: 40px;      
    justify-content: space-between;
    border-bottom: 1px solid #e1dedb;
}


.detail .text-box:last-child{
  border:0;
}

.text-box.subtotal{
  font-weight: bold;
}

.promo{
  padding: 16px 8px;
  width: 100%;
    
}

.promo p{
    font-size: 12px;
    color: #797673;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.promo .total{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.promo .btn{
  margin:0;
}


.promo .form-control{
  height: 48px;
  padding: 0 15px;
}

.total span{
  color:#000;
}

.bill{
  display: none;
}
.privacy_note{
  font-size: 14px !important;
  color: #797673;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  margin-top: 20px;
}
.privacy_note a{
    color: #000;
    text-decoration: underline;
}

.login-title{
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.login-title p{
  font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
  font-size: 17px;
}

.login-title p a{
  color:#000;
  font-weight: bolder;
}


/* account page css start*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle !important;    
}
.account-section {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #000 !important;
}

table .btn{
    padding: 5px 20px;
    line-height: 25px;
    font-size: 15px;
}

.table thead th{
    background: linear-gradient(45deg,#ea1c5e, #f41032);
    color: #fff;
    line-height: 16px;
    font-weight: normal;
    border: 1px solid #df5977;
}

.table-bordered td, .table-bordered th{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  border: 1px solid #f3f3f3;  
}

.tab-content{
    background-color: #fff !important;
    border-radius: 7px !important;
    padding: 0px !important;
    border: 2px solid #000;
    margin-bottom: 20px;
}

.nav-pills-custom .nav-link{
  position: relative;
}

.nav-pills-custom .nav-link::before{
    content: '';
    display: block;
    /* border-top: 8px solid transparent; */
    border-left: 10px solid #d71245;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 84%;
    right: -12px;
    transform: translateY(-50%);
    opacity: 0;
}
.nav-pills-custom.nav-pills>li {
    float: none;
}

.main-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-pills .nav-link{     
    background: #0000001a;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    border: 3px solid transparent;
    margin-bottom: 15px;
}
.thankyou_section {
    margin-bottom: 50px !important;
}
.password-div .form-control{
    padding: 15px !important;
}
.order .btn{
    width: 100%;
    font-weight: normal;
    border-radius: 4px;  
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 15px;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #000 !important;
    width: 25px;
}
.ordersummary{
    border: 2px solid #000;
    border-radius: 15px;    
}
.pro_thumb_div{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    border-right: 2px solid;
}
.pro_thumb_div img {
    height: 125px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    object-fit: contain;
}
.pro_details_div{
    color: #000;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.pro_details_div .pro_name{
    font-weight: 600;
    padding-bottom: 71px;
}
.pro_details_div .pro_qty{}
.finalrate_div{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: right;
}
.finalrate_div .pro_rate{
    font-weight: 600;
    padding-bottom: 71px;    
}
.finalrate_div .pro_remove{
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
.orderdiv {
    border-bottom: 2px solid #000;
    padding: 6px;
}
.orderdiv:last-child{
    border-bottom: 2px solid #0000; 
}
.total_div{}
.total_div .final_tital{
    padding: 20px;
    font-family: Source Sans Pro, Sans-serif;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.total_div .final_tital span{
    float: right;    
}
.paywith{
    padding: 10px;
    border: 2px solid #000;
    border-radius: 15px 15px 0px 0px;
}
.paywith .paytitle{
    font-family: Source Sans Pro, Sans-serif;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 10px;
}
.paywith .method {
    width: 48%;
    display: inline-block;
    text-align: center;
    color: #000;
    box-shadow: 0.25rem 0.25rem #000;
    transform: translate(-0.25rem,-0.25rem);
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    margin: 1px;
    transition: all 0.5s; 
    cursor: pointer;    
}
.paywith .method.active{
    background-color: #000000;
    box-shadow: 0.25rem 0.25rem #4a4a4a7a;
    color: #fff;
}
.login_div img{
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;    
}
.login_div a {
    color: #000;
    text-decoration: underline;
}
.login_div{
    padding: 9px 20px;
    font-size: 16px;   
}
.order_details{
    border-radius: 7px;
    padding: 20px;
    border: 2px solid #000;
    margin-top: 50px;
    font-size: 16px;    
}
.tab-content table{
    margin-bottom: 0 !important;    
}
.tab-content .table thead th {
    background: linear-gradient(45deg,#000000, #000000) !important;
    color: #fff !important;
    line-height: 16px !important;
    font-weight: normal !important;
    border: 1px solid #444444 !important;
}
.account-section .btn {
    border-radius: 6px;
    background: #000;
}
.account-section .btn:focus{
    color: #fff !important;    
}
.account-section .nav-pills .nav-item.active .nav-link, .account-section .nav-pills .show>.nav-link {
    background: #000 !important;
}
.account-section .nav-pills-custom .nav-item.active .nav-link::before {
    border-left: 10px solid #303030 !important;
    opacity: 1;
}
.account-section #profile{
    padding: 20px 20px 0px 20px;
}
.account-section #messages{
    padding: 20px 20px 20px 20px;
}
.order_details .purchase{
    padding: 0px !important;
    margin-top: 20px;  
}
.thankyoumsg{
    background-color: #1c1c1c;
    text-align: center;
    color: #fff;
}
.thankyoumsg{
    font-size: 24px;
    padding: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;    
}
.order_details .purchase .promo .total{
    text-align: right;
}
.img_checkout{
     height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;   
}
.checkout_slider{
     margin-bottom: 30px;   
}
.emptycart_note{
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 30px;    
}
.img_emptycart{
    margin: 0 auto;
    display: block;
    max-width: 180px;
    margin-bottom: 20px;
    padding-top: 50px;
}
.btn_cart_shopnow{
    font-family: Source Sans Pro, Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #E91E63 0%, #FF0000 93%);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 5px 5px 0px 0px #041c2c;
    padding: 7px 30px;
    display: block;
    width: max-content;
    margin: 0 auto; 
    margin-bottom: 30px;
}
.btn_cart_shopnow:hover{
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FF0000 0%, #E91E63 93%);    
}

/* Hardik Start*/
.invisible{
    visibility: hidden;
}
.opacity-0{
    opacity: 0;
}
.text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-md{
    font-size: 14px;
}
.duration-200{
    transition-duration: 200ms;
}
.blurred:invalid+span{
    visibility: visible;
    opacity: 1;
}
/* Hardik End */

/* media query*/
@media (max-width: 280px){
    .pro_details_div .pro_name {
        font-weight: 600;
        padding-bottom: 10px;
        font-size: 15px;
        line-height: 20px;
    } 
    .pro_details_div .pro_qty {
        font-size: 17px;
    } 
    .finalrate_div {
        width: 100%;
        text-align: right;
        font-size: 17px;
        padding: 20px 10px;
        margin-top: -53px !important;        
    }
    .finalrate_div .pro_rate {
        margin-left: 72px !important;
    } 
    .account-section #profile {
        padding: 14px;
    }
    .account-section #messages {
        padding: 14px;
    }
    .elementor-682 .elementor-element.elementor-element-e7ca9e9 .elementor-heading-title {
        font-size: 16px !important;
    } 
    body .elementor-682 .elementor-element.elementor-element-7235148 .elementor-heading-title {
        font-size: 12px;
    }
    .elementor-element.elementor-element-e7ca9e9 .elementor-heading-title img {
        max-width: 18px !important;
        vertical-align: inherit !important;
    }
    .elementor-element.elementor-element-e7ca9e9.elementor-widget.elementor-widget-heading {
        margin-bottom: 0px !important;
    }
}
.cod-pay-btn-group input.btn-check,
.btn-group input.btn-check{
    width: 100px;
}
@media (max-width: 375px){
    .btn-group .btn{
        font-size: 14px;   
        border:3px solid transparent;
    }
}
@media (max-width: 600px){
    .btn-group .btn{
        font-size: 15px;   
        border:3px solid transparent;
    }
}


@media (max-width: 767px){
    .thankyoumsg {
        font-size: 18px;
    }    
    .btn-group, .btn-group-vertical{
        flex-wrap: wrap;
    }
    .register,.bill,.purchase{
        padding: 20px;
    }
    .purchase{
        margin-top: 50px;
    }
    .login-title{    
        flex-direction: column-reverse;
    }
    .login-title p{
        text-align: right;
    }
    .main-div{
        flex-direction: column-reverse;
    }
    .main-div .btn{
        margin-left: auto;
        margin-bottom: 30px;
    }
    .tab-content{
        padding: 20px;
    }
    .nav-pills .nav-link{
        margin-right: 5px;
        padding: 8px 5px;
        font-size: 15px;
    }
    .pro_thumb_div {
        width: 30%;
        padding: 9px;
    }
    .pro_details_div {
        color: #000;
        width: 68%;
        padding: 10px; 
    }
    .pro_details_div .pro_name {
        font-weight: 600;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .finalrate_div {
        width: 100%;
    }
    .finalrate_div {
        width: 100%;
        text-align: right;
        margin-top: -50px;        
    }    
    .finalrate_div .pro_rate {
        font-weight: 600;
        padding-bottom: 1px;
        text-align: left;
        margin-left: 94px;
    } 
    .finalrate_div .pro_remove {
        text-decoration: underline;
        cursor: pointer;
        display: block;
        margin-top: -28px;
    }
    .paywith {
        padding: 10px;
        border: 2px solid #000;
        border-radius: 15px 15px 0px 0px;
        margin-top: 20px;
    }  
    .paywith .method {
        width: 100%;
        margin-bottom: 10px;        
    }
    .btn-group label {
        padding: 5px 8px !important;
        margin: 1px !!important;
    } 
    .img_checkout {
        height: 230px !important;
    } 
    ::-webkit-scrollbar-thumb {
        background-color: #000000;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #000000;
    } 
    ::-webkit-scrollbar {
        background-color: #ccc;
        width: 8px;
        height: 4px;
    }
    .text-box {
        font-size: 16px !important;
        line-height: 40px !important;
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    .purchase .detail .text-box p {
        margin: 0px !important;
        padding: 0px 0px !important;
        width: 100% !important;
        line-height: 26px !important;
    }
    .elementor-location-footer .elementor-nav-menu li{
        width: 100% !important;    
    }
    body .elementor-location-footer.elementor-682 .elementor-element.elementor-element-32633b9 .elementor-nav-menu .elementor-item {
        font-size: 16px !important;
        text-align: center;
        display: block;
        width: max-content;
        padding: 0px;
        padding-bottom: 18px;
    }  
    .elementor-location-footer .elementor-nav-menu>li:not(:last-child):after{
        display: none !important;
    }
    .elementor-element.elementor-element-e7ca9e9 .elementor-heading-title img {
        max-width: 20px !important;
        vertical-align: inherit !important;
    } 
    body .elementor-679 .elementor-element.elementor-element-8c6cb10 .elementor-nav-menu--dropdown a.elementor-item-active{
         color: #ffffff !important;   
    }   
}


@media only screen and (min-width:768px) and (max-width:991px){
    .purchase{
        margin-top: 50px;
    }
    .tab-content{
        padding: 20px;
    }
    .paywith {
        margin-top: 20px;
    }  
    ::-webkit-scrollbar-thumb {
        background-color: #000000;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #000000;
    }    
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    margin: 0px !important;
}