:root {
  --primary: #ff5252;
  --white: #ffffff;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
.breadcrumb-item active{
  
  display: inline-flex;
  align-items: baseline;
  vertical-align: middle;
  
}
.breadcrumb-h1 {
    font-size: 13px !important;
    /* margin-top: -18px; */
    /* padding-left: .8rem; */
    display: inline-flex;
    white-space: nowrap;
   align-items: baseline;
 }

/*images*/

.content img{
    height:auto !important;
}
  .page-item.active .page-link{
        background-color:#b5121b;
        border:#b5121b;
    }

.say_img img{
    height:auto !important;
}

.container-fluid {
     max-width:1700px;
    margin-right:auto;
    margin-left:auto;
    padding:auto;
}

/*.search_icon {*/
/*  background-color: #04AA6D;*/
/*  color: white;*/
/*  padding: 16px;*/
/*  font-size: 16px;*/
/*  border: none;*/
/*}*/

.search_icon {
  position: relative;
  display: inline-block;
  cursor:pointer;
}

.main_dropdown-content  {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
   border-radius:5px;
   right:0;
}

.main_dropdown-content  a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.main_dropdown-content  a:hover {background-color: #ddd;}

/*.search_icon:hover .main_dropdown-content {display: block;}*/

.search_icon:hover .dropbtn {background-color: #3e8e41;}

/*.search_icon:hover .main_dropdown-content {*/
/*    display: block;*/
    
/*}*/


.jumbo_banner{
    /*background-image: url(https://betterworldarts.com.au/assets_front/img/paints-2636552_1920-min.png);*/
    
     /*background-image: url(https://betterworldarts.com.au/assets_front/img/Cultural+Preservation.png);*/
    

    /*background-position: top;*/
    width: 100%;
    max-width:100%;
    height: 100%;
    /*background-size: cover;*/
    height: 325px;
    background-attachment: fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    /*background-size: cover ;*/
    /*filter:blur(0.8px);*/
    
}

.category_images .content{
    height:100%;
}

/*.jumbo_banner .container{*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    color: #ffffff;*/
/*    padding: 14px;*/
/*    position: relative;*/
/*    top: 120px;*/
/*}*/

.baner_part{
    display: flex;
    justify-content: center;
    align-items: center;
}

.baner_part .container{
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 14px;
    position: absolute;
    
}

.homepageslider{
    height:870px;
}

.home_page_slider .carousel-item img{
    height:auto !important;
}

.home_page_slider .carousel-item{
    height:870px;
}

/*.home_page_slider .carousel-item img{*/
/*    object-fit:contain;*/
/*}*/

    input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -12px ;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top:-12px;
        left: -1px;
        position: relative;
        background-color: #1d1d1d;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
    

.alert{
      background-color: #1d1d1d;
    color: #Ffff;
    width: 50%;
    margin: auto;
    border: none;
    border-radius: 0px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: white !important;
    background-color: #1d1d1d !important;
}

.alert a{
    color:#fff;
}

.alert a:hover{
    color:#fff;
}

body{
    overflow-x:hidden;
    margin:0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  scroll-behavior: smooth;
  font-family: 'Lato', sans-serif ;
}

ol,
ul {
  list-style: none;
}

img {
  /*max-width: 100%;*/
  width: 100%;
  height: 100%;
}



body {
  /*background-color: #f3f3f3;*/
   background-color: #ffffff;
   font-family: 'Lato', sans-serif !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#1d1d1d;
    outline: 0;
    box-shadow: none;
}

.form-control{
    border-radius:0px;
}

a:focus-visible{
    outline:none !important;
}


.wht_we_do .youtube_div{
    display:none !important
}

.navbar{
  background-color: transparent ;
  height: 100px;
  position: absolute;
  width: 100%;
  z-index:99;
  /*padding: 0.5rem 10rem !important;*/
  margin-top: -5px;
  /*margin-left: -16px;*/

}

.navbar .nav_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:25px;
  /*background: rgb(0 0 0 / 40%);*/
}

/*.navbar .nav_list {*/
/*  width: 104%;*/
/*  display: flex;*/
/*}*/
.newClss{
    background: rgb(0 0 0 / 40%);
}

.navbar-light .navbar-nav .nav-link {
  color: #1d1d1d;
}

a:hover{
    color:white;
    opacity:0.7;
    text-decoration:none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#1d1d1d;
    opacity:0.7;
}

.nav_list li a {
  color: #ffffff;
  font-size: 14px;
  margin: 10px 0px;
}
/* .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ff5252;
} */

.shopnow {
  position: absolute;
    transform: translate(0%, 600%);
  left: 45%;
  text-align: center;
  z-index:99;
}


.shopnow p {
  font-size: 21px;
  color: #ffffff !important;
}

.shop_btn {
  width: 150px;
  margin: 20px auto;
  color: white;
}

.shopnow .btn-outline-primary {
  font-size: 32px;
  border: 2px solid #ffffff !important;
  border-color: #ffffff;
  border-radius: 0px;
      background: rgb(0 0 0 / 40%);
}

.shopnow .btn-outline-primary:hover {
  background-color: #ffffff !important;
  color: #1d1d1d;
}
.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-color: none !important;
  border-color: none !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn:active,
.btn:focus,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav_list li a:hover {
  text-decoration: none;
}

.image_rows::after {
  content: "";
  clear: both;
  display: table;
}

.image_rows .column {
  float: left;
  width: 50%;
  /*padding:2px 2px ;*/
  /*margin-bottom: 0.5rem;*/
    padding: 4px 0rem 0px 3px;


}
.banner_text_content{
    display:flex;
justify-content: space-between;
}
.tag1 {
 position: relative;
    margin-top: -34px;
    margin-left: 12px;
}
.tag1 a {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 12px !important;
}

.tag2 a {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 12px !important;
}

.tag2 {
 position: relative;
    margin-top: -34px;
    margin-left: 12px;
}

.tag3 a {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 12px !important;
}

.tag3 {
  position: relative;
    margin-top: -34px;
    margin-left: 12px;
}

.tag4 a {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 12px !important;
}

.tag4 {
position: relative;
    margin-top: -34px;
    margin-left: 12px;
}

.tag5 a {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 12px !important;
}

.tag5 {
  position: relative;
    margin-top: -34px;
    margin-left: 12px;
}

.btn_style1 {
  width: 250px;
  margin: 20px auto;
}

.view_all .btn-outline-primary {
  font-size: 24px;
  background-color: #ffffff;
  color: #1d1d1d;
  border: 1px solid #1d1d1d;
  border-radius: 0px;
}

.btn {
  font-size: 13px !important;
  font-family:'lato'  !important;
}
.view_all .btn-outline-primary:hover {
  background-color: #1d1d1d;
  color: #ffffff;
}

.wht_we_do .para {
  font-size: 14px;
  height: 374px;
  white-space: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.9rem;
}

.cls_gap {
  height: 300px;
}
/* background: #ff5252; */

.cls_btns button {
  background: #ffffff;
  transition: all 0.25s ease-out;
  cursor: pointer;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, 0.2);
  width: 214px;
  height: 46px;
  padding: 10px;
  border: none;
  border-radius: 30px;
  margin: 10px;
  color: #1d1d1d;
  font-size: 23px;
  flex: 0 0 auto;
}

.cls_btns button:hover {
  background: #1d1d1d;
  color: #ffffff;
  border: 1px solid transparent;
}

.wht_ppl_sy .para {
  font-size: 14px;
  line-height: 1.9rem;
}

#primary-footer {
  /*background: #1d1d1d;*/
  /*color: #f3f3f3;*/

  /*font-size: 14px;*/
  /*line-height: 1.9rem;*/
  
  
      background: #f3f3f3;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 1.9rem;
}

.footer-widget-area {
  padding: 40px 32px;
}

.footer-widget-heading {
  margin: 20px auto;
}

.footer_logo {
  width: 200px;
  height: auto;
  margin: 45px 4px 16px;
}

.linkediting {
  display: flex;
  flex-direction: column;
  justify-content: center;
      margin: 40px 13px;
}

.linkediting li a {
  color: #1d1d1d;
}
/* .btn-1 {
  background: #ffbbcc;
  transition: all 0.25s ease-out;
  cursor: pointer;
  box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
  width: 155px;
  height: 50px;
  padding: 17px;
  border: none;
  border-radius: 30px;
  margin: 0 10px 40px;
  color: #fff;
  font-weight: bold;
  flex: 0 0 auto;
}

.btn-1:hover {
  position: relative;
  top: -3px;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
}


.btn-4:hover {
  background: none;
  color: #464646;
  box-shadow: 0 0 0 1px rgba(80, 80, 80, .5);
} */

.our_gall {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ft_social_links {
  display: flex;
  margin-top: 20px;
 
}

.ft_social_links li {
  /*width: 45px;*/
  /*height: 45px;*/
  /*margin: 8px;*/
  /*border: 1px solid white;*/
  /*padding: 14px;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*border-radius: 50%;*/
  
    width: 65px;
    height: 45px;
    margin: 8px;
    /*border: 1px solid #1d1d1d;*/
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #1d1d1d;*/
    border-radius: 50%;
}

.ft_social_links li:hover {
  /*background-color: #242424;*/
  color: #f3f3f3;
  transition: ease 0.3s;
  transform: translateY(-5px);
}

.logo_divs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.frst_drp .dropdown-content a {
  float: none;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px !important;
  margin: 0px !important;
  color: #1d1d1d !important;
}

.frst_drp .dropdown-content a:hover {
  background-color: #ffffff;
  opacity: 1;
}

.frst_drp .dropdown:hover .dropdown-content {
  display: block;
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.frst_drp .dropdown-content a:hover {
  background-color: #ddd;
  border-radius: 5px;
}

.frst_drp .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 9999;
  opacity: 1;
  top: 28px;
  border-radius: 5px;
  color: #1d1d1d;
  right: -50px;
  /*margin: 12px;*/
}

.frst_drp .dropdown-content :after {
  position: absolute;
  left: 43%;
  top: -9px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 10px solid #f9f9f9;
}

.second_drp .dropdown-content a {
  float: none;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px !important;
  margin: 0px !important;
  color: #1d1d1d !important;
}

.second_drp .dropdown-content a:hover {
  background-color: #ffffff;
  opacity: 1;
}

.second_drp .dropdown:hover .dropdown-content {
  display: block;
  transform: translateY(0);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.second_drp .dropdown-content a:hover {
  background-color: #ddd;
  border-radius: 5px;
}

.second_drp .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 9999;
  opacity: 1;
  top: 15px;
  border-radius: 2px;
  color: #1d1d1d;
  /*right: 75px;*/
  /*margin: 12px;*/
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1 !important;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  /*padding-right: 1em;*/
  width: 80%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.zoom-effect-container {
  display: flex;
  float: left;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.image-card {
  position: absolute;
  left: 0px;
  display: flex;
  justify-content: center;
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 300px;
    height: 300px;
    /*object-fit: cover;*/
    object-position: top;
}

.zoom-effect-container:hover .image-card img {
  /*-webkit-transform: scale(1.08);*/
  transform: scale(1.02);
}

.p_price {
  font-size: 13px;
  text-align: center;
  /*padding: 20px auto;*/
  /*background: #e8e8e8;*/
  width: 310px;
}

.product {
  /*margin: 15px 5px;*/
  /*padding:0px;*/
}

/*.pro_b {*/
/*  margin-top: 40px;*/
/*  font-size: 13px;*/
/*  background: transparent;*/
/*  padding: 0px 80px;*/
/*}*/

.pro_b {
  margin-top: 25px;
  font-size: 13px;
  background: transparent;
  /*padding: 0px 80px;*/
}


.pro_b a {
  color: #1d1d1d;
}

.filters .form-control {
  background-color: transparent;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0px;
}

.filters .form-control:focus {
  box-shadow: none;
}

.clr {
  border-radius: 0px;
  height: 32px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  background: black;
  color: white;
}

.clr:hover {
  background: white;
  color: black;
  border: 1px solid black;
}

.clr small {
  font-size: 13px;
}

.p_page .page-item.active .page-link {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.p_page .page-item .page-link {
  color: #1d1d1d;
  border-color: #1d1d1d;
}

.p_page a {
  color: #1d1d1d;
  font-size: 13px;
  text-decoration: none;
}

.textdesc {
  font-size: 13px;
}

/* product single page */

.s_pro_img {
  height: auto;
  width: 400px;
  margin: auto;
}

.s_pro_img img {
  max-width: 100%;
  height: auto !important;
}

.pp_price {
  font-size: 18px;
  color: #9c9c9c;
  /*margin: 20px auto;*/
}

.p_sub_des {
  font-size: 14px;
  line-height: 1.8rem;
}

.qtySelector {
  border: 1px solid #9c9c9c;
  width: 100px;
  height: 31px;
  font-size: 13px;
  margin: 20px 0px;
}

.qtyValue {
  background: transparent;
}

.qtySelector .fa {
  padding: 10px 5px;
  width: 25px;
  height: 100%;
  float: left;
  cursor: pointer;
}
.qtySelector .fa.clicked {
  font-size: 12px;
  padding: 12px 5px;
}
.qtySelector .fa-minus {
  /* border-right: 1px solid #9c9c9c; */
  background: white;
}
.qtySelector .fa-plus {
  /* border-left: 1px solid #9c9c9c; */
  background: white;
}
.qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 46px;
  height: 100%;
  float: left;
  text-align: center;
  /*border: 1px solid #9c9c9c;*/
  border-left: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
}
.p_labels {
  font-size: 13px;
  color: #9c9c9c;
}
.sku_pro {
  margin: 20px 0px;
}
.p_sub_des {
  white-space: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 200px;
}
.pur_btn {
  margin: 20px auto;
  height: 50px;
  width: 150px;
  background: #1d1d1d;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
   border:1px solid #58515147 !important;
}

.theme_btn{
  background: #1d1d1d;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
      padding: 10px 15px;
      
}

.pur_btn:hover {
  background: #ffffff;
  color: black;

}

.s_pro_img:hover {
  transition: ease 2s;
 
}

.rel_image {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rel_image img {
  margin: 10px auto;
}

.rel_image .img-thumbnail {
  border-radius: 0px !important;
  width: 65px;
  height: 75px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  object-fit: cover;
}

.img_pre a :hover {
  opacity: 0.5;
}

.p_attr .form-control {
  background-color: transparent;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0px;
}

.p_attr .form-control:focus {
  box-shadow: none;
}

.p_attr select {
  margin: 20px 0px;
}

.rel_p {
  text-decoration: line-through;
  font-size: 16px;
}

.off_p{
  font-size: 13px;
  color: #1d1d1d;
}

.alte_img .active{
  border: 1px solid black;
}



.theme_btn{
  background: #1d1d1d;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
   border: none !important;
    font-family:lato  !important;
     border:1px solid #1d1d1d !important;
    
}

.theme_btn:hover {
  background: #ffffff;
  color: #1d1d1d;
 
 
}

.about_us_card{
    border: 1.5px solid rgba(0,0,0,.125) ;
    height: 180px ;
}

.about_us_card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.defualt_section{
    /*padding:0px 50px !important;*/
}

.art_description{
     text-align:start!important;
    line-height: 1.8rem !important;
}

.art_description p{
    text-align:start!important;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle{
    color:#1d1d1d;
}

.art_description p span{
    text-align:start!important;
    line-height: 1.8rem !important;
}

.art_description span{
    text-align:start!important;
    line-height: 1.8rem !important;
}
.art_img{
    height:300px;
}

.art_img img{
        object-fit: cover;
        height:auto;
}

.modal-content{
    border-radius:0px;
    border: transparent;
}   

.modal-header{
    border-bottom: transparent;
    background: #1d1d1d;
    color: white;
    border-radius: 0px;
}

.modal-header button span{
    color:white;
}

.modal-header button:focus{
    outline:none;
}

.footer_logo img{
    height:auto !important;
}

.intc_p h5{
    margin:20px 0px;
}

.login_desc .h5_co{
    font-size:16px !important;
    line-height:1.7rem !important;
}
.login_desc .h5_co div{
      line-height:1.7rem !important;
}


#loginForm a{
    color:#1d1d1d !important;
    font-size:13px;
     text-decoration:underline;
}

.new_link a{
    color:#1d1d1d !important;
    font-size:13px;
    text-decoration:underline;
}

.input-check_label{
    font-size: 13px;
    position: relative;
    top: -4px;
}

#loginForm1{
  
    width: 40%;
    margin: 30px auto;
}    

.error{
         color: red;
         width: 100%;
    
    
}
    
#registerForm{
    width: 60%;
    margin: 30px auto;
}    

.radio_label{
  font-size: 15px;
    position: relative;
    top: -5px;
    margin-left: 5px;
}

#registerForm a{
    color:#1d1d1d;  
    text-decoration: underline;
}


.faq_card .cards {
    border: 1.5px solid rgba(0,0,0,.125) !important;
    border-radius: 1.5rem !important;
}


.faq_card .fa-plus,.fa-minus {
    float: right;
}

.faq_card .card-header a{
    color:#1d1d1d !important;
}

.faq_card .ques{
    font-size:16px;
}


.gallery_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #ffffff !important;
    background-color: #1d1d1d;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius:0px;
}

.gallery_tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: #e9ecef #e9ecef #dee2e6;
    color: #1d1d1d;
}

.gallery_tabs .nav-item .nav-link {
    color:#1d1d1d;
}

.shipping_accord .card a{
    color:#1d1d1d !important;
}
.return_card a{
      color:#1d1d1d !important;
}

.art_text h6{
    margin:20px auto;
}

.list_trade i{
    color:#1d1d1d !important;
    font-size:13px;
}

.list_trade{
    margin:10px auto;
}

.mini_card  a{
    color:#1d1d1d !important;
}

.mini_card{
     margin:10px auto;
}


.category_list .content .content-overlay {
    background: rgba(0, 0, 0, 0.7) !important;
    position: absolute;
    /*height: 407px;*/
    /*width: 408px;*/
    /*height: 462px;*/
    /*width: 462px;*/
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.category_list .small_inner{
        /*height: 407px;*/
}

.category_list .small_inner img{
       /*object-fit:cover;*/
       /*width:462px;*/
       /*height:462px !important;*/
    /*   height: 32.33333%;*/
    /*width: 32.33333%;*/
}

.pro_xt p{
    font-size:13px;
}

.ft_social_links li a img{
/*height:auto !important;  */
height: 34px;
/*width:25px;*/
}

.wht_ppl_sy .s_lid .carousel-item{
    height:300px;
}

.wht_ppl_sy .s_lid .carousel-item img{
    object-fit:cover
}

.say_img{
    width: 100px;
    margin: auto;
}

.our_t{
    height:300px;
    background: transparent;
    border: none;
}

.our_t .card-text{
    font-size:13px;
}

.our_t p{
    font-size:13px !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
}

 #profileForm{
            width: 75%;
    /*margin: auto;*/
    }

#flt_button {
    
    width:45px;
	height:45px;
	bottom:40px;
	right:40px;
	background-color:#1d1d1d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	display: inline-block;
 
 

  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#flt_button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
     font-size: 25px;
    line-height: 43px;
  color: #fff;
  
  
}
#flt_button:hover {
  cursor: pointer;
  background-color: #333;
}
#flt_button:active {
  background-color: #555;
}
#flt_button.show {
  opacity: 1;
  visibility: visible;
}
.drop1{
    display:block;
}
.drop2{
    display:none;
}
.creditcard{
    /*margin-right: 38px;*/
    margin-left: -20px;
}

.s_lid .carousel-control-next-icon{
    background-image:url(https://betterworldarts.com.au/assets_front/img/left.svg);
}

.s_lid .carousel-control-prev-icon{
     background-image:url(https://betterworldarts.com.au/assets_front/img/right.svg);
}

.s_lid .carousel-control-prev {
    left: -78px;
}

.s_lid  .carousel-control-next {
    right: -70px;
}

.about_us_card .btn-light{
        height: 40px;
    text-align: center;
    vertical-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: auto;
    border: 1px solid #1d1d1d;
    border-radius: 0px;
    color:#1d1d1d;
}

.about_us_card .btn-light:hover{
    background:#1d1d1d;
    color:#ffffff;
    opacity: 1;
}

.subscribe .theme_btn{
        height: 37px !important;
        cursor:pointer;
}
.container-fluid.defualt_section{
       max-width:1350px;
           padding-left: 7px;
   }
   .imageheader{
    display:none;
}
.hoverhr img{
    width:20px;
    height:52px;
}
.hoverhr{
    display:flex;
}
.paypalcard{
    display:flex;
}

.my_card_{
    display: none;
}
.dataeditmob .row{
    gap:14px !important;
}
.di_none{
    display:none;
}
.d_block_arrow{
     display:block;
}
 .d_none_arrow{
        display:none;
    }

@media only screen and (max-width: 991.98px){
    .row{
        margin:0px ;
    }
    .d_none_arrow{
        display:block;
    }
    .artis_artn{
    padding-right:0px;
}
    .d_block_arrow{
     display:none;
}
   .die_block{
       display:none;
   }
   .removeitem.card{
       margin-top:0px !important;
   }
   .frst_drp .dropdown-content{
     right:-150px;
   }
    .shopnow{
        transform: translate(0%, 0%);
    top: 80%;
    left: 40%;
    }
    .content-details p {
    color: #fff;
    font-size: 0.5em;
}
 .content-details h3 {
    font-size: 1em;
}
    .home_page_slider .carousel-item{
    height:auto;
}
.hoverhr hr{
        border:none;
        width:0;
    }
    .homepageslider{
    height:auto;
}
.mob_inlined{
    display:none;
}
.di_none{
    display:block;
}
/*.tag2{*/
    /*position:relative;*/
/*        top: 40%;*/
       
/*}*/
/*.tag3{*/
    /*position:relative;*/
/*        top: 40%;*/
         /*left:200px;*/
/*        width: 175px;*/
/*    margin-left: 160px;*/

/*}*/
/*.tag4{*/
    /*position:relative;*/
/*        left: 11px;*/
/*     top: 87%;*/
/*}*/
/*.tag5{*/
    /*position:relative;*/
/*     top: 87%;*/
/*         right: 68px;*/
/*     max-width:150px;*/
     /*right:-10px;*/
/*}*/
.logo_divs{
    margin-top:25px;
}
.fairtradebtn{
    margin-top:30px;
    margin-bottom:30px;
}
.wht_ppl_sy .card-body{
    padding:0;
    
}
.wht_we_do .youtubevid{
    display:inline-block;
}
.ft_social_links{
    margin-top:0;
}
.linkediting{
    margin:0;
}
.footer-widget-heading{
    margin:0;
}
.navbar-collapse{
    background-color:black;
    color:white;
}
.navbar-light .navbar-nav .nav-link{
    color:white;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:white;
}
.navbar .nav_list {
position: fixed;
 background-color:black;
    color:white;
    /*margin-top:50px;*/
    align-items:start;
    padding-left:15px;
    gap:0px;
}
 .about_us_card{
        border:none;
        height:50px;
    }
    #loginForm1 {
  width:100%;
        
    }
    .mob_respnone{
        display:none;
    }
    #profileForm {
    width: 100%;
    margin: auto;
    padding-left: 14px;
}
.category_list .content .content-overlay{
    /*width:96.5%;*/
}   
.category_list .small_inner img{
    width:100%;
}
 .container-fluid.defualt_section{
    padding-left:30px;
       
   }
   .navbar{
       width:100%;
       background-color:#00000054;
       position:fixed;
   }
   #registerForm{
    width:100%;
}
.imageheader{
   display: block;
    margin-left: 266px;
    position: relative;
    /*margin-top: -20px;*/
    display: flex;
    justify-content: center;
    width: 100%;
}
 .cartremovemob {
    margin-top: -57px;
    margin-left: 400px;
}
#cartremove{
     display:none;   
    }
    
    .my_card_{
    display: block;
}
.dataeditmob .row{
    gap:12px !important;
}
/*.my_card_ span#cartHover{*/
/*    right: 5% !important;*/
/*}*/

 
}


@media only screen and (max-width:768px){
     .di_none{
    display:block;
}
.row{
        margin:0px ;
    }
    
    
    .shopnow{
   transform: translate(0%, 0%);
       top: 51%;
    left: 40%;
    }
    #cartremove{
     display:none;   
    }
   .imageheader{
   display: block;
    margin-left: 200px;
    position: relative;
    /*margin-top: -20px;*/
    display: flex;
    justify-content: center;
    width: 100%;
}
    .closeicon b{
        margin-left:30px;
}
.image-card img{
    width:100%;
    height:100%;
}
.pro_b {
  /*margin-top: 70px;*/
  /*margin-top: 90px;*/
  font-size: 13px;
  background: transparent;
  /*padding: 0px 80px;*/
}
    .hoverhr img{
        width:100px;
        height:auto;
    }
    .hoverhr hr{
        border:none;
        width:0;
    }
    .home_page_slider .carousel-item{
    height:auto;
}
    .homepageslider{
    height:auto;
}

.row{
    /*margin: 0;*/
}

.category_list .content .content-overlay{
    width:100%;
    margin: auto;
    height:auto !important;
}   
.category_list .small_inner img{
    width:100%;
    height:auto !important;
}
.category_list .small_inner{
    width:100%;
     height:auto !important;
}
.cls_gap {
    background-size: cover;
     height: auto; 
    width: 100%;
    padding:12px;
}
 .container-fluid.defualt_section{
    padding-left:1px;
       
   }
   .cartremovemob{
    margin-top: -50px;
    margin-left:150px;
   }
#profileForm {
    width: 100%;
    margin: auto;
    padding-left: 14px;
}
/*.tag2{*/
    /*position:relative;*/
/*        top: 45.44%;*/
       
/*}*/


.imageheader > a{
    margin-right: 0px;
}
/*.tag3{*/
    /*position:relative;*/
/*        top: 45.44%;*/
         /*left:200px;*/
/*        width: 100%;*/
    /*margin-left: 160px;*/
/*    right:182px;*/

/*}*/
/*.tag4{*/
    /*position:relative;*/
/*        left: 25px;*/
/*     top: 95%;*/
/*}*/
 #loginForm1 {
  width:100%;
        
    }
/*.tag5{*/
    /*position:relative;*/
/*     top: 95%;*/
/*         right: 206px;*/
/*     max-width:100%;*/
     /*right:-10px;*/
/*}*/
.logo_divs{
    margin-top:25px;
}
.fairtradebtn{
    margin-top:30px;
    margin-bottom:30px;
}
.wht_ppl_sy .card-body{
    padding:0;
    
}
.wht_we_do .youtubevid{
    display:inline-block;
}
.ft_social_links{
    margin-top:0;
}
.linkediting{
    margin:0;
}
.footer-widget-heading{
    margin:0;
}
.navbar-collapse{
    background-color:black;
    color:white;
}
.navbar-light .navbar-nav .nav-link{
    color:white;
}
                                                                                        

.drop1{
    display:none;
}
.drop2{
    display:block;
    font-size:24px;
}
.navbar .nav_list {
position: fixed;
 background-color:black;
    color:white;
}
#registerForm{
    width:100%;
}
 .content-details p {
    color: #fff;
    font-size: 0.8em;
}
 .content-details h3 {
    font-size: 1.50em;
}

/*.my_card_ li{*/
/*            width: 0px !important;*/
/*            margin-bottom: 0px !important;*/
        
/*        }*/
        
/*        .my_card_ #cartHover{*/
/*            right: 5%;*/
/*            padding: 0px;*/
/*        }*/

}
@media (max-width: 576px){
 .imageheader{
    display:block;
   
    margin-left: 95px;
    position: relative;
    /*margin-top: -20px;*/
    display: flex;
    justify-content: center;
    width: 100%;
   
    
}
.shopnow {
    transform: translate(0%, 0%);
    top: 50%;
    left: 31%;
}
.main_div_mr{
    display: flex;
    flex-wrap: inherit;
}
}
@media only screen and (max-width: 420px){
   .shopnow {
    transform: translate(0%, 0%);
    top: 11%;
    left: 31%;
}
}
@media only screen and (max-width:900px){

   /*.container-fluid.defualt_section{*/
    /*padding-left:5px;*/
       
   /*}*/
/*   .content-details p {*/
/*    color: #fff;*/
/*    font-size: 0.5em;*/
/*}*/
/* .content-details h3 {*/
/*    font-size: 1em;*/
/*}*/
}
.di_none{
    display:block;
}
 .about_us_card{
        border:none;
        height:50px;
    }
    .creditcard{
           /*margin-right: 38px;*/
    margin-left:0;

}
.navbar-toggler span i{
    color:white;
}
.navbar-toggler{
   background-color:black;
   border:black;
   margin-left:10px;
   position:fixed;
   margin-top: 16px;
}

@media only screen and (min-width:1700px){
    .removeitem.card{
        right:auto !important;
    }
}