/** Shopify CDN: Minification failed

Line 702:46 Unexpected "{"
Line 822:1 Expected identifier but found whitespace
Line 1408:3 Expected identifier but found whitespace
Line 1587:49 Unexpected "{"
Line 2002:43 Unexpected "{"

**/
/********Blogpage-Hero-section*************/
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newblog-hero-section {
  position: relative;
  background: url("/cdn/shop/files/Desktop_-_1_1.png?v=1761845575") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 1000px;
  padding-top: 20px;
  max-width: 100%;
}
.section-title_static{
  font-family:var(--prime-font);
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  color:  #003B5C;
}
.section-sub-title_static{
  color: #003B5C;
  font-family: var(--third-font);
  font-weight: 400;
  font-size: 14.9px;
  line-height: 25px;
  text-align: center;
  margin-top: 10px;
}

.newblog-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 20px;
  width: 1400px;
  max-width: 1400px;
}

.newblog-hero-img{
  width: 45%;
}

.newblog-hero-img img {
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
  display: block;
  justify-self: end;
}

.newblog-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  width: 55%;
}

.newblog-hero-content h2 {
  font-family: var(--second-font);
  font-weight: 1000;
  font-size: 40px;
  line-height: 50px;
  color: #103B5C;
}

.newblog-hero-content .hero-text {
  font-family: var(--third-font);
  font-weight: 400;
  font-size: 14.9px;
  line-height: 25px;
  vertical-align: middle;
  color: #103B5C;
}

.newborder-btn a {
    width: 193px;
    height: 60px;
    max-width: 193px;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    opacity: 1;
    border-radius: 50px;
    background: #103B5C;
    font-family:var(--prime-font);
    display: block;
    text-align: center;
    color: #fff;
}

.newborder-btn a:hover{
  color: #fff
}

@media(max-width: 768px) {
  .newblog-hero-container {
    flex-direction: column;
    text-align: center;
  }
  .newblog-hero-img img {
    max-width: 100%;
  }
}

.newblog-hero-wrp {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;  
}
.newblog-hero-wrp .desk-head {
  padding: 10px 20px 30px; 
}
.newblog-hero-bottom h4 {
  font: normal normal normal 28px/38px var(--second-font);  	
    letter-spacing: 0px;
    color: #003B5C;
    margin-bottom: 22px;
    }
.newblog-hero-bottom p{
  font: normal normal normal 18px/32px var(--third-font);
    letter-spacing: -0.09px;
    color: #003B5C;
    max-width: 888px;
    margin: 0 auto 58px;        
    } 
.bg-top-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.newblog-hero-bottom-wrp {
  padding: 68px 20px 64px;
  text-align: center;
}
/* .newborder-btn a {
  border: 3px solid #043B5C!important;
  background: transparent!important;
  color: #003B5C!important;
  font-size: 18px;
  line-height: 24px;
  max-width: 318px;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: inline-block!important;
  transition: .3s;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-family: var(--prime-font);
    position: relative;
    }
.newborder-btn a:hover {
  color: #fff!important;
  border-color: #C64285!important;
}
.newborder-btn a:hover:after {
  left: 0;
}
.newborder-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  transition: .3s;
  z-index: -1;
  background:  #C64285!important;
} */
@media(max-width:768px){
  .newblog-hero-section{
    height:1150px !important;
  }
  .find-filter-wrp{
    flex-direction:column !important;
    width:100% !important;
  }
  .find-filter-left{
    width: 100% !important;
    margin-bottom:20px !important;
  }
  .find-filter-right{
    width: 100%  !important;
    overflow-x: auto;
  }
  .newblog-hero-container{
    width:100%;
  }
  .newblog-hero-img{
    width:100%;
  }
  .newblog-hero-content{
    width: 100%;
  }
  .newblog-hero-content h2{
    font-size: 20px;
    line-height: 25px;
  }
  .newblog-hero-content .hero-text{
    font-size: 11.9px;
    line-height: 22px;
  }
  .newborder-btn a{
    justify-self:center;
  }
}

/********Blogpage-Find-filter-section*************/
  .find-filter-wrp {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
    width: 95%;
    justify-self: center;
  }
  .find-filter-right{
    display: flex;
    gap:10px;
    max-width: 100%;
    width: 65%;
  }

  .find-filter-left{
    max-width: 100%;
    width: 35%;
  }

.find-search-bar {
  position: relative;
  border-radius: 100px;
}

.find-search-bar input {
  width: 100%;
  padding: 15px 64px 15px 28px!important;
  border-radius: 100px!important;
  outline: none;
  position: relative;  
  border: 2px solid #99D6EA;
  font: normal normal normal 18px/32px var(--third-font);
    letter-spacing: -0.09px;
    color: #003B5C;
    height: 66px;
    }
.find-search-bar input::placeholder {
  font: normal normal normal 18px/32px var(--third-font);
    letter-spacing: -0.09px;
    color: #003B5C;

    }
.find-search-int {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  border: 2px solid #99D6EA;
  height: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #103b5c;
}
.find-search-int svg {
  width: 30px;
  height: 30px;
  margin: 8px 25px 1px;
  cursor: pointer;
}
.find-search-int svg path {
  fill: #A5D5E8;
}
/* .find-filter-right,
.find-filter-left {
  max-width: 47%;
  width: 100%;
} */
.find-filter-section {
  background-color: #003B5C;
  padding: 59px 0 93px;
}
.find-filter-section .section-title h2 {
  font: normal normal normal 28px/38px var(--second-font);
    letter-spacing: 0px;
    color: #99D6EA;
    text-align: left;
    margin-bottom: 30px;
    }
.find-wrp {
  background-color: #99D6EA;
  border-radius: 100px;
  font: normal normal normal 18px/32px var(--third-font);
    letter-spacing: -.09px;
    color: #003b5c;
    height: 66px;
    padding: 18px 28px 18px 26px;
    width: 100%;
    cursor: pointer;
    }
.find-wrp:hover {	
  background-color: #C64285;
  color: #fff;
}
.find-wrp:hover svg path {
  stroke: #fff;
}
.results-details {
	color: #003b5c;
    margin-top: 20px;
    font: normal normal normal 18px/38px var(--third-font);
    letter-spacing: -0.09px;
    text-align: center;
}

.blog-filter-btn{
  width: auto;
  height: 45px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  opacity: 1;
  border-radius: 100px;
  border-width: 1px;
  background: transparent;
  color: #003B5C;
  border: 1px solid #003B5C;
  font-family: var(--third-font);
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.blog-filter-btn:hover{
  background: #003B5C;
  color: #fff !important;
}
.blog-filter-btn:focus{
  background: #003B5C;
  color: #fff !important;
}


/********Blogpage-FilterCart-section*************/
.new-blog-filter.active {
  right: 0;
}
.new-blog-filter {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  background: var(--white);
    box-shadow: -2px -2px 4px rgb(0 0 0 / 25%);
    max-width: 543px;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    z-index: 1000000;
    }
.filter-cart-wrap,
.filter-cart-wrap .flexbox {
  height: 100%;
  width: 100%;
}
.new-blog-filter .filter-cart-header .filter-cart-header-wrap {
  padding: 32px 21px 0;
  position: relative;
}
.new-blog-filter .filter-cart-header .hedding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 143px 0 52px;
  flex-direction: column;
}
.new-blog-filter .filter-cart-header .hedding h3 {
  color: var(--black);
    }
.new-blog-filter .filter-cart-header .hedding .close-filter {
  cursor: pointer;
  max-width: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.filter-cart-header {
  background-image: url(/cdn/shop/files/filter-cart-bg.png?v=1652163203);
  background-size: cover;
  background-position: bottom center;
}
.new-blog-filter .filter-cart-header .hedding .close-filter svg{
  height: 100%;
  width: 100%;
  display: block;
}
.new-blog-filter .has-item {
  height: calc(100% - 315px);
}
.new-blog-filter .has-item .quick-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.new-blog-filter .has-item .mini-top-section {
  overflow-y: auto;
  padding: 95px 126px 50px;
}

.new-blog-filter .has-item .filter-footer .filter-footer-btn {
  display: flex;    
  align-items: center;    
  flex-direction: column;
}

html.filter-active,
body.filter-active {
  overflow: hidden;
}

.filter-accordion-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/cdn/shop/files/filter-acc.svg?v=1652165216);
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 15px;
  right: 0px;
  bottom: 13px;
  background-position: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.filter-accordion-title {
  position: relative;
  display: block;
  font: normal normal normal 28px/24px var(--second-font);
    letter-spacing: 0px;
    color: #003B5C !important;
    padding: 10px 0 6px;      
    }
.filter-accordion-title.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-number {
  background-color: #0C4464;
  padding: 3px 7px 1px;
  font: normal normal normal 14px/17px var(--second-font);
    letter-spacing: 0px;
    color: #fff;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 19px;
    }
.filter-accordion-content ul li {
  padding: 11px 13px;    
} 
.filter-accordion-content ul li.active {
	background-color: #99D6EA;
}
.filter-accordion-content ul li:not(:first-of-type) {
  border-top: 1px solid #003B5C;
}
.filter-accordion-content ul {
  outline: 1px solid #003B5C;
}
.filter-accordion-content ul li a{
  text-align: left;
  font: normal normal normal 18px/17px var(--third-font);
    letter-spacing: 0px;
    color: #003B5C;
    }
.btn-filter {
  margin-bottom: 30px;
}
.btn-filter a {
  font: normal normal normal 25px/29px var(--prime-font);
    letter-spacing: 0.75px;
    position: relative;
    color: #003B5C;
    }
.btn-filter a:after {
  content: " ";
  background-color: #003B5C;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  position: absolute;
  transition: .3s;
}
.btn-filter a:hover:after {
  width: 120%;
  left: -10%;
  right: 10%;
}
.apply-filter-btn.btn-filter a {
  color: #C64285;
} 
.apply-filter-btn.btn-filter a:after{
  background-color: #C64285;
}
/********Blogpage-Organize-section*************/
.newblog-organize-head ul li {
  font: normal normal normal 18px/32px var(--third-font);
    letter-spacing: -0.09px;
    color: #003B5C;
    }
.newblog-organize-head ul li.active a {
	color: var(--pink-color) !important;
}
.newblog-organize-head ul li.active a:after {
	background-color: var(--pink-color);
}
.newblog-organize-head ul li a {
  font: normal normal normal 25px/29px var(--prime-font);
    letter-spacing: 0.75px;
    color: #003b5c !important;
    text-transform: uppercase;
    position: relative;
    }
.newblog-organize-head ul li a:after {
  content: ' ';
  background-color: #003b5c;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  position: absolute;
  transition: .3s;
}
.newblog-organize-head ul li a:hover:after {
  width: 120%;
  left: -10%;
  right: 10%;
}
.newblog-organize-head ul li:first-child {
  margin-right: 29px !important;
}
.newblog-organize-head ul li:not(:last-of-type) {	
  margin-right: 56px;
}
.newblog-organize-section {
  padding: 0px 0 43px;
}
.newblog-organize-col {
  width: 100%;
  max-width: 33.33%;
  padding: 0 26px;
  margin-bottom: 160px;
}
.newblog-organize-row {
  margin: 0 -26px;
  padding-top: 98px;
}
.newblog-organize-top h4 {
  font: normal normal normal 16px/25px var(--third-font);
    letter-spacing: 0px;
    color: #FFFFFF;
    }
.newblog-organize-top h3 { 
  font: normal normal normal 20px/25px var(--second-font);
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 9px;
    overflow: hidden;
    max-height: 72px;
    height: 100%;
    min-height: 72px;
    }
.newblog-organize-top {
  background-color: #003B5C;
  border-top-left-radius: 29px;
  padding: 18px 32px;
  border-top-right-radius: 29px;
  height: 100%;
  max-height: 139px;
}
.newblog-organize-common {
  border: 4px solid #003B5C;
  border-radius: 36px;
  display: block;
}
.newblog-organize-mid {
  margin: 0 auto;
  position: relative;
  padding-top: 80%;
  overflow: hidden;
  border-radius: 0 0 29px 29px;
}
.newblog-organize-mid img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.newblog-organize-bottom {
  text-align: center;
  margin-top: -29px;
}
.newblog-organize-bottom  .btn-prim-new {
  max-width: 193px;
  padding: 20px 5px !important;
  width: 100%;
  background: #103b5c !important;
}
.newblog-organize-bottom  .btn-prim-new:after {
  background: #C64285!important;
}
.purple-organize .newblog-organize-common {
  border-color: #5E366E;
}
.purple-organize .newblog-organize-top{
  background-color: #5E366E;
}
.purple-organize .newblog-organize-bottom .btn-prim-new {
  background: #5e366e!important;
}
.purple-organize .newblog-organize-bottom .btn-prim-new:after {
  background: #56BC76!important;
}
.filter-overlay-wrapper {
	background: rgba(0,0,0,.4);
  	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}
.filter-overlay-wrapper.active {
	display: block;
}


/*****************Blogpage-Our-Products-section*********************/
.checkout-products-section .checkout-products-block .yotpo .yotpo-icon,
.checkout-products-section .checkout-products-block .yotpo .yotpo-icon:after,
.checkout-products-section .checkout-products-block .yotpo .yotpo-icon:before{
  color: #C64285;
  font-size: 23px;
}
.checkout-products-section .checkout-products-block .yotpo .text-m {        
  font: normal normal normal 18px/32px var(--third-font);
    letter-spacing: -0.09px;
    color: #003B5C !important;
    }
.checkout-products-block p {
  font: normal normal normal 18px/32px var(--third-font);
    letter-spacing: -0.09px;
    color: #003B5C;
    margin-bottom: 30px;
    overflow: hidden;
    }
.checkout-products-btn .btn-prim-new:after {
  background: #003b5c!important;
}
.checkout-products-btn .btn-prim-new,
/* .checkout-products-block .newborder-btn a*/{ 
  max-width: 262px;      
  width: 100%;
}
.checkout-products-btn .btn-prim-new {
  padding: 21px 5px !important;
  margin-top: 15px;
} 
.checkout-products-block h4 {
  font: normal normal normal 28px/38px var(--second-font) !important;
    letter-spacing: 0px;
    color: #003B5C;
    margin-bottom: 22px;
    max-height: 71px;
    overflow: hidden;
    min-height: 71px;
    }
.checkout-products-col {
  max-width: 25%;
  width: 100%;
  padding: 0 13px;
  text-align: center;
  margin-bottom: 20px;
}
.checkout-products-section {
  padding-bottom: 100px;
}
.checkout-products-slider {
  margin: 0 -13px;
  margin-top: 46px;
}
.checkout-products-thumb {
  margin: 0 auto;
  position: relative;
  padding-top: 94.3%;
  overflow: hidden;
  margin-bottom: -126px;
}
.checkout-products-thumb img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: bottom;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.checkout-products-block {	
  padding: 136px 5px 47px;
  border-radius: 22px;
}
.pink-bg {
  background-color: #E7BAE4;
}
.light-blue-bg {
  background-color: #A4D4E7;
}
.light-yellow-bg {
  background-color: #fde79a;
}
.light-green-bg {
  background-color: #BBE093;
}


/*****************Article-Hero-section*********************/
.newarticle-hero-section .newblog-hero-wrp {
  	bottom: 110px;    
}
.newblog-hero-section.newarticle-hero-section {
	background-color: #fff;
}
.newarticle-hero-section .newblog-hero-wrp .desk-head {
  max-width: 1076px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 30pt;
  margin-bottom: 20px;
  padding: 10px 20px 10px;
}
.newarticle-hero-h4 {
	font: normal normal normal 28px/38px var(--second-font);
	letter-spacing: 0px;
	color: #003B5C;
    margin-bottom: 8px;
}
.newarticle-hero-p {
	font: normal normal normal 18px/32px var(--third-font);
	letter-spacing: -0.09px;
  	color: #003B5C;
}
.newarticle-hero-bottom {
	margin: 0 auto;
    max-width: 516px;
    text-align: center;
  	padding: 27px 30px;
    border-radius: 59px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(255,255,255,0.4);
}
.art-bottom-bg {
	position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  	left: 0;
    right: 0;
}
.art-bottom-bg svg {
	display: block;
    width: 100%;
    height: 100%;
}


/*****************ArticlePage-Common-mid-section*********************/
. {
	margin-bottom: 80px !important;
}
.mb-45 {
	margin-bottom: 45px !important;
}
.newarticle-common-right {
	width: 100%;
    max-width: 80%;
}
.newarticle-common-left {
	width: 100%;
    max-width: 20%;
}
.newarticle-common-right a.newart-backbtn,
.newarticle-common-left a.newart-backbtn {
	font: normal normal normal 25px/29px var(--prime-font);
    letter-spacing: 0.75px;
    color: #003B5C;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
}

.newarticle-common-right a.newart-backbtn:after {
  content: " ";
  background-color: #003B5C;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  position: absolute;
  transition: .3s;
}
.newarticle-common-right a.newart-backbtn:hover:after {
  width: 120%;
  left: -10%;
  right: 10%;
}
.newarticle-common-section {	
  	padding: 70px 0 50px;
   overflow: hidden;
}
.newarticle-common-right, 
.newarticle-common-right p {
	font: normal normal normal 18px/38px var(--third-font);
	letter-spacing: -0.09px;
	color: #003B5C;
}
.newarticle-common-right p:not(:last-of-type) {
	margin-bottom: 10px;
}
.newarticle-common-right b,
.newarticle-common-right p b {
	font: normal normal normal 22px/38px var(--second-font);
	letter-spacing: -0.11px;
	color: #003B5C;
}
.newarticle-common-right a,
.newarticle-common-right p a {
	text-decoration: underline;
    font: normal normal normal 22px/38px var(--second-font);
    letter-spacing: 0px;
    color: #003B5C;
}
.newarticle-common-right a:hover,
.newarticle-common-right p a:hover {
	color: var(--pink-color);
}
.newarticle-common-right h2 {
  font: normal normal normal 34px/38px var(--second-font);
	letter-spacing: -0.17px;
	color: #003B5C;
    margin: 65px 0 10px;	
}
.newarticle-common-right h3 {
	font: normal normal normal 28px/38px Krana Fat;
	letter-spacing: 0px;
	color: #003B5C;
    margin: 30px 0 10px;
}
.newarticle-common-right ul {
	margin-left: 23px;
}
.newarticle-common-right ul li {
	list-style: disc;
  	margin-bottom: 15px;
}
.newarticle-common-right li {
  font: normal normal normal 18px/38px ABC Regular;
  letter-spacing: -.09px;
  color: #003b5c;
}
.newarticle-common-right ul li:last-child {
	margin-bottom: 0;
}
.newarticle-common-right ul li a {
	text-decoration: underline;
	font: normal normal normal 22px/38px var(--second-font);
	letter-spacing: 0px;
	color: #003B5C;
    cursor: pointer;
}
.newarticle-common-right ul li a:hover {
	color: var(--pink-color);
}
.newart-common-twoimg {
	margin: 0 -22.5px;
}
.newart-twoimg {
	width: 100%;
  	max-width: 50%;
  	padding: 0 22.5px;
}
.newart-innerimg img {
	display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.newart-innerimg {
    margin: 0 auto;
    position: relative;
    padding-top: 100%;
}
.newart-common-singleimg .newart-twoimg {
	max-width: 100%;
    padding: 0;
}
.newart-common-singleimg  .newart-innerimg {
	padding-top: 56.3%
}
.art-social-print ul li svg .svg-cir,
.art-social-print ul li svg .ib,
.art-social-print ul li svg .fb,
.art-social-print ul li svg .p {
	fill: #003B5C;
}
.art-social-print ul li {
	list-style: none;
  	padding: 0 7px;
  	margin-bottom: 0;
}
.art-social-print ul li a {
	line-height: 1;
  	display: flex;
}
.art-social-print ul {
	margin: 0 -7px;  	
}
.art-social-print {
	padding-top: 23px;
  	padding-bottom: 60px;
}
.art-social-print .btn-prim-new {
	padding: 5px 10px;
    width: 100%;
    max-width: 250px;
    vertical-align: middle;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #003B5C !important;
  	margin-left: 80px;
}
.art-social-print .btn-prim-new:after {   
    background: #C64285!important;
}
.art-social-print .btn-prim-new svg {	
  	margin-right: 10px;
}
.art-social-print .btn-prim-new:hover svg path{
	fill: #C64285!important;
}
.art-social-print ul li svg {
	width: 57px;
    height: 57px;
}


/*****************ArticlePage-Related-Posts-section*********************/
.newarticle-posts-section .checkout-products-thumb img {
    object-fit: cover;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 1;  	
}
.newarticle-posts-section .products-thumb-border {
	height: 180px;
    width: 180px;
    margin: 0 auto;
    position: relative;
}
.newarticle-posts-section .products-thumb-border:after {
    content: " ";
    bottom: -12px;
    width: 192px;
    height: 192px !important;
    left: -14px;
    right: auto;
    border: 2px solid #00BF6F;
    border-radius: 100px;
  	position: absolute;
}
.newarticle-posts-section .checkout-products-thumb{
	margin: 0 auto -90px;    
    padding-top: unset;
    overflow: unset;
}
.newarticle-posts-section .checkout-products-block p,
.newarticle-posts-section .checkout-products-block h4{
	color: #5E366E;
}
/* .newarticle-posts-section .checkout-products-block p {
	max-height: 188px;    
    min-height: 188px;
} */
/* .newarticle-posts-section .newborder-btn a:hover {
    border-color: #5e366e !important;
} */
/* .newarticle-posts-section .newborder-btn a {
    border: 3px solid #00BF6F !important;
    background: #00BF6F !important;
    color: #fff !important;
}
.newarticle-posts-section .newborder-btn a:after {   
    background: #5e366e !important;
} */
.newarticle-posts-section {
	padding-top: 54px;
}


/*****************Article2-hero-section*********************/
.newarticle2-hero-section .newblog-hero-bottom {
	margin-top: 170px;
}
/* .newarticle2-hero-section .newblog-hero-img {    
    padding-top: 1330px;    
} */
.jump-btn {
	font: normal normal normal 25px/29px var(--prime-font);
    letter-spacing: 0.75px;
    color: #003B5C;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.preloader {
    position: absolute;    
    z-index: 10;
    left: 50%;
    transform: translate(0, -50%);
}
.jump-btn a svg {
	margin-left: 10px;
}
.jump-btn a:hover span:after {
	width: 120%;
    left: -10%;
    right: 10%;
}
.jump-btn a span {
	position: relative;
}
.jump-btn a span:after {
    content: " ";
    background-color: #003b5c;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 3px;
    position: absolute;
    transition: 0.3s;
}
.newarticle2-hero-section .newblog-hero-bottom p b {
	font: normal normal normal 28px/38px var(--second-font);
    letter-spacing: -0.14px;    
}
.newarticle2-hero-section .section-title h2 {
	max-width: 1100px;
    margin: 0 auto;
}

/*****************Article2-Products-section*********************/
.newarticle-orangeposts-section .products-thumb-border:after {
	border: 2px solid var(--orange-color);
}
.green-bgcolor {
	background-color: #bbe093;
}
/* .newarticle-orangeposts-section .newborder-btn a:hover {
    border-color: #115740!important;
}
.newarticle-orangeposts-section .newborder-btn a:after {
    background: #115740!important;
}
.newarticle-orangeposts-section .newborder-btn a {
    border: 3px solid var(--orange-color)!important;
    background: var(--orange-color)!important;
    color: #fff!important;
} */
.newarticle-orangeposts-section .checkout-products-block p,
.newarticle-orangeposts-section .checkout-products-block h4 {
	color: #115740!important;
}



/*****************Responsive*********************/
@media (min-width: 576px) {
  .new-blog-filter .has-item .mini-top-section {
    max-height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1920px) { 
  .newblog-hero-wrp  .section-title h2 {
    font-size: 90px;
    line-height: 104px;
  }
  .newblog-organize-top h3 { 
    font: normal normal normal 28px/38px var(--second-font);  
      }
  .newblog-organize-top h4 {
    font: normal normal normal 18px/32px var(--third-font);   
      }
}
@media screen and (max-width: 1100px) { 
  .newblog-organize-row {
    margin: 0 -10px;
  }
  .newblog-organize-col {
    padding: 0 10px;   
  }
  .newblog-organize-top {
    padding: 16px;
  }
  .newarticle-posts-section .products-thumb-border {
  	height: 125px;
    width: 125px;
  }
  .newarticle-posts-section .products-thumb-border:after {
  	width: 132px;
    height: 132px!important;        
    bottom: -5px;
    left: -12px;    
  }
  .newarticle-posts-section .checkout-products-thumb {
  	margin: 0 auto -66px;
  }
}
@media screen and (max-width: 1050px) { 
  .checkout-products-thumb {
    padding-top: 250px;
    margin: 0 auto -78px;
  }
  .checkout-products-block {
    padding: 80px 5px 39px;    
  }
  .checkout-products-section .container {
    padding: 0;
  }
  .checkout-products-section .slick-prev:before,
  .checkout-products-section .slick-next:before {
    content: none;
  }
  .checkout-products-section  .yotpo .standalone-bottomline.star-clickable,
  .checkout-products-section  .yotpo .standalone-bottomline .star-clickable {
    flex-direction: row;
  }
  .checkout-products-section button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    border: 0;
  }
  .checkout-products-col {
    padding: 0 8.5px;
  }
  .checkout-products-slider {
    margin: 26px -8.5px 0;
  }
   .newarticle-posts-section.checkout-products-section.newarticle-orangeposts-section button.slick-next.slick-arrow {
    background: url(/cdn/shop/files/bestseller-next.svg?v=1632228714) no-repeat center/contain!important;
    right: 35px;
  }
  .newarticle-posts-section.checkout-products-section.newarticle-orangeposts-section button.slick-prev.slick-arrow {
    left: 35px;
    background: url(/cdn/shop/files/bestseller-prev.svg?v=1632228715) no-repeat center/contain!important;
  }  
  .checkout-products-section.newarticle-posts-section button.slick-next.slick-arrow {
    background: url(/cdn/shop/files/arrowright-green-svg.svg?v=1652262877)no-repeat center/contain!important;
    right: 35px;
  }
  .checkout-products-section.newarticle-posts-section button.slick-prev.slick-arrow {
    left: 35px;
    background: url(/cdn/shop/files/leftarrow-green.svg?v=1652257941)no-repeat center/contain!important;
  }
  
  .checkout-products-section button.slick-next.slick-arrow {
    background: url(/cdn/shop/files/test-next-new.svg?v=1632118561)no-repeat center/contain!important;
    right: 35px;
  }
  .checkout-products-section button.slick-prev.slick-arrow {
    left: 35px;
    background: url(/cdn/shop/files/text-prev-new.svg?v=1632118562)no-repeat center/contain!important;
  }
  .checkout-products-section .slick-list {
    padding: 0px 50px;
  }
  .checkout-products-section {
    padding-bottom: 40px;
  }
  .newarticle-posts-section .checkout-products-block {
  	padding: 120px 25px 39px;
  }    
  /* .newarticle-posts-section .checkout-products-block p {
	max-height: 157px;    
    min-height: 157px;
  } */
}
@media screen and (max-width: 991px) { 
  .newblog-organize-col {
    max-width: 50%;
  }  
}

@media screen and (max-width: 767px) { 
  .newblog-hero-wrp .desk-head {
    padding: 200px 20px 30px;
    display: none;
  }
  .newblog-hero-bottom h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }  
  .find-filter-right, .find-filter-left {
    max-width: 100%;
  }
  .find-filter-left {
    margin-bottom: 13px;
  }
  .find-filter-section .section-title h2 {  	
    text-align: center;
    margin-bottom: 17px;
  }  
  .newblog-organize-col {
    max-width: 100%;
    padding: 0;
    margin-bottom: 53px;
  }  
  .newblog-organize-row {
    margin: 0;   
    padding-top: 36px;
  }
  .newblog-organize-head ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  .newblog-organize-head ul li a {
    font: normal normal normal 16px/25px var(--prime-font);    
      }
  .newblog-organize-head ul li {
    font: normal normal normal 12px/25px var(--third-font);   
      }
  .newblog-organize-head ul li:first-child {
    margin-right: 10px!important;
  }
  .newblog-organize-section {
    padding: 38px 0 5px;
  }
  .newblog-organize-top h3 {
    font: normal normal normal 18px/24px var(--second-font);  
      max-height: 51px;    
    min-height: 51px;
      }
  .newblog-organize-top h4 {
    font: normal normal normal 10px/17px var(--third-font);      
      }
  .newblog-organize-top {
    padding: 14px 19px;
    max-height: fit-content;
  }
  .newblog-organize-bottom {    
    margin-top: -16px;
  }
  .newblog-organize-bottom .btn-prim-new {
    max-width: 92px;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 5px !important;
  }
  .new-blog-filter .has-item .mini-top-section {
    padding: 49px 60px 50px;
  }
  .new-blog-filter .filter-cart-header .hedding .info-text p {
    padding-top: 11px;
  }
  .new-blog-filter .filter-cart-header .hedding {
    padding: 15px 0 43px;
  }
  .new-blog-filter .filter-cart-header .filter-cart-header-wrap {
    padding: 15px 15px 0;
  }
  .new-blog-filter .filter-cart-header .hedding .close-filter {  
    max-width: 20px;
  }
  .filter-accordion-title {
    font-size: 18px;
    line-height: 24px;
    padding: 11px 0 10px;
  }
  .filter-accordion-content ul li a {
    font-size: 10px;
  }
  .new-blog-filter .has-item {
    height: calc(100% - 146px);
  }
  .new-blog-filter .has-item .filter-footer .filter-footer-btn {
    flex-direction: row;
  }
  .btn-filter {    
    width: 50%;
    text-align: center;
    margin-bottom: 48px;
  }
  .btn-filter a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.36px;
  }
  .btn-filter a:after {
    bottom: -2px;
  }
  .newblog-organize-mid {
    border-radius: 0 0 7px 7px;
   }
  .newblog-organize-top {
  	border-top-left-radius: 7px;    
    border-top-right-radius: 7px;    
  }
  .newblog-organize-common {
  	border-radius: 14px;
  }
   .newblog-organize-head ul li a:after {
  	bottom: -2px;
  }
  /* .newarticle-hero-section .newblog-hero-img {
  	padding-top: 360px;
  } */
  .results-details {
    font-size: 16px;
    line-height: 20px;
  }
  .newarticle-common-left,
  .newarticle-common-right {
  	max-width: 100%;
  }
  .newarticle-common-left {
  	align-items: center;
  }
  .newarticle-common-wrp  .section-title {
  	margin: 0 auto;
  }
  .newarticle-common-left {
  	padding-bottom: 30px;
  }
  .newarticle-hero-h4 {
  	margin-top: 20px;
    margin-bottom: 30px;
  }
  . {
    margin: 35px 0 !important;
    text-align: center;
  }
  .newarticle-common-right h2 {
  	margin: 39px 0 10px;
  }
  .newart-common-singleimg,
  .newart-common-twoimg {
  	margin: 0 -31.5px;
  }
  .newart-twoimg { 
    max-width: 100%;
    padding: 0;
  }
  .newart-twoimg:not(:last-of-type) {	
  padding-bottom: 25px;
}
  .newart-common-singleimg .newart-innerimg {
  	padding-top: 100%;
  }
  .art-social-print ul li svg {
    width: 37px;
    height: 37px;
  }
  .art-social-print {   
    flex-direction: column;
    align-items: start;
    padding-bottom: 40px;
 }
  .art-social-print .btn-prim-new {
    margin-left: 0;
    margin-top: 20px;
 }
  /* .newarticle-posts-section .newborder-btn a {
  	padding: 5px !important;
  } */
  .newarticle-common-right h3 a {
  	text-decoration: underline;
  }
  
  .newarticle2-hero-section .newarticle-common-left {
  	display: flex;
    padding: 0 30px 20px;
  }
  .newarticle2-hero-section  .newblog-hero-bottom p {
  	margin: 0 auto 0px;
  }
  .newarticle2-hero-section .newblog-hero-bottom {
    margin-top: 0;
    padding-top: 50px;
 }  
  .newarticle2-hero-section .newblog-hero-wrp .desk-head {
    padding: 0;
  }  
  .newarticle2-hero-p {
  	margin: 0 !important;
    padding: 0 !important;
  }  
  .jump-btn {
  	margin-top: 20px;
    margin-bottom: 28px;
    font-size: 12px;
    line-height: 17px;
  }
  .newarticle2-hero-section  .newblog-hero-bottom-wrp {    
    padding-bottom: 55px;
  }
  .jump-btn a span:after {  
    bottom: -3px;
  }
} 

@media screen and (max-width: 450px) {
  /* .newarticle2-hero-section .newblog-hero-img {
  	padding-top: 800px;
  } */
  .newarticle-common-right h3,
  .find-filter-section .section-title h2 {
    font-size: 18px;
    line-height: 24px;    
  } 
  .find-filter-section {
    padding: 32px 0 38px;
  }
  .newblog-hero-bottom {
    background-size: contain;
    padding: 68px 0px 0px;
  }
  .newblog-hero-bottom-wrp {
    padding: 0;
    background-color: #c7ecf6;
  }
  .newblog-hero-bottom-wrp .newborder-btn {
    padding-bottom: 35px;
  }
  .newblog-hero-bottom .section-title h2,
  .newblog-hero-bottom-wrp .newborder-btn,
  .newblog-hero-bottom p,
  .newblog-hero-bottom h4 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .newblog-hero-bottom p {
    font-size: 10px;
    line-height: 14px;
  } 
  /* .newborder-btn a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.36px;
    padding: 6px 10px;
    max-width: 152px;
  } */
  .newblog-hero-bottom p {
    margin: 0 auto 26px;
  }
  /* .newblog-hero-img {
    padding-top: 750px;
  } */
  .find-search-int svg {
    width: 20px;
    height: 20px;
    margin: 2px 16px 1px;
    cursor: pointer;
  }
  .newarticle-common-right .recipe-card li{
     font-size: 10px !important;
    line-height: 17px !important;
    letter-spacing: 0 !important;
  }
  .newarticle-common-right .recipe-card li,
  .newarticle-common-right,
  .newarticle-common-right p,
  .newarticle-common-right ul li,
  .newblog-organize-head ul li {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
  }  
  .find-wrp,
  .find-search-bar input::placeholder {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0;
  }
  .find-search-bar input {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 8px 64px 8px 16px !important;
    height: 29px;
  }
  .find-wrp {
    height: 29px;
    padding: 8px 19px 8px 16px;
  }
  .find-wrp svg {
    width: 13px;
    height: 13px;
  }
  .checkout-products-block h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    max-height: 43px;    
    min-height: 43px;
    margin-bottom: 10px;
  }
  .checkout-products-block p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 16px;
    letter-spacing: -0.05px;
  }
  /* .newarticle-posts-section .checkout-products-block p {
    max-height: 80px;    
    min-height: 80px;  
  } */
  .checkout-products-btn .btn-prim-new,
  /* .checkout-products-block .newborder-btn a*/ {
    max-width: 152px;
  }
  .checkout-products-btn .btn-prim-new {
    padding: 7px 5px!important;
    margin-top: 5px;
  }
  .checkout-products-thumb {
    padding-top: 151px;
  }
  .newarticle-common-section {
  	padding: 40px 0 50px;
  }
  .newblog-organize-head ul li a,
  .newarticle-common-right a.newart-backbtn,
  .newarticle-common-left a.newart-backbtn {
  	font-size: 12px;
    line-height: 14px;	
  }
  .newarticle-hero-p {
  	font-size: 10px;
    line-height: 24px;  
    letter-spacing: 0;
  }
  .newarticle-common-right h1 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .newarticle-common-right h2,
  .newarticle-hero-h4 {
    font-size: 18px;
    line-height: 24px;
  }   
  .commom-about,
  .newarticle2-hero-section .newblog-hero-bottom p b ,
  .newarticle-common-right a,
  .newarticle-common-right p a,  
  .newarticle-common-right ul li a,
  .newarticle-common-right b,
  .newarticle-common-right p b {
  	font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0;
  }  
  .newarticle-common-right ul li { 
    margin-bottom: 5px;
  }  
  .newarticle-posts-section {
  	padding-top: 20px;
  }
  .newarticle-common-section {
  	padding-bottom: 20px;
  } 
}

/* ----------- comment section css start ------------ */
.comment-section .h3 {
  font: 28px/38px Krana Fat;
  letter-spacing: 0px;
  color: #003b5c;
}
.comment-section .comment-form label {
  font: normal normal normal 22px/29px "Krana Fat B";
  letter-spacing: .22px;
  color: #003b5c;
  margin-bottom: 5px;
} 
.comment-section .comments li,.comment-section .comments li p{
  font: normal normal normal 15px/35px "ABC Regular";
  letter-spacing: -.09px;
  color: #003b5c;
}
.comment-section .pagination__text{
  font: 18px/26px Krana Fat;
  letter-spacing: 0px;
  color: #003b5c;
}
.comment-section .list--inline.pagination .btn{
  min-width: 75px;
}
@media screen and (max-width: 767px) { 
  .comment-section .pagination{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .comment-section .pagination__text{
    font: 11px/26px Krana Fat;
  }
}
/* ----------- comment section css finish ------------ */


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .newarticle-common-right iframe{
    width: 100%;
  }
}

/****** 03-06-2025 New Blog Hero Section Start [Blogs Page] ******/
.newblog-hero-wrp .desk-head {
    max-width: 100%;
    width: 97%;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 30pt;
    padding: 10px 20px;
}
/****** 03-06-2025 New Blog Hero Section End [Blogs Page] ******/

/****** 03-06-2025 NewArticle Common Section Start [Blogs Page] ******/
.newarticle-common-right table tr th,
.newarticle-common-right table tr td {
    padding: 5px 10px;
}
.newarticle-common-right table tr td {
    font-size: 14px;
}




/****** 03-06-2025 NewArticle Common Section End [Blogs Page] ******/

/****** Article 2-Column Layout - NO SCROLL VERSION ******/
.newarticle-common-section .container {
  max-width: 1444px !important;
  margin: 0 auto !important;
  padding: 0 124px !important;
}

.article-layout-wrapper {
  display: grid !important;
  grid-template-columns: 820px 323px !important;
  grid-template-areas:
    "back-btn sidebar"
    "content sidebar" !important;
  gap: 53px !important;
  align-items: start !important;
}

.newarticle-common-left-new {
  grid-area: back-btn !important;
  width: 820px !important;
}

.newarticle-common-right {
  grid-area: content !important;
  width: 820px !important;
}

.article-sidebar-right {
  grid-area: sidebar !important;
  width: 323px !important;
  position: static !important;
  max-height: none !important;
  overflow-y: visible !important;
}

/* Sidebar Sections */
.sidebar-products-section,
.sidebar-posts-section {
  margin-bottom: 60px !important;
}

.sidebar-products-section:last-child,
.sidebar-posts-section:last-child {
  margin-bottom: 0 !important;
}

.sidebar-products-section .section-title,
.sidebar-posts-section .section-title {
  margin-bottom: 30px !important;
}

.sidebar-products-section .section-title h2,
.sidebar-posts-section .section-title h2 {
  font-size: 28px !important;
  line-height: 38px !important;
}

/* Sidebar Products Grid */
.sidebar-products-grid {
  display: grid !important;
  gap: 30px !important;
}

.sidebar-product-item {
  width: 100% !important;
}

.sidebar-product-item .checkout-products-thumb {
  margin-bottom: -100px !important;
  padding-top: 94.3% !important;
}

.sidebar-product-item .checkout-products-block {
  padding: 110px 15px 30px !important;
}

.sidebar-product-item .checkout-products-block h4 {
  min-height: 50px !important;
  max-height: 50px !important;
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 15px !important;
}

.sidebar-product-item .checkout-products-block p {
  min-height: auto !important;
  max-height: none !important;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  line-height: 28px !important;
}

/* .sidebar-product-item .newborder-btn a */
.sidebar-product-item .checkout-products-btn .btn-prim-new {
  max-width: 100% !important;
  font-size: 14px !important;
  padding: 12px 10px !important;
}

/* Sidebar Posts Grid */
.sidebar-posts-grid {
  display: grid !important;
  gap: 30px !important;
}

.sidebar-post-item {
  width: 100% !important;
}

.sidebar-post-item .newarticle-posts-section {
  margin: 0 !important;
  padding: 0 !important;
}

.sidebar-post-item .products-thumb-border {
  height: 150px !important;
  width: 150px !important;
}

.sidebar-post-item .products-thumb-border:after {
  width: 160px !important;
  height: 160px !important;
  bottom: -10px !important;
  left: -12px !important;
}

.sidebar-post-item .checkout-products-thumb {
  margin: 0 auto -75px !important;
}

.sidebar-post-item .checkout-products-block {
  padding: 90px 20px 30px !important;
}

.sidebar-post-item .checkout-products-block h4 {
  min-height: 48px !important;
  max-height: 48px !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 12px !important;
}

.sidebar-post-item .checkout-products-block p {
  min-height: 100px !important;
  max-height: 100px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  margin-bottom: 20px !important;
}

/* .sidebar-post-item .newborder-btn a {
  max-width: 100% !important;
  font-size: 14px !important;
  padding: 10px !important;
} */

/* Print Styles */
@media print {
  .article-sidebar-right,
  .newarticle-common-left-new,
  .share-art {
    display: none !important;
  }
  
  .article-layout-wrapper {
    grid-template-columns: 1fr !important;
    grid-template-areas: "content" !important;
  }
  
  .newarticle-common-right {
    width: 100% !important;
  }
}

/* Responsive - Below 1444px */
@media screen and (max-width: 1500px) {
  .newarticle-common-section .container {
    max-width: 100% !important;
    padding: 0 60px !important;
  }
  
  .article-layout-wrapper {
    grid-template-columns: 1fr 323px !important;
    gap: 40px !important;
  }
  
  .newarticle-common-left-new,
  .newarticle-common-right {
    width: 100% !important;
  }
}

/* Tablet & Mobile Responsive */
@media screen and (max-width: 1050px) {
  .newarticle-common-section .container {
    padding: 0 40px !important;
  }
  
  .article-layout-wrapper {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "back-btn"
      "content"
      "sidebar" !important;
    gap: 40px !important;
  }
  
  .newarticle-common-left-new,
  .newarticle-common-right,
  .article-sidebar-right {
    width: 100% !important;
  }
  
  .sidebar-products-grid,
  .sidebar-posts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 767px) {
  .newarticle-common-section .container {
    padding: 0 20px !important;
  }
  
  .newarticle-common-left-new {
    justify-content: space-between !important;
  }
  
  .sidebar-products-grid,
  .sidebar-posts-grid {
    grid-template-columns: 1fr !important;
  }
  
  .sidebar-product-item .checkout-products-thumb {
    padding-top: 250px !important;
    margin-bottom: -78px !important;
  }
  
  .sidebar-product-item .checkout-products-block {
    padding: 90px 15px 30px !important;
  }
  
  .sidebar-post-item .products-thumb-border {
    height: 125px !important;
    width: 125px !important;
  }
  
  .sidebar-post-item .products-thumb-border:after {
    width: 132px !important;
    height: 132px !important;
    bottom: -5px !important;
    left: -12px !important;
  }
  
  .sidebar-post-item .checkout-products-thumb {
    margin: 0 auto -66px !important;
  }
  
  .sidebar-post-item .checkout-products-block {
    padding: 80px 20px 30px !important;
  }
}

@media screen and (max-width: 450px) {
  .sidebar-product-item .checkout-products-block h4,
  .sidebar-post-item .checkout-products-block h4 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  
  .sidebar-product-item .checkout-products-block p,
  .sidebar-post-item .checkout-products-block p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  
  /* .sidebar-product-item .newborder-btn a*/
  .sidebar-product-item .checkout-products-btn .btn-prim-new,
  /* .sidebar-post-item .newborder-btn a */{
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
  
  .sidebar-products-section,
  .sidebar-posts-section {
    margin-bottom: 40px !important;
  }
}