@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    line-height: 30px;
    word-wrap: break-word; 
}
a {
    text-decoration: none;
    transition: all 0.6s;
        color: #f3e186;
}
.colorhtml td, .colorhtml tr {
    border: 1px solid #ccc;
}
.colorhtml td {
    font-size: 16px;
}
.colorhtml {
    margin-top: 20px;
}
.backtodesign p {
    font-size: 18px;
    padding: 20px 0;
    color: #000;
    font-weight: 600;
}
p.infomsg {
    padding: 20px;
    text-align: center;
    margin: 40px 0;
}
p.ordersuccess {
    background: #F3E186;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}
button#pixelateImageSave {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
p.woocustominfo {
    font-family: "Quicksand", Sans-serif !important;
    font-size: 18px !important;
    padding: 0;
    color: #13b9a6;
    margin: 0 !important;
    margin-top: -15px !important;
    font-weight: 600;
}
.woocommerce-MyAccount-content {
    position: relative;
}
.downloadbtn {
    margin-bottom: 10px;
    color: #000 !important;
}

p.imgsts {
    font-size: 18px;
    font-weight: 600;
    background: #f5e9ae;
    padding: 5px 10px;
    border-radius: 4px;
}
p.imgsts.failed {
    color: #ff0000;
}
p.imgsts.success {
    color: green;
}
.imgsts span {
    display: block;
}
.btninline a {
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    color: #F3E186;
    text-decoration: none;
    background: #212529;
    text-transform: uppercase;
    font-size: 16px;
}
.btninline a:hover {
    color: #fff;
}

span.errormsg {
    color: #ff0000;
    font-size: 15px !important;
    text-transform: lowercase;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    max-width: 158px;
}
.woocommerce-account table.account-orders-table a.btnprimary.button:hover {
    color: #13b9a6;
    text-decoration: none !important;
}
.woocommerce-account table.account-orders-table a.btnprimary.button {
    margin: 4px 0;
    text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:checked,
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:checked + label,
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:checked + label:before,
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:checked + label:after,
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #edda78;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
body.woocommerce-account .woocommerce-MyAccount-content input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*.woocommerce-order-received p.detailpdf {
    display: none;
}*/
/*.container{
    
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:1170px;
  height: 90px;
        
}
.container_1{
    
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:1170px;
  height: auto;
        
}

  .container .col_a {
    float:left;
    width: 50%;
    height:100px;;
    
  }

  .container .col_1 {
    float:left;
    width: 50%;
    height:auto;
    border-top:1px solid #ddd;
    margin-top:10px;
  }


.button_1{
    
    padding:10px;
    background-color:#f3e186;
    border-radius: 20px;
    color:#000;
   font-weight: 600;
       font-size: 18px;
       margin-top:25px;
    
}*/

p.return-to-shop a {
    display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background-color: #F3E186;
    border-style: solid;
    letter-spacing: 1px;
    border-width: 2px 2px 2px 2px;
    border-color: #F3E186;
    padding: 12px 30px;
    border-radius: 50px;
}
a.showcoupon, a.showlogin {
    color: #13b9a6 !important;
    font-weight: 700;
}

.backtodesign a.btnprimary.btn-sm {
    text-decoration: unset;
    margin-top: 20px;
    margin-bottom: -20px;
}
.space75 {
    height: 75px;
}
.loaderouter {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    background: #000000ab;
    z-index: 9999;
    padding-top: 20%;
}
.loaderouter img {
    display: inline-block;
    display: inline-block;
    width: 100%;
    max-width: 250px;
}
.divider{
      position: relative;
  overflow: hidden;
}
.product-design section#primary {
    max-width: unset;
    width: 100%;
    padding: 0;
}
.image_on {
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    padding: 4px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
button.single_add_to_cart_button.button.alt.addtocartbtn {
    background-color: #fff!important;
    color: #000!important;
    font-size: 16px;
    margin-left: 2px;
    font-weight: 600;
    padding: 15px;
    margin-top: 20px;
}
.inputouter select {
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    border-radius: 5px;
}
ul.wc-item-meta, ul.wc-item-meta li {
    padding-left: 0;
    margin-left: 0;
}
.wc-item-meta strong.wc-item-meta-label {
    display: none;
}
img.checkoutimg {
    max-width: 120px;
}
span#uploadfailed {
    color: red;
    font-size: 14px;
    display: block;
    padding-top: 10px;
    font-weight: 500;
}


.boat_on{
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  cursor: pointer;  
  display: none;
    
}
.open_btn {
    font-size: 17px;
}
input.payment_btnd {
    background-color: #fff!important;
    color: #000!important;
    font-size: 12px;
    margin-top: 30px;
}
.inputouter {
    margin-top: 15px;
}
.forms_cs{
    
    background-color:#F3E186;   
    padding:25px;
}
.open_btn{
background-color:#F3E186!important;
color:#000!important;
border:none!important;
border-radius:  30px 30px 30px 30px;
font-size:20px;
width:43%;
height:38px;
text-align:center;
padding:4px;
cursor: pointer;
}

.another_sec{
margin-top:55px;
margin-bottom:75px;
    
}
form#cart_form {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.forms_cs h3 {
   
    font-size: 32px;
}

#termsPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 82%);
    padding: 0;
    border: none;
    text-align: center;
    z-index: 9999;
    width: 100%;
    padding: 30px;
    border-radius: 0;
    height: 100%;
    overflow: hidden;
}
#termsPopup .termspopup-inner {
    max-width: 800px;
    background-color: #fff;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
}
.popup-header {
    background: #f3e186;
    padding: 20px 30px;
    position: relative;
}
.termscns p.strong {
    font-weight: bold;
    margin-bottom: 5px;
}
.termscns p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
    display: block;
}

.popupinr {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    overflow-y: scroll;
    height: calc(100vh - 140px);
    background: #fff;
}
.popup-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}
span.closeicon {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 30px;
    font-weight: 500;
    background: #000;
    padding: 10px;
    border-radius: 100px;
    color: #f3e186;
    line-height: 17px;
    rotate: 45deg;
    cursor: pointer;
}
input#acceptTerms {
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    margin-right: 10px;
    position: relative;
    top: 3px;
    border-radius: 3px;
}
.popupinr::-webkit-scrollbar {
    width: 6px; 
    border-radius: 10px;
}

.popupinr::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.termscns button {
    background-color: #F3E186!important;
    color: #000!important;
    border: none!important;
    border-radius: 4px;
    font-size: 20px;
    height: 40px;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    width: 220px;
    text-decoration: none;
    margin-bottom: 60px;
}
span.ermsg {
    display: block;
    color: red;
    padding: 10px 0 0;
    margin-bottom: -8px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
}
p.termcheckblc.error input {
    border: 2px solid red !important;
}
p.termcheckblc.error {
    color: red;
}
.termcheckblc label {
    font-weight: 600 !important;
    margin-left: -2px !important;
}

/* Style for the checkbox label */
label {
    cursor: pointer;
}

select.form_yale {
    font-size: 20px;
    font-weight: 600;
    
    padding: 12px;
}
.forms_cs label {
    font-size: 20px;
    font-weight: 600;
}
.col-md-6.box_col {
    border-right: 1px solid #ddd;
}

.slide_u{
    font-size:17px;
    
    
}
.head_on{
    font-size:34px;
    
}

.log_sec{
    
    border-bottom:1px solid #ddd;
    width: 70%;
}

.already_1 {
    margin-left: 100px;
}




.thumb-small-image {
    margin-top: 30px;
    margin-bottom: 10px;
   
}

a:hover, a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0 0 20px;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Quicksand', sans-serif;
}
.slider-content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 197px 15px;
}
.slider-content .slider-content-inner {
    background-color: #fff;
    display: inline-block;
    max-width: 600px;
    padding: 40px;
    margin-bottom: 30px;
    text-align: left;
}
.slider-content .slider-content-inner span {
    color: #F3E186;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.slider-content .slider-content-inner h2 {
    margin: 10px 0 0;
    font-size: 50px;
}
.btn-sm {
    font-size: 18px !important;
    padding: 10px 25px !important;
    line-height: 26px;
}
span.authorname, .header-footer-group .archive-title .color-accent {
    color: #f3e186;
}
.single-blog-topbar span.authorname {
    color: #f3e186;
    font-weight: 700;
    text-decoration: none;
}
.archivecontainer {
    max-width: 1300px;
    margin: 0 auto;
    padding: 130px 0px 100px 0px;
}
header.entry-header.archive-header.has-text-align-center.header-footer-group {
    padding: 110px 0px 110px 0px;
}
#portfoliopage figure.gallery-item {
    margin-bottom: 20px;
}
#portfoliopage figure.gallery-item img {
    border-radius: 7px;
}
.btnprimary {
    display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #F3E186;
    border-style: solid;
    letter-spacing: 1px;
    border-width: 2px 2px 2px 2px;
    border-color: #F3E186;
    padding: 12px 30px;
    border-radius: 6px;
}
.btnprimary:hover, .btnprimary:focus {
    color: #F3E186;
    background-color: transparent;
}
.btnprimary-outline {
    display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F3E186;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F3E186;
    padding: 12px 30px;
    letter-spacing: 1px;
    border-radius: 6px;
}
.btnprimary-outline:hover, .btnprimary-outline:focus {
    background-color: #f3e186;
}
.logregbtns {
    text-align: right;
}
#his_slider .owl-prev, #his_slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: #fff;
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    width: 70px;
    height: 100px;
    transform: translate(0, -50%);
    border-radius: 0px;
    margin: 0;
}
#his_slider button img {
    margin: 0 auto;
}
#his_slider .owl-next {
    right: 0;
}
#his_slider .owl-prev {
    left: 0;
}
.mb-0, .mb-0 p {
    margin-bottom: 0px !important;
}
#his_slider .owl-nav {
    margin: 0;
}
.circle-shape {
    position: relative;
    overflow: hidden;
}
.circle-shape:after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    background: #F3E186;
    top: -30%;
    right: -10%;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}
.About-section p a{
        color: #f3e186;
}
.process-block h5 span {
    color: #F3E186;
}
.process-block h5 small {
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
}
.gallery-section .gallery {
    margin: 0;
    width: 100%;
}
.gallery-section .gallery .gallery-icon {
    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
.gallery-row {
    display: flex;
    flex-wrap: wrap;
}
.gallery-row .gallery-item-inner {
    max-width: 12.5%;
    flex: 12.5%;
    position: relative;
}
.gallery-row .gallery-item-inner .gallery-hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    transition: all 0.7s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}
.gallery-row .gallery-item-inner .gallery-hover-icon a {
    color: #fff;
    font-size: 40px;
}
.gallery-row .gallery-item-inner:hover .gallery-hover-icon {
    transform: scale(1);
}
.gallery-row .gallery-item-inner img {
    width: 100%;
}
.mobile-menu-item {
    display: none;
}
.title-bar h2 small {
    font-size: 25px;
    font-family: 'Quicksand', sans-serif;
}
#footerlinktochildthemewp {
    display: none;
}
/* About Us */
.page_title_area {
    text-align: center;
}
.page_title_area .page_title_inner {
    background-color: #fff;
    display: inline-block;
    max-width: 600px;
    padding: 40px;
    width: 100%;
}
.page_title_area .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.page_title_area .breadcrumb li {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #F3E186;
}
.page_title_area .breadcrumb li a {
    color: #000 !important;
}
.page_title_area .breadcrumb li+li:before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    color: #F3E186;
    content: "/";
}
.page_title_area h1 {
    margin: 10px 0 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
.elementor-accordion .elementor-tab-content img {
    margin-left: 0;
}
.elementor-accordion .elementor-tab-content a {
    color: #f3e186;
    font-weight: 600;
}
/* Contact Us */
.sm_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.sm_col_4 {
    max-width: 33.33%;
    flex: 33.33%;
    padding: 0 15px;
}

.sm_col_6 {
    max-width: 50%;
    flex: 50%;
    padding: 0 15px;
}
.sm_col_12 {
    max-width: 100%;
    flex: 100%;
    padding: 0 15px;
}
form.wpcf7-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f3e186;
}
form.wpcf7-form .form-group {
    margin-bottom: 20px;
}
form.wpcf7-form label {
    font-size: 20px;
        color: #000;
    font-weight: 700;
}
form.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
    border-radius: 5px;
    padding: 10px 20px;
    height: 60px;
    margin-top: 8px !important;
    width: 100%;
    color: #000;
    margin: 0;
    font-size: 18px;
    outline: 0;
    background-color: #f5f8ff;
    border-color: #f5f8ff;
}
form.wpcf7-form .form-group textarea.wpcf7-form-control {
    height: 120px;
    resize: none;
}
form.wpcf7-form .wpcf7-submit {
    display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
    background-color: #000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    padding: 12px 30px;
    border-radius: 6px;
}
form.wpcf7-form .wpcf7-submit:hover, form.wpcf7-form .wpcf7-submit:focus {
    background-color: transparent;
    color: #000;
    border-color: #000;
}
form.wpcf7-form .wpcf7-not-valid-tip {
    font-weight: 600;
    font-size: 16px;
}
/* Blog */
.blog-card {
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px #e7e9e7;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    padding: 0 30px 30px;
    position: relative;
    word-wrap: break-word;
    border-bottom: solid 10px #f3e186;
}
.blog-card .blog-image img {
    border-radius: 8px;
    margin-top: -35px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
}
.blog-card .post-heading {
    margin: 0;
    line-height: 1;
}
.blog-card .post-heading a {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
    display: inline-block;
    /* font-family: "Playfair Display", Sans-serif; */
    font-family: 'Quicksand', sans-serif;
}
.blog-card .blog-card-content p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 22px;
    font-family: "Quicksand", Sans-serif;
    font-weight: 400;
}
.blog-card .post-grid-meta {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
}
.blog-card .post-grid-meta a {
    color: #f3e186;
}
.pagination {
    text-align: center;
}
.pagination .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    font-size: 20px;
    text-decoration: none;
    font-family: "Quicksand", Sans-serif;
    font-weight: 600;
    color: #000;
    transition: all 0.4s ease;
    box-shadow: rgb(0 0 0 / 10%) -4px 5px 8px -6px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    background: #f3e186;
}
/* Blog Single */
.back-section .backbtn {
    margin: 0 0 30px;
    padding: 7px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    list-style: none;
    line-height: 1;
    color: #13b9a6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
    text-decoration: none;
}
.blog-single .single-blog-topbar h1 {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
        margin: 0 0 20px;
    font-family: "Quicksand", Sans-serif;
}
.blog-single .single-blog-topbar .details-meta-tab {
    text-align: center;
    margin-bottom: 40px;
}
.single-blog-topbar span {
    color: #000;
    padding: 0 7px;
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
}
.single-blog-topbar span a {
    color: #f3e186;
    font-weight: 700;
    text-decoration: none;
}
.blog-single .single-blog-image {
    position: relative;
    padding-bottom: 40px;
}
.blog-single .single-blog-image .bg_meetteam-bottom {
    height: 300px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.blog-single .single-blog-image .bg_meetteam-bottom:before {
    position: absolute;
    opacity: 1;
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #f3e186;
}
.single-blog-image .blog-image-area img {
    max-height: 350px;
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    position: relative;
}
.blog-single .blog-content {
    padding-top: 3rem;
    overflow: hidden;
}

.blog-single .blog-content p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: "Quicksand", Sans-serif;
}
.blog-single .blog-content p a {
    color: #f3e186;
}
.blog-single .container {
    max-width: 1300px;
    margin: 0 auto;
}
.blog-single figure.wp-block-image {
    clear: left;
}
.blog-single figure.wp-block-image img {
    max-width: 250px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.blog-single .per-class {
    float: left;
}
.blog-single .next-class {
    float: right;
}
/* My account*/
.entry-header {
    background-image: url(https://pixelate.hipl-staging1.com/wp-content/uploads/2022/05/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.entry-header .entry-header-inner {
    background-color: #fff;
    display: inline-block;
    max-width: 600px;
    padding: 40px;
    width: 100%;
}
.entry-header .entry-header-inner h1 {
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Quicksand', sans-serif;
}
.entry-content {
    max-width: 1300px;
    margin: 0 auto;
}
.entry-content>.woocommerce {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.entry-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0;
    padding: 100px 15px;
}
form.woocommerce-form, form.woocommerce-ResetPassword {
    padding: 30px;
    text-align: left;
    border-radius: 5px;
        margin: 0 auto;
    max-width: 700px !important;
    width: 100% !important;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}
form.woocommerce-form label, form.woocommerce-ResetPassword label  {
    font-size: 16px;
    font-family: "Quicksand", Sans-serif;
    font-weight: 600;
}
form.woocommerce-form .input-text,
form.woocommerce-ResetPassword .input-text,
.woocommerce-checkout form.checkout .input-text{
    border-radius: 45px;
    margin: 0;
    padding: 10px 25px;
    height: 58px;
        font-size: 18px;
    border: solid 1px #000;
    color: #000;
    background-color: #ffffff;
    outline: 0;
    font-family: "Quicksand", Sans-serif;
}
.woocommerce-checkout form.checkout textarea.input-text {
    height: 100px;
    resize: none;
}
.woocommerce-checkout form.checkout .input-text::placeholder {
    color: #000;
}
form.woocommerce-form .woocommerce-button,
form.woocommerce-ResetPassword .button{
    display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background-color: #F3E186;
    border-style: solid;
    letter-spacing: 1px;
    border-width: 2px 2px 2px 2px;
    border-color: #F3E186;
    padding: 12px 30px;
    border-radius: 6px;
    margin-top: 20px;
}
form.woocommerce-form .lost_password {
    margin-bottom: 0;
}
form.woocommerce-form .lost_password a,
form.woocommerce-form .woocommerce-privacy-policy-text p a {
    color: #f3e186;
    text-decoration: underline;
    font-family: "Quicksand", Sans-serif;
    font-weight: 600;
    font-size: 18px;
}
form.woocommerce-form .woocommerce-privacy-policy-text p,
form.woocommerce-ResetPassword p {
    color: #000;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}
form.woocommerce-ResetPassword p {
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 25%;
    margin-bottom: 1.5rem;
    margin-right: 3rem;
}
.woocommerce-error li, .woocommerce-info, .woocommerce-message {
    padding: 5px 10px;
     
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 2rem;
}
.inner-page-box-section .woocommerce-button.button.view {
     
    padding: 10px 20px; 
}
.custom-login-inner-box .inner-page-box-section, .custom-login-inner-box .inner-page-box-section li  {
    display: block !important;
} 
.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li .payment_box p, .woocommerce-privacy-policy-text p {
    font-family: "Quicksand", Sans-serif !important;
    font-size: 18px !important;
    padding: 0;
}
#add_payment_method ul li {
    list-style: none !important;
}
.woocommerce-account table.account-orders-table th, .woocommerce-account table.account-orders-table tr {
    border: 0;
    padding: 0;
    padding-bottom: 15px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link {
    list-style: none;
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 0;
    border-bottom-width: 0;
    margin-right: 0;
        margin: 0;
    padding: 12px 15px !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    color: #000;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #f3e186;
}
body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}
body.woocommerce-account .woocommerce-MyAccount-content * {
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
    font-size: 18px;
/*    margin: -30px 0 50px 0;*/
/*    padding: 10px 10px 10px 0px;*/
}
body.woocommerce-account .woocommerce-MyAccount-content fieldset {
    padding-left: 10px;
}
body.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 0 0 15px;
    font-size: 26px;
    font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-customer-details--phone, body.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-customer-details--email {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: -20px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .input-text,
form.woocommerce-EditAccountForm .input-text {
    border-radius: 45px;
    margin: 0;
    padding: 10px 25px;
    height: 55px;
    font-size: 18px;
    border: solid 1px #000;
    color: #000;
    background-color: #ffffff;
    outline: 0;
    font-family: "Quicksand", Sans-serif;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button,
form.woocommerce-EditAccountForm .woocommerce-Button {
    display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background-color: #F3E186;
    border-style: solid;
    letter-spacing: 1px;
    border-width: 2px 2px 2px 2px;
    border-color: #F3E186;
    padding: 12px 30px;
    border-radius: 50px;
}
body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single,
body.woocommerce-checkout .select2-container .select2-selection--single {
    height: 55px;
    border-color: #000;
    border-radius: 50px;
    padding: 10px 25px;
}
body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__arrow,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
    height: 55px;
    right: 20px;
}
body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
}
body.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered span,
body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered span {
    color: #000;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .input-text::placeholder,
body.woocommerce-checkout .woocommerce-address-fields .input-text::placeholder {
    color: #000;
}
form.woocommerce-EditAccountForm em {
    font-size: 14px !important;
}
form.woocommerce-EditAccountForm .show-password-input {
    top: 17px;
}
body.privacy-policy {
    margin: 0;
}
body.privacy-policy .entry-content * {
    max-width: 100% !important;
    width: 100% !important;
    font-family: "Quicksand", Sans-serif;
    color: #000;
    font-size: 18px;
}
body.privacy-policy .entry-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
form.woocommerce-cart-form table {
    background: #fff;
    -webkit-box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 1%);
    -moz-box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 1%);
    box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 1%);
    margin: 0;
}
.woocommerce-cart-form .product-remove {
    text-align: center;
}
form.woocommerce-cart-form table th, form.woocommerce-cart-form table td {
    white-space: nowrap;
}
form.woocommerce-cart-form table th {
    font-weight: 500 !important;
    border-bottom: solid 1px #000;
    padding: 22px 0;
}
form.woocommerce-cart-form table th, form.woocommerce-cart-form table td, .cart_totals table.shop_table th, .cart_totals table.shop_table td {
    color: #000;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 500;
    word-break: break-word !important;
    line-height: 1;
}
form.woocommerce-cart-form table td {
    border-bottom: solid 1px rgb(0 0 0 / 20%);
}
form.woocommerce-cart-form table td.product-remove a {
    font-size: 34px;
}
form.woocommerce-cart-form table td.product-thumbnail a {
    border: solid 1px #f2f1f1;
    padding: 5px 20px;
    display: inline-block;
}
form.woocommerce-cart-form table td.product-thumbnail img {
    width: 50px;
}
form.woocommerce-cart-form table td.product-name a {
    font-weight: 700;
    color: #f3e186;
}
form.woocommerce-cart-form table td.actions {
    padding: 25px 15px;
    border: 0;
    background: #fafafa;
}
form.woocommerce-cart-form .coupon .input-text {
    outline: 0;
    background: transparent;
    margin-bottom: 10px;
    color: #000;
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
    width: 250px !important;
    border-radius: 5px;
    font-size: 17px;
    margin-right: 15px;
    border: solid 1px #000;
    border-radius: 50px;
}
form.woocommerce-cart-form .coupon .button, .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout form #order_review .button {
    display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000 !important;
    background-color: #F3E186;
    border-style: solid;
    letter-spacing: 1px;
    border-width: 2px 2px 2px 2px;
    border-color: #F3E186;
    padding: 14px 30px;
    border-radius: 50px;
    width: auto;
}
.woocommerce-checkout form #order_review a {
    color: #f3e186;
}
.cart_totals .checkout-button {
    margin-top: 20px;
}
form.woocommerce-cart-form table td.actions button[name=update_cart] {
    border: 0;
    background: transparent;
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
    text-transform: initial;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 10px;
}
.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.cart_totals {
    background: #fff;
    -webkit-box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 1%);
    -moz-box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 1%);
    box-shadow: 0px 0px 21px 8px rgb(0 0 0 / 1%);
    padding: 40px;
    margin-top: 40px;
}
.cart_totals > h2 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 15px;
}
.cart_totals table.shop_table {
    margin: 0;
}
.cart_totals table.shop_table th, .cart_totals table.shop_table td {
    border-bottom: solid 1px #84a8a8;
    padding: 17px 1rem;
}
form.checkout h3 {
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
}
footer#colophon .footer-width-fixer > .elementor > .elementor-section-boxed {
    display: none;
}
div#loom-companion-mv3 {
    display: none;
}
body.woocommerce-account .woocommerce-MyAccount-content a.button,
body.woocommerce-account .woocommerce-MyAccount-content button#place_order{
        display: inline-block;
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background-color: #F3E186;
    border-style: solid;
    letter-spacing: 1px;
    border-width: 2px 2px 2px 2px;
    border-color: #F3E186;
    padding: 12px 30px;
    border-radius: 50px;
}
body.woocommerce-account .woocommerce-MyAccount-content h2.woocommerce-order-details__title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
body.woocommerce-account .woocommerce-MyAccount-content  .woocommerce-order-details > table {
    margin: 10px 0 0;
}
body.woocommerce-account .woocommerce-MyAccount-content address p {
    margin: 26px 0 -20px !important;
}
ul.woocommerce-error li {
    font-size: 15px;
    display: inline-block;
    padding: 10px !important;
}
ul.woocommerce-error li a.showlogin {
    color: #000;
    font-weight: 700 !important;
}
.woocommerce-notices-wrapper {
    max-width: 696px !important;
}
/* Media Query */
@media (min-width: 1400px) and (max-width: 1200) {
.image_sect img {
    width:15%!important;
    left: 87%!important;
    top: 25%!important;


    }

}


@media(max-width: 1200px){
    .slider-content {
        text-align: center;
    }
}
@media(max-width: 992px){
    .circle-shape:after {
        width: 400px;
        height: 400px;
    }
    .gallery-row .gallery-item-inner {
        max-width: 25%;
        flex: 25%;
    }
    .slider-content .slider-content-inner span {
        font-size: 22px;
    }
    .slider-content .slider-content-inner h2 {
        font-size: 32px;
            margin: 0;
    }
    .btnprimary {
        font-size: 20px;
        padding: 12px 30px;
        line-height: 28px;
    }
    .blog-section .sm_col_4 {
        max-width: 50%;
        flex: 50%;
    }
    body.woocommerce-account .woocommerce {
        flex-wrap: wrap;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation, body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-right: 0;
    }
    .popup-header h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    padding-right: 50px;
}
}
@media(max-width: 768px){
    .circle-shape:after {
        width: 200px;
        height: 200px;
        top: -5%;
    }
    .slider-content {
        padding: 80px 15px;
    }
    #his_slider .owl-prev, #his_slider .owl-next {
        display: none;
    }
    .slider-content .slider-content-inner {
        text-align: center;
        padding: 25px;
    }
    .slider-content .slider-content-inner span {
        font-size: 18px;
    }
    .slider-content .slider-content-inner h2 {
        font-size: 24px;
        margin: 0;
    }
    .sm_col_6 {
        max-width: 100%;
        flex: 100%;
        padding: 0 15px;
    }
    .logregbtns {
        display: none;
    }
    .hfe-nav-menu .loggedout {
        display: none !important;
    }
}
@media(max-width: 767px){

    #termsPopup {
        width: 95%;
    }
    .popupinr {
        padding: 20px 15px;
    }
    .popupinr h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .role_on {
        display: none!important;
    }
    .product-thumb-area .already_1 {
    margin-left: 1px!important;
}
    .entry-header .entry-header-inner h1 {
        font-size: 26px;
    }
    .mobile-menu-item {
        display: block !important;
    }
    .title-bar h2 small {
        font-size: 18px;
    }
    .page_title_area .breadcrumb li {
        font-size: 22px;
    }
    .page_title_area h1 {
        font-size: 28px;
    }
    form.wpcf7-form {
        padding: 15px;
    }
    form.wpcf7-form label {
        font-size: 17px;
    }
    .blog-section .sm_col_4 {
        max-width: 100%;
        flex: 100%;
    }
    .entry-content {
        padding: 50px 15px;
    }
    form.woocommerce-form {
        padding: 20px;
    }
    form.woocommerce-form .input-text {
        height: 48px;
    }
    body.woocommerce-account .woocommerce-MyAccount-content * {
        font-size: 16px;
    }
    body.woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 30px;
    }
    body.woocommerce-account .woocommerce-MyAccount-content h3 {
        font-size: 24px;
    }
}
@media(max-width: 575px){
    .gallery-row .gallery-item-inner {
        max-width: 50%;
        flex: 50%;
    }
    form.woocommerce-EditAccountForm .woocommerce-form-row,
    body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row,
    body.woocommerce-checkout .form-row{
        width: 100%;
    }
}