.ml-1{margin-left: .25rem;}
.ml-2{margin-left: .5rem;}
.ml-3{margin-left: 1rem;}
.ml-4{margin-left: 2rem;}
.ml-5{margin-left: 3rem;}
.w-5{width: 5%}
.w-10{width: 10%}
.w-30{width: 30%}
.w-45{width: 45%}
.hidden{display: none !important;}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
 .z-index-master{z-index: 1000 !important;}
 .home-link{
  color: #ffffff;
	text-transform: capitalize;
}
a.home-link:hover {
  color: #ffffff;
}
.nav_bar > li.active {
  background-color: #FD3D57;
  position: relative;
}
.nav_bar > li:hover {
  background-color: #FD3D57;
  position: relative;
}
.nav_bar .subnav {text-align: left;}
.small-text{
  font-size: 11px;
}
a.btn-ret {
  color: #ffffff;
}
a.btn-ret:hover {
  color: #D85040;
}
.title_21 {
  font-size: 25px;
  margin-bottom: 4px;
  line-height: 1.2;
  text-transform: uppercase;
}
.topariv_img {
  background-color: #ebebeb;
}
.full_atc_btn button > a {
  color: #ffffff;
}
.full_atc_btn button:hover,.full_atc_btn button > a:hover {
  color: #D85040 !important;
}
.categories {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    top: 0;
    background-color: #ffffff;
    margin-top: 15px;
	
    -webkit-box-shadow: 0 0 5px #00000020;
            box-shadow: 0 0 5px #00000020;
}
.categories > a:first-child {background: #2B2D42; color:  #ffffff;}
.categories > a:first-child:hover {background: #2B2D42; color:  #ffffff;}
.allcat:hover .categories {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.categories .singlecats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
    color: #2b2d42;
    padding-left: 25px;
    border-bottom: 1px dotted #C8C8CE;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.categories .singlecats:last-child {
    border-bottom: none;
}

.categories .singlecats .img_wrp {
   width: 60px;
}
.categories .singlecats .img_wrp i {
    font-size: 21px;
    color: #f4cad0;
}
.categories .singlecats .img_wrp img {
    height: 30px;
}

.categories .singlecats span {
    font-size: 15px;
}

.categories .singlecats:hover,.categories .singlecats.active {
    background-color: #efefef;
}

.categories .singlecats .wsicon {
    font-size: 14px;
    margin-left: auto;
    margin-right: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.why-shop-img {
  width: 60px;
}
#go-top {
  display: none;
  font-size: 30px;
  position: fixed;
  bottom: 200px;
  right: 50px;
  border: 2px solid #333;
  border-radius: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.slider-shadow {
  box-shadow: inset 2000px 0 0 0 rgba(239, 239, 240, 0.5);
  border-color: rgba(239, 239, 240, 1);
	padding: 30px;
	border-radius: 20px;
	
}
.blog .sna_content {
  height: 100%;
}
.blog .sna_img {
  padding: 0px;
}
.blog .sna_img img.prd_img {
  width: 100%;
  height: 100%;
}
.section_padding-2 {
  padding: 20px 0;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  .w-lg-50{width: 50%}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .w-lg-50{width: 50%}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.iframediv {
    height: 330px;
}
	.title_21 {
  font-size: 22px;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	.iframediv {
    height: 330px;
}
		.title_21 {
  font-size: 20px;
}
}
@media (max-width: 992px) {
    .categories{
        position: relative;
margin: 0;
margin-top: 0px !important;
height: 100%;
overflow-y: auto;
background: #FFF;
padding: 0;
left: 0;
top: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
    }
	.singlecats:first-child span.txt {
  color: #FFF;
}
    .mobile_menwrap.active .categories{
        left: 0;
        visibility: visible !important;
    }

    .categories .singlecats {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0 20px;
    }

    .categories .singlecats .wsicon,
    .categories .singlecats:hover .wsicon {
        margin-right: 0;
    }

    .categories .singlecats.active:hover {
        background: #fff;
    }

    .categories .singlecats .wsicon {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .categories .singlecats .wsicon {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .categories .singlecats.active .wsicon {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
	
.mobile_menu_2 a.active {
  background-color: #efefef;
}
	.product-mob {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: #fff;
    align-items: stretch;
}
.product-mob-price {
  border-top: 1px solid #cecece;
  display: flex;
  align-items: center;
  color: #264287;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0 20px;
}
.product-mob-addtocart {
  flex: 1;
}
.button--default {
  z-index: 1;
  position: relative;
  overflow: hidden;
  align-items: center;
  min-height: 48px;
  padding: 0.5rem 40px;
  border-radius: 1.6rem;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.4s ease-in-out;
}
.button--default {
  background-color: #264287;
  color: #fff;
}
.product-mob-addtocart a {
  border-radius: 0;
padding: 0 20px;
width: 100%;
justify-content: center;
display: flex;
}
.product-mob-addtocart a:hover{
color: #fff;	
}
.button--default::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
.button--default::before {
  background-color: #b5bfd6;
}
.span-addtocart{
  display: flex;
  align-items: center;
}	
.span-addtocart i{
  margin-right: 5px;
	font-size: 34px !important;
}
.main-container {
  padding: 0px;
}
}