/*Project name: */

body {
    margin: 0;
    padding: 0;
    font-family: "Ekster Regular";
    font-weight: 400;
    font-size: 15px;
    background:#fff;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul,
li {
    list-style-type: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
button:focus,
input[type="button"]:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

.clearfix {
    clear: both;
}
.no-pad {
    padding-right: 0px;
    padding-left: 0px;
}
/*section start*/
.header_wrapper {
    width: 100%;
    background: #fff;
    margin-top: 2%;
}
.logo_box {
    width: 100%;
    text-align: center;
}
.logo_box img {
    max-width: 100%;
}
.logo_box a span {
    font-size: 16px;
    color: #00274c;
    font-weight: 500;
    padding-left: 5px;
}
.search_box {
        width: 100%;
        margin: 28px 0px 0px;
        position: relative;
        /* background: #FFF; */
        /* border-radius: 4px; */
}
.search_box:before {
	content: "";
	position: absolute;
	left: 21px;
	top: 18px;
	background: url(../images/Search.png);
	background-size: 100%;
	width: 15px;
	height: 15px;
	z-index: 1;
	background-repeat: no-repeat;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .search_box{
        background: url(../images/Search@2x.png);
        background-size: 100%;
    }
}
.search_box form{
	width: 100%;	
}
.search_box form .form-control {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    height: 48px;
    position: relative;
    border: 0px;
    outline: none;
    padding: 6px 12px 6px 36px;
    border: 1px solid #121212;
}
.search_box form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}
.search_box form .btn_submit {
	background: #1d392f;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 20%;
	height: 48px;
	padding: 10px;
}
.social_box {
    width: 100%;
    margin: 19px 0px;
}
.user_cart {
    /*border-left: 1px solid #979797;
    border-right: 1px solid #979797;*/
    width: auto;
    display: inline-block;
    padding: 20px;
    float: right;
}
.user_cart img.cart {
    width: 25px;
}
.social_list {
	width: auto;
	display: inline-block;
}
.social_list ul {
	width: 100%;
}
.social_list ul li {
    width: auto;
    display: inline-block;
    font-size: 16px;
    padding: 0px 12px;
}
.social_list ul li a {
	color: #FFF;
}
.nav_wrapper {
	width: 100%;
	background: #447261;
	position: relative;
	z-index: 9;
}



.logo_box_mob, .nav_bottom{
    display: none;
}

/*banner section*/
.banner_wrapper {
	width: 100%;
    position: relative; 
    /*background: url(../images/banner.jpg) no-repeat center bottom;
    background-size: cover;*/ 
}
.banner_left {
    width: 100%;
    margin: 100px 0px 100px;
    padding-left: 50px;
}
.banner_left h1 {
    font-size: 92px;
    line-height: 92px;
    color: #FFF;
    font-family: "Ekster Bold";
    font-weight: 900;
    margin-bottom: 40px;
    text-shadow: 1px 4px 5px rgba(0, 0, 0, .5);
}
.banner_left h1 span {
	display: block;
}
.banner_left p {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	font-family: "Ekster Regular";
	font-weight: 500;
	margin-bottom: 70px;
	width: 100%;
	max-width: 612px;
}
.btn-submit {
    width: 100%;
    max-width: 221px;
    height: 62px;
    border-radius: 0px;
    font-size: 24px;
    font-weight: 900;
    background: #FAAC1B;
     font-family: "Ekster Bold";
    color: #FFF;
    padding: 0.8rem 0.75rem;
}
.btn-submit:hover {
    background: #00274c;
    color: #FFF;
}
.banner_right {
	width: 100%;
}
.banner_rightbox {
    width: 100%;
    background: #FFF;
    border-radius: 15px;
    max-width: 330px;
    float: right;
    margin: 80px 0px 0px;
    padding: 25px 15px 45px;
    position: relative;
}
.icon_box {
    width: 66px;
    height: 66px;
    background: #00274C;
    margin: 0px auto;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-top: -60px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .6);
}
.icon_box img {
	max-width: 100%;
	margin: 0px auto !important;
    display: block;
    padding: 5px;
    height: auto !important;
}
.banner_rightbox h3 {
    font-size: 20px;
    line-height: 28px;
    color: #00274C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}
.banner_rightbox img {
    max-width: 100%;
    margin: 0px auto 15px;
    display: block;
    width: auto;
}
.banner_rightbox h2 {
	font-size: 32px;
	line-height: 38px;
	color: #00274C;
	 font-family: "Ekster Bold";
	font-weight: 900;
	text-align: center;
}
.banner_rightbox p {
	font-size: 16px;
	line-height: 24px;
	color: #00274C;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
}
ul.price_box {
	width: 100%;
}
ul.price_box li {
    width: auto;
    display: inline-block;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #00274C;
}
ul.price_box li span {
	color: #A5A5A5;
	text-decoration: line-through;
	font-weight: 600;
	font-size: 12px;
}
ul.price_box li:last-child {
	float: right;
	font-weight: 600;
	font-size: 12px;
}
.banner_rightbox .btn-submit {
    display: block;
    margin: 0px auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
#videobg {
    /*position: fixed;*/
    position: absolute;
    left: 0px;
    top: 0px;    
    z-index: -1;
    filter: brightness(0.5);
    width: 100%;
        /*margin-top: 92px;*/
       /* min-height: 900px;*/
}
/*@media (min-aspect-ratio: 16/9) {
    #videobg {
        width: 100%;
        height: auto;
    }
}*/
@media (max-aspect-ratio: 16/9) {
    #videobg {
        width: auto;
        height: 100%;
        position: fixed;
    }
}
.banner_mob {
    display: none;
}

/*feature sectiom*/
.feature_wrapper {
	width: 100%;
}
.feature_wrapper .bdr-rgt{
	border-right: 2px solid rgba(151, 151, 151, .2);
}
.feature_wrap {
    width: 100%; 
  display: -ms-flexbox;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
     -ms-grid-rows: (1fr)[1];
    grid-template-columns: repeat(4, 1fr); 
    -ms-grid-columns: (1fr)[4];
    grid-gap: 0px;
    grid-auto-rows: 1fr;
}
.feature_box {
    width: 100%;
    padding: 35px 45px;
    text-align: center;
    background: #00274C;
    border-right: 1px solid rgba(136, 128, 128, .5);
}
.feature_box img {
	max-width: 100%;
}
.feature_box h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #FFF;
    margin: 15px 0px;
}
.feature_box p {
	font-size: 14px;
	line-height: 24px;
	font-family: "Ekster Regular";
	font-weight: 400;
	color: #FFF;
}

/*prod section*/
.prod_wrapper {
    width: 100%;
    background: url(../images/bg.jpg);
    background-size: 100%;
    padding: 35px 0px 110px;
    background-repeat: repeat-y;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
	.prod_wrapper{
		background: url(../images/bg@2x.jpg);
        background-repeat: repeat-y;
	}
}
.prod_wrap {
	width: 100%;
 display: -ms-flexbox;
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: (1fr)[4];
    grid-gap: 6px;
    -ms-grid-gap: 6px;
    grid-auto-rows: 1fr;
}
.prod_box {
	width: 100%;
	padding: 35px 20px 20px;
	position: relative;
	background: #166588;
	background: -moz-linear-gradient(top, #166588 0%, #01284d 100%);
	background: -webkit-linear-gradient(top, #166588 0%,#01284d 100%);
	background: linear-gradient(to bottom, #166588 0%,#01284d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166588', endColorstr='#01284d',GradientType=0 );
}
.prod_list {
	width: 100%;
	background: url(../images/Leaf-HD.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
}
.prod_list h3 {
	font-size: 28px;
	line-height: 36px;
	color: #FFF;
	font-family: "Ekster Bold";
	font-weight: 900;
	margin-bottom: 60px;
}
.prod_list img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
}
.prod_list span {
	color: #FFF;
	font-size: 36px;
}
.prod_box-hover {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #FFF;
	padding: 15px 30px;
	text-align: center;
	display: none;
}
.prod_box-hover p {
	font-size: 18px;
	line-height: 24px;
	color: #00274C;
	margin-bottom:25px;
	font-family: "Ekster Regular";
	font-weight: 400;
}
.prod_box-hover span {
    font-size: 36px;
    color: #00274C;
    line-height: 46px;
}
.prod_box-hover .shop_btn {
    width: 100%;
    max-width: 150px;
    height: 42px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 900;
    background: #FAAC1B;
    font-family: "Ekster Bold";
    color: #FFF;
}

/*seller section*/
.seller_wrapper {
    width: 100%;
    margin-top: 45px;
}
.seller_wrapper h1 {
    font-size: 54px;
    line-height: 90px;
    font-family: "Ekster Bold";
    font-weight: 600;
    color: #00274C;
    text-align: center;
    position: relative;
}
.seller_wrapper h1:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    background: #FAAC1B;
    width: 151px;
    height: 7px;
}
.seller_wrap {
    width: 100%;
    margin-top: 60px;    

    display: grid;
    -ms-display: grid;
    grid-template-rows: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-columns: repeat(auto-fill, minmax(226px, 1fr));
    -ms-grid-columns: (1fr)[4];
    grid-gap: 10px;
    -ms-grid-gap: 10px;
    grid-auto-flow: dense;
    grid-auto-rows: 1fr;
}
.seller_box {
    padding: 15px;
    background: #FFF;
    width: 100%;
    position: relative;
}
.seller_box.box8 {
    grid-column: span 2;
    grid-row: span 1;
}
.disc {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #737F84;
    border: 1px solid #707070;
    width: 47px;
    font-size: 14px;
    font-family: "Ekster Bold";
    font-weight: 900;
    padding: 2px;
    text-align: center;
    color: #FFF;
}
.seller_box img {
    max-width: 100%;
    display: block;
    margin: 15px auto 10px;
    height: 200px;
    width: auto;
}
.seller_box p {
    font-size: 12px;
    line-height: 18px;
    color: #737F84;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}
.seller_box p:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    background: url(../images/Category-Tag.png);
    width: 10px;
    height: 10px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .seller_box p:before{
        background: url(../images/Category-Tag.png);
    }
}
.seller_box h6 {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.seller_box h5 {
    font-size: 18px;
    line-height: 26px;
    color: #00274C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.seller_box h5 span {
    color: #FAAC1B;
}
.price_tag {
    width: 100%;
}
.price_tag p {
    padding: 0px;
}
.price_tag p:before {
    content: none;
}
.price_tag p span.cross {
    font-size: 12px;
    color: #A5A5A5;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: line-through;
}
.price_tag p span.price {
    color: #00274C;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-right: 5px;
}   
.price_tag p span.weight {
    color: #00274C;
    font-size: 12px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    float: right;
}
.offer {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 85px;
    height: 85px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    background: url(../images/Badge.svg);
    background-size: 100%;
}
.price_tag2 {
    width: 100%;
}
.price_tag2 p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 65%;
    display: inline-block;
}
.price_tag2 p:before {
    content: none;
}
.price_tag2 p span.price {
    color: #00274C;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-right: 0;
    float: right;
}
.price_tag2 p span.cross {
    font-size: 12px;
    color: #A5A5A5;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: line-through;
    display: block;
}
.price_tag2 .btn-submit {
    width: 30%;
    height: 42px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 900;
    background: #FAAC1B;
    font-family: "Ekster Bold";
    color: #FFF;
    text-transform: uppercase;
    float: right;
    padding: 0.6rem 0.75rem;
}
.price_tag2 .btn-submit:hover {
    background: #00274c;
    color: #FFF;
}
.seller_box.box9 {
    background: url(../images/Fruit.jpg) no-repeat;
    background-size: cover;
    padding: 10px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .seller_box.box9{
        background: url(../images/Fruit@2x.jpg) no-repeat 0 0;
        background-size: cover; /* Equal to normal logo width */
    }
}
.slider_box {
    width: 100%;
    border: 2px solid #FFF;
    padding: 15px;
    text-align: center;
    height: 100%;
}
.slider_box h3 {
    font-size: 24px;
    list-style: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFF;
}
.slider_box p {
    font-size: 18px;
    list-style: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    padding: 0px;
}
.slider_box p:before {
    content: none;
}
.slider_box img {
    max-width: 100%;
    display: block;
    margin: 40px auto 100px;
    height: auto;
    width: 75px;
}
/*slick custom*/
.slick-prev,
.slick-next
{
    top: 45%;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.slick-prev
{
    left: -10px;
}
[dir='rtl'] .slick-prev
{
    right: -10px;
    left: auto;
}
.slick-prev:before
{
    content: "\f104";

}
[dir='rtl'] .slick-prev:before
{
    content: "\f105";
}

.slick-next
{
    right: -10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -10px;
}
.slick-next:before
{
    content: "\f105";
}
[dir='rtl'] .slick-next:before
{
    content: "\f104";
}

/*find section*/
.find_wrapper {
    background: url(../images/find_back.jpg) no-repeat center bottom #FFF;
    background-size: 100%;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .find_wrapper{
        background: url(../images/find_back@2x.jpg) no-repeat center bottom #FFF;
        background-size: 100%; /* Equal to normal logo width */
    }
}
.find_top {
    width: 100%;
    position: relative;
    padding: 75px 0px 120px;
    text-align: center;
}
.find_top img.leaf2 {
    max-width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -60px;
    margin: 0px auto;
}
.find_top h1{
    color: #00274C;
    font-size: 54px;
    line-height: 64px;
    font-family: "Ekster Bold";
    font-weight: 700;
    margin: 0px 0px 30px;
}
.find_top p {
    color: #00274C;
    font-size: 22px;
    line-height: 32px;
    font-family: "Ekster Regular";
    font-weight: 400;
    margin: 0px auto 60px;
    width: 600px;
    max-width: 100%;
}
.find_bottom {
    width: 100%;
}
.find_box {
    width: 100%;
    padding: 30px 35px;
    margin-bottom: 60px;
    background: #166588;
    background: -moz-linear-gradient(top, #166588 0%, #01284d 100%);
    background: -webkit-linear-gradient(top, #166588 0%,#01284d 100%);
    background: linear-gradient(to bottom, #166588 0%,#01284d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166588', endColorstr='#01284d',GradientType=0 );
}
.find_box h3 {
    color: #FAAC1B;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: "Ekster Bold";
    font-weight: 900;
    margin-bottom: 25px;
}
.find_box h2 {
    color: #FFF;
    font-size: 31px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "Ekster Bold";
    font-weight: 900;
    margin-bottom: 60px;
}
.find_box p {
    color: #FFF;
    font-size: 28px;
    line-height: 36px;
    font-family: "Ekster Bold";
    font-weight: 900;
    margin: 0px;
}
.find_box p span {
    color: #FAAC1B;
}
.find_box img {
    max-width: 100%;
    position: absolute;
    right: 65px;
    top: -70px;
    height: 325px;
}
.order_wrap {
    width: 100%;
    padding-bottom: 100px;
}
.order_box {
    width: 1030px;
    max-width: 100%;
    margin: 0px auto;
    padding: 45px 130px 60px;
    background: #FFF;
    border: 1px solid #FAAC1B;
    text-align: center;
}
.order_box h1 {
    color: #00274C;
    font-size: 54px;
    line-height: 64px;
    font-family: "Ekster Bold";
    font-weight: 700;
    margin: 0px 0px 30px;
}
.order_box p {
    color: #00274C;
    font-size: 22px;
    line-height: 32px;
    font-family: "Ekster Regular";
    font-weight: 400;
    margin: 0px auto 50px;
    width: 670px;
    max-width: 100%;
}
.call_box {
    width: 100%;
}
.call_box p {
    font-weight: 500;
    margin-bottom: 20px;
}
.call_box h6 {
    color: #00274C;
    font-size: 32px;
    line-height: 40px;
    font-family: "Ekster Bold";
    font-weight: 700;
}
.order_box ul {
    width: 100%;
    margin-top: 60px;
}
.order_box ul li {
    display: inline-block;
    width: auto;
    padding: 0px 15px;
}

/*top rated section*/
.top_wrapper {
    width: 100%;
    background: url(../images/bg.jpg) 0 0 ;
    padding: 45px 0px 100px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .top_wrapper{
        background: url(../images/bg@2x.jpg) 0 0;
    }
}
.top_wrap {
    width: 100%;
}
.top_wrap h1 {
    font-size: 54px;
    line-height: 90px;
    font-family: "Ekster Bold";
    font-weight: 600;
    color: #1b392e;
    text-align: center;
    position: relative;
}
.top_wrap h1:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    background: #1d392f;
    width: 151px;
    height: 7px;
}
.item_tab {
    width: 100%;
    margin-top: 60px;    

    display: grid;
    -ms-display:grid;
    grid-template-rows: repeat(1, 1fr);

    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
     -ms-grid-columns: repeat(auto-fill, minmax(285px, 1fr));
    grid-gap: 10px;

    grid-auto-rows: 1fr;

   
}
.item_box {
    padding: 15px;
    background: #FFF;
    width: 100%;
    position: relative;
}
.item_box .disc {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #737F84;
    border: 1px solid #707070;
    width: 47px;
    font-size: 14px;
    font-family: "Ekster Bold";
    font-weight: 900;
    padding: 2px;
    text-align: center;
    color: #FFF;
}
.item_box img {
    max-width: 100%;
    display: block;
    margin: 15px auto 10px;
    height: 200px;
    width: auto;
}
.item_box ul {
    width: 100%;
}
.item_box ul li {
    width: auto;
    display: inline-block;
}
.item_box ul li img {
    max-width: 100%;
    width: 17px;
    height: 17px;
    margin: 0px;
}
.item_box h6 {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.item_box h5 {
    font-size: 18px;
    line-height: 26px;
    color: #00274C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.item_box h5 span {
    color: #FAAC1B;
}
.price_tag {
    width: 100%;
}
.price_tag p {
    padding: 0px;
}
.price_tag p:before {
    content: none;
}
.price_tag p span.cross {
    font-size: 12px;
    color: #A5A5A5;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: line-through;
}
.price_tag p span.price {
    color: #1d392f;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-right: 5px;
}   
.price_tag p span.weight {
    color: #00274C;
    font-size: 12px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    float: right;
}
.seller_hidebox {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #1d392f;
    width: 100%;
    transition: all ease-in-out .2s;
}
.seller_hidebox ul {
    width: 100%;
    text-align: center;
}
.seller_hidebox ul li {
    display: inline-block;
    width: auto;
    font-size: 16px;
    padding: 0px;
    color: #FFF;
}
.seller_hidebox ul li a {
    color: #FFF;
    padding: 10px;
    display: inline-block;
}
.seller_box:hover .seller_hidebox{
    display: block;
    transition: all ease-in-out .2s;
}
.item_box:hover .seller_hidebox{
    display: block;
    transition: all ease-in-out .2s;
}

/*story section*/
.story_wrapper {
    width: 100%;
    position: relative;
    /*background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 160%;*/
    background-color: #FFF;
}
.story_wrapper:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40%;
    background: url(../images/bg.jpg) no-repeat;

}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .story_wrapper:before{
        background: url(../images/bg@2x.jpg) top center;
    }
}
.story_wrap {
    width: 1176px;
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.story_tab {
    width: 100%;
    padding: 60px 70px;
    background: #FFF;
    border: 1px solid #FAAC1B;
}
.tab1 {
    order: 2;
    padding-left: 45px;
}
.tab2 {
    order: 1;
}
.story_box {
    width: 100%;
    position: relative;
    background: url(../images/logo-Icon.svg) no-repeat top right;
}
.story_box img {
    max-width: 100%;
    width: 100%;
}
.story_box h1 {
    color: #00274C;
    font-size: 54px;
    line-height: 64px;
    font-family: "Ekster Bold";
    font-weight: 700;
    margin: 0px 0px 15px;
}
.story_box p {
    color: #00274C;
    font-size: 22px;
    line-height: 32px;
    font-family: "Ekster Regular";
    font-weight: 400;
    margin: 0px 0px 30px;
}
.btn-submit_mob {
    display: none;
}
.support_wrap {
    width: 100%;
    padding: 50px 0px 55px;
}
.support_box {
    width: 100%;
    position: relative;
    padding-left: 80px;
    padding-bottom: 30px;
}
.support_box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 61px;
    height: 61px;
    background: url(../images/Thumb-Up.png);
    background-size: 100%;
}
.support1:before {
    background: url(../images/Thumb-Up.png);
}
.support2:before {
    background: url(../images/Secure.png);
}
.support3:before {
    background: url(../images/Customer-Care.png);
}
.support4:before {
    background: url(../images/Winner.png);
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .support1:before{
        background: url(../images/Thumb-Up@2x.png);
        background-size: 100%;
    }
    .support2:before {
        background: url(../images/Secure@2x.png);
        background-size: 100%;
    }
    .support3:before {
        background: url(../images/Customer-Care@2x.png);
        background-size: 100%;
    }
    .support4:before {
        background: url(../images/Winner@2x.png);
        background-size: 100%;
    }
}
.support_box h3 {
    font-size: 24px;
    line-height: 32px;
    color: #00274C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}
.support_box p {
    color: #00274C;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/*subscribe section*/
.subscribe_wrapper {
    width: 100%;
    background: #447261;
    padding: 25px 0px;
}
.subscribe_wrap {
    width: 1176px;
    max-width: 100%;
    margin: 0px auto;
}
.subscribe_box {
    width: 100%;
}
.subscribe_img {
    width: 16%;
    float: left;
    position: relative;
}
.subscribe_img:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 76px;
    height: 76px;
    background: #1d392f;
    border-radius: 50%;
}
.subscribe_img img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding: 0px 18px;
}
.subscribe_txt {
    width: 84%;
    float: left;
}
.subscribe_txt h1 {
    font-size: 42px;
    line-height: 42px;
    color: #FFF;
    font-family: "Ekster Bold";
    font-weight: 900;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 2px solid #FFF;
    width: 380px;
    max-width: 100%;
}
.subscribe_txt h1 span {
    color: #1d392f;
    font-size: 18px;
}
.subscribe_txt p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    font-family: "Ekster Regular";
    font-weight: 400;
    margin: 0px;
    width: 380px;
    max-width: 100%;
}
.subscribe_form {
    width: 490px;
    position: relative;
    background: #FFF;
    max-width: 100%;
    float: right;
    padding: 2px;
    margin: 20px 0px 0px;
}
.subscribe_box form {
    width: 100%;
}
.subscribe_box form .form-control {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    height: 41px;
    position: relative;
    border: 0px;
    outline: none;
    padding: 6px 12px;
}
.subscribe_box form .btn_submit {
    background: #1d392f;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    width: 35%;
    height: 41px;
    padding: 5px;
    border-radius: 0px;
}
.subscribe_box form .btn_submit:hover {
    background: #00274c;
    color: #FFF;
}

/*footer section*/
.footer_wrapper {
    width: 100%;
    background: #1b392e;
    padding: 60px 0px 25px;
}
.footer_top {
    width: 1176px;
    max-width: 100%;
    margin: 0px auto;
}
.footer_wrap {
    width: 100%;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 25% 23% 19% 22% 11%;
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 0;
    grid-auto-rows: 1fr;
}
.footer_box {
    width: 100%;
}
.footer_box h3, .footer_box h1{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #FFF;
    font-family: "Ekster Regular";
    font-weight: 500;
}
.footer_box ul {
    width: 100%;
}
.footer_box ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #FFF;
    font-family: "Ekster Regular";
    font-weight: 500;
}
.footer_box ul li a {
    color: #FFF;
}
.footer_box ul li a:hover {
    color: #1d392f;
}
.footer_box ul li span {
    display: block;
}
.footer_content {
    width: 100%;
}
.footer_content p {
    font-size: 12px;
    line-height: 18px;
    font-family: "Ekster Regular";
    font-weight: 400;
    text-align: center;
    color: #FFF;
}

/*thank-you section*/
.ordr_stsfctn_sec .stsfctn_content {
    background: #fff9e1;
    border: 2px dotted #f4211e;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0px 0px;
    position: relative;
}
.grnted_img_sec {
    position: absolute;
    top: -9px;
    left: -10px;
}
.ordr_stsfctn_sec .stsfctn_content .text_sec {
    width: 100%;
    padding-left: 150px;
    box-sizing: border-box;
}
.ordr_stsfctn_sec .stsfctn_content h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    font-family: "Ekster Bold";
}
.ordr_stsfctn_sec .stsfctn_content p {
    color: #717171;
    font-size: 16px;
    font-family: "Ekster Regular";
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 0;
}
.product_features_sec {
    border: 1px solid #d9eaf5;
    border-radius: 8px;
    padding: 30px 30px 0px;
    margin: 30px 0 0;
}
.product_features_sec .col-md-4 {
    padding-bottom: 30px;
}
.product_features_sec h2 {
    color: #1b392e;
    font-size: 24px;
    font-weight: 700;
    font-family: "Ekster Bold";
    margin: 0 0 20px;
    min-height: 45px;
}
.product_features_sec .rating li {
    display: none;
    padding: 0 2px 0 0px;
}
.product_features_sec .star_icon {
    color: #ffc000;
    font-size: 17px;
}
.product_features_sec p {
    color: #224b4b;
    font-size: 16px;
    font-family: "Ekster Regular";
    font-weight: 300;
    margin: 12px 0 0;
    line-height: 24px;
}

/*copyright section*/
.copyright_wrapper {
    width: 100%;
    padding: 30px 0px;
    background: #1b392e;
    border-top: 1px solid #FFF;
}
.copyright_wrapper p {
    /*margin: 0px 0px 20px;*/
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #FFF;
}
.copyright_wrapper p a{
    color: #fff;
    text-decoration: none;
}
.copyright_wrapper ul {
    width: 100%;
    text-align: center;
}
.copyright_wrapper ul li {
    display: inline-block;
    width: auto;
    padding: 0px 5px;
}
.copyright_wrapper ul li img {
    max-width: 100%;
}




#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 1;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}
.carousel {
    position: relative;
    padding: 5px;
}
.carousel-item img {
    width: 80%;
    margin: 0px auto;
    display: block;
}

.product-sec-desktop .carousel-indicators li {
    width: 70px;
    height: 70px;
    border: 1px solid #CECECE;
    vertical-align: middle;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px;
    margin: 0 5px 0 0;
}
.product-img {
    border: 2px solid #CECECE;
}
.product-sec-desktop {
    margin: 50px 0px;
}
.carousel-indicators{justify-content: left;
    margin: 10px 0 0;
    position: relative;}
.product-info1 .breadcrumb li{font-size:14px; color:rgba(0,39,76,0.5);font-family: 'Open Sans', sans-serif; 
font-weight: 600;}
.product-info1 .breadcrumb li a{font-size:14px; color:rgba(0,39,76,0.5);font-family: 'Open Sans', sans-serif; 
font-weight: 600;}
.product-info1 .breadcrumb{background:transparent;padding: 0;}
.product-info1 .breadcrumb-item.active{font-size:0.875rem; color:rgba(0,39,76,0.5);font-weight: 600; }
.product-info1 .breadcrumb-item + .breadcrumb-item::before{color:rgba(0,39,76,0.5);}
.product-info1 h3{
  color: #1b392e;
  font-size: 1.875rem;
  margin-bottom: 13px;
  font-family: "Ekster Bold";
  font-weight: 900;
  width: 90%;
  }
  .product-info1 h1{
  color: #1b392e;
  font-size: 1.875rem;
  margin-bottom: 13px;
  font-family: "Ekster Bold";
  font-weight: 900;
  width: 90%;
  }

   .star-rate {color:#00274C;font-family: 'Open Sans', sans-serif;font-size:0.875rem;font-weight: 600;  }
   .star-rate i{color:#FAAC1B;font-size: 1.4rem;
    vertical-align: middle;} 
     .star-rate i:last-child{margin-right:5px;}

.product-info1 h6{color:rgba(0,39,76,0.75); font-size: 1.125rem;font-family: "Ekster Regular";
   
 font-weight: 400;    margin-top: 40px;
    margin-bottom: 40px;}
.product-info1 h5{color: #1b392e;font-size: 1.125rem;font-family: "Ekster Bold";font-weight: 800;text-transform: uppercase;margin-bottom:10px;margin-bottom: 20px;}
.product-info1 h5 i{color: #1d392f;} 
.color-gray-f{
   background: #faac1b;
   background: -moz-linear-gradient(left,  #faac1b 0%, #faac1b 49%, #eaeaea 49%, #eaeaea 100%);
   background: -webkit-linear-gradient(left,  #faac1b 0%,#faac1b 49%,#eaeaea 49%,#eaeaea 100%);
   background: linear-gradient(to right,  #faac1b 0%,#1d392f 49%,#EAEAEB 49%,#eaeaea 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faac1b', endColorstr='#eaeaea',GradientType=1 );
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.color-gray{
    color: #eaeaea !important;
}

.product-info1 h5 i:nth-child(1){margin-left:18px;}
.product-info1 h5:last-child{border-top: 1px solid #CECECE;
    padding: 28px 0px 0px;}
.product-info1 h5 span{color:#00274C; font-size: 0.875rem;font-family: 'Roboto Condensed', sans-serif;    margin-left: 10px;
    font-weight: 400; } 
.product-info1 h5 em {
    width: 132px;
    float: left;
    font-style: inherit;
}
.product-info1 h5 img {
    vertical-align: middle;
    margin-top: -12px;
    margin-left: -7px;
}
.product-info2{background:#FBFCFB; border:1px solid #CECECE;    padding: 22px 25px;}
.product-info2 h4{font-family: "Ekster Bold";font-size: 1.125rem; color:#00274C; font-weight: 900;}
.product-info2 h4 i{color:#FAAC1B; float: right;}
.product-info2 h3 .red-color{color:#ED0000;font-family: "Ekster Bold";     font-size: 18px;
    font-weight: 900;    vertical-align: middle;}

   .product-info2 h3 .red-div{          width: 100px;
    height: 24px;
    border: 1px solid #ED0000;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 14px;} 

.half_1{    
    background: #ED0000;
    width: 15px;
    height: 18px;
    display: table;
    margin: 2px;opacity:1;  
    animation: flickerAnimation 1s infinite;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.product-info2 h3{color:#00274C;font-size: 1.125rem;
    font-weight: 400;margin-top: 8px;}

    p.price-tag {
    margin-top: 20px;
    font-size: 1.438rem;
     font-family: 'Open Sans', sans-serif;
     font-weight: 900;
}
p.price-tag rem{   font-weight: 500; font-size: 0.750rem; font-style: inherit; color:#A5A5A5; text-decoration: line-through;}

span.discount_tag {
    background: #737F84;
    color: #fff;
    float: right;
    font-family: "Ekster Bold";
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0px 7px;
}
.number-input{margin-top:20px;}
.number-input button{border: 1px solid #DDDDDB;
    border-radius: 0px;
    background: #fff;
    font-size: 12px;
    padding: 0px;
    font-weight: 200;
    min-height: 43px;
    min-width: 28px;}

    input.form-control.input-number {
    text-align: center;
    min-height: 43px;
    color: #1d392f;
    font-family: "Ekster Bold";
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #DDDDDB;
    border-left: 0;
    border-right: 0;
    font-size: 0.875rem;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rrem rgba(0, 123, 255, 0.25) !important;
}

button.add-cart {
    margin-top: 15px;
    width: 100%;
    background: #1d392f;
    border: 0px;
    color: #fff;
    min-height: 53px;
    font-size:1rem;
    font-weight: 900;
}

button.add-cart img{vertical-align: text-top;}
.share-div {
    float: right;
}

.share-div span{
    padding: 5px 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    color: #1b392e;
    font-weight: 600;
    padding: 6px 5px;
    display: inline-table;
}
.share-div span i{color:#FAAC1B;}
.share-div ul li{display:inline-table; }
.share-div ul li a{color: #1b392e;}
.product-sec-desktop .share-div {
    float: right;
    width: 56%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.share-div ul{    float: right;}
.share-div ul li {
    display: inline-table;
    padding: 5px 5px;
}
.share-div span i {
    color: #1d392f;
    font-size: 15px;
    width: 20px;
    font-weight: 300;
}

.tab-cont {
    background: #FBFCFB;
    border: 1px solid #CECECE;
    text-align: center;
    padding:10px 0px;
        margin: 10px 0px 50px;
}


.tab-section .nav-tabs .nav-link{    color: rgba(0,39,76,0.7);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.125rem;
    font-weight: 900;
    border: 0px;
    border-bottom: 2px solid #fff;
    padding: 2px 0px;
    margin: 10px 20px;}

    .tab-section .nav-tabs .nav-link.active{color: #1b392e;border-bottom: 2px solid #1d392f;}
     .tab-section .nav-tabs {
    border-bottom: 0px solid #dee2e6; }
.tab-cont h3{color: #1b392e;font-family: "Ekster Bold";font-size: 1.375rem;}
.tab-cont h3 i{color: #1d392f;width:35px;}
.tab-cont p{ font-size:1.375rem;color: rgba(0,39,76,0.7);font-family: "Ekster Regular";
    font-weight: 400;    margin: 10px 0px 29px;}
.tab-cont button{
    background: #1d392f;
    color:#fff;
    border:0px;
    font-family: "Ekster Bold";
    font-size:1.125rem;
    font-weight:900;
    min-width: 190px;
    margin-bottom: 20px;
    min-height: 42px;
    margin-top: 30px;
    text-transform: uppercase;
    }

p.text-tab {
    margin: 20px 0px 20px !important;
}

.overlay-tab {
    position: relative;
    display: table;
    margin: 0 auto;
        padding: 20px 0px;
}
.popup-eye{position: absolute;
    color: #fff;
    left: 50%;
 
    transform: translate(-39%, -46%);
    top: 50%;
    font-size: 20px;}
    .popup-eye a{color: #fff;}

    .review-left{width: 100%;
    padding: 50px 0 0;}
    .review-left h4{color: #1b392e;font-family: "Ekster Bold";font-weight: 700;font-size:1.125rem;text-transform: uppercase;}
    .review-left h5{color:rgba(0,39,76,0.75); font-size:0.875rem; font-weight: 600;    margin: 10px 0px 13px; font-family: 'Open Sans', sans-serif;}
    .review-left h5 i{color:#FAAC1B; font-size: 16px;    font-size: 15px;
    vertical-align: middle;}
    .review-left h6{    margin: 5px 0px;color:#00274C;font-size:0.875rem; font-weight: 600;  font-family: 'Open Sans', sans-serif;}

    .rating-label {
       color: #00274C;
    font-size: 0.813rem;
    font-weight: 700;
     font-family: 'Open Sans', sans-serif;
}

.rating-bar {
    width: 200px;
    padding: 3px 8px;

}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border: 1px solid #C1C1C1;
    cursor: pointer
}

.bar-5 {
    width: 78%;
    height: 16px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaa8d+0,f35119+100 */
background: #ffaa8d; /* Old browsers */
background: -moz-linear-gradient(left,  #ffaa8d 0%, #1d392f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffaa8d 0%,#1d392f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffaa8d 0%,#1d392f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#1d392f',GradientType=1 ); /* IE6-9 */




}

.bar-4 {
    width: 13%;
    height: 16px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaa8d+0,f35119+100 */
background: #ffaa8d; /* Old browsers */
background: -moz-linear-gradient(left,  #ffaa8d 0%, #1d392f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffaa8d 0%,#1d392f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffaa8d 0%,#1d392f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#1d392f',GradientType=1 ); /* IE6-9 */

}

.bar-3 {
    width: 6%;
    height: 16px;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaa8d+0,f35119+100 */
background: #ffaa8d; /* Old browsers */
background: -moz-linear-gradient(left,  #ffaa8d 0%, #1d392f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffaa8d 0%,#1d392f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffaa8d 0%,#1d392f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#1d392f',GradientType=1 ); /* IE6-9 */


}

.bar-2 {
    width: 3%;
    height: 16px;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaa8d+0,f35119+100 */
background: #ffaa8d; /* Old browsers */
background: -moz-linear-gradient(left,  #ffaa8d 0%, #1d392f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffaa8d 0%,#1d392f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffaa8d 0%,#1d392f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#1d392f',GradientType=1 ); /* IE6-9 */


}

.bar-1 {
    width: 0%;
    height: 16px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaa8d+0,f35119+100 */
background: #ffaa8d; /* Old browsers */
background: -moz-linear-gradient(left,  #ffaa8d 0%, #1d392f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffaa8d 0%,#1d392f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffaa8d 0%,#1d392f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa8d', endColorstr='#1d392f',GradientType=1 ); /* IE6-9 */

}
.rating-bar0 td{
    color: #1b392e;
    font-size: 0.813rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    }

     .rating-bar0.justify-content-center {
    margin: 30px 0px;
}

.customer-text{}
.customer-text h4{font-family: 'Open Sans', sans-serif;font-weight: 600;font-size: 0.875rem;color: #1b392e;}
.customer-text h4 span{display: inline-table;
width:31px; height: 31px; background:#fff; border-radius: 50%;     margin-right: 5px;   text-align: center;
    }
.customer-text h3{color: #1b392e;font-family: "Ekster Bold";font-size:1.125rem;margin: 10px 0px 15px;}
.customer-text h3 span{color: #1d392f;
    margin-right: 10px;}

  .customer-text p{color: #1b392e;font-size: 0.875rem;font-family: "Ekster Regular";line-height: 19px;font-weight: 500;}  
  .customer-text {
    margin-bottom: 40px;
}
.load-more-btn{color:#00274C; font-size: 1rem; background:#FBFCFB; min-width:190px; min-height: 42px;  
  border: 1px solid #d6d6d6;  font-family: "Ekster Bold"; margin-bottom:30px;
    font-weight: 900;}


   .top_wrapper.product-wrapper .top_wrap h1{font-size:1.875rem; font-weight: 900;    line-height: 60px;}
   .top_wrapper.product-wrapper .top_wrap h1:after{    height: 4px;}
   .top_wrapper.product-wrapper {
    margin-top: 25px;
}



.step-sec p{color: #1b392e;font-size:1.125rem;font-family: "Ekster Regular";font-weight: 500;text-align:center;}
.step-sec {
    margin-top: 50px;
} 

.step-sec p.inactive{opacity: 0.3;}
.shipping-info_head {
    border-bottom: 3px solid #1d392f;
    width: 100%;
}
.title-text-shipping h3{
    color: #1b392e;
    font-size:1.875rem;
    font-family: "Ekster Bold";
    font-weight: 900;
    padding: 5px 0px;
    }

form.shipping-form {
    margin-top: 40px;    margin-bottom: 80px;

}
form.shipping-form label{color:#00274C; font-size:0.938rem;     margin-bottom: 1px;   
    font-family: "Ekster Bold"; font-weight: 900;    width: 100%;}
form.shipping-form .form-control{border:1px solid #D2D2D2;     min-height: 54px;
    border-radius: 0px;} 

    form.shipping-form label span{color:#EA0000;}
    .title-text-shipping {
    margin-top: 30px;
}
    form.shipping-form select.form-control{
-moz-appearance: none;
-webkit-appearance: none;
-appearance: none;
background:url(../images/drop-down.png) no-repeat;     background-position: 99.9%;
border-right:0px;
}


 form.shipping-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777777;  font-family: 'Open Sans', sans-serif; font-size:0.875rem;
}
 form.shipping-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #777777;  font-family: 'Open Sans', sans-serif; font-size:0.875rem;
}
 form.shipping-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #777777;  font-family: 'Open Sans', sans-serif; font-size:0.875rem;
}
 form.shipping-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #777777;  font-family: 'Open Sans', sans-serif; font-size:0.875rem;
}


/* Hide the browser's default radio button */
.cont-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
    top: 0px;
    left: 0;
    height: 22px;
    width: 22px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cont-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cont-label input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cont-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cont-label .checkmark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.cont-label {
    margin: 0px 11px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
    display: inline-table;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      width: auto !important;
}

.radio-sec .form-group{background:#F7F7F7;    padding: 18px 20px;text-align: center;}
.radio-sec .form-group h3{text-align:center; font-size: 0.938rem; color: #00274C;    font-weight: 900;
    font-family: "Ekster Bold";  margin-bottom: 11px;}

 form.shipping-form .img-card {
     float: right;}
      form.shipping-form .img-card a img{    width: 30px;
    margin: 2px 5px;
    border-radius: 4px;
}
img.cardno {
    position: absolute;
    right: 22px;
    top: 41px;
    opacity: 0.5;
}

.cardno.lock{opacity: 1;right: 27px;
}

.complete-order-btn{background:#1d392f;    font-family: "Ekster Bold"; font-size: 1.5rem;     color: #fff;
    border: 0px;
    font-weight: 700;
    padding: 14px 0px;
    width: 100%;}

.shipping-form p{ font-family: 'Open Sans', sans-serif; font-size:15px; color:#7b7676;    font-weight: 600;
    text-align: center;margin: 5px 0px;}
    .shipping-form p img{    vertical-align: bottom;}
.order-sumry {
    background: #1b392e;
    color: #fff;
    margin-top: 39px;
    text-align: center;
    padding: 20px 30px;
}
.order-sumry h3{    font-family: "Ekster Bold"; font-weight: 900; font-size:1.5rem;}
.order-sumry h4{font-size:2.125rem;    font-family: 'helveticaneuebold';    font-weight: 900;margin: 16px 0px 10px;}
.list-payment{    border-top: 1px solid #fff;
    padding: 11px 0px 0px;
    margin-top: 20px;}
.list-payment img{width:32px;}

.cart-table td{color: #1b392e;font-family: "Ekster Bold";
font-size: 1rem;font-weight: 800;vertical-align: middle;border: 1px solid #DDDDDB;text-align: center;padding: 29px 21px;}

.cart-table th{    font-family: "Ekster Bold"; font-size: 1rem; font-weight: 800; text-align:  center;}
.img-cart {
    display: flex;
    align-items: center;
} 
.img-cart i{color:#000; font-size:20px;}
.cart-table .number-input{
    display: flex;
    align-items: center;
}  

.img-cart img{    margin: 0 auto;}
.cart-table .number-input .input-group{width:110px;float: left;margin-right: 10px;}

.cart-table  .number-input{ margin: 0 auto;
    display: table;}

    .cart-table  .number-input a{display: table;
    margin: 8px 10px;}


   .blck-btn{color:#fff; font-size: 1rem; font-family: "Ekster Bold"; font-weight: 900;
    background: #000;
    border: 0px;
    padding: 12px 22px;
    margin-bottom: 20px;
} 
   .white-btn{color:#000; font-size: 0.938rem; font-family: "Ekster Bold";
   font-weight: 900;
    background:transparent;
    border: 1px solid #000;
    float: right;
    padding: 12px 52px;
margin-bottom: 20px;}


.cart-text .col-md-12{background:url(../images/img-bg1.png) no-repeat;background-size: cover;padding: 35px 10px 0px;min-height: 487px;}
.ribbon-img{    height: 45px;
    width: 97%;
        margin-bottom: 60px !important;

    background: #FF4E00;
    text-align: center;
margin: 0 auto;}
.ribbon-img img {
    margin: -60px;
}
.cart-text h3{color: #1b392e;font-size: 1.875rem;font-family: "Ekster Bold"; font-weight: 900;text-align:center;margin-bottom: 55px;}
.cart-text p{
    font-size: 13px;
    color: #1b392e;
    line-height: 17px;
    text-align:center;
    margin-bottom: 20px;
    padding: 0px 45px;
    font-weight: 500;
    }
    .cart-text p a{
     color: #1b392e;
     text-decoration: none;   
    }

    .cart-text {
    margin: 20px 0px 40px;
}
.coupon-applied{font-family: "Ekster Bold"; font-size:0.875rem; font-weight: 700;    text-align: left; clear: both;margin: 7px 20px;}
.coupon-applied span{ min-width: 68px;
    background: #156284;
    float: right;
    padding: 1px 7px;
    border: 1px dotted #979797;
    height: auto;    margin-top: -2px;}
    .coupon-applied span a img{    margin: 0px 0px 3px 7px;
}
.save-div{font-family: "Ekster Bold"; font-size:0.875rem; font-weight: 700;clear: both;margin: 7px 20px;    text-align: left;}
.save-div span{color:#1d392f;    float: right;}
.free-shipping p{font-family: "Ekster Bold"; font-size:14px;font-weight: 700;    width: 63%; color: #1b392e;
    margin: 0 auto;}
.free-shipping{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d392f+0,fba88c+46,f35119+100 */
background: #1d392f; /* Old browsers */
background: -moz-linear-gradient(left,  #1d392f 0%, #fba88c 46%, #1d392f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1d392f 0%,#fba88c 46%,#1d392f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1d392f 0%,#fba88c 46%,#1d392f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d392f', endColorstr='#1d392f',GradientType=1 ); /* IE6-9 */

     padding: 12px 20px;

}

.order-sumry.cart-order{    padding: 20px 0px;}
.cart-table .number-input button{color:#B3BBC2;}

.subscribe-div label {
          cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 25px; /* 10 px padding right + 15px input type*/
        margin-right: 10px; /* margin between inputs types */
    }
    
.subscribe-div label:before {  
        content: "";
        width: 21px;
        height:21px;
        position: absolute;  
        left: 0;
        top: 7px;
          border:2px solid #008B00;
          background:#fff;
    }
    
.subscribe-div input[type=checkbox] {  
        display: none;  
    }
    
.subscribe-div .checkbox label:before {
    background: url('../images/tick1.svg') left center no-repeat; 
    margin-top: 2px;
    }
    
.subscribe-div input[type=checkbox]:checked + label:before {  
        background: url('../images/tick2.svg') left center no-repeat; 
 width: 25px;
 border: 0px;
    height: 23px; 
    } 
    .subscribe-div label{font-size: 12px;font-family: "Ekster Bold";font-weight: 900;color:#fff;letter-spacing: 1px;width: 82%;}
.subscribe-div label span{font-family: "Ekster Bold";font-weight: 700;font-size: 10px;display: table;margin:0 auto;}
.subscribe-div {
    background: #1c7454;
    border: 1px solid #fff;
    padding: 10px 15px 5px;
    text-align: center;
    margin: 19px 20px 9px;
}
.chkout-btn{
    background: #1d392f;
    text-transform: uppercase;
    color: #fff;
    width: 86%;
    border: 0px;
    font-family: "Ekster Bold";
    font-size: 0.75rem;
    font-weight: 900;
    padding: 10px;
    margin-top: 6px;
}

.hv-coupon .input-group {
    background: #fff;
       padding: 2px 3px 0px;
  
    margin: 0 auto;
}

.hv-coupon .form-control{background:transparent; border:0px;    min-height: 41px;
}
.hv-coupon .btn{
    background: #1d392f;
    color: #fff;
    font-size: 0.938rem;
    border-radius: 0px;
    padding: 11px 23px;
    font-weight: 900; 
}
.hv-coupon {
    margin: 20px 21px;
    border-top: 1px solid #fff;
    padding: 10px 0px;
}

.hv-coupon p{ font-family: 'Open Sans', sans-serif;    font-size: 0.750rem;
    font-weight: 800;
    margin: 8px 0px;}
 .order-sumry.cart-order{margin-top: 8px;}
   .order-sumry.cart-order .list-payment{margin: 20px 20px 0px;    }

  .mobile-table{display: none;} 

  .desktop-off{display:none;}
  .mobile-sec-product{display:none;}
  .share-div{float:left; width:175px;}

  .title-text-shipping p{
    color: #1b392e;
   font-family: "Ekster Regular";
    font-size: 1.375rem;
    margin-bottom: 40px;
    margin-top: 13px;
    }

  .box-thanku{border: 2px solid #1b392e;border-radius: 5px;}
  .box-thanku h3{
    color:#fff;
    font-weight: 900;
    font-family: "Ekster Bold";
    font-size: 1.125rem;
    text-transform: uppercase;
    background: #1b392e;
    padding: 10px 20px;
    border-radius: 3px 3px 0px 0px;
    }
  .box-thanku h3 span{color: #1d392f;}
  .pro-img{position: relative;}
   .pro-img img{margin:0 auto; display: table;}
  .offer-tag {position: absolute;top: 0;
    right:16px;
}
 .offer-tag span{    position: absolute;
    right: 0px;
    top: 22px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 20px;
    font-weight: 900;
}
.pro-info {}
.pro-info .star{}
.pro-info h4{color: #1b392e;font-size:1rem;font-family: 'Open Sans', sans-serif;font-weight: 800;margin: 9px 0px 14px;}
.pro-info h5{ font-family: 'Open Sans', sans-serif;}
.pro-info h5 .org{font-size:1.125rem; font-weight: 700; color:#FF4E00;    margin-right: 10px; }
.pro-info h5 .line-thrw{color:#A5A5A5; font-size:0.75rem;font-weight: 600; text-decoration: line-through;}
.pro-info h5 .qunty{color:#00274C;font-size:0.75rem;font-weight: 600; float:right;}
.pro-info p{font-family: "Ekster Regular"; font-size: 0.875rem; color:#00274C; line-height: 19px;    margin: 15px 0px;font-weight: 500;
    width: 90%;}
.pro-info button{
    width: 100%;
    border: 0px;
    background: #1d392f;
    font-family: "Ekster Bold";
    font-size: 1.125rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px;
    margin-top: 30px;
    }
    .pro-info button:hover{background:#000;}

.product-thk{padding:20px 15px;}
.sumry-table tr td{color:#00274C; font-size: 1rem;font-family: "Ekster Bold"; font-weight: 700;border: 1px solid #DDDDDB;    vertical-align: middle;
    text-align: center;}
.sumry-table{margin:20px 15px;    width: 94%;}
.sumry-table td:nth-child(1){width:30%;}
.sumry-table td:nth-child(2){width:35%;}
.small-table td{border: 1px solid #DDDDDB;    vertical-align: middle;
    text-align: center;}
    .small-table td p{font-size:1rem; color:#00274C; font-family: 'Roboto Condensed', sans-serif;     font-weight: 700; }
    .mobile-table1{display:none;}

   .shiping-addrs {
    padding: 0px 15px;
}
    .shiping-addrs h5{color: #1b392e;font-weight:700;font-family: "Ekster Bold";font-size: 0.875rem;margin-top: 5px;}
    .shiping-addrs p{color:rgba(0,39,76,0.75); font-family: "Ekster Regular";font-size: 0.875rem;font-weight:400;    margin-top: 10px; margin-bottom: 20px; width:66%;
}
    .shiping-addrs p span{text-transform: uppercase;}
      .shiping-addrs .row:last-child .col-sm-6 p{width:100%;}

.social-btn{}
.social-btn h3{color:#00274C; font-family: "Ekster Bold"; font-weight: 900; font-size:1.875rem;    margin-bottom: 16px;}  
.social-link{}  
.social-link a{display:inline-table; min-width:192px; min-height: 42px; color:#fff !important;
    font-family: "Ekster Bold"; font-weight: 600; text-align: center;  font-size: 1.125rem; 
    text-transform: uppercase;    line-height: 42px; 
    margin-right: 10px;}   
.fb-btn{background:#4B6EA9;}
.twtr-btn{background:#10C0EE;}
.gmail-btn{background:#FF4E00;}
.social-link a i{width:20px;}
.social-btn {
    margin: 30px 0px;
}
.continue-shopin p{font-family: "Ekster Bold";font-size:0.875rem;margin-top: 10px; color:#696969; font-weight: 600;  }
.continue-shopin p a{color: #1b392e;}
.continue-shopin p img{vertical-align: text-bottom;
    margin-right: 7px;}
.continue-shopin button{font-family: "Ekster Bold"; font-size:1rem; color:#fff; font-weight: 900;
 background:#000; border: 0px; float: right;    padding: 11px 22px;}
 .thanku-sec{padding-bottom:60px;}
 .continue-shopin {
    margin-top: 24px;
    vertical-align: middle;
}
.continue-shopin button:hover{background: #1d392f;}
.continue-shopin p a:hover{    color: #1d392f;}
.product-img .carousel-indicators li{opacity: 1;}
.share-div ul li a:hover{
    color: #1d392f;
}

.star-rate img {
    vertical-align:top;
} 
.review-left h5 img{
    vertical-align: top;
} 
.customer-text h3 img{
    vertical-align: top;
} 
button.add-cart:hover{background:#000;}
.price-tag em{text-decoration: line-through; font-size: 12px; color: #A5A5A5; font-style:inherit; 
    font-weight: 600;}
    .order-sumry.cart-order{}
    .order-sumry.cart-order .list-payment {
    margin: 10px 20px 0px;
}
.chkout-btn:hover{background:#000;}
.hv-coupon .btn:hover{background:#000;}
.blck-btn:hover{background: #1d392f;}
.white-btn:hover{    background: #000; color:#fff;}
.complete-order-btn:hover{
    background: #000;}

  .box-thanku.gry-border  {border: 1px solid #DDDDDB;}
  .pro-info {
    margin-top: 15px;
}

.tab-cont button:hover {
    background: #000;}
.div#custCarousel {text-align: center;}
#custCarousel1 .carousel-indicators li img {
    display: block;
    opacity: 1;
}
#custCarousel1 {min-height: 370px; text-align: center;}

.form-control.input-number{
 -moz-appearance: textfield !important;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;

}
.form-control:focus{box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;}
.social_list ul li a:hover{
    color: #ffca08;
}

span.bottle {
    position: absolute;
    display: table;
    margin: 0 auto;
     top: 11px;
    right: 32%;
}
.product-sec-desktop span.discount_tag{margin-top:10px;}
.btn.disabled, .btn:disabled {
    opacity: 1 !important;
}

/*-----------------------*/
#st-2 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  bottom: 104px;
  z-index: 94034;
}
#st-2.st-left {
  left: 0px;
}
#st-2.st-hidden.st-left {
  left: -48px;
}
#st-2.st-hidden {
  width: 96px;
}
#st-2 > div {
  clear: left;
  float: left;
}
#st-2 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px; 
}
#st-2 .st-btn.st-first {
  border-top: none;
  border-top-right-radius: 4px;
}
#st-2 .st-btn.st-last {
  border-bottom: none;
  border-bottom-right-radius: 4px;
}
#st-2 .st-btn > svg {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-2 .st-btn > img {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-2 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}
#st-2 .st-btn.st-hide-label > span {
  display: none !important;
}
#st-2 .st-total {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
      border-top-right-radius: 4px;
}
#st-2 .st-total.st-hidden {
  display: none;
}
#st-2 .st-total > span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}
#st-2 .st-total > span.st-shares {
  font-size: 11px;
  line-height: 11px;
}
#st-2 .st-toggle {
  left: -48px;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #ccc;
  border-bottom-right-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 48px;
}
#st-2.st-hidden .st-toggle {
  border-top-right-radius: 4px;
}
#st-2.st-left .st-toggle .st-left {
  display: inline-block;
}
#st-2.st-left.st-hidden .st-toggle .st-left {
  display: none;
}
#st-2.st-left .st-toggle .st-right {
  display: none;
}
#st-2.st-left.st-hidden .st-toggle .st-right {
  display: inline-block;
}#st-2:hover .st-toggle {
  left: 0;
}
#st-2.st-hidden:hover .st-toggle {
  left: 48px;
}
#st-2.st-toggleable:hover .st-btn.st-last {
  border-bottom-right-radius: 0;
}
#st-2.st-toggleable:hover .st-btn.st-last:hover {
  border-bottom-right-radius: 4px;
}
#st-2 .st-btn:hover {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#st-2.st-has-labels .st-btn:hover {
  width: 120px;
}
#st-2:not(.st-has-labels) .st-btn:hover {
  width: 120px;
}
#st-2 .st-btn.st-hide-label:hover {
  width: 120px;
}
#st-2 .st-btn:hover > svg {
  margin-left: 5px;
}
#st-2 .st-btn:hover > img {
  margin-left: 5px;
}
#st-2 .st-btn:hover > span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}

#st-2 .st-btn[data-network='pinterest'] {
  background-color: #CB2027;
}

#st-2 .st-btn[data-network='twitter'] {
  background-color: #55acee;
}

#st-2 .st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}

#st-2 .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}

#st-2 .st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}

#st-2 .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}

@media (max-width: 1024px) {
  #st-2{
    display: none;
  }
}

/*-----------------------------*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.discount_price{
    color: red;
}
         @media 
         (-webkit-min-device-pixel-ratio: 2), 
         (min-resolution: 192dpi) { 
         .cart-text .col-md-12 {
    background: url(../images/img-bg1@2x.png) no-repeat;    background-size: 100%;}
         }
         @media 
         (-webkit-min-device-pixel-ratio: 1.25), 
         (min-resolution: 120dpi){ 
          .cart-text .col-md-12 {
    background: url(../images/img-bg1@2x.png) no-repeat;
    background-size: 100%;
    }
       }
         @media 
         (-webkit-min-device-pixel-ratio: 1.3), 
         (min-resolution: 124.8dpi){ 
            .cart-text .col-md-12 {
    background: url(../images/img-bg1@2x.png) no-repeat;background-size: 100%;}
         }
         @media 
         (-webkit-min-device-pixel-ratio: 1.5), 
         (min-resolution: 144dpi){ 
           .cart-text .col-md-12 {
    background: url(../images/img-bg1@2x.png) no-repeat;background-size: cover;}
         }


a.colo-fr {
    color: #FF4E00 !important;
}


.top-bar{
  width: 100%;
  background: #1d392f;
  padding: 5px 0;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.logo_box img.logo{width: 25%;padding: 12px 0 8px 9px;}



.top-bar p{
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.top-bar p span{color: #fff;}

@media screen and (max-width: 1024px){
.header_wrapper{margin-top: 4%;}
}

@media screen and (max-width: 800px){
/* .header_wrapper{margin-top: 5%;} */
.logo_box img.logo{width: 40%;}
}

@media screen and (max-width: 767px){
.top-bar p{font-size: 13px;}
.nav_wrapper{margin-top: 3%;}
}
@media screen and (max-width: 479px){
.nav_wrapper{margin-top: 6%;}

}
@media screen and (max-width: 320px){
.top-bar p {
    font-size: 11px;
}
}


.main_area {
    width: 1176px;
    max-width: 100%;
    margin: 0px auto;
    font-family: "Ekster Regular";
}
.flow > * +* {
    margin-top: 1em;
}
.content_area h3 {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    font-weight: 700;
}
.content_area p {
    font-size: 1rem;
}
.unorder_list {
    padding-left: 1rem;
}
.unorder_list li{
   list-style-type: disc !important;   
}

.squareForm p {
    color: #7b7676;
    font-size: 15px;
}

.web-term-privacy {
    margin-top: 0!important;
}
.bnr-wd{width: 60%;}
.sold-out{background: red; color: #fff; font-size: 1rem;
    font-weight: 900; margin-top: 19px;
    min-height: 45px;
width: 100%; border:none;}

@media screen and (max-width: 767px){
   .bnr-wd{width: 100%;} 
}

form{
    padding: 0;
}

.radio-new{
    width: 100%;
    text-align: center;
}

.radio-new ul{
    margin:0;
    padding: 0;
}

.radio-new ul li{
    display: inline-block;
    list-style: none;
    padding: 0 5px 0 0;
}

.radio-new ul li input[type="radio"]{
    vertical-align: middle;
    width: 18px
    height:18px;
}

.radio-new1 {
    width: 100%;
    text-align: center;
    padding-top: 29px;
}

.radio-new1 ul{
    margin:0; 
    padding: 0;
}

.radio-new1 ul li{
    display: inline-block;
    list-style: none;
    padding: 0 1px 0 0;
}

.radio-new1 ul li input[type="radio"]{
    vertical-align: middle;
    width: 15px;
    height:15px;
}

.carousel-indicators li a{margin:0 auto;}

@media screen and (max-width: 767px){
.product-img .carousel-indicators li{
    margin-top: 25px;}
}


.product-info1 p {
    padding: 10px 0;
}
.product-info1 ul {
    margin: 0 0 15px 0;
    padding: 0;
}
.product-info1 ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 38px;
    padding-bottom: 5px;
}

.share-div ul li{padding-left: 0;}

@media screen and (max-width: 767px){
.product-info1 h5 img{
    margin-top: 0;
    margin-left: 0;
}
}
@media(min-width: 767px) {
    .customer-text.dn-d {
        display: none;
    }
}
.sold-out {
    background: red;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    margin-top: 19px;
    min-height: 45px;
    width: 100%;
    border: none;
}
.img-cart img {
    width: 50%;
}
.promise_wrap .seal_img {
    max-width: 150px;
    width: 100%;
    margin: 20px auto auto auto;
}
@media screen and (max-width: 580px){
    .promise_wrap .seal_img {
    max-width: 120px;
    }
}
