/* Mobile Portrait View */

@media screen and (max-width:767px) {
  .header {
    text-align: center;
    padding-bottom: 25px;
  }

  #mySidenav nav#site-navigation {
    background: transparent;
  }

  .page-template-template-home-page .header,
  .image-box,
  .content-inner-box {
    position: static;
    transform: none;
  }

  .content-inner-box {
    padding-top: 50px;
  }

  .content-inner-box p {
    display: none;
  }

  .pagemore {
    margin: 10px 0;
  }

  .circle-one,.circle-two, .circle-three, .content-inner-box span{
    display: none;
  }

  .content-inner-box h1 a{
    font-size: 18px;
  }

  #head-banner {
    margin: 0;
  }

  .slider-color {
    width: 280px !important;
    height: 400px !important;
  }

  .text-inner-box {
    text-align: center;
    margin-top: 20px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
  }
  tr.wc-block-cart-items__row {
  gap: 0.4em;
  }
  td.wc-block-cart-item__total{
  padding-left: 0px !important;
  }
  li.wc-block-grid__product{
  max-width:100% !important;
  float:none;
  }
  .header {
    text-align: center;
    padding-bottom: 25px;
  }

  #mySidenav nav#site-navigation {
    background: transparent;
  }

  .page-template-template-home-page .header,
  .image-box,
  .content-inner-box {
    position: static;
    transform: none;
  }

  .content-inner-box p {
    display: none;
  }

  .pagemore {
    margin: 10px 0;
  }

  .circle-one {
    bottom: -80px;
  }

  .circle-two {
    bottom: -30px;
  }

  #head-banner {
    margin: 0;
  }

  .text-inner-box {
    text-align: center;
    margin-top: 20px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea {
    width: 100%;
  }
   .ftr-4-box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 15px 0;
  }

  .page-template-template-home-page .header {
    background: var(--first-theme-color);
  }
   .ftr-4-box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 15px 0;
  }

  .page-template-template-home-page .header {
    background: var(--first-theme-color);
  }

  .boxlayout{
    width: 270px;
  }
  #head-banner img{
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
	.admin-bar .sticky-head{
	  top: 0px !important;
	}
} 

@media screen and (min-width: 768px) and (max-width: 900px) {
  #mySidenav nav#site-navigation {
    background: transparent;
  }

  .sidenav .close-button{
    margin-bottom: 30px;
  }

  .toggle-nav {
    text-align: right;
  }

  .circle-one {
    right: -100px;
  }

  .circle-two {
    right: -130px;
  }

  .content-inner-box {
    left: 6%;
    right: 10%;
  }

  #mySidenav {
    margin-top: 30px;
  }

  .postsec-list.grid .post,
  .postsec-list.four-col .post {
    padding: 10px;
  }

  .listarticle,
  aside.widget {
    padding: 0;
  }

  .slider-color {
    width: 320px !important;
    height: 400px !important;
  }
  #mySidenav nav#site-navigation {
    background: transparent;
  }

  .toggle-nav {
    text-align: right;
  }

  .circle-one {
    left: -100px;
  }

  .circle-two {
    left: -130px;
  }

  .content-inner-box {
    right: 6%;
    left: 40%;
  }

  .content-inner-box h1 a{
    font-size: 20px;
  }

  #mySidenav {
    margin-top: 30px;
  }
  tr.wc-block-cart-items__row {
    gap: 1em;
  }
  li.wc-block-grid__product{
    max-width: 48% !important;
    float: left;
    clear: both;
    margin: 0 1% 2.992em;
    flex: 1 0 48% !important;
  }
  .boxlayout{
    width: 650px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .circle-one {
    left: -120px;
  }

  .circle-two {
    left: -150px;
  }

  .content-inner-box {
    right: 6%;
  }
  tr.wc-block-cart-items__row {
  gap: 1em;
  }
  .boxlayout{
    width: 870px;
  }
}

@media screen and (max-width: 1000px) {

  .main-nav ul ul,
  .main-nav .sub-menu {
    opacity: 1;
  }

  .main-nav .sub-menu {
    margin-left: 25px;
  }

  .main-nav li ul {
    border: none;
    box-shadow: none;
    border-top: none !important;
  }

  .main-nav .sub-menu li {
    border-bottom: none;
  }

  .toggle-nav button {
    font-weight: 500;
    background: #fff;
    border: none;
    color: var(--first-theme-color);
    font-size: 18px;
    padding: 19px;
  }

  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: -110%;
    overflow-x: hidden;
    transition: 0.5s top ease-in-out;
    overflow-y: scroll;
    background: var(--second-theme-color);
    opacity: 0.9;
    visibility: hidden;
  }

  body.show-main-menu .sidenav {
    visibility: visible;
    top: 0;
    transition: 0.5s top ease-in-out;
  }

  .sidenav .close-button {
    font-size: 36px;
    display: block !important;
    color: #fff;
  }

  .sidenav #site-navigation {
    width: 100%;
  }

  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
  }

  .main-nav ul ul li,
  .menubar .nav ul li,
  .toggle-nav {
    display: block;
  }

  .main-nav ul li a {
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    float: none;
    margin: 5px 0;
    border-right: none;
  }

  .main-nav ul li ul li a:before {
    content: "\00BB \00a0";
  }

  .main-nav ul.sub-menu a:hover {
    padding-left: 20px !important;
    background: #fff !important;
  }

  .main-nav ul ul {
    position: static;
    width: 100%;
    background: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-shadow: none;
  }

  .main-nav ul ul a {
    border-bottom: none;
    padding-left: 40px;
  }

  .main-nav ul ul ul.sub-menu a {
    padding-left: 40px;
  }

  .main-nav li {
    padding: 0 15px;
    display: block;
    border-bottom: solid 1px #fff;
  }

  .main-header-box {
    padding-bottom: 15px;
  }

  #mySidenav {
    text-align: left;
    display: inline;
  }

  .main-menu {
    padding: 0em;
  }

  .main-nav ul.sub-menu>li>a:before {
    content: unset;
  }

  .main-nav ul.sub-menu>li>a:hover:before {
    opacity: 0;
    left: 0px;
    width: 0px;
  }
  .breadcrumb a{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px){
  .woocommerce ul.products li{
    width: 100% !important;
  }
}
@media screen and (min-width:1700px) and (max-width:1900px){
  .container{
    max-width: 1520px;
  }
}
@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px;
  }
}
/*@media screen and (max-width: 1000px) {

  .main-nav ul ul,
  .main-nav .sub-menu {
    opacity: 1;
  }

  .main-nav .sub-menu {
    margin-right: 25px;
  }

  .main-nav li ul {
    border: none;
    box-shadow: none;
    border-top: none !important;
  }

  .main-nav .sub-menu li {
    border-bottom: none;
  }

  .toggle-nav button {
    font-weight: 500;
    background: #fff;
    border: none;
    color: var(--first-theme-color);
    font-size: 18px;
    padding: 19px;
  }

  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    right: 0;
    top: -110%;
    overflow-x: hidden;
    transition: 0.5s top ease-in-out;
    overflow-y: scroll;
    background: var(--second-theme-color);
    opacity: 0.9;
    visibility: hidden;
  }

  body.show-main-menu .sidenav {
    visibility: visible;
    top: 0;
    transition: 0.5s top ease-in-out;
  }

  .sidenav .close-button {
    font-size: 36px;
    display: block !important;
    color: #fff;
    text-align: left;
  }

  .sidenav #site-navigation {
    width: 100%;
  }

  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: left;
  }

  .main-nav ul ul li,
  .menubar .nav ul li,
  .toggle-nav {
    display: block;
  }

  .main-nav ul li a {
    text-align: left;
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    float: none;
    margin: 5px 0;
    border-left: none;
  }

  .main-nav ul li ul li a:before {
    content: "\00BB \00a0";
  }

  .main-nav ul.sub-menu a:hover {
    color: #fff !important;
    background:none !important;
  }

  .main-nav ul ul {
    position: static;
    width: 100%;
    background: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-shadow: none;
  }

  .main-nav ul ul a {
    border-bottom: none;
    padding-right: 40px;
  }

  .main-nav ul ul ul.sub-menu a {
    padding-right: 40px;
  }

  .main-nav li {
    padding: 0 15px;
    display: block;
    border-bottom: solid 1px #fff;
  }

  .main-header-box {
    padding-bottom: 15px;
  }

  #mySidenav {
    text-align: right;
    display: inline;
  }

  .main-menu {
    padding: 0em;
  }

  .main-nav ul.sub-menu>li>a:before {
    content: unset;
  }

  .main-nav ul.sub-menu>li>a:hover:before {
    opacity: 0;
    right: 0px;
    width: 0px;
  }
  .main-nav a:hover{
    color:#fff;
  }
}*/