body {
	padding-top: 0px;
	padding-bottom: 0px;
	position:relative;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	/*font-family: 'Cormorant Garamond', serif;*/
}

*
{
	border-sizing:border-box;
}

ul,li
{
	margin: 0;
	padding: 0;
	/*list-style: none;*/
}
a,
a:active,
a:focus,
button,active
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}
img {
	max-width: 100%;
}
a:hover
{
	text-decoration: none;
}

.top-header {
    background: #000;
    padding: 10px 0;
}
.top-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d0d0d0;
}
.top-header ul p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.top-header ul p a {
    color: #DE1F28;
}
.top-header ul li:last-child p {
    color: #FFEC00;
}
.top-header ul li:last-child p span{
    color: #d0d0d0;
}
.main-header {
    padding: 10px 0;
}

ul.right-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.right-header li {
    margin-left: 27px;
}
ul.right-header li a {
    position: relative;
}
ul.right-header li span {
    position: absolute;
    top: -8px;
    right: -7px;
    background: #DE1F28;
    width: 18px;
    height: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px;
}
a.loginBtn {
    color: #FAFAFA;
    background: #DE1F28;
    border-radius: 6px;
    display: inline-block;
    padding: 7px 13px;
    font-size: 15px;
}
.btnstyle {
    position: relative;
    z-index: 1;
    transition: .4s ease-in-out;
    overflow: hidden;
}
.btnstyle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #87090f;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    z-index: -1;
    transition: .4s ease-in-out;
    width: 0;
}
.btnstyle:hover::before{
    width: 100%;
    transition: .4s ease-in-out;
}
.category-search {
    border: 1px solid #A7A7A7;
    border-radius: 8px;
    display: flex;
}
.cate-select {
    width: 25%;
}
.cate-select select {
    width: 100%;
    border: none;
    padding: 7px 12px;
    border-radius: 8px 0 0 8px;
    color: #383838;
    font-size: 18px;
}
.cate-search {
    width: 75%;
}
.cate-search input {
    border: none;
    width: 100%;
    padding: 9px 12px;
    color: #A7A7A7;
    font-size: 16px;
    border-radius: 0 8px 8px 0;
}
.cate-search input:focus, .cate-search input:focus{
    outline: none;
}
:focus-visible {
    outline: none;
}
.nav-header {
    border-top: 1px solid #ccc;
}
.banner-item {
    position: relative;
}
.banner-content {
    position: absolute;
    top: 15%;
    left: 9%;
    width: 585px;
    max-width: 100%;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    padding: 20px;
    text-align: center;
}

.banner-content h5 {
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
    margin: 0;
}
.banner-content h1 {
    color: #FFEC00;
    font-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.banner-content h2 {
    letter-spacing: 0.3em;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: -35px 0 0 0;
}
.banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    background: #fff;
    height: 4px;
}
.banner-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 61px;
    background: #fff;
    height: 4px;
}

.main-footer {
    background: #FAFAFA;
    padding: 0 0 40px 0;
}
.footer-widget h3 {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 13px 0;
}
.links-list li a {
    display: block;
    color: #383838;
    font-size: 14px;
    padding: 5px 0;
}
.links-list li a:hover{
    color: #DE1F28;
}
.banner-slider .owl-dots {
    display: flex;
    position: absolute;
    bottom: 17px;
    left: 9%;
    gap: 5px;
}
.banner-slider .owl-dots span {
    border: 2px solid #DE1F28;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.banner-slider .owl-dots .owl-dot.active span{
    background: #DE1F28;
}
.cate-box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.cate-box img {
    width: 100%;
    height: 300px;
}
.cate-box {
    position: relative;
}
.cate-box-cont h4 {
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #383838;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.cate-box-cont h3 {
    text-transform: uppercase;
    color: #383838;
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}
.themeBtn-secondary {
    letter-spacing: 0.08em;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #DE1F28;
    padding: 6px 13px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .4s ease-in-out;
}
.themeBtn-secondary:hover{
    color: #fff;
}

.themeBtn-secondary::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background: #DE1F28;
    bottom: 0;
    right: 50%;
    border-radius: 6px;
    z-index: -1;
    transition: .4s ease-in-out;
    opacity: 0;
}
.themeBtn-secondary:hover::before{
    left: 0;
    transition: .4s ease-in-out;
    right: 0;
    opacity: 1;
}
.category-section {
    padding: 50px 0;
}
.page-heading {
    text-align: center;
    margin-bottom: 40px;
}
.page-heading h2 {
    color: #383838;
    font-family: 'Bebas Neue', cursive;
    font-size: 42px;
}
.f-cate-box {
    position: relative;
    margin-bottom: 30px;
}
.f-cate-box img {
    width: 100%;
    height: 400px;
}
.f-cate-box-cont {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 7%;
}
.f-cate-box-cont h4 {
    font-weight: 800;
    font-size: 32px;
    color: #DE1F28;
    text-transform: uppercase;
}
.recent-p {
    background: #fafafa;
    padding: 50px 0;
}
.product-box {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 15px;
    text-align: center;
}
.product-box-cont h3 {
    color: #383838;
    font-weight: 800;
    font-size: 16px;
}
.product-box-cont h5 {
    color: #DE1F28;
    font-size: 16px;
	font-weight: 800
    margin: 0;
}
.product-box .star span {
    position: absolute;
    right: 13px;
    top: 8px;
    color: #A7A7A7;
}
.product-box span i{
    color: #F3B114;
}
a.cartbtn {
    background: #DE1F28;
    border-radius: 6px;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 7px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
    opacity: 0;
}
.product-box:hover a.cartbtn{
    transition: .3s ease-in-out;
    opacity: 1;
    
}
.feature-p {
    background: #fafafa;
}
.copy-right {
    background: #000;
    padding: 20px 0;
}
.copy-right ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.copy-right ul p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.copy-right ul a {
    margin: 0;
    font-size: 14px;
    color: #747474;
}
.copy-right ul li:last-child{
    margin-left: auto;
}


/*kishor*/
.innerpage_banner {width:100%;}
.innerpage_banner img {width:100%;display:block;}
.innerpage_wrapper {width:100%;padding:50px 0;/* background: rgb(126 168 105 / 16%); */}
.innerpage_wrapper h1 {text-transform: uppercase;color: #000000;font-size: 39px;font-weight: 600;margin: 0 0 30px;font-family: 'Poppins', sans-serif;}
.innerpage_wrapper img {max-width:410px;float:left;margin:0 20px 20px 0;}
.innerpage_wrapper p {line-height: 25px;color: #3f3e3e;font-size: 16px;font-weight: 300;margin: 0 0 15px;font-family: 'Poppins', sans-serif;}
.contact_left {margin: 0;padding: 0;}
.contact_left ul {list-style-type: none;padding: 0;}
.contact_left ul > li {padding: 0 0 0 40px;position: relative;margin-bottom: 20px;}
.contact_left ul > li > i {padding: 7px;color: #ffffff;position: absolute;z-index: 1;left: 0;top: 0;font-size: 16px;text-align: center;background: #837e7e;height: 30px;width: 30px;}
.contact_left ul > li h3 {margin: 0 0 5px 0;font-size: 15px;color: #222;text-transform: uppercase;font-weight: 700;}
.contact_left ul > li p {margin: 0;padding: 0;font-size: 16px;color: #000;}
.contact_left ul > li p a {color:#000;text-decoration:none;}
.contact_right {margin: 0;padding: 0;}
.contact_right .form-group input {margin: 0;padding: 10px;width: 100%;color: #333;border: 1px solid #1689ca;background: #fff;height: 45px;}
.contact_right .form-group textarea {margin: 0;padding: 10px;width: 100%;color: #333;border: 1px solid #1689ca;background: #fff;height: 200px;resize: none;}
.send_btn {margin: 7px 0 0;padding: 10px 20px;background: #000;color: #fff;text-transform: uppercase;font-size: 16px;border: 1px solid #f18700;display: block;height: 50px;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
.send_btn:hover {background: #66990c;color: #fff;border: 1px solid #66990c;}
.map_area {width: 100%;height: 300px;margin: 0 0 20px 0;}
.map_area iframe {width: 100%;height: 100%;}
.contact_right .form-group {margin-bottom: 23px;}

/*woocommerce*/

.product-categories li{
      display: block;
      width: 100%;
      position: relative;
}
/*.product-categories li a{
         text-decoration: none;
         display: block;
         padding: 10px;
         cursor: pointer;
         border-bottom: 0px solid #eee!important;
         color: #515151;
         position: relative;
}*/
 .product-categories .current-cat a{
  color: #b31f61 !important;
 }

 .br_lgv_product_count_block {
    display: none !important;
}

.search_cart .aws-container {width: 906px;border: 0;}
.archive h2.widget-title {
    padding: 8px 0;
}
/*.product-categories li a:before{
    font-family: "Fontawesome";
   content: "\f0da";
   display: inline-block;
   padding-right: 7px;
   vertical-align: middle;}*/
.woocommerce-loop-product__title{color: #fff;}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: #920000;
    color: #fff;
}
.woocommerce ul.products li.product .price {
    color: #fff !important;
    display: block;
    font-weight: 400;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    margin-top: 10px;
}
a.berocket_lgv_button, .berocket_lgv_widget a.berocket_lgv_button, a.berocket_lgv_button_test, .lgv_admin_settings .lgv_toggle_next {
 
    color: #8c8c8c !important;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 0 0 !important;
    border: 0 solid black;
    background: none !important;
    transition: all 0.1s linear;
    box-sizing: border-box!important;
    font-size: 23px;
}
.berocket_lgv_additional_data * {
    margin: 11px 0;
    font: inherit;
    color: #000;
}
.woocommerce span.onsale {
    padding: 7px !important;
    line-height: 2.236 !important;
   background-color: #cc0707 !important;}
.single .inner_title{display: none;}
.hovermenu{display: none;}
.cate:hover.hovermenu{display: block;}
.search_cart h2.widget-title{border: none;}


.dropdown {
  position: relative;
  display: inline-block;
  width: 190px;
}

.dropdown-content {
  top: 37px;
  display: none; 
  position: absolute;
  background-color: #ffffff;
  min-width: 224px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 0%);
  z-index: 99;
  left: -19px;
}
.search_cart .children{ display: none; position: absolute;left: 99%;background: #fff;z-index: 99999;width: 200px;top: 0;}
.search_cart .cat-parent:hover .children {display: block;}
#column_left .children{margin: 0 0 0 20px;}
.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none; display: block;}

.dropbtn{border: 0;color: #959494;text-transform: uppercase;font-size: 13px;font-weight: 600;padding: 12px 0;background:transparent !important;}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.dropdown-content .product-categories li a:before{display: none;}
.dropdown-content .product-categories li{border-bottom: 1px solid #eee;}
.search_cart .cat-parent{position: relative;}
.search_cart .cat-parent:before {
    font-family: "Fontawesome";
    content: "\f0da";
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 7px;
    color: #979797;
    font-size: 14px;
    z-index: 9999;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-right: 40px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 0 16px;
    border-radius: 4px 0 0 0 !important;
}
.woocommerce div.product .product_title {
    font-size: 26px;
    line-height: 35px;
    font-family: 'NexaLight';
    word-break: break-all;
}
/*.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3e2622 !important;
    border-radius: 0;
    }*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fff !important;
    font-size: 26px !important;
}
.woocommerce #review_form #respond textarea{padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.comment-form-author input{ font-size: 1rem;
    display: block;width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.comment-form-email input{ font-size: 1rem;
    display: block;width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.woocommerce-billing-fields input{ font-size: 1rem;
    display: block;width: 100% !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;}
.woocommerce-input-wrapper textarea{font-size: 1rem;
    display: block;width: 100% !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;}
.woocommerce-input-wrapper{width: 100%;}
.woocommerce-billing-fields label{width: 100%;}
.woocommerce-billing-fields .woocommerce-input-wrapper{width: 100%;}
.form-submit input{background-color: #920000 !important;color: #fff !important;}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 23px;
    padding: 0 0 26px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #32abd0 !important;
    z-index: 2;
    border-bottom-color: #fff;

    color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 49%;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{color: #04a945 !important;}
.register .form-row-wide input{display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login .form-row-wide input{display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff !important;
    background-color: #eb1c23 !important;
    margin: 0 25px 0 0;
}
.password-input{width: 100%;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 0 28px 0 0;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
    background: #5d5b5b;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 16px;
    font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #de0000;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: #000;
    color: #000;
}

.page-id-15 .woocommerce table.my_account_orders {
    font-size: 16px !important;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    background: #6b6a6a;
    color: #fff;
    padding: 6px 10px;
}

/*.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #fff !important;
    background-color: #3e2622 !important;
    width: 179px; 
}*/
.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 19px;
    margin-bottom: 0;
}
.tinvwl-txt{    font-size: 13px;}
.woocommerce a.added_to_cart {
    padding: 5px 11px;
}

.woocommerce-MyAccount-content input{display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #000;


    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.woocommerce .quantity .qty {

width: 101px !important;
    height: 35px;
}
.required{color: red;}
.woocommerce ul.products li.product .star-rating {
    color: #ffa200;
}
.woocommerce ul.products li.product a img {
    height: 290px !important;
}
.woocommerce ul.products li.product{
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none !important;
    color: #f00 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    
     border: none !important;
    color: #46b450 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tinvwl-buttons-group #respond input#submit, .tinvwl-buttons-group a.button, .tinvwl-buttons-group button.button, .tinvwl-buttons-group input.button {padding-top:0 !important;padding-bottom:0 !important;}
.tinvwl-table-manage-list tr td.product-action button {padding:0 !important;}
.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart  {margin:0;}
.woocommerce-password-hint {color:#f00;}
header.woocommerce-Address-title {position: inherit;z-index: inherit;}    

.woocommerce table.shop_table {


    display: inline-table!important;
}
#mini-cart-count{display: inline-block;}

.starratingawesome:not(:checked) > label {
    font-size: 30px!important;
}

.notfound img{
    float: none!important;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;height: auto;
}
/*.red{color: #FF0004;}
.textfld .required {
    color: #000 !important;
}
*/
.product_meta {
    color: #000;
}

.woocommerce table.shop_table {
    border: 1px solid rgb(2 2 2 / 10%) !important;
}

.woocommerce table.shop_table td {
    border: 1px solid rgb(2 2 2 / 10%) !important;
}
.woocommerce table.shop_table th {
    color: #000;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}

/*woocommerce end*/

.home span.tinvwl_add_to_wishlist-text {
    display: none;
}

.search_expand {
    z-index: 9999;
    width: 295px;
    position: absolute;
    top: 72px;
    right: 0px;
    background: #ffffff;
    padding: 5px;
    display: none;
    box-shadow: 2px 3px 9px rgb(0 0 0 / 13%);
    border: 1px solid #eee;
}
.search_expand form {
    width: 100%;
}

.search_expand input[type="text"] {
    width: 70%;
    float: left;
    background: none;
    border: none;
    height: 35px;
    padding: 0 0 0 10px;
    color: #000 !important;
    font-size: 12px;
    outline: 0;
}
.search_expand input[type="submit"] {
    width: 30%;
    float: right;
    background: #000;
    border: none;
    height: 35px;
    padding: 0;
    color: #fff;
    font-size: 13px;
    outline: 0;
}

input.apsw-search-input {
    height: 45px !important;
    line-height: 45px !important;
}
.apsw-search-wrap .apsw-category-items {
    line-height: 46px !important;
}

.apsw-search-wrap .apsw-select-box-wrap:before {

    top: 44% !important;
}
.woocommerce-billing-fields label, .woocommerce-additional-fields label {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce-billing-fields h3 {
    font-size: 17px;
}
.woocommerce-additional-fields h3 {
    font-size: 17px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}

.footer-widget {
    padding-left: 101px;
}

ul.socialIcon {
    padding-top: 20px;
    list-style-type: none;
}
.category-section .page-heading{
    margin-bottom: 17px;
}

.category-section p{
    text-align: center;
}

.innerbanner img{
    width:100%;
}

.razorsec {
  padding-top: 20px;
  width: 40%;
  height: auto;
}

.insta_feed {
    padding-top: 60px;
    padding-bottom: 30px;
}

.facebook_feed {
    background: #fafafa;
    padding: 50px 0;
}

.blogSec img{
    height: 230px;
}

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

.blogRow {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-list-item-content {
    padding-top: 25px;
}

h2.blog-list-item-title {
    font-size: 26px;
}

a.more-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.blog-single-item-image {
    padding-bottom: 30px;
}

span.pubDate {
    font-size: 14px;
    font-weight: 300;
}

