@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*@font-face {
    font-family: Helvetica Neue LT Std;
    font-weight: bold;
    src: url("../fonts/Helvetica-Neue-LT-Std-75-Bold.otf") format("opentype");
}*/

@font-face {
    font-family: Georgia;
    
    src: url("../fonts/custom/Georgia.ttf") format("truetype");
}
@font-face {
    font-family: Georgia Regular;
    font-weight: 400;
    src: url("../fonts/custom/GeorgiaRegularfont.ttf") format("truetype");
}
@font-face {
    font-family: georgia italic;    
    src: url("../fonts/custom/georgiaitalic.ttf") format("truetype");
}
@font-face {
    font-family: georgia bold;
    font-weight: bold;
    src: url("../fonts/custom/georgiabold.ttf") format("truetype");
}
@font-face {
    font-family: georgia bold italic;
    font-weight: bold;
    src: url("../fonts/custom/georgiabolditalic.ttf") format("truetype");
}
@font-face {
    font-family: Georgia Bold Italic font;
    font-weight: bold;
    src: url("../fonts/custom/GeorgiaBoldItalicfont.ttf") format("truetype");
}



*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-style: normal;
    box-sizing: border-box;
	color: #000000; 
	font-size:16px; line-height:24px; font-weight:400; 
}



h1, h2 {  }

h2{ font-size: 40px; line-height: 1em; margin-bottom: 30px; font-weight: bold; font-family: 'georgia bold'; }
h3{ font-size: 30px; line-height: 1em; margin-bottom: 30px; font-weight: 400; }
h5{ font-size:20px; line-height:30px; font-weight:500; margin-bottom: 15px;}

p {
    margin-bottom: 25px;
}

a{ color:#000;text-decoration: none; }

a:hover {
    text-decoration: none;color:#c0504d;
}
p a:hover {
    text-decoration: none;color:#c0504d;
}
::-webkit-scrollbar {
    width: 6px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  ::-webkit-scrollbar-thumb {
    background: #333; 
  } */

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.header{padding: 0;  width: 100%; /*position: absolute; border-bottom: 1px solid #264361;*/ z-index: 10;position: relative;}
/*.header.overlapheader{position: absolute; z-index: 1; display: block; width: 100%;}*/
.elementor-section.elementor-section-boxed > .elementor-container {  max-width: 1200px;}
.container{  max-width: 1200px;}
.comments-area{ max-width: 1200px; margin: auto;}
.single-post .nav-links{max-width: 1200px; margin: auto;}


.navbar a{

padding: 0px 0px; font-size: 15px;
}
.navbar ul li{padding-left: 0px; padding-right: 0px;}


.navbar ul li{padding-top: 10px;padding-bottom: 10px; margin-right: 22px;}
.navbar ul li:last-child{margin-right: 0;}
.navbar ul li:hover, #menu-main-menu li.current_page_item{ color:#c0504d;}
 

.navbar a:hover,
.navbar .nav-link:focus {
    color: #fe0000;
    text-decoration: none;
}

.navbar li.current_page_item a{color: #1b1b1b;}

.navbar .navbar-brand {
    
}


/* Change navbar styling on scroll */
.navbar.active {
   
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}

.navbar-expand-lg .navbar-nav{/*text-align: center;display: flex;align-items: center;justify-content: center;*/}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}


.social ul{
    list-style-type: none;
    display: inline-flex;
    margin-bottom: 0rem;
}

.navbar{
    padding: 0px 0px 0px 0;/*margin-bottom: 25px;*/
}

.navbar-nav{margin: 0 auto; width: 100%;}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #b2b2b2;
}
footer{   
   
	font-size:15px; line-height:23px;
  color:#fff; 
    background-color: #000000; padding: 60px 0 35px 0;
   
}

footer h2{font-size: 18px;margin-bottom: 35px; font-weight: 500; color: #fff; letter-spacing: 0.075em;}


footer h4{
    margin: 0px 0px 30px;
    font-weight: bold;
   
    text-transform: uppercase;
    font-size: 22px;
}

footer p{
    font-size: 16px; line-height:30px; color: #fff;  font-weight:400;
    
}

footer .socilo .fa{
    
     margin-right: 5px; font-size: 12px !important; color: #fff; 
}

footer .fa:hover{
    /*border: 1px solid #fff;*/
    transition: 0.2s;

}

footer .socilo{
    display: inline-flex;
    list-style-type: none;

}

footer .social-link i{padding: 10px 5px 5px;  vertical-align: middle;  text-align: center; border-radius: 50%; font-size: 20px !important; margin-right: 4px;  }
footer .social-link i.fa-facebook-f{}
footer .social-link i:hover{ color: #fff;}
footer .listo {
    list-style-type: none;
}

footer .listo a{
    font-size: 16px; line-height: 30px; font-weight: 400; text-decoration: none; color: #c3c3c3; 
}
footer .listo a:hover{color: #d20706;}
footer .listo li{margin-bottom: 0px;}


footer .listo2 {
    list-style-type: none;
}


footer .listo2 a{
   
    font-size: 15px; color: #c0b9b0; text-decoration: none;
}











 footer .listo2 .fa{

    font-size: 15px; color: #bd8d4c;
    
    margin-right: 10px;
}

 footer .listo2 li{
   margin-bottom: 10px;
}

footer ul{
    margin-bottom: 0px;
}


.copyright {border-top: 1px solid #999999; margin-top: 50px; }



.copyright p {
    font-size: 15px;
    color: #999999;
    margin-top: 30px; margin-bottom: 0px;
    line-height: 24px;
    font-weight: 400;/*font-family: 'Barlow';*/
}

.copyright a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px; text-decoration: none;
}

.copyright a:hover {    color: #c0504d;}

.copyright ul{
    display: inline-flex;
}



#menu-main-menu a{
 color: #282828; font-family: 'Open Sans';    letter-spacing: 0.007em; font-size: 13px;   text-decoration: none; font-weight: 600;  
   
}
#menu-main-menu a:hover{color: #c0504d;}

.mainmenu-div{margin-top: 8px; margin-bottom: 8px;}
.mainmenu-div .navbar{/*float: right;*/   display: flex;  align-items: center;  /*justify-content: flex-end;*/ justify-content: center;}




				nav ul ul{position: absolute;  top: 40px; width: 250px; background-color: #fff; display: none; z-index: 99999; text-align: left; font-size: 12px; line-height: 18px;padding-top: 15px; padding-bottom: 15px;}
					nav ul li:hover ul{display: block;}
					nav ul ul li{float: none !important; display: block; margin: 0 !important; padding: 7px 0 !important; border:  none;}
						nav ul ul li a{padding: 0px 20px !important; display: block !important; color: #000 !important;}
							nav ul ul li:hover > a,
							nav ul ul li.current-menu-item > a{ background-image: none !important;color: #c0504d !important;; }

nav ul ul ul{position: absolute;  left: 250px; top: unset; width: 250px; background-color: #fff; display: none !important; z-index: 99999; text-align: left; font-size: 12px; line-height: 18px;margin-top: -38px;}
nav ul ul li:hover ul{display: block !important;}
nav ul ul li{padding-left: 0 !important; padding-right: 0 !important;}

nav ul li.menu-item-has-children:last-child ul.sub-menu{margin-left: -200px;}




#menu-main-menu a svg{display: none;}




.sitelogo{padding-top: 0px;}
.sitelogo img {
  width: auto; max-width: 450px !important;
  height: auto;  /*z-index: 1000 !important; position: relative;*/
}

/*.sitelogo{text-align: center; width: 142px; margin: -74px auto auto auto; position: relative;}
.navbar ul.navbar-nav li:nth-child(3){padding-right: 30%;}
.navbar ul.navbar-nav li:nth-child(1){padding-left: 0 !important; margin-left: 0px !important;}
.navbar ul.navbar-nav li:nth-child(1) a{padding-left: 0 !important; margin-left: 3px !important;}*/



.pagination .next, .pagination .prev{border: none !important; padding: 7px 8px !important; color: #c0504d !important; font-weight: 500; font-size: 12px; }
.pagination .page-numbers{border: none !important; padding: 7px 8px; color: #000; font-weight: 500; margin: 3px 1px; border-radius: 3px;font-size: 12px; text-decoration: none; }
.pagination .page-numbers:hover, .pagination .next:hover, .pagination .prev:hover, .pagination .page-numbers.current{background: none !important; /*background: linear-gradient(to right, #127deb 10%, #17d8eb 90%);*/ color: #c0504d;}


.pagination .next svg, .pagination .prev svg{display: none;}
.pagination .next span.screen-reader-text, .pagination .prev span.screen-reader-text{width: auto !important;height: 30px;top: unset;font-size: 12px;opacity: 1;color: #333;position: relative;display: inline-block;clip-path: unset;clip: unset;line-height: 12px;}
.pagination .next span.screen-reader-text:hover, .pagination .prev span.screen-reader-text:hover{color: #c0504d;}












.pagination {float:right; margin-top:35px;}
.pagination .nav-links{float:right; clear:both;}


.pagination.void-grid-nav span.current, .pagination.void-grid-nav a:hover{background-color: #70b752 !important; color: #fff;}
.pagination.void-grid-nav{float: right; clear: both;margin-top: 30px;}




.post-navigation .nav-links{clear: both; width: 100%; display: block; padding: 30px 0 150px;position: relative;}
.post-navigation .nav-links .nav-next{ width: 50%; float: left; height: 30px !important; line-height: 10px !important; }
.post-navigation .nav-links .nav-previous{width: 50%; float: left; height: 30px !important; line-height: 10px !important;}
.post-navigation svg{font-size: 15px !important; width: 30px;}
.post-navigation .nav-links .nav-previous svg{float: right; margin-right: 10px;}
.post-navigation .nav-links .nav-next svg{ margin-left: 10px;}


.default-page-content{padding-top: 98px; padding-bottom:98px;}


.topbar-bottom{padding: 0 0 10px; background-color: rgba(0,0,0,0);}
.sitelogo a{color: #0021ae;  font-size: 36px; font-weight: bold; text-decoration: none; line-height: 24px;}
.sitelogo{margin-top: 0px;}


/*.sitelogo{text-align: center;  margin: auto auto; z-index: 100000;position: relative;}*/
/*.sitelogo:after{content: " "; position: absolute; width: 100%; display: block; background-color: #bebebe; height: 2px; top: 30px;}*/

#review-slider .owl-pagination{/*! display: none; */}
.fa-arrow-left::before{ color: #282828;font-size: 25px;  }
.fa-arrow-right::before{ !important; color: #282828; font-size: 25px; }
.owl-theme .owl-controls .owl-buttons div{ background-color: transparent !important;opacity: 1 !important; width: 40px; height: 40px; border-radius: 50%; margin: 25px 20px 0 !important;}
.fa-circle::before{display: none;}
.owl-theme .owl-controls .owl-buttons div:hover{opacity: 0.7 !important;}



.middle-content-row{align-items: center; /* justify-content: center;*/}
.row-col-center{justify-content: center;}
.backgroundbg{background-size:cover; background-repeat:no-repeat;}

.single .post-thum-img img{height: auto; width:100%;}
.post-title-cls h1{font-size: 40px;line-height: 1em;font-weight: 400;color: #0021ae;font-family: 'georgia bold';text-transform: uppercase;margin-bottom: 25px;}
.single .dateDIV{color: #222222; font-weight: 600; margin-bottom: 20px;}
.single .dateDIV span{color: #b71e00; font-size: 14px; font-style: italic; padding-right: 20px;}
.single .dateDIV{padding-bottom: 4px;}


.single-post nav.navigation{display: none;}
.single-post .wrap{padding-bottom: 60px;}

img.fullsize{width: 100%;}
img.fullsize1{max-width: 100%;}

.p-t-125{padding-top:125px;}
.p-b-125{padding-bottom:125px;}
.m-t-125{margin-top:125px;}
.m-b-125{margin-bottom:125px;}
.m-t-150{margin-top:150px;}
.m-b-150{margin-bottom:150px;}

.p-t-150{padding-top:150px;}
.p-b-150{padding-bottom:150px;}
.p-t-98{padding-top:98px;}
.p-b-98{padding-bottom:98px;}
.p-t-60{padding-top:60px;}
.p-b-60{padding-bottom:60px;}
.p-t-30{padding-top:30px;}
.p-b-30{padding-bottom:30px;}

.m-t-98{margin-top:98px;}
.m-b-98{margin-bottom:98px;}
.m-t-60{margin-top:60px;}
.m-b-60{margin-bottom:60px;}
.m-t-30{margin-top:30px;}
.m-b-30{margin-bottom:30px;}



.proPopupImg {  display: none;   position: fixed;   z-index: 1;   padding-top: 100px;   left: 0;  top: 0;  width: 100%;   height: 100%;   overflow: auto;   background-color: rgb(0,0,0);   background-color: rgba(0,0,0,0.9); }
.proPopupImg-content {  margin: auto;  display: block;  width: auto;  max-width: 700px;}
#caption {  margin: auto;  display: block;  width: 80%;  max-width: 700px;  text-align: center;  color: #ccc;  padding: 10px 0;  height: 150px;}
.proPopupImg-content, #caption {    -webkit-animation-name: zoom;  -webkit-animation-duration: 0.6s;  animation-name: zoom;  animation-duration: 0.6s;}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.close {  position: absolute;  top: 15px;  right: 35px;  color: #f1f1f1;  font-size: 40px;  font-weight: bold;  transition: 0.3s;}
.close:hover,.close:focus {  color: #bbb;  text-decoration: none;  cursor: pointer;}
@media only screen and (max-width: 700px){
  .proPopupImg-content {
    width: 100%;
  }
}
.accordion {  background-color: transparent;  color: #222222;  cursor: pointer;  padding: 18px 0;  width: 100%;  border: none;  text-align: left;  outline: none;  font-size: 18px;  transition: 0.4s; outline: none !important; }
.accordion-active, .accordion:hover {  /*background-color: #ccc;*/ }
.accordion-panel {  padding: 18px 18px;  display: none;  background-color: white;  overflow: hidden;}



.col-middle-gap .one{padding-right: 38px;}
.col-middle-gap .two{padding-left: 38px;}
img.borderradius{border-radius:12px;}

.mobiledisplay{display:none;}


/*.sitelogo:before{content: url(../../../../wp-content/uploads/2022/08/text-bfr-img.png); position: absolute;top: -6px;margin-left: -70px;}
.sitelogo:after{content: url(../../../../wp-content/uploads/2022/08/text-aft-img.png); position: absolute;top: -6px;margin-left: 20px;}*/


.graybgcolor{background-color: #f4f4f4;}
.box-shadow{box-shadow: 0px 0px 28px #ddd; padding: 70px;}
.btn-topgap{padding-top: 20px;}

.home_banner{color: #fff;padding-top:198px; padding-bottom: 127px;  background-position:top center; background-size: cover; background-repeat:no-repeat; z-index: 0; position: relative;}
.home_banner h1{color: #fff; font-family: 'georgia bold'; font-size: 70px; line-height: 1.1em; font-weight: 700; margin-bottom: 75px; }
.home_banner a{background-color: #fff; padding: 12px 35px; border-radius: 35px;   font-weight: 600; font-size: 18px; color: #010000 !important;}
.home_banner a:hover{background-color: #c0504d; color: #fff !important;}

.inner-bannr {  padding-top: 90px;  padding-bottom: 90px;  background-size: cover;  background-position: top center;z-index: 0;position: relative;}
.innr-bnt-title { font-family: 'georgia bold'; font-size: 36px;  line-height: 1em;  font-weight: bold;  color: #fff;   margin-bottom: 30px; }
.bnr-brebcam, .bnr-brebcam a { color: #fff;  font-size: 14px;  line-height: 24px;text-decoration: none; font-weight: 500;}
.bnr-brebcam span.dashborder{color: #fff;  padding: 0 5px; }
.bnr-brebcam a{ color: #fff;}


header .topbar-row form.form-inline{display: inline-block;}
header .topbar-row ul{display: inline-block;padding-left: 35px; vertical-align: middle;  }
header .topbar-row ul li{display: inline-block; list-style: none; margin:0 5px; position: relative;}
header .topbar-row ul li img{margin-top: 5px;}
header .topbar-row{padding: 15px 0; border-bottom: 1px solid #b2b2b2;}
header .topbar-row .two{padding-top: 12px;}
header .nav-cart-total { border-radius: 50%; color: #fff; background-color: #000; width: 20px; height: 20px; text-align: center; padding-top: 8px; font-size: 10px;  line-height: 0;  vertical-align: top;  top: -5px;  position: absolute;font-weight: 500;}
header .nav-cart-total.fontnone{font-size: 0; background-color: transparent;}


header .topbar-row form.form-inline input{outline: 0; border:1px solid #b0b0b0;; color: #818181; font-size: 12px; padding: 12px 20px; border-top-left-radius: 35px; border-bottom-left-radius: 35px; width: 200px;}
header .topbar-row form.form-inline button{cursor: pointer;border: none !important; background-color: #c0504d !important; padding: 13px 15px !important;margin-left:-5px !important; color: #fff !important;border-top-right-radius: 35px !important; border-bottom-right-radius: 35px !important;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}

.row-heading h5{color: #c0504d; font-size: 20px; line-height: 27px; font-weight: 500; margin-bottom: 10px;}
.row-heading h2{text-transform: uppercase;}
.row-heading{padding-bottom: 35px;}

.featured-col{margin-bottom: 40px;}
.featured-box{height: 100%; padding: 20px; border: 1px solid #dddd; }
.featured-box .featured-img img{height: 166px; max-width: 100%;}
.featured-box .featured-img{line-height: 0; margin-bottom: 20px;}
.featured-box .featured-title{color: #000000; font-size: 18px; line-height: 24px; margin-bottom: 17px;font-family: 'Georgia Regular';}
.featured-box .featured-content{color: #414141; font-size: 14px; line-height: 18px; padding-bottom: 20px;}
.featured-box .featured-content p{margin-bottom: 0;}
.featured-box a{background-color: #c0504d; border: 1px solid #c0504d; color: #fff; font-size: 12px; border-radius: 35px; padding: 8px 17px; font-weight: 600;}
.featured-box a:hover{background-color: #fff; color: #c0504d;}
.home-row-featured hr{margin-top: 60px;}

.home-row-about .rowone h5{color: #c0504d; font-size: 20px; line-height: 27px; font-weight: 500; margin-bottom: 10px;position:relative;}
.home-row-about .rowone h5:after{content: ""; width: 60px; height: 1px;background-color: #c0504d;position: absolute;top: 13px;margin-left: 10px;}
.home-row-about .rowone .one .section-content{padding-right: 45px;}
.home-row-about .rowtwo .two .section-content{padding-left: 45px;}
.home-row-about .rowtwo .two .section-content a{color: #c0504d; font-family: 'georgia bold';  font-size: 18px; line-height: 27px;  margin-bottom: 10px; position:relative;}
.home-row-about .rowtwo .two .section-content a:after{content: ""; width: 60px; height: 1px;background-color: #c0504d;position: absolute;top: 10px;margin-left: 10px;}

.home-row-four h2{font-size: 48px; color: #fff;}
.home-row-four{color: #fff;}
.home-row-four .section-content p:last-child{padding-top: 20px;}
.home-row-four a{background-color: #fff; padding: 12px 35px; border-radius: 35px;   font-weight: 600; font-size: 18px; color: #010000 !important; }
.home-row-four a:hover{background-color: #c0504d; color: #fff !important;}

.testimonials-title{padding-bottom: 35px;}
.testimonials-title h2{color: #000000; text-transform: uppercase; }
.testimonials-title h5{color: #c0504d; font-size: 20px; line-height: 27px; font-weight: 500; margin-bottom: 10px;}

.testi-box{width: 870px; margin: auto;}
.testi-box .quot1{padding-bottom: 15px;}
.testi-box .testi-txt{font-size: 20px; line-height: 30px; color: #000000;font-family: 'georgia italic';padding-bottom: 15px; }
.testi-box h6{font-weight: 500; font-size: 20px; line-height: 27px; text-transform: uppercase;margin-bottom: 15px;}
.testi-box .test-short{color: #555555; font-size: 14px; line-height: 20px;}
footer ul.footermenu{margin-top: 25px;}
footer ul.footermenu li{list-style: none; display: inline-block; padding: 7px 15px;}
footer ul.footermenu li a{color: #fff; font-size: 16px; font-weight: 500;}
footer ul.footermenu li a:hover{color: #c0504d;}


.default-page-template .woocommerce.columns-4 p.woocommerce-result-count{display: inline-block; float: none; position: relative; z-index: 1; width: 25%;padding-left: 20px;font-family: 'georgia bold';}
.default-page-template .woocommerce.columns-4 form.woocommerce-ordering{display: inline-block; float: none;position: relative; z-index: 1; width: 20%;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget{display: inline-block; float: none !important;position: relative; z-index: 1; width: 53%;}
.default-page-template .woocommerce.columns-4 div{display: inline-block;}
.default-page-template .woocommerce.columns-4:before{content: ""; position: relative; background-color: #f1d9d8; width: 100%; height: 67px;display: inline-block; z-index: 0; bottom: -55px;}
.default-page-template .woocommerce.columns-4 ul div{display: block;}
.default-page-template .woocommerce.columns-4 ul li div.berocket_lgv_additional_data{display: none;}
.default-page-template .woocommerce.columns-4 ul{ position: relative; top: 60px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button{float: right; position: absolute; top: 0;right: 0; background: none; border:none;box-shadow: none;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button i{font-size: 28px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button.selected{display: none;}
.default-page-template .woocommerce.columns-4 form.woocommerce-ordering select{width: 80%; background-color: #fff; border: none; padding: 10px 15px; border-radius: 35px; margin-top: -8px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget .br_lgv_product_count.text{font-family: 'georgia bold'; padding-right: 15px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget .br_lgv_product_count_block{background-color: #fff; padding: 7px 15px; border-radius: 35px; margin-top: -8px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget .br_lgv_product_count{padding: 0 3px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget .br_lgv_product_count.text:last-child{font-family: 'Open Sans';font-size: 13px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget .br_lgv_product_count{font-size: 13px; line-height: 18px; color: #000;}
.default-page-template .woocommerce.columns-4{margin-top: -35px;}
.default-page-template .woocommerce.columns-4 ul li{padding: 10px !important; border: 1px solid #dddd;}
.default-page-template .woocommerce.columns-4 ul li h2{color: #000000; font-size: 18px; line-height: 20px; font-weight: 400; margin-bottom: 17px;font-family: 'Georgia Regular';}
.default-page-template .woocommerce.columns-4 ul li .button{background-color: #c0504d;border: 1px solid #c0504d;color: #fff;font-size: 12px;border-radius: 35px;padding: 8px 17px;font-weight: 600; float: right; clear: both;}
.default-page-template .woocommerce.columns-4 ul li .price{ color: #c0504d !important; font-size: 16px !important; font-weight: 600 !important; display: inline-block !important; vertical-align: top; padding-top: 12px;}

.woocommerce nav.woocommerce-pagination ul li, .default-page-template .woocommerce.columns-4 nav.woocommerce-pagination ul li{border: none !important;padding: 0 !important;}
.woocommerce nav.woocommerce-pagination ul li a:hover, .default-page-template .woocommerce.columns-4 nav.woocommerce-pagination ul li a:hover{background: none !important;color: #c0504d !important;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{background: none !important;;}
.woocommerce nav.woocommerce-pagination ul{border: none !important;}
.woocommerce nav.woocommerce-pagination ul li .current{color: #c0504d !important;}

.default-page-template .woocommerce.columns-4 ul .berocket_lgv_additional_data .lgv_description.lgv_description_simple{display: none !important;}
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_additional_data h3{color: #000000; font-size: 25px; line-height: 32px; font-weight: 400; font-family: 'Georgia Regular'; margin-bottom: 25px;}
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_additional_data .price{color: #c0504d !important; font-size: 16px !important; font-weight: 600 !important; }
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_additional_data .lgv_meta{padding-bottom: 15px !important;}
.default-page-template .woocommerce.columns-4 ul li.berocket_lgv_list .price{display: none !important;}
.default-page-template .woocommerce.columns-4 ul li.berocket_lgv_list{margin-top: 25px !important;}
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_additional_data{margin-top: 25px !important;padding-left: 25px;}


/*----List grid start-----*/

.default-page-template .woocommerce.columns-4 ul{position: relative;}
.default-page-template .woocommerce.columns-4 ul li.berocket_lgv_list{margin-top: 25px !important; width: 100%; display: block;float: none !important; position: absolute;}
.default-page-template .woocommerce.columns-4 ul li.berocket_lgv_list img{width: 25%; height: 250px; object-fit: cover; margin-bottom: 0px;}
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_additional_data{margin-left: 28%;width: 100% !important; display: block; height: 300px;position: relative;float: none;clear: unset;padding-top: 20px;}
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_after_additional{display: inline-block; height: 40px;}


/*----List grid end-----*/








.single-product .woocommerce .single-product div.product .woocommerce-product-gallery__image img, .single-product .woocommerce .single-product div.product .woocommerce-product-gallery__wrapper img{height: auto !important; width: auto !important; max-width: 100%;margin: auto;}
.single-product .woocommerce .single-product div.product a.woocommerce-product-gallery__trigger{right: 15% !important;}
.single-product .woocommerce .single-product div.product .summary h1{color: #000000; font-size: 38px; line-height: 1em; font-weight: bold; font-family: 'georgia bold'; margin-bottom: 25px;}
.button, .single_add_to_cart_button, button, .comments-area input[type="submit"]{background-color: #c0504d !important; color: #fff !important; border: 1px solid #c0504d !important; color: #fff; font-size: 12px !important; border-radius: 35px !important; padding: 8px 17px !important; font-weight: 600 !important;}
.button:hover, .single_add_to_cart_button:hover, button:hover, .comments-area input[type="submit"]:hover{background-color: #fff !important; color: #c0504d !important;}
.woocommerce .quantity .qty{padding: 5px 5px; width: 70px !important;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color: #c0504d !important; font-weight: 600;}

.single-product .woocommerce .single-product div.product .summary ul{margin-bottom: 15px;}
.single-product .woocommerce .single-product div.product .summary ul li{list-style: none; background-image: url(../image/ticicon.png); background-repeat: no-repeat;background-position: top 5px left;padding-left: 28px;margin-bottom: 5px;}
.single-product .woocommerce .single-product div.product .summary h5{color: #c0504d;font-family: 'Georgia Regular';}
.single-product .woocommerce .single-product div.product .summary hr{border-color: #ddd; margin: 25px 0;}
.single-product .navigation.post-navigation{display: none;}
.single-product .woocommerce .single-product div.product .summary{-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;}


.single-product .woocommerce .single-product .woocommerce-Tabs-panel ul{margin-bottom: 15px;}
.single-product .woocommerce .single-product .woocommerce-Tabs-panel ul li{list-style: none; background-image: url(../image/ticicon.png); background-repeat: no-repeat;background-position: top 5px left;padding-left: 28px;margin-bottom: 5px;}

.single-product .woocommerce .single-product div.product.type-product .woocommerce-product-gallery{width: 40%;}
.single-product .woocommerce .single-product div.product.type-product .summary.entry-summary{width: 56%;}






.single-product .woocommerce .single-product div.product .summary .entry-title{order: 1;width: 100%; display: block;}
.single-product .woocommerce .single-product div.product .summary .price{order: 2;width: 100%; display: block;}
.single-product .woocommerce .single-product div.product .summary .single-custm-des{order: 3;width: 100%; display: block;}
.single-product .woocommerce .single-product div.product .summary .woocommerce-product-details__short-description{order: 3;width: 100%; display: none;}
.single-product .woocommerce .single-product div.product .summary form.cart{order: 4; width: 100%; display: block;}
.single-product .woocommerce .single-product div.product .summary .product_meta{order: 5;width: 100%; display: block;}
.single-product .woocommerce .single-product div.product .summary .product_meta .sku_wrapper, .single-product .woocommerce .single-product div.product .summary .product_meta .tagged_as{display: block; width: 100%;padding-bottom: 5px;}
.single-product .woocommerce .single-product div.product .summary .product_meta span.posted_in{display:none;}
.single-product .woocommerce .single-product div.product .woocommerce-product-gallery .single-custm-short{text-align: center; padding: 30px 10px 20px 10px; font-size: 18px; display:none;}
.single-product .woocommerce .single-product div.product .woocommerce-product-gallery .single-custm-short a{color: #000; text-decoration: none; font-size: 18px;}
.single-product .woocommerce .single-product div.product .woocommerce-product-gallery .single-custm-short a:hover{text-decoration:underline;}
.single-product .woocommerce .single-product div.product .woocommerce-tabs{display: none;}

.single-product .woocommerce .single-product div.product .summary form.cart table.variations th, .single-product .woocommerce .single-product div.product .summary form.cart table.variations td{display: block;width: 100%; text-align: left;}
.single-product .woocommerce .single-product div.product .summary form.cart table.variations select{padding: 10px; background-color: #fff; border: 1px solid #999; font-size: 14px; margin: 15px 0;}
.single-product .woocommerce .single-product div.product .summary form.cart table.variations{margin: 15px 0 35px 0;}
.single-product .woocommerce .single-product div.product .summary .single-custm-des p img{vertical-align: middle;}
.woocommerce div.product form.cart .variations label{font-size:21px;}
.single-product .woocommerce .single-product div.product .summary .listen, .single-product .woocommerce .single-product div.product .summary .listen a{color: #781707; font-size: 25px; font-weight: 600; }
.single-product .woocommerce .single-product div.product .summary .listen{border: 1px solid #000; width: 130px; text-align: center; padding: 5px; border-radius: 5px;}


.single-product .woocommerce .single-product div.product.type-product section.up-sells.upsells{display: none;}






.related.products{padding-top: 60px; display: block !important;width: 100%;position: relative;clear: both;}

.related.products ul li{padding: 10px !important; border: 1px solid #dddd;}
.related.products ul li h2{color: #000000; font-size: 18px; line-height: 20px; font-weight: 400; margin-bottom: 17px;font-family: 'Georgia Regular';}
.related.products ul li .button{background-color: #c0504d;border: 1px solid #c0504d;color: #fff;font-size: 12px;border-radius: 35px;padding: 8px 17px;font-weight: 600; float: right; clear: both;}
.related.products ul li .price{ color: #c0504d !important; font-size: 16px !important; font-weight: 600 !important; display: inline-block !important; vertical-align: top; padding-top: 12px;}

.woocommerce-message::before, .woocommerce-info::before{color: #c0504d !important;}
.woocommerce-message, .woocommerce-info {  border-top-color: #c0504d !important;}


a.checkout-button.button{padding:15px !important; font-size:14px !important}
input#coupon_code{padding:8px; width:150px;}


.woocommerce-checkout h3{font-family: 'georgia bold';}
.woocommerce-checkout form select, .woocommerce-checkout form input[type="text"], .woocommerce-checkout form input[type="tel"], .woocommerce-checkout form input[type="email"], .woocommerce-checkout form input[type="number"], .woocommerce form .form-row input.input-text{width: 100% !important; padding: 12px;font-family: 'Open Sans', sans-serif;}
.woocommerce-checkout form textarea{width: 100% !important; padding: 12px;font-family: 'Open Sans', sans-serif; height: 8em !important;}
.woocommerce-checkout #customer_details{padding-bottom: 35px;}
.woocommerce-checkout #place_order{padding:15px 35px !important; font-size:14px !important;}
.select2-container--default .select2-selection--single{padding: 10px 15px;height: 50px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top: 9px !important;}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{list-style: none;margin-bottom: 8px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display: block;background-color: #c0504d;border: 1px solid #c0504d;color: #fff;font-size: 12px;padding: 8px 17px;font-weight: 600; font-size: 17px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background-color: #fff;color: #c0504d;}
.woocommerce-MyAccount-content{padding: 25px; border: 1px solid #c0504d;}
.woocommerce-account .addresses .title h3{font-family: 'georgia bold';}
.woocommerce-MyAccount-content fieldset{margin: 15px 0;}
.page-id-37 .entry-content .woocommerce{width: 60%; margin: auto;}
.page-id-37 .entry-content .woocommerce h2{font-family: 'georgia bold';}
.page-id-37.logged-in .entry-content .woocommerce{width: 100%; margin: auto;}
.woocommerce-lost-password form.woocommerce-ResetPassword{padding: 25px; border: 1px solid #c0504d;}
.woocommerce form.login{border: 1px solid #c0504d !important;}


.contactFRM{background-color: #781707; padding: 80px;}
.contactFRM h2{color: #fff; text-align: center;}
.contactFRM input[type="text"], .contactFRM input[type="email"], .contactFRM input[type="tel"]{ background-color: #fff; border: none; width: 100%; border-radius: 5px; padding: 15px 20px; font-family: 'Open Sans', sans-serif; font-weight: 500; outline:none;}
.contactFRM textarea{background-color: #fff; border: none; width: 100%; border-radius: 5px; padding: 15px 20px; font-family: 'Open Sans', sans-serif; font-weight: 500; height: 12em; outline:none;}
.contactFRM input[type="submit"]{background-color: #fff; border: 0; color: #000; padding: 15px 25px; border-radius: 35px; font-weight: 600; letter-spacing: 0.055em;}

.frm_row.frm_btn{text-align: center;padding-top: 15px;}
.frm_row{display: block; width: 100%; position: relative;}
.frm_row .col_2{display: inline-block; width: 49%;}
.frm_row .col_2:last-child{float: right;}

.privacy-policy .default-page-content{color: #c0504d;}
.privacy-policy .default-page-content h2{text-transform: uppercase;font-family: 'georgia bold'; font-size: 37px; padding-top: 15px;}
.privacy-policy .default-page-content p.left-padding{padding-left: 30px;}
.privacy-policy .default-page-content p strong{color: #6f120f;}

.default-page-template .default-page-content h3.wp-block-heading{color: #781707; font-family: 'georgia bold';}

.woocommerce-page .term-description{border: 1px solid #c0504d; padding: 30px 30px 5px 30px;margin-bottom: 50px;}


.default-page-content form.search-form{width: 80%;}
.default-page-content form.search-form input[type="search"]{ padding: 16px 25px; border-bottom-right-radius: 0; border-top-right-radius: 0;}
.default-page-content form.search-form label{display: none;}
.default-page-content form.search-form button{color: #fff !important; cursor: pointer;border: none !important; background-color: #c0504d !important; padding: 14px 15px !important;margin-left:-5px !important; color: #fff !important;border-top-right-radius: 35px !important; border-bottom-right-radius: 35px !important;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important; top: 3px; position: relative;}
.default-page-content form.search-form button svg{width: 20px !important;height: 20px !important; color: #fff !important;}



.searchresult-template .default-page-content article{margin-bottom: 30px;display: inline-block; width: 24.5%; vertical-align: top;padding: 10px;}
.searchresult-template .default-page-content article .post-thum-img img{width: 100%; height: 340px; object-fit: cover;}
.searchresult-template .default-page-content article .post-thum-img{margin-bottom: 10px;}
.searchresult-template .default-page-content article section.post-row-content-search{padding: 10px !important;border: 1px solid #dddd;}
.searchresult-template .default-page-content article .post-title-cls a{color: #000000; font-size: 18px; line-height: 20px; font-weight: 400; font-family: 'Georgia Regular';}
.searchresult-template .default-page-content article .post-title-cls{padding-bottom: 17px;}
.searchresult-template .default-page-content article .entry-content .button{background-color: #c0504d;border: 1px solid #c0504d;color: #fff;font-size: 12px;border-radius: 35px;padding: 6px 17px !important;font-weight: 600; float: right; clear: both;}
.searchresult-template .default-page-content article .entry-content  .price{ color: #c0504d !important; font-size: 16px !important; font-weight: 600 !important; display: inline-block !important; vertical-align: top; padding-top: 5px;}
.searchresult-template .default-page-content nav.navigation.pagination{width: 100%; display: block;  position: relative; padding-right:35px; }


.subcatlist-row .one{padding: 0 15px 35px 15px;}
.subcatlist-row ul.subcatlist li{list-style: none; display: inline-block; padding: 3px;}
.subcatlist-row ul.subcatlist li a{background-color: #f1d9d8;border: 2px solid #f1d9d8; padding: 10px 18px; font-size: 15px;}
.subcatlist-row ul.subcatlist li a:hover{background: none;color: #000; }
.subcatlist-row .one h4{margin-bottom: 20px; }












.comments-area{margin-top: 20px; padding: 25px 0px;display: none;}
.comments-area h2.comments-title{font-size: 35px;}
.comments-area footer {  color: #000;  background-color: transparent !important;  padding: 0 0 0 0;}
.comments-area .comment-author img{border-radius: 50%; width: 70px; height: 70px;}
.comments-area ol{margin-left: 15px;}
.comments-area .comment-author a{color: #000;}
.comments-area .comment-metadata{padding-bottom: 10px;}
.comments-area .comment-metadata a{color: #000;}
.comments-area .comment-metadata time{font-size: 14px;}
.comments-area .reply svg{ width: 20px; height: 20px; display: inline-block; margin-right: 15px;}
.comments-area .reply{margin-bottom: 25px;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area select, .comments-area input[type="url"]{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fdfdfd; font-size: 18px; color: #bfbfbf;font-family: 'Open Sans'; text-transform: uppercase; outline: none;}
.comments-area textarea{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fff; font-size: 18px; color: #000;font-family: 'Open Sans';height: 9em;outline: none;}
.comments-area h3.comment-reply-title small a{ color:#000 !important; font-size: 25px; margin-left: 15px;}







/*---------search btn start------*/

.meniicon{cursor: pointer;}
.searchdiv {  width: 0;  position: fixed;  z-index: 1;    right: 0;   overflow-x: hidden;  transition: 0.5s;  margin-top: -39px; overflow: hidden;}
.searchdiv a {  padding: 8px 8px 8px 12px;  text-decoration: none;  font-size: 25px;  color: #ffa500;    display: block;  transition: 0.3s;}
.searchdiv a:hover, .searchdiv a.active {  color: #eea13b;}
.searchdiv .closebtn {  position: absolute;  top: 0;  right: 25px;  font-size: 36px;  margin-left: 50px;}
.header-social-row .three button{display: none;}

form.search-form input[type="search"]{width: 90%; border: 1px solid #ccc; border-radius: 35px; padding: 10px 25px;}
form.search-form button.search-submit{width: auto;background: none; border: none;}

form.search-form button.search-submit svg{width: 30px; height: 30px;}


/*-------Search btn end-----------*/









/*------IMage hover effect start------*/


.image-hover-efft .image-hover-efft-img{ position: relative;    overflow: hidden;}
.image-hover-efft .image-hover-efft-img img {    -webkit-transform: translateZ(0);    -moz-transform: translateZ(0);    transform: translateZ(0);    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;    width: 100%;}
.image-hover-efft .image-hover-efft-img:hover img {    -webkit-transform: scale(1.15);    -moz-transform: scale(1.15);    transform: scale(1.15);}


/*------IMage hover effect end------*/









/*--------Responsive start--------------*/



@media screen and (min-width:1400px){
       
}

@media screen and (min-width:1600px){
    
 
    
    
}

@media screen and (min-width:1700px){

    
}

@media screen and (min-width:1800px){
    
}

@media screen and (min-width:1900px){
   
}

@media screen and (max-width:1599px){
      
   
    
    
}

@media screen and (max-width:1580px){
}

@media screen and (max-width:1380px){

	.p-t-150{padding-top:130px;}
	.p-b-150{padding-bottom:130px;}
	.m-t-150{margin-top:130px;}
	.m-b-150{margin-bottom:130px;}

}

@media screen and (max-width:1300px){
    
}

@media screen and (max-width:1280px){
  
}

@media screen and (max-width:1260px){
    
    
.elementor-section.elementor-section-boxed > .elementor-container {  max-width: 90%;}
.container{  max-width: 90%;}
.comments-area{ /*max-width: 90%;*/ margin: auto;}
.single-post .nav-links{/*max-width: 90%;*/ margin: auto;}
    
  
    
    #menu-main-menu a{font-size: 12px;}
    .navbar ul li {  margin-right: 18px;}
    .home_banner h1{font-size: 5vw;margin-bottom: 0.8em;}
    .home_banner{padding-top: 17%; padding-bottom: 11%;}
    h2{ font-size: 37px; margin-bottom: 25px; }
h3{ font-size: 26px; margin-bottom: 25px; }
h5{ font-size:18px; line-height:26px; }
.row-heading h5, .testimonials-title h5{font-size: 18px;}
    .home-row-four h2 {  font-size: 4.5vw;}
   
    
}

@media screen and (max-width:1220px){

    
   
}



@media screen and (max-width:1200px){

  
    #menu-main-menu a{font-size: 11px;}
    .navbar ul li {  margin-right: 16px;}
    header .container {  max-width: 96%;}
    
    .single-product .woocommerce .single-product div.product .summary .entry-title{font-size: 33px;}
	
	.searchresult-template .default-page-content article .post-thum-img img {  height: 290px; }
    
}


@media screen and (max-width:1178px){
  
   
    
}


@media screen and (max-width:1160px){
    
    
}


@media screen and (max-width:1100px){


   
}

@media screen and (max-width:1067px){
    
    
    
    
   
    
}
@media screen and (max-width:1040px){



	.p-t-125{padding-top:90px;}
	.p-b-125{padding-bottom:90px;}
    .p-t-98{padding-top: 70px !important;;}
    .p-b-98{padding-bottom: 70px !important;}
    .m-t-98{margin-top: 70px !important;}
    .m-b-98{margin-bottom: 70px !important;}
.m-t-125{margin-top:90px;}
.m-b-125{margin-bottom:90px;}
	.default-page-content {  padding-top: 70px;  padding-bottom: 70px;}
    

	.p-t-150{padding-top:110px;}
	.p-b-150{padding-bottom:110px;}
.m-t-150{margin-top:110px;}
.m-b-150{margin-bottom:110px;}


    #menu-main-menu a{font-size: 11px;}
    .navbar ul li {  margin-right: 13px;}
   
}

@media screen and (max-width:1000px){
  
    
}

@media screen and (max-width:991px){
	
    
    .rmp_menu_trigger.rmp-menu-trigger-boring {  display: block !important;}
	    
button.rmp_menu_trigger{display: block !important; top:28px !important;width: 35px !important;height: 35px !important; right: 14px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner::before {  top: 7px;width: 20px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner::after {  bottom: 7px;width: 20px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner{width: 20px !important;}
	button.rmp_menu_trigger .rmp-trigger-box {		width: 20px !important;}
    
    .rmp_menu_trigger.rmp-menu-trigger-boring:hover, .rmp_menu_trigger.rmp-menu-trigger-boring:focus, .rmp_menu_trigger.rmp-menu-trigger-boring{background: #c0504d !important; cursor: pointer;position: absolute !important;border-radius: 0 !important; padding: 0 !important;}
	#rmp-menu-wrap-189 .rmp-menu-current-item .rmp-menu-item-link, #rmp-menu-wrap-189 li .rmp-menu-item-link:hover{background: #e60000 !important;}

    #rmp-menu-wrap-189 li a:hover{background: #ee0000 !important;}
    
    .header .headermenu, header nav.navbar, header .mainmenu-div{display: none;}
    .contact-right-content span{display: block;}
   
    .sitelogo img{max-width: 90% !important;}
    
    header .container {  max-width: 90%;}
	
    .searchresult-template .default-page-content article {  padding: 5px; }
    .searchresult-template .default-page-content article .entry-content .button{font-size: 10px !important;padding: 3px 12px !important;}
	
	.searchresult-template .default-page-content article .post-thum-img img {  height: 270px; }
    
	
}


@media screen and (max-width:960px){
   
.default-page-template .woocommerce.columns-4 p.woocommerce-result-count{ width: 25%;font-size: 12px !important;}
.default-page-template .woocommerce.columns-4 form.woocommerce-ordering{  width: 30%;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget{ width: 43%;}
      
    
}

@media screen and (max-width:920px){

   .testi-box {  width: 90%;  margin: auto; padding: 15px;}
    .testimonials-title{width: 90%;  margin: auto;}
	
    .contactFRM {  padding: 50px;}
 
}


@media screen and (max-width:880px){
 
  
	.searchresult-template .default-page-content article .post-thum-img img {  height: 250px; }
    
}

@media screen and (max-width:860px){
   
    
}

@media screen and (max-width:820px){
    
	.searchresult-template .default-page-content article .post-thum-img img {  height: 220px; }
}

@media screen and (max-width:800px){
    
   
}


@media screen and (max-width:768px){
    
.single-product .woocommerce .single-product div.product.type-product .woocommerce-product-gallery{width: 50%;}
.single-product .woocommerce .single-product div.product.type-product .summary.entry-summary{width: 100%;}


}



@media screen and (max-width:767px){

	.p-t-125{padding-top:55px;}
	.p-b-125{padding-bottom:55px;}      
    .p-t-98{padding-top: 40px !important;}
    .p-b-98{padding-bottom: 40px !important;}
    .m-t-98{margin-top: 40px !important;}
    .m-b-98{margin-bottom: 40px !important;}
.m-t-125{margin-top:55px;}
.m-b-125{margin-bottom:55px;}	


	.p-t-150{padding-top:65px;}
	.p-b-150{padding-bottom:65px;}
.m-t-150{margin-top:65px;}
.m-b-150{margin-bottom:65px;}

	.default-page-content {  padding-top: 40px;  padding-bottom: 40px;}

    
   
    /*header .topbar-bottom .two{display: none;}*/
	.mobiledisplay{display:block;}
    
      
    
    /*.topbar-bottom {  padding: 20px 0 10px 0;}*/
   
    .col-middle-gap .one{padding-right: 0;}
    .col-middle-gap .two{padding-left: 0;}
    
    /*.contact-row-two .two{padding-left: 0px; padding-top: 45px;}*/
  
    
    .mob-rightimg-row .row .col-cmn:nth-of-type(1) { order: 2;display: block; width: 100% !important; }
.mob-rightimg-row .row .col-cmn:nth-of-type(2) { order: 1;display: block; width: 100% !important;  margin-bottom: 10px; }
.mob-rightimg-row .row {-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;width: 100%;}

    /*header .topbar-row .row .two{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;order: 1;display: block; padding-top: 0;}
    header .topbar-row .row .one{order: 2;}
    header .topbar-row .row{-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;width: 100%;}
    */
    header .topbar-row form.form-inline{padding-right: 15px;}
header .topbar-row form.form-inline input{ font-size: 12px; padding: 12px 20px;  width: 80%;}
header .topbar-row form.form-inline button{padding: 13px 15px !important;margin-left:-5px !important; color: #fff !important;border-top-right-radius: 35px !important; border-bottom-right-radius: 35px !important;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.sitelogo {  margin-top: 10px;}
    header .topbar-row ul{display: block; position: absolute; top: -17px; right: -22px;}
    .home_banner a, .home-row-four a {  padding: 8px 25px; font-size: 14px;}
    .home-row-about .rowone .text-right{text-align: left !important;}
    .home-row-about .rowone .one .section-content{padding-right: 0;}
    .home-row-about .rowtwo .two .section-content{padding-left: 0; padding-top: 30px;}
    .home-row-four p{margin-bottom: 15px;}
    footer .footer-about img{max-width: 100%;}
    
    .home-row-four h2 {  font-size: 6.5vw;}
    .home_banner h1 { font-size: 6vw;}
  
  .default-page-template .woocommerce.columns-4 p.woocommerce-result-count {  
    width: 100%;
  }
 . woocommerce.columns-4 form.woocommerce-ordering {
    width: 100%;
    margin: 30px 0px 0px 1px;
  }
  .default-page-template .woocommerce.columns-4 .berocket_lgv_widget {
    width: 99%!important;
    margin: 15px 0px 0px 0px!important;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%!important;
    
}



    .innr-bnt-title {  font-size: 30px; margin-bottom: 15px;}
    .privacy-policy .default-page-content h2 {  font-size: 30px;}
    .privacy-policy .default-page-content p.left-padding {  padding-left: 0px;}
	

    .contactFRM {  padding: 30px;}
    .frm_row .col_2 {  width: 100%;}
	.frm_row .col_2:last-child {  float: none;}


.default-page-template .woocommerce.columns-4 p.woocommerce-result-count{ width: 100%;font-size: 12px !important; display: block; margin: 0 !important;height: 60px;padding: 20px;}
.default-page-template .woocommerce.columns-4 form.woocommerce-ordering{  width: 100%; margin-bottom: 0;display: block;padding: 20px;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget{ width: 100%;display: block;}
.default-page-template .woocommerce.columns-4 p.woocommerce-result-count, .default-page-template .woocommerce.columns-4 form, .default-page-template .woocommerce.columns-4 .berocket_lgv_widget{background-color: #f1d9d8;display: block;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget{margin-top: 0 !important; width: 100%; display: block;}
    .default-page-template .woocommerce.columns-4::before{display: none;}
    .default-page-template .woocommerce.columns-4 div{display: block;} 
    .default-page-template .woocommerce.columns-4 .berocket_lgv_widget{width: 100% !important; padding: 20px !important;}
    .default-page-template .woocommerce.columns-4 .berocket_lgv_widget .br_lgv_product_count_block, .default-page-template .woocommerce.columns-4 form.woocommerce-ordering select{width: 90%;}
.default-page-template .woocommerce.columns-4 .berocket_lgv_widget a.berocket_lgv_set.berocket_lgv_button{top: -120px;}
   .default-page-template .woocommerce.columns-4 {margin-top: 30px;}  
   
   
    
 .default-page-template .woocommerce.columns-4 ul li.berocket_lgv_list{margin-top: 25px !important; width: 100%; display: block;float: none !important; position: relative;border-bottom: none;}
.default-page-template .woocommerce.columns-4 ul li.berocket_lgv_list img{width: 100%; height: 250px; object-fit: cover; margin-bottom: 0px;}
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_additional_data{margin-left: 0;width: 100% !important; display: block; max-width: 100%;padding-top: 50px;border: 1px solid #dddd; border-top: none; margin-top: 0px !important; position: relative; height: auto; padding-bottom: 35px;padding-right: 20px;}
.default-page-template .woocommerce.columns-4 ul .berocket_lgv_after_additional{display: inline-block; height: 40px;}
    .default-page-template .woocommerce.columns-4 ul li a.add_to_cart_button{position: relative; z-index: 1;}

     
   .searchresult-template .default-page-content article {  margin-bottom: 30px;  display: block;  width: 100%;  padding: 10px;}
	.searchresult-template .default-page-content article .post-thum-img img {  width: 100%;  height: auto;}
    

.single-product .woocommerce .single-product div.product .summary .entry-title {  font-size: 28px;}


}



@media screen and (max-width:680px){

    
}



@media screen and (max-width:630px){
    
    header .topbar-row form.form-inline{padding-right: 30px;}
header .topbar-row form.form-inline input{ font-size: 12px; padding: 12px 20px;  width: 70%;}
header .topbar-row form.form-inline button{padding: 13px 8px !important;margin-left:-5px !important; color: #fff !important;border-top-right-radius: 35px !important; border-bottom-right-radius: 35px !important;border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.sitelogo {  margin-top: 10px;}
    header .topbar-row ul{display: block; position: absolute; top: -15px; right: -15px;}
    .sitelogo img {  max-width: 100% !important; height: auto;}
    header .topbar-row ul li img{height: 17px;}
    
    
	
}


@media screen and (max-width:576px){
   
   h2{ font-size: 32px; margin-bottom: 25px; }
h3{ font-size: 23px; margin-bottom: 25px; }
h5{ font-size:16px; line-height:26px; }
.row-heading h5, .testimonials-title h5{font-size: 16px;}
   
}

@media screen and (max-width:480px){

   
.single-product .woocommerce .single-product div.product.type-product .woocommerce-product-gallery{width: 100%;}
   
}

@media screen and (max-width:460px){
   
    footer ul.footermenu li{display: block;}
}


@media screen and (max-width:420px){
    
   
}


@media screen and (max-width:380px){
   
    header .topbar-row form.form-inline{padding-right: 37px;}
    
    .home-row-four h2 {  font-size: 7.5vw;}
    .home_banner h1 { font-size: 7vw;}
   
}

@media screen and (max-width:360px){
    
    
}

@media screen and (max-width:330px){
	
    
    
}


