@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat-Light88f5.ttf?409c7f79a42e56c785f50ed37535f0be) format("truetype");
}
@font-face {
    font-family: Montserrat-Italic;
    src: url(../fonts/Montserrat-Italic3491.ttf?a7063e0c0f0cb546ad45e9e24b27bd3b) format("truetype");
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regularbd31.ttf?ee6539921d713482b8ccd4d0d23961bb) format("truetype");
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold6bcc.ttf?ade91f473255991f410f61857696434b) format("truetype");
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold0e72.ttf?c641dbee1d75892e4d88bdc31560c91b) format("truetype");
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium5303.ttf?c8b6e083af3f94009801989c3739425e) format("truetype");
}
@font-face {
    font-family: Georgia;
    src: url(../fonts/georgiaabb9.ttf?9a64183b72701765451154a39c91a323) format("truetype");
}
@font-face {
    font-family: georgia Regular font;
    src: url("../fonts/georgia%20Regular%20font2f46.ttf?f4b306eed95aa7d274840533be635532") format("truetype");
}
@font-face {
    font-family: georgia bold;
    src: url(../fonts/georgia.html\bold.ttf?d312a7a0fe830489de6c2b10e9be59ab) format("truetype");
}
@font-face {
    font-family: georgia italic;
    src: url(../fonts/georgia.html\italic.ttf?d87397857e6b26f38a8b64d09ec471de) format("truetype");
}
* {
    box-sizing: border-box;
    list-style: none;
    outline: none;
    word-wrap: break-word;
}
body {
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat-SemiBold;
}
h1 {
    color: #000;
    font: 35px Montserrat-SemiBold;
}
h2 {
    font-size: 24px;
    font-family: Montserrat-SemiBold
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 11px;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
a,
a:hover,
p,
span {
    font-family: Montserrat-Regular;
    color: inherit;
    text-decoration: none;
}
button {
    font-size: 13px;
}
.btn {
    border-radius: 0;
    font-size: 14px;
}
.btn,
a .btn {
    background: #ffba00;
}
p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}
img {
    width: 100%;
    height: auto;
}
address {
    margin: 0;
}
.ti {
    font-style: italic;
}
.tc {
    text-align: center;
}
.pc {
    color: #db2727;
}
.sub_pc {
    color: #cd9137;
}
.sc {
    color: #000;
}
.sub_sc {
    color: #d79839;
}
.pc_bg {
    background: #db2727;
}
.sub_pc_bg {
    background: #cd9137;
}
.sc_bg {
    background: #000;
}
.sub_sc_bg {
    background: #d79839;
}
.pl {
    padding-left: 4px;
}
@media screen and (max-width: 991px) {
    .pl {
        padding-left: 0;
    }
}
.pr {
    padding-right: 4px;
}
@media screen and (max-width: 991px) {
    .pr {
        padding-right: 0;
    }
}
.cmr {
    margin-right: 10px;
}
.cml {
    margin-left: 10px;
}
@media screen and (max-width: 991px) {
    .cml {
        margin-left: 0;
    }
}
.inpt_pl {
    padding-left: 12px;
}
.inpt_pr {
    padding-right: 12px;
}
.searchbox {
    position: relative;
    min-width: 30px;
    width: 0;
    height: 30px;
    float: right;
    overflow: hidden;
    transition: width 0.3s;
}
.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0 55px 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    transition: width 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.searchbox-input:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    color: rgba(0, 0, 0, 0.6);
}
.search_btn:focus {
    box-shadow: none;
    outline: none;
}
.searchbox-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.searchbox-input:-moz-placeholder,
.searchbox-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.searchbox-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.searchbox-icon,
.searchbox-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 14px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 30px;
    text-align: right;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}
.searchbox-icon i,
.searchbox-submit i {
    font-size: 15px;
    color: #000;
}
.searchbox-open {
    width: 100%;
}
.searchbox-input {
    height: 29px;
}
.order-history-searchbox {
    position: relative;
    min-width: 30px;
    width: 0;
    height: 30px;
    float: right;
    overflow: hidden;
    transition: width 0.3s;
}
.order-history-searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0 55px 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    transition: width 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.order-history-searchbox-input:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    color: rgba(0, 0, 0, 0.5);
}
.order-history-searchbox-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.order-history-searchbox-input:-moz-placeholder,
.order-history-searchbox-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.order-history-searchbox-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.order-history-searchbox-icon,
.searchbox-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 14px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 30px;
    text-align: right;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}
.order-history-searchbox-icon i,
.searchbox-submit i {
    font-size: 15px;
    color: #000;
}
.order-history-searchbox-open {
    width: 100%;
}
.order-history-searchbox-input {
    height: 29px;
}
.custom-top_nav {
    padding: 8px 5% 10px;
   
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	background:#ffc107 ;
	color:#800000 !important;
	font-weight:bold;
}
.custom-top_nav a {
    font: 13px Montserrat-Regular;
    padding: 0;
    color: #000;
}
@media screen and (max-width: 991px) {
    .custom-top_nav .custom-navbar-rightcontent {
        width: 100%;
    }
}
.custom-top_nav .custom-navbar-rightcontent ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}
@media screen and (max-width: 991px) {
    .custom-top_nav .custom-navbar-rightcontent ul {
        margin-top: 8px;
        justify-content: center;
    }
}
.custom-top_nav .custom-navbar-rightcontent ul li {
    padding: 0 15px;
}
.custom-top_nav .custom-navbar-rightcontent ul li:last-child {
    padding-right: 0;
}
@media screen and (max-width: 991px) {
    .custom-top_nav .custom-navbar-rightcontent ul li:last-child {
        padding-right: 15px;
    }
}
.custom-top_nav .custom-navbar-rightcontent ul li a {
    padding: 0;
}
.custom-top_nav .custom-navbar-rightcontent ul li img {
    width: 15px;
    height: 15px;
}
.custom-top_nav .custom-navbar-rightcontent ul li .circle_badge_wraper {
    position: relative;
}
.custom-top_nav .custom-navbar-rightcontent ul li .circle_badge_wraper i {
    font-size: 15px;
}
.custom-top_nav .custom-navbar-rightcontent ul li .circle_badge_wraper .circle_badge {
    position: absolute;
    left: 1px;
    font-size: 7px;
    top: -2px;
    width: 11px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-top_nav .custom-navbar-rightcontent ul li input {
    border-top: none;
    border-left: none;
    color: rgba(0, 0, 0, 0.6);
}
.custom-top_nav .custom-navbar-rightcontent ul li input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.custom-top_nav .custom-navbar-rightcontent ul li input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.custom-top_nav .custom-navbar-rightcontent ul li input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.custom-top_nav .custom-navbar-rightcontent ul li input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.custom-top_nav .custom-navbar-rightcontent ul li input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.custom-top_nav .custom-navbar-rightcontent ul li input:focus {
    box-shadow: none;
}
.bottom_nav {
    background: #fff;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.35);

}

.bottom_nav button {
    border: none;
}
.bottom_nav .bottom_nav_content {
    justify-content: flex-end;
}
.bottom_nav .bottom_nav_content .bottom_nav_list_wraper {
    align-items: center;
}
.bottom_nav .bottom_nav_content .bottom_nav_list_wraper li {
    padding: 0 30px;
}
@media screen and (max-width: 991px) {
    .bottom_nav .bottom_nav_content .bottom_nav_list_wraper li {
        padding-bottom: 15px;
    }
}
.bottom_nav .bottom_nav_content .bottom_nav_list_wraper li a {
    padding: 0;
    font: 14px Montserrat-Regular;
    color: #000;
	font-weight:bold;
}
.bottom_nav .bottom_nav_content .bottom_nav_list_wraper li a:focus,
.bottom_nav .bottom_nav_content .bottom_nav_list_wraper li a:hover {
    color: #db2727;
}
.bottom_nav .bottom_nav_content .bottom_nav_list_wraper li a img {
    width: 250px;
}
.bottom_nav .bottom_nav_content .bottom_nav_list_wraper .active {
    color: #db2727;
}
.hero_banner {
    position: relative;
}
.hero_banner .hero_banner_wraper {
    height: auto;
    width: 100%;
    margin: auto;
}
.hero_banner .hero_banner_wraper .hero_banner_img_wraper img {
    width: 100%;
    height: 100%;
}
.hero_banner .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.hero_banner .owl-theme .owl-dots .owl-dot.active span {
    background: #db2727;
    border: none;
    width: 12px;
    height: 12px;
}
.hero_banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -30px;
    position: relative;
}
.hero_banner .owl-dots button:focus {
    outline: none;
}
.welcometo_swastik {
    padding: 5% 0 3%;
}
@media screen and (max-width: 991px) {
    .welcometo_swastik .welcometo_swastiks_right_img {
        width: 100%;
        height: 400px;
        display: none;
    }
}
.welcometo_swastik .welcometo_swastiks_right_img img {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .welcometo_swastik .welcometo_swastiks_right_img img {
        width: 100%;
        height: 100%;
    }
}
.welcometo_swastik .welcometo_swastiks_content_wraper {
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 2%;
}
@media screen and (max-width: 991px) {
    .welcometo_swastik .welcometo_swastiks_content_wraper {
        padding-right: 5%;
    }
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_title_content_wraper {
    margin-bottom: 5%;
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_title_content_wraper h1 {
    margin-bottom: 20px;
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_title_content_wraper p {
    font: 18px georgia;
    line-height: 1.4;
    padding-right: 3%;
}
@media screen and (max-width: 991px) {
    .welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_title_content_wraper p {
        padding-right: 0;
    }
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_organic_col {
    margin-bottom: 9%;
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_organic_col .welcometo_swastiks_organic_img_wraper {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_organic_col .welcometo_swastiks_organic_img_wraper img {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-top: 4px;
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_organic_col h3 {
    font-family: Montserrat-SemiBold;
    margin-bottom: 10px;
}
.welcometo_swastik .welcometo_swastiks_content_wraper .welcometo_swastiks_organic_col p {
    padding-right: 3%;
    font: 18px georgia;
    line-height: 1.4;
    flex: 1;
}

.fcolor {
	
	background-color: #f8f8f8;
	 padding: 50px 0;
	 margin-bottom: -37px;
}
.freeshiping {
    
   
   
	
}
.freeshiping .freeshiping_wraper {
    align-items: center;
	background-color: #ffc107;
    padding: 35px;
}
.freeshiping .freeshiping_wraper .freeshiping_img_wraper {
    width: 50px;
    height: 50px;
    margin-right: 18px;
}
.freeshiping .freeshiping_wraper .freeshiping_img_wraper img {
    height: 100%;
    width: 100%;
    margin-right: 0;
}
.freeshiping .freeshiping_wraper h3 {
    margin-bottom: 0;
}
.freeshiping .freeshiping_wraper p {
    font-family: georgia;
}
.breakfast-time {
    padding: 5%;
}
.breakfast-time .breakfast-time-img-wraper {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .breakfast-time .breakfast-time-img-wraper {
        margin-bottom: 30px;
    }
}
.breakfast-time .breakfast-time-img-wraper img {
    width: 100%;
    height: 100%;
}
.fromthe_blog h1 {
    text-align: center;
    padding-bottom: 5%;
    margin-bottom: 0;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    margin-bottom: 20px;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_img_wraper {
    width: 100%;
    height: 370px;
}
@media screen and (max-width: 991px) {
    .fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_img_wraper {
        height: 350px;
    }
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_img_wraper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper {
    padding: 30px 30px 17px;
    background: #f8f8f8;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper {
        padding: 40px 30px;
    }
}
@media screen and (max-width: 991px) {
    .fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper {
        background: #f8f8f8;
        padding: 30px 30px 35px;
        margin-bottom: 20px;
    }
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper h2 {
    font-size: 24px;
    font-family: Montserrat-SemiBold;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .posted_date_wraper {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.6);
    align-items: center;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .posted_date_wraper h6 {
    font: 13px Montserrat-SemiBold;
    margin-right: 20px;
    margin-bottom: 0;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .posted_date_wraper .posted_date_img_wraper {
    margin-right: 5px;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .posted_date_wraper .posted_date_img_wraper i {
    font-size: 15px;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .posted_date_wraper h5 {
    font: 13px Montserrat-SemiBold;
    margin-bottom: 0;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .fromtheblog_left_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1199px) {
    .fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .fromtheblog_left_content p {
        -webkit-line-clamp: 5;
    }
}
@media screen and (max-width: 991px) {
    .fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper .fromtheblog_left_content p {
        -webkit-line-clamp: 3;
    }
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper a {
    font-family: Montserrat-SemiBold;
}
.fromthe_blog .fromthe_blog_wraper .fromtheblog_left_col .fromtheblog_left_contentwraper a button {
    background: none;
    padding: 0;
    font: 14px Montserrat-SemiBold;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_wrapers {
    margin-bottom: 20px;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_img_wraper {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_img_wraper {
        height: 100%;
    }
}
@media screen and (max-width: 991px) {
    .fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_img_wraper {
        height: 100%;
    }
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_img_wraper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body {
    background: #f8f8f8;
    padding: 20px;
    height: 100%;
}
@media screen and (max-width: 1999px) {
    .fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body {
        padding: 19px;
    }
}
@media screen and (max-width: 1199px) {
    .fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body h4 {
        font-size: 16px;
    }
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body h3 {
    margin-bottom: 5px;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body .fromthe_blog_right_post_wraper {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.6);
    align-items: center;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body .fromthe_blog_right_post_wraper h6 {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 12px;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body .fromthe_blog_right_post_wraper .fromthe_blog_right_post_img_wraper {
    margin-right: 5px;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body .fromthe_blog_right_post_wraper .fromthe_blog_right_post_img_wraper i {
    width: 15px;
    height: 15px;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body .fromthe_blog_right_post_wraper h5 {
    font-size: 12px;
    margin-bottom: 0;
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body p {
    margin-bottom: 4px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1199px) {
    .fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body p {
        -webkit-line-clamp: 6;
    }
}
@media screen and (max-width: 991px) {
    .fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body p {
        -webkit-line-clamp: 2;
    }
}
.fromthe_blog .fromthe_blog_wraper .fromthe_blog_right_body a button {
    background: none;
    font: 12px Montserrat-SemiBold;
    padding: 0;
}
.fromthe_blog .viewall_blog_btn {
    margin: 4% auto;
}
.fromthe_blog .viewall_blog_btn button {
    padding: 10px 30px;
    font-family: Montserrat-Medium;
    color: #fff;
    border-radius: 0;
}
.ourdelicious_spices .ourdelicious_spices_wraper {
    margin-bottom: -37px;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_left_wraper {
    background: #000;
    color: #fff;
    padding: 40px;
    height: 208px;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_left_wraper h5 {
    font: 16px Montserrat-SemiBold;
    margin-bottom: 15px;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_left_wraper h4 {
    font: 20px Montserrat-SemiBold;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_left_wraper h3 {
    font: 35px Montserrat-Regular;
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
    .ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_left_wraper h3 {
        font-size: 30px;
    }
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col {
    height: 208px;
    background: #db2727;
    display: flex;
    align-items: center;
    padding: 25px 45px 0;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper {
        padding: 30px 0;
    }
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper h5 {
    font: 16px Montserrat-SemiBold;
    color: #fff;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn {
    display: flex;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn input {
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 97.3%, 0.39);
    padding-bottom: 0;
    background: #db2727;
    border-radius: 0;
    margin-right: 30px;
    color: #fff;
    padding-left: 5px;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn input:focus {
    box-shadow: none;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn input::-webkit-input-placeholder {
    font: 16px Montserrat-Regular;
    color: #eb9494;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn input::-moz-placeholder {
    font: 16px Montserrat-Regular;
    color: #eb9494;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn input:-ms-input-placeholder {
    font: 16px Montserrat-Regular;
    color: #eb9494;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn input::-ms-input-placeholder {
    font: 16px Montserrat-Regular;
    color: #eb9494;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn input::placeholder {
    font: 16px Montserrat-Regular;
    color: #eb9494;
}
.ourdelicious_spices .ourdelicious_spices_wraper .ourdelicious_spices_right_col .ourdelicious_spices_right_wraper .email_subscribe_btn button {
    background: #fff;
    padding: 13px 25px;
    font-family: Montserrat-Regular;
}
.footer_custom {
    background: #000;
    padding-top: 7%;
    padding-bottom: 4%;
}
.footer_custom .footer_content_wraper {
    color: #f8f8f8;
}
@media screen and (max-width: 991px) {
    .footer_custom .footer_content_wraper {
        margin-bottom: 20px;
    }
}
.footer_custom .footer_content_wraper ul {
    padding-left: 0;
}
.footer_custom .footer_content_wraper ul li {
    font: 12px Montserrat-Regular;
    padding-bottom: 5px;
}
.footer_custom .footer_content_wraper ul li a {
    font: 12px Montserrat-Regular;
}
.footer_custom .footer_content_wraper h3 {
    font: 14px Montserrat-SemiBold;
    position: relative;
    margin-bottom: 5px;
    color: #f8f8f8;
}
.footer_custom .footer_content_wraper img {
    width: 37px;
    position: absolute;
    height: 1px;
}
.footer_custom .footer_content_wraper .footer_content_body {
    margin-top: 30px;
}
.footer_custom .footer_content_wraper .footer_content_body p {
    color: #f8f8f8;
    padding-right: 19%;
    font: 12px Montserrat-Regular;
    line-height: 1.4;
}
.footer_custom .footer_content_wraper .footer_content_body .phn_wraper {
    display: flex;
    display: -ms-flexbox;
}
.footer_custom .footer_content_wraper .footer_content_body .phn_wraper .phn_email {
    padding-left: 0;
}
.footer_custom .footer_content_wraper .footer_content_body .phn_wraper .phn_email li {
    line-height: 1.4;
}
.footer_custom .footer_content_wraper .footer_content_body .phn_wraper .phn_email li h3 {
    margin-bottom: 0;
    color: #f8f8f8;
    font: 12px Montserrat-Regular;
}
.footer_custom .footer_content_wraper .footer_content_body .phn_wraper .phn_email_content {
    padding-left: 10%;
    width: 100%;
}
.footer_custom .footer_content_wraper .footer_content_body .phn_wraper .phn_email_content li {
    line-height: 1.4;
}
@media screen and (max-width: 1199px) {
    .footer_custom .footer_content_wraper .footer_content_body .phn_wraper .phn_email_content li a {
        word-break: break-all;
    }
}
.footer_custom .footer_content_wraper .footer_content_body .opening_hour li {
    padding-bottom: 0;
    line-height: 1.4;
}
.footer_custom .footer_content_wraper .footer_content_body .opening_day {
    margin-top: 15px;
}
.footer_custom .footer_content_wraper .footer_content_body .opening_day li {
    padding-bottom: 0;
    line-height: 1.4;
}
.footer_custom .footer_content_wraper .footer_location_body {
    margin-top: 32px;
    height: 200px;
    width: 100%;
}
.footer_copyright {
    background: #000;
    padding: 15px 0;
    color: #f8f8f8;
}
.footer_copyright p {
    font: 11px Montserrat-Bold;
    margin-bottom: 0;
    color: #f8f8f8;
}
.footer_copyright .footer_term_conditions ul {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin-bottom: 0;
}
.footer_copyright .footer_term_conditions ul li a {
    font: 11px Montserrat-Bold;
}
.featured_products {
    padding-right: 6%;
}
@media screen and (max-width: 991px) {
    .featured_products {
        padding: 0 4%;
    }
}
.featured_products .swiper-wrapper {
    transition-timing-function: linear;
}
@media screen and (max-width: 991px) {
    .featured_products .featured_products_left_wraper {
        margin: 0 7px;
        height: 400px;
    }
}
.featured_products .featured_products_left_wraper img {
    width: 100%;
    height: 100%;
    transition: 0.8s linear;
    transition-duration: 8000s;
    opacity: 0.7;
}
.featured_products .featured_products_left_wraper #fp_img3,
.featured_products .featured_products_left_wraper .fp_img2 {
    display: none;
}
.featured_products .addimage_featuredclass {
    transition-duration: 1s;
    opacity: 0.5;
}
.featured_products .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}
.featured_products .featured-right-wraper {
    padding-left: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .featured_products .featured-right-wraper {
        padding-left: 0;
    }
}
.featured_products .featured-right-wraper .featured-right-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4%;
    margin: 0 10px;
}
@media screen and (max-width: 991px) {
    .featured_products .featured-right-wraper .featured-right-header {
        margin: 0 7px;
        padding-top: 4%;
    }
}
.featured_products .featured-right-wraper .featured-right-header .featured-right-header_btn button {
    font: 13px Montserrat-Regular;
    padding: 4px 10px;
    color: #fff;
    border-radius: 0;
}
.featured_products .featured-right-wraper .featured-right-header h2 {
    margin-bottom: 0;
}
.featured_products .featured-right-wraper .featured_right_box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 25px 15px 18px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
@media screen and (max-width: 1199px) {
    .featured_products .featured-right-wraper .featured_right_box {
        padding: 25px 7px;
    }
}
@media screen and (max-width: 991px) {
    .featured_products .featured-right-wraper .featured_right_box {
        margin: 0 7px;
    }
}
.featured_products .featured-right-wraper .featured_right_box .featured_right_img {
    display: flex;
    padding: 0 35px;
}
.featured_products .featured-right-wraper .featured_right_box .featured_right_img .featured_right_img_body {
    display: flex;
    flex: 1;
}
.featured_products .featured-right-wraper .featured_right_box .featured-right-slide-content {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    flex: 1;
}
.featured_products .featured-right-wraper .featured_right_box .featured-right-slide-content h6 {
    margin-bottom: 4px;
}
.featured_products .featured-right-wraper .featured_right_box .featured-right-slide-content h4 {
    font: 14px Montserrat-Regular;
    margin-bottom: 0;
}
.featured_products .featured-right-wraper .featured_right_box .featured_product_right_box_frm {
    display: flex;
    flex: 1;
    margin: 0 6px;
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper {
    display: flex;
    justify-content: space-between;
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper .icon_wraper {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper .icon_wraper button {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper .icon_wraper button i {
    font-size: 15px;
    color: #000;
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper .icon_wraper .featured-product-like-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper .icon_wraper .featured-product-like-btn i {
    font-size: 15px;
    color: #000;
}
@media screen and (min-width: 1441px) {
    .featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper a {
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper a {
        width: 69%;
    }
}
@media screen and (max-width: 991px) {
    .featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper a {
        width: 74%;
    }
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper a button {
    width: 100%;
    font: 13px Montserrat-Medium;
    color: #fff;
}
.featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper button {
    width: 100%;
    padding: 6px 0;
    color: #fff;
    font: 13px Montserrat-Medium;
}
@media screen and (min-width: 1441px) {
    .featured_products .featured-right-wraper .featured_right_box .paynow_btn_wraper button {
        width: 100%;
    }
}
.special_combos {
    margin: 5% 5% 0%;
    position: relative;
}
.special_combos .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}
.special_combos h2 {
    margin-bottom: 2%;
}
.special_combos .special_combos_container {
    position: static;
}
.special_combos .featured-right-slide {
    display: flex;
    flex: 1;

    padding: 3px;
    margin: 1px;
}
.special_combos .featured-right-slide .featured-right-slide-wraper {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .featured-right-slide-img-wraper {
    width: 100%;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .featured-right-slide-img-wraper img {
    width: 100%;
    height: 100%;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .featured-right-slide-content {
    text-align: center;
    flex: 1;
    margin-top: 10px;
    margin-bottom: 15px;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .featured-right-slide-content h6 {
    margin-bottom: 2px;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .featured-right-slide-content h4 {
    font: 14px Montserrat-Regular;
    margin-bottom: 0;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .special-combo-frm {
    margin: 0 6px;
    display: flex;
    flex: 1;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper .icon_wraper {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper .icon_wraper a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper .icon_wraper button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper .icon_wraper button i {
    font-size: 15px;
    color: #000;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper .icon_wraper .combo-addcart-btn {
    padding: 0;
}
.special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper .combo-buynow-btn {
    padding: 6px 0;
    font-size: 13px;
    width: 100%;
    font: 13px Montserrat-Medium;
    color: #fff;
}
@media screen and (min-width: 1441px) {
    .special_combos .featured-right-slide .featured-right-slide-wraper .paynow_btn_wraper .combo-buynow-btn {
        width: 100%;
    }
}
.special_combos .swiper-button-prev,
.special_combos .swiper-container-rtl .swiper-button-next {
    background-image: url();
    position: absolute;
    top: 50%;
    right: auto;
    width: 30px;
    height: 30px;
    left: auto;
    background: #db2727;
	border-radius: 50%;
}
.special_combos .swiper-button-next,
.special_combos .swiper-container-rtl .swiper-button-prev {
    background-image: url();
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    right: 1px;
    background: #db2727;
	border-radius: 50%;
}
.special_combos .prev_btn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special_combos .prev_btn i {
    color: #fff;
    font-size: 16px;
}
.special_combos .next_btn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special_combos .next_btn i {
    color: #fff;
    font-size: 16px;
}
.special_combos .swiper-button-next.swiper-button-disabled,
.special_combos .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.special_combos .swiper-button-next.swiper-button-disabled i,
.special_combos .swiper-button-prev.swiper-button-disabled i {
    color: #000;
}
.popularity {
    margin-top: 4%;
    margin-bottom: 3%;
}
.popularity .filterby_category_wraper {
    background: #f8f8f8;
    padding: 15% 3% 15% 22%;
}
@media screen and (max-width: 1199px) {
    .popularity .filterby_category_wraper {
        padding-left: 10%;
    }
}
@media screen and (max-width: 991px) {
    .popularity .filterby_category_wraper {
        padding-top: 9%;
        padding-bottom: 6%;
        padding-left: 7%;
    }
}
.popularity .filterby_category_wraper h6 {
    font-family: Montserrat-Regular;
    color: #db2727;
    margin-bottom: 5px;
}
.popularity .filterby_category_wraper .text_underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    width: 130px;
}
.popularity .filterby_category_wraper .filter_list {
    margin-top: 30px;
    padding-right: 7%;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox {
    margin-bottom: 20px;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox {
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: flex-start;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox__input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox__input:checked:hover ~ .checkbox__checkmark,
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox__input:checked ~ .checkbox__checkmark {
    background-color: #db2727;
    border: 1px solid #db2727;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox__input:checked:hover ~ .checkbox__checkmark:after,
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox__input:checked ~ .checkbox__checkmark:after {
    display: block;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox__checkmark {
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox__checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    transform: rotate(45deg);
    width: 5px;
    position: absolute;
    top: 3px;
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox .filtercheckbox_title {
    margin-top: -3px;
    font: 14px Montserrat-SemiBold;
    width: 88%;
}
@media screen and (max-width: 1199px) {
    .popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox .filtercheckbox_title {
        width: 86%;
    }
}
.popularity .filterby_category_wraper .filter_list .filterlist_checkbox .checkbox .filtercheckbox_title a {
    font: 14px Montserrat-SemiBold;
}
.popularity .filterby_category_wraper .filter_list .filterby_category_link_btn {
    font: 14px Montserrat-SemiBold;
    margin-top: -3px;
    display: block;
    margin-bottom: 20px;
}
.popularity .Popularity_wraper {
    padding-left: 6%;
    padding-top: 2%;
    padding-bottom: 4%;
}
.popularity .Popularity_wraper .popularity-item-select {
    width: 80%;
}
.popularity .Popularity_wraper .popularity-item-select h6 {
    color: #db2727;
    font: 13px Montserrat-Regular;
    margin-bottom: 4px;
}
.popularity .Popularity_wraper .popularity-item-select .popularity-item-select-wraper {
    position: relative;
    margin-bottom: 10px;
}
.popularity .Popularity_wraper .popularity-item-select .popularity-item-select-wraper select {
    height: auto;
    color: #000;
    border: none;
    padding: 0;
    font: 14px Montserrat-Bold;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
}
.popularity .Popularity_wraper .popularity-item-select .popularity-item-select-wraper select:focus {
    box-shadow: none;
}
.popularity .Popularity_wraper .popularity-item-select .popularity-item-select-wraper select option {
    padding: 0 24px;
}
.popularity .Popularity_wraper .price_range_wraper h6 {
    color: #db2727;
    font: 13px Montserrat-Regular;
    margin-bottom: 2px;
}
.popularity .Popularity_wraper .price_range_wraper [slider] {
    position: relative;
    height: 5px;
    margin: 11px 0;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 5px;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 10px;
    background-color: #ccc;
    margin: 0 7px;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 4px;
    border-radius: 10px;
    background-color: #ccc;
    margin: 0 7px;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 14px;
    background-color: #db2727;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div > [thumb] {
    position: absolute;
    top: -4px;
    z-index: 2;
    height: 12px;
    width: 12px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    background-color: #db2727;
    border-radius: 50%;
    outline: none;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    opacity: 0;
}
.popularity .Popularity_wraper .price_range_wraper div[slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}
.popularity .Popularity_wraper .price_range_wraper div[slider] > input[type="range"]:focus {
    outline: none;
}
.popularity .Popularity_wraper .price_range_wraper div[slider] > input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0;
    border: 0;
    background: #db2727;
    -webkit-appearance: none;
}
.popularity .Popularity_wraper .price_range_wraper div[slider] > input[type="range"]::-ms-fill-lower,
.popularity .Popularity_wraper .price_range_wraper div[slider] > input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0;
}
.popularity .Popularity_wraper .price_range_wraper div[slider] > input[type="range"]::-ms-tooltip {
    display: none;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div > [sign] {
    display: none;
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: 30px;
    z-index: 3;
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div > [sign]:after {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #db2727;
}
.popularity .Popularity_wraper .price_range_wraper [slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}
.popularity .Popularity_wraper .price_range_wraper [slider]:hover > div > [sign] {
    opacity: 1;
}
.popularity .Popularity_wraper .price_range_wraper .pull-right .remove-filter-link {
    display: block;
    margin-top: -19px;
    font-size: 13px;
    color: #db2727;
}
.popularity .Popularity_wraper .pricerange_content_wraper {
    display: flex;
    justify-content: space-between;
}
.popularity .Popularity_wraper .pricerange_content_wraper h6 {
    color: #000;
}
.popularity .popularity_item_card_hero_wraper {
    margin-left: -27px;
    z-index: 5;
}
@media screen and (max-width: 991px) {
    .popularity .popularity_item_card_hero_wraper {
        margin-left: 0;
    }
}
.popularity .flexible {
    flex: 1;
}
.popularity .popularity_item_card_wraper {
    display: flex;
    flex: 1;
    transition: 0.2s linear;
    margin-bottom: 15%;
    margin-right: 15px;
	margin-left: 15px;
}
@media screen and (max-width: 991px) {
    .popularity .popularity_item_card_wraper {
        margin-bottom: 6%;
    }
}
.popularity .popularity_item_card_wraper:hover {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.popularity .popularity_item_card_wraper:hover .popularity_item_card_img {
    box-shadow: none;
}
.popularity .popularity_item_card_wraper:hover .popularity_item_content_wraper {
    padding: 70px 15%;
}
.popularity .popularity_item_card_wraper:hover .popularity_item_content_wraper .popularity_item-content .buy-now-button button {
    border: 1px solid #fff;
    background: #db2727;
    color: #fff;
    padding: 7px 30px;
}
.popularity .popularity_item_card_wraper .popularity_item_card_img {
    padding: 50px 17%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.popularity .popularity_item_card_wraper .popularity_item_card_img .popularity_item_img_wraper {
    width: 100%;
}
.popularity .popularity_item_card_wraper .popularity_item_card_img .popularity_item_img_wraper img {
    width: 100%;
    height: 100%;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper {
    padding: 70px 15%;
    display: flex;
    flex: 1;
    align-items: center;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper {
    position: relative;
    margin-bottom: 10px;
    padding-left: 5px;
    font: 13px Montserrat-Bold;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper select {
    width: 100px;
    height: auto;
    color: #000;
    border: none;
    padding: 0;
    font: 13px Montserrat-Bold;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper select:focus {
    box-shadow: none;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body {
    padding-left: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description {
    flex: 1;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description h6 {
    color: #db2727;
    margin-bottom: 3px;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description h6 span {
    font: 14px Montserrat-SemiBold;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description h5 {
    margin-bottom: 0;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper {
    display: flex;
    margin-bottom: 25px;
    margin-top: 25px;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .decrease {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .decrease:focus {
    outline: none;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .control {
    font: 22px georgia;
    border: none;
    width: 60px;
    text-align: center;
    padding: 0;
    color: #000;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .increase {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .increase:focus {
    outline: none;
}
.popularity .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content button {
    padding: 7px 30px;
    background: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 13px;
}
.swastiks_combo_btn {
    position: fixed;
    right: -67px;
    top: 54%;
    padding: 10px 15px;
    background: #db2727;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    transform: rotate(-90deg);
    color: #fff;
    z-index: 1;
}
.swastiks_combo_btn a {
    color: #fff;
    font-family: Montserrat-SemiBold;
}
.puliyogare_mix {
    margin-top: 4%;
    margin-bottom: 5%;
}
.puliyogare_mix .puliyogare_mix_hero_wraper {
    margin: 0 5%;
}
@media screen and (max-width: 1199px) {
    .puliyogare_mix .puliyogare_mix_hero_wraper {
        margin: 0;
    }
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_content {
    padding-top: 18%;
    margin-bottom: 15%;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_content h2 {
    font-family: Montserrat-Bold;
    color: #db2727;
    margin-bottom: 15px;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_content p {
    padding-right: 3%;
    font-family: georgia;
    color: #000;
    margin-bottom: 11%;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_content .product_detaild_buynow_btn {
    padding: 9px 35px;
    color: #fff;
    background: #db2727;
    border: none;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_img_wraper {
    width: 100%;
    margin: 0 auto;
    padding: 0 12%;
}
@media screen and (max-width: 991px) {
    .puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_img_wraper {
        margin-bottom: 10%;
    }
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_img_wraper img {
    width: 100%;
    height: 100%;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .combodetails_img_wraper {
    width: 100%;
    height: auto;
    padding: 30px 0 0;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .combodetails_img_wraper img {
    height: 100%;
    width: 100%;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_size_wraper {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 40% 17px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    font: 22px georgia;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_size_wraper h5 {
    margin-bottom: 5px;
    color: #db2727;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_size_wraper .puliyogare_mix_size {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
    height: 100%;
    font: 22px georgia;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_size_wraper .puliyogare_mix_size h5 {
    padding-left: 5px;
    color: #db2727;
    font: 16px georgia;
    margin-bottom: 5px;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_size_wraper .puliyogare_mix_size select {
    width: 120px;
    height: auto;
    color: #000;
    border: none;
    padding: 0;
    font: 22px georgia;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_size_wraper .puliyogare_mix_size select:focus {
    box-shadow: none;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_size_wraper .puliyogare_mix_size select option {
    padding: 0 24px;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_price {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40% 17px;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_price {
        padding: 40% 15px;
    }
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_price h5 {
    margin-bottom: 5px;
    color: #db2727;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_price h4 {
    font: 22px georgia;
    margin-bottom: 5px;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_price h6 {
    font: 22px georgia;
    margin-bottom: 0;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_price h2 {
    margin-bottom: 0;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_price h2 span {
    font: 22px georgia;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_packing {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 40% 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_packing {
        padding: 40% 15px;
    }
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_packing h5 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #db2727;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_packing h2 {
    font: 22px georgia;
    margin-bottom: 0;
    text-align: center;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity {
    border-right: none;
    padding: 40% 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity {
        padding: 40% 15px;
    }
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity h5 {
    font: 16px;
    margin-bottom: 0;
    color: #db2727;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity .quantity .decrease {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity .quantity .decrease:focus {
    outline: none;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity .quantity .control {
    font: 22px georgia;
    border: none;
    width: 60px;
    text-align: center;
    padding: 0;
    color: #000;
    margin-right: 0 8px;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity .quantity .increase {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.puliyogare_mix .puliyogare_mix_hero_wraper .puliyogare_mix_quantity .quantity .increase:focus {
    outline: none;
}
.reviews .share {
    margin-bottom: 4%;
}
.reviews .share .share_wraper {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    align-items: center;
    padding: 27px 5%;
}
.reviews .share .share_wraper .share_body {
    display: flex;
}
.reviews .share .share_wraper .share_body h5 {
    margin-bottom: 0;
    font-family: georgia bold;
    font-size: 17px;
    padding-right: 12px;
}
.reviews .share .share_wraper .share_body ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.reviews .share .share_wraper .share_body ul li {
    padding: 0 12px;
}
.reviews .share .share_wraper .share_body ul li a i {
    font-size: 13px;
    -o-object-fit: contain;
    object-fit: contain;
    color: rgba(0, 0, 0, 0.3);
}
.reviews .share .share_wraper .addto_wishlist_wraper,
.reviews .share .share_wraper .addto_wishlist_wraper .addto_wishlist {
    display: flex;
}
.reviews .share .share_wraper .addto_wishlist_wraper .addto_wishlist a {
    display: flex;
    align-items: baseline;
}
.reviews .share .share_wraper .addto_wishlist_wraper .addto_wishlist a h5 {
    margin-bottom: 0;
    font-family: georgia;
    font-size: 17px;
}
.reviews .share .share_wraper .addto_wishlist_wraper .addto_wishlist a i {
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600;
}
.reviews .share .share_wraper .addto_wishlist_wraper .addto_compare {
    display: flex;
    margin-left: 30px;
}
.reviews .share .share_wraper .addto_wishlist_wraper .addto_compare h5 {
    margin-bottom: 0;
    font-family: georgia;
    font-size: 17px;
}
.reviews .share .share_wraper .addto_wishlist_wraper .addto_compare img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.reviews .share .share_wraper .addto_cart {
    display: flex;
}
.reviews .share .share_wraper .addto_cart .addtocart {
    display: flex;
    align-items: center;
    background: none;
}
.reviews .share .share_wraper .addto_cart .addtocart h5 {
    margin-bottom: 0;
    font-family: georgia bold;
    padding-left: 5px;
}
.reviews .share .share_wraper .addto_cart .addtocart i {
    font-size: 13px;
    margin-right: 10px;
    font-weight: 600;
}
.reviews .reviews_wraper {
    margin: 0 5%;
}
.reviews .reviews_wraper h2 {
    color: #db2727;
    margin-bottom: 3%;
    font-family: Montserrat-Bold;
}
.reviews .reviews_wraper .reviews_media {
    margin-bottom: 7%;
}
.reviews .reviews_wraper .reviews_media .reviews_porofile {
    width: 100px;
    height: 100px;
    background: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.reviews .reviews_wraper .reviews_media .reviews_porofile h1 {
    margin-bottom: 0;
    font-family: Montserrat-Bold;
    color: #db2727;
}
.reviews .reviews_wraper .reviews_media .reviews_body .reviews_body_title {
    display: flex;
    align-items: center;
}
.reviews .reviews_wraper .reviews_media .reviews_body .reviews_body_title h3 {
    margin-bottom: 0;
    font-family: Montserrat-Bold;
}
.reviews .reviews_wraper .reviews_media .reviews_body .reviews_body_title .reviews_body_title_img {
    display: flex;
    margin-left: 20px;
}
.reviews .reviews_wraper .reviews_media .reviews_body .reviews_body_title .reviews_body_title_img i {
    font-size: 16px;
    margin-right: 3px;
}
.reviews .reviews_wraper .reviews_media .reviews_body .reviews_body_title .reviews_body_title_img h5 {
    font: 16px georgia;
    margin-bottom: 0;
}
.reviews .reviews_wraper .reviews_media .reviews_body p {
    margin-top: 10px;
    margin-bottom: 15px;
    font: 16px georgia;
    line-height: 1.4;
}
.wantto_writea_review {
    margin-bottom: 5%;
}
.wantto_writea_review .review-flex-remove {
    display: block !important;
}
.wantto_writea_review .wantto_writea_review_wraper {
    margin-left: 5%;
    margin-right: 5%;
}
.wantto_writea_review .wantto_writea_review_wraper h2 {
    color: #db2727;
    font-family: Montserrat-Bold;
}
.wantto_writea_review .wantto_writea_review_wraper input {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-top: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: georgia;
}
.wantto_writea_review .wantto_writea_review_wraper input::-webkit-input-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper input::-moz-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper input:-ms-input-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper input::-ms-input-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper input::placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper input:focus {
    box-shadow: none;
}
.wantto_writea_review .wantto_writea_review_wraper textarea {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-family: georgia;
}
.wantto_writea_review .wantto_writea_review_wraper textarea::-webkit-input-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper textarea::-moz-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper textarea:-ms-input-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper textarea::-ms-input-placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper textarea::placeholder {
    font-family: georgia;
    color: rgba(0, 0, 0, 0.5);
}
.wantto_writea_review .wantto_writea_review_wraper textarea:focus {
    box-shadow: none;
}
.wantto_writea_review .wantto_writea_review_wraper .control-error {
    color: #db2727;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}
.wantto_writea_review .wantto_writea_review_wraper .rating-control-error {
    padding-left: 10px;
}
.wantto_writea_review .wantto_writea_review_wraper .add_your_rating {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.wantto_writea_review .wantto_writea_review_wraper .add_your_rating h3 {
    font-family: Montserrat-Bold;
    color: #000;
    margin-bottom: 0;
    margin-right: 15px;
}
.wantto_writea_review .wantto_writea_review_wraper .add_your_rating .stars .star {
    margin-right: 2px;
}
.wantto_writea_review .wantto_writea_review_wraper .submit_btn {
    text-align: center;
    margin-top: 3%;
}
.wantto_writea_review .wantto_writea_review_wraper .submit_btn button {
    padding: 9px 45px;
    color: #fff;
    background: #db2727;
    border: none;
}
.youmay_also_like h1 {
    text-align: center;
    margin-bottom: 4%;
}
.youmay_also_like .youmay_also_like_wraper {
    margin: 0 5%;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_col {
    display: flex;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper {
    display: flex;
    flex: 1;
    transition: 0.2s linear;
    margin-bottom: 15%;
    margin-right: 15px;
}
@media screen and (max-width: 991px) {
    .youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper {
        margin-bottom: 6%;
    }
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper:hover {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper:hover .popularity_item_card_img {
    box-shadow: none;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper:hover .popularity_item-content .popularity_item_content_body .buy-now-button button {
    border: 1px solid #fff;
    background: #db2727;
    color: #fff;
    padding: 7px 30px;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .flexible {
    flex: 1;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_card_img {
    padding: 50px 17%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_card_img .popularity_item_img_wraper {
    width: 100%;
    margin: auto;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_card_img .popularity_item_img_wraper img {
    width: 100%;
    height: 100%;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper {
    padding: 50px 20px;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper .combodetails_youmayalso_like_img {
    display: flex;
    align-items: center;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper .combodetails_youmayalso_like_img .popularity_item_img_wraper {
    width: 100%;
    margin: auto;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper .combodetails_youmayalso_like_img .popularity_item_img_wraper img {
    width: 100%;
    height: 100%;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper {
    padding: 70px 15%;
    display: flex;
    flex: 1;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper {
    position: relative;
    margin-bottom: 10px;
    padding-left: 5px;
    font: 13px Montserrat-Bold;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper select {
    width: 100px;
    height: auto;
    color: #000;
    border: none;
    padding: 0;
    font: 13px Montserrat-Bold;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper select:focus {
    box-shadow: none;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body {
    padding-left: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description {
    flex: 1;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description h5 {
    color: #db2727;
    margin-bottom: 3px;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description h4 {
    margin-bottom: 0;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper {
    display: flex;
    margin-bottom: 25px;
    margin-top: 25px;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .counter_wishlist_wraper {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .counter_wishlist_wraper li {
    padding-right: 15px;
    font: 14px Montserrat-Bold;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .counter_wishlist_wraper li a {
    padding: 0;
    border: none;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .counter_wishlist_wraper li a i {
    font-size: 13px;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .decrease {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .control {
    font: 22px georgia;
    border: none;
    width: 60px;
    text-align: center;
    padding: 0;
    color: #000;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .increase {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.youmay_also_like .youmay_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .buy-now-button button {
    padding: 7px 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 13px;
}
.comboyou_may_also_like h1 {
    text-align: center;
    margin-bottom: 4%;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper {
    margin: 0 5%;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper {
    display: flex;
    flex: 1;
    transition: 0.2s linear;
    margin-bottom: 15%;
    margin-right: 15px;
}
@media screen and (max-width: 991px) {
    .comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper {
        margin-bottom: 6%;
    }
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper:hover {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper:hover .popularity_item_card_img {
    box-shadow: none;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper:hover .popularity_item-content .buy-now-button a {
    border: 1px solid #fff;
    background: #db2727;
    color: #fff;
    padding: 7px 30px;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .flexible {
    flex: 1;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_card_img {
    padding: 50px 17%;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_card_img .popularity_item_img_wraper {
    width: 100%;
    margin: auto;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_card_img .popularity_item_img_wraper img {
    width: 100%;
    height: 100%;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper {
    padding: 50px 20px;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper .combodetails_youmayalso_like_img {
    display: flex;
    align-items: center;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper .combodetails_youmayalso_like_img .popularity_item_img_wraper {
    width: 100%;
    height: 130px;
    margin: auto;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .combodetails_youmayalso_like_card_wraper .combodetails_youmayalso_like_img .popularity_item_img_wraper img {
    width: 100%;
    height: 100%;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper {
    padding: 50px 15%;
    display: flex;
    flex: 1;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper {
    position: relative;
    margin-bottom: 10px;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper select {
    width: 100px;
    height: auto;
    color: #000;
    border: none;
    padding: 0;
    font: 13px Montserrat-Bold;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_select_wraper select:focus {
    box-shadow: none;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body {
    padding-left: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description {
    flex: 1;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description h5 {
    color: #db2727;
    margin-bottom: 3px;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .popularity_item_content_body .popularity_item_description h4 {
    margin-bottom: 0;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper {
    display: flex;
    margin-bottom: 25px;
    margin-top: 25px;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper ul li {
    padding-right: 15px;
    font: 14px Montserrat-Bold;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper ul li a {
    padding: 0;
    border: none;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper ul li a i {
    font-size: 13px;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .decrease {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .control {
    font: 22px georgia;
    border: none;
    width: 60px;
    text-align: center;
    padding: 0;
    color: #000;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content .counter-wraper .quantity .increase {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.comboyou_may_also_like .comboyou_may_also_like_wraper .popularity_item_card_wraper .popularity_item_content_wraper .popularity_item-content a {
    padding: 7px 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 13px;
}
.combo_card_wraper {
    margin-left: -27px;
}
.combo_card_wraper .combo_card {
    transition: 0.2s linear;
    margin-bottom: 38px;
}
.combo_card_wraper .combo_card:hover {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.combo_card_wraper .combo_card:hover .combo_left_img_wraper {
    box-shadow: none;
}
.combo_card_wraper .combo_card:hover .combo_right_content_wraper .combo_right_content .combo_btn button {
    background: #db2727;
    color: #fff;
    border: 1px solid #fff;
}
.combo_card_wraper .combo_card .combo_left_img_wraper {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
@media screen and (max-width: 1199px) {
    .combo_card_wraper .combo_card .combo_left_img_wraper {
        display: flex;
    }
}
.combo_card_wraper .combo_card .combo_left_img_wraper .combo_left_img {
    width: 100%;
    padding: 10% 11%;
}
.combo_card_wraper .combo_card .combo_left_img_wraper .combo_left_img img {
    width: 100%;
    height: 100%;
}
.combo_card_wraper .combo_card .combo_right_content_wraper {
    padding: 11%;
    display: flex;
    align-items: center;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .combo_card_wraper .combo_card .combo_right_content_wraper {
        padding: 9%;
    }
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content {
    width: 100%;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_right_title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_right_title h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_right_title .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_right_title .price h5 {
    font-size: 14px;
    position: relative;
    margin: 0 5px;
    color: rgba(0, 0, 0, 0.5);
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_right_title .price h5:after {
    content: "";
    position: absolute;
    width: 50px;
    border: 1px solid #db2727;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_right_title .price h6 {
    color: #db2727;
    margin: 0 5px;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_item_list li {
    padding-bottom: 5px;
    font: 16px georgia;
    position: relative;
    padding-left: 15px;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_item_list li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #db2727;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_item_list li .combo_item_list_number {
    font: 13px georgia;
    margin-right: 4px;
    display: initial;
    padding-left: 0;
    margin-bottom: 1px;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_item_list span {
    font: 15px georgia;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 5px;
    display: block;
    padding-left: 15px;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content p {
    font-family: georgia;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 1.2;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .counter-wraper {
    display: flex;
    margin-top: 10px;
    margin-bottom: 12px;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .counter-wraper .quantity .decrease {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .counter-wraper .quantity .decrease:focus {
    outline: none;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .counter-wraper .quantity .control {
    font: 22px georgia;
    border: none;
    text-align: center;
    padding: 0;
    color: #000;
    width: 80px;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .counter-wraper .quantity .increase {
    font: 22px georgia;
    background: none;
    border: none;
    padding: 0;
    width: auto;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .counter-wraper .quantity .increase:focus {
    outline: none;
}
.combo_card_wraper .combo_card .combo_right_content_wraper .combo_right_content .combo_btn button {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px 40px;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
}
.checkout_page .checkout {
    margin-top: 4%;
    margin-bottom: 7%;
}
.checkout_page .checkout h2 {
    text-align: center;
    color: #db2727;
    margin-bottom: 6%;
    font-family: Montserrat-Bold;
}
.checkout_page .checkout .checkout_left_title h5 {
    font-family: Montserrat-Bold;
    margin-bottom: 30px;
    line-height: 1;
}
.checkout_page .checkout .checkout_right_title {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .checkout_page .checkout .checkout_right_title {
        margin-top: 10px;
    }
}
.checkout_page .checkout .checkout_right_title h5 {
    font-family: Montserrat-Bold;
    margin-bottom: 30px;
    line-height: 1;
}
.checkout_page .checkout .checkout_right_title .checkbox_margin {
    margin-bottom: 0;
}
.checkout_page .checkout .checkout_right_title .checkbox {
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 3px;
}
.checkout_page .checkout .checkout_right_title .checkbox__input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.checkout_page .checkout .checkout_right_title .checkbox__input:checked:hover ~ .checkbox__checkmark,
.checkout_page .checkout .checkout_right_title .checkbox__input:checked ~ .checkbox__checkmark {
    background-color: #db2727;
    border: 1px solid #db2727;
}
.checkout_page .checkout .checkout_right_title .checkbox__input:checked:hover ~ .checkbox__checkmark:after,
.checkout_page .checkout .checkout_right_title .checkbox__input:checked ~ .checkbox__checkmark:after {
    display: block;
}
.checkout_page .checkout .checkout_right_title .checkbox__checkmark {
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}
.checkout_page .checkout .checkout_right_title .checkbox__checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    transform: rotate(45deg);
    width: 5px;
    position: absolute;
    top: 2px;
}
.checkout_page .checkout .checkout_right_title .checkbox .filtercheckbox_title {
    margin-top: -3px;
}
.checkout_page .checkout .checkout_right_title .checkbox .filtercheckbox_title a {
    font: 14px Montserrat-SemiBold;
}
.checkout_page .checkout .checkout_right_title .checkbox .checkout-remember-title {
    font: 13px Montserrat-Regular;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    margin-top: -2px;
}
.checkout_page input {
    padding: 12px 12px 12px 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page input::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page input:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page textarea {
    font-size: 14px;
    padding: 12px 12px 12px 15px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page textarea::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page textarea:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page textarea::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page textarea::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page textarea:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page .control-error {
    font-size: 13px;
    color: #db2727;
    margin-top: 5px;
    display: block;
}
.checkout_page select {
    height: 47px !important;
    padding: 12px 12px 12px 15px;
    height: auto;
    color: rgba(0, 0, 0, 0.6);
    font: 14px Montserrat-Regular;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
    background-position: calc(100% - 5px);
}
.checkout_page select option {
    color: rgba(0, 0, 0, 0.8);
    font-family: Montserrat-Regular;
}
.checkout_page select:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #ced4da;
    color: rgba(0, 0, 0, 0.6);
}
.checkout_page .checkout_frm_pading {
    padding-right: 15px;
}
.checkout_page .checkout_frm_margin {
    margin-bottom: 30px;
}
.checkout_page .proceedto_payment_btn {
    margin: 8% auto auto;
}
.checkout_page .proceedto_payment_btn button {
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    font: 14px Montserrat-Bold;
    color: #fff;
    background: #db2727;
}
.payment_sucessfull {
    margin-top: 4%;
    margin-bottom: 7%;
}
.payment_sucessfull .payment_sucessfull_wraper {
    text-align: center;
}
.payment_sucessfull .payment_sucessfull_wraper h2 {
    color: #db2727;
    text-align: center;
    font-family: Montserrat-Bold;
}
.payment_sucessfull .payment_sucessfull_wraper .payment_sucessfull_img_wraper {
    width: 200px;
    height: auto;
    margin: 13% auto;
}
.payment_sucessfull .payment_sucessfull_wraper .payment_sucessfull_img_wraper img {
    width: 100%;
    height: 100%;
}
.payment_sucessfull .payment_sucessfull_wraper p {
    font-family: Montserrat-Bold;
    color: #000;
    padding: 0 4%;
    margin-bottom: 11%;
}
.payment_sucessfull .payment_sucessfull_wraper p span {
    color: #db2727;
    font-family: Montserrat-Bold;
    font-size: 18px;
}
.payment_sucessfull .payment_sucessfull_wraper .track_order_btn {
    margin: auto;
    padding: 0 13%;
}
.payment_sucessfull .payment_sucessfull_wraper .track_order_btn a {
    padding: 15px 0;
    border-radius: 5px;
    width: 100%;
    font: 14px Montserrat-Bold;
    color: #fff;
}
.change_password {
    height: 100vh;
    display: flex;
    align-items: center;
}
.change_password input {
    padding: 15px;
    background: #fff;
}
.change_password input:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.change_password .change_password_btn {
    margin-top: 16%;
}
.change_password .change_password_btn button {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-family: Montserrat-Bold;
    border-radius: 5px;
}
.login {
    margin-top: 4%;
    margin-bottom: 5%;
}
.login h2 {
    text-align: center;
    color: #db2727;
    margin-bottom: 6%;
    font-family: Montserrat-Bold;
}
.login .forgot_password_header {
    padding-top: 10%;
}
.login .forgot_password_header h5 {
    text-align: center;
    padding-bottom: 4%;
    line-height: 1.4;
    padding-left: 3%;
    padding-right: 3%;
}
.login .login_header {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
.login .login_header a {
    margin-bottom: 0;
    margin-right: 40px;
    position: relative;
    font-size: 16px;
    padding-bottom: 6px;
    font-family: Montserrat-SemiBold;
}
.login .login_header .active {
    color: #db2727;
}
.login .login_header .active:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
}
.login input {
    padding: 12px 0 12px 15px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.login input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.login input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.login input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.login input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.login input::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.login input:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.login .control-error {
    color: #db2727;
    font-size: 13px;
    margin-top: 3px;
    display: block;
    margin-left: 5px;
}
.login .remember {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6%;
}
.login .remember a,
.login .remember h4 {
    font: 14px Montserrat-Bold;
}
.login .remember a {
    margin-top: -2px;
}
.login .remember .checkbox {
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: flex-start;
}
.login .remember .checkbox__input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.login .remember .checkbox__input:checked:hover ~ .checkbox__checkmark,
.login .remember .checkbox__input:checked ~ .checkbox__checkmark {
    background-color: #db2727;
    border: 1px solid #db2727;
}
.login .remember .checkbox__input:checked:hover ~ .checkbox__checkmark:after,
.login .remember .checkbox__input:checked ~ .checkbox__checkmark:after {
    display: block;
}
.login .remember .checkbox__checkmark {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}
.login .remember .checkbox__checkmark:after {
    top: 2px;
}
.login .remember .checkbox .filtercheckbox_title {
    margin-top: -3px;
}
.login .remember .checkbox .filtercheckbox_title a,
.login .remember .checkbox .remember-title {
    font: 14px Montserrat-SemiBold;
}
.login .remember .register_title {
    margin-top: 1px;
}
.login .remember .register_title .register_termscondition {
    color: #db2727;
    text-decoration: underline;
}
.login .register_terms {
    display: block;
}
.login .check_box label:before {
    content: "";
    border-radius: 2px;
}
.login .check_box input:checked + label:after {
    content: "";
    top: 2px;
    left: 6px;
}
.login label h4 a {
    color: #db2727;
    font-family: Montserrat-Bold;
    text-decoration: underline;
}
.login .login_btn button {
    width: 100%;
    padding: 14px 0;
    border-radius: 5px;
    color: #fff;
    font-family: Montserrat-Bold;
}
.login h6 {
    text-align: center;
    margin: 20px 0;
    font-family: Montserrat-Bold;
}
.login .login_social_btn {
    display: flex;
    justify-content: space-between;
}
.login .login_social_btn a {
    display: flex;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.login .login_social_btn a .socil_btn_img {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .login_social_btn a .socil_btn_img img {
    width: 30px;
    height: 30px;
}
.login .login_social_btn a .socil_btn_img .facebook_icon {
    width: 10px;
    height: 20px;
}
.login .login_social_btn a .socil_btn_right_img {
    padding: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .login_social_btn a .socil_btn_right_img img {
    width: 70px;
}
.login .login_social_btn .blue_social_login_btn {
    background: #3b5998;
}
.login .login_social_btn .sbtn_mr {
    margin-right: 9px;
}
.login .login_social_btn .sbtn_ml {
    margin-left: 9px;
}
.forgot_password {
    padding-bottom: 10%;
}
.online_payment {
    margin-top: 4%;
    margin-bottom: 6%;
}
.online_payment h2 {
    color: #db2727;
    text-align: center;
    margin-bottom: 6%;
    font-family: Montserrat-Bold;
}
.online_payment .nav-tabs .nav-link {
    border: none;
}
.online_payment .online_payment_tabs {
    border: none;
    margin-bottom: 6%;
}
.online_payment .online_payment_tabs a {
    margin-right: 65px;
    padding: 0 0 5px;
    font-family: Montserrat-Bold;
    font-size: 15px;
}
@media screen and (max-width: 1199px) {
    .online_payment .online_payment_tabs a {
        margin-right: 5%;
    }
}
.online_payment .online_payment_tabs a:nth-of-type(5) {
    margin-right: 0;
}
.online_payment .online_payment_tabs .active {
    border: none;
    border-bottom: 1px solid #000;
    color: #db2727;
    font-family: Montserrat-Bold;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper input {
    padding: 12px 12px 12px 15px;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper input::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper input:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper {
    display: flex;
    justify-content: space-between;
    margin: 8% 0;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .date_year_body {
    display: flex;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .date_year_body input {
    width: 60px;
    margin-right: 10px;
    text-align: center;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .date_year_body input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .date_year_body input::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .date_year_body input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .date_year_body input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .date_year_body input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper input {
    width: 80px;
    padding: 12px 15px;
    text-align: center;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper input::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .date_year_wraper .form-group {
    margin-bottom: 0;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .checkout_right_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .checkout_right_title h5 {
    margin-bottom: 0;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .checkout_right_title .payment_radio_btn {
    margin-left: 8px;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .complete_checkout_btn {
    width: 100%;
    color: #fff;
    font-family: Montserrat-Bold;
    padding: 12px 0;
    border-radius: 5px;
    margin-top: 5px;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .credit_card_amount_payable {
    padding-left: 23%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .credit_card_amount_payable h4 {
    font: 16px Montserrat-Bold;
    margin-bottom: 5px;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .credit_card_amount_payable h3 {
    font: 50px Montserrat-Regular;
    color: #db2727;
}
.online_payment .online_payment_tabs_content .payment_tab_wraper .credit_card_amount_payable h3 sup {
    font-size: 28px;
    padding-right: 6px;
    top: -16px;
}
.mycart {
    margin-bottom: 6%;
    margin-top: 4%;
}
.mycart h2 {
    text-align: center;
    color: blue;
    margin-bottom: 6%;
    font-family: Montserrat-Bold;
}
    
.mycart .mycart_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mycart .mycart_title h6 {
    color: #db2727;
    font-family: Montserrat-Bold;
    margin-bottom: 10px;
}
.mycart .mycart_item_wraper .mycart_item {
    padding: 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mycart .mycart_item_wraper .mycart_item:last-child {
    border-bottom: none;
}
.mycart .mycart_item_wraper .mycart_item .mycart_item_img_wraper {
    display: flex;
    height: 100%;
}
.mycart .mycart_item_wraper .mycart_item .mycart_item_img_wraper .mycart_item_img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 100%;
    padding: 18% 12%;
}
.mycart .mycart_item_wraper .mycart_item .mycart_item_img_wraper .mycart_item_img a {
    height: 100%;
    display: flex;
    align-items: center;
}
.mycart .mycart_item_wraper .mycart_item .mycart_item_img_wraper .mycart_item_img a img {
    width: 100%;
}
.mycart .mycart_item_wraper .mycart_item .mycart_item_img_wraper .wishlist_item-img {
    padding: 7% 5%;
}
.mycart .mycart_item_wraper .mycart_item .mycart-product-content {
    display: flex;
    align-items: center;
    height: 100%;
}
.mycart .mycart_item_wraper .mycart_item .mycart-product-content .popularity_select_wraper h6 {
    font-family: Montserrat-SemiBold;
}
.mycart .mycart_item_wraper .mycart_item .mycart-product-content .popularity_select_wraper .popularity_select_body {
    position: relative;
    margin-bottom: 0;
    font-family: Montserrat-SemiBold;
}
.mycart .mycart_item_wraper .mycart_item .mycart-product-content .popularity_select_wraper .popularity_select_body select {
    width: 100px;
    height: auto;
    color: #000;
    border: none;
    padding: 0;
    font: 13px Montserrat-Bold;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
}
.mycart .mycart_item_wraper .mycart_item .mycart-product-content .popularity_select_wraper .popularity_select_body select:focus {
    box-shadow: none;
}
.mycart .mycart_item_wraper .mycart_item .mycart-product-content .popularity_select_wraper .popularity_select_body select option {
    padding-left: 30px;
}
.mycart .mycart_item_wraper .mycart_item .mycart-price {
    display: flex;
    height: 100%;
    align-items: center;
}
.mycart .mycart_item_wraper .mycart_item .mycart-price h5 {
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 0;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter {
    display: flex;
    height: 100%;
    align-items: center;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter .quantity .wrap {
    display: flex;
    justify-content: flex-start;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter .quantity .wrap .decrease {
    font: 16px Montserrat-SemiBold;
    background: none;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter .quantity .wrap .decrease:focus {
    outline: none;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter .quantity .wrap .control {
    font: 16px Montserrat-SemiBold;
    border: none;
    width: 60px;
    text-align: center;
    padding: 0;
    color: #000;
    height: auto;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter .quantity .wrap .control:focus {
    outline: none;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter .quantity .wrap .increase {
    font: 16px Montserrat-SemiBold;
    width: auto;
    background: none;
    border: none;
    padding: 0;
    height: auto;
}
.mycart .mycart_item_wraper .mycart_item .mycart-counter .quantity .wrap .increase:focus {
    outline: none;
}
.mycart .mycart_item_wraper .mycart_item .mycart-total {
    display: flex;
    height: 100%;
    align-items: center;
}
.mycart .mycart_item_wraper .mycart_item .mycart-total h5 {
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 0;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash {
    display: flex;
    height: 100%;
    align-items: center;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash .trash_wraper {
    display: flex;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash .trash_wraper .shoping_bag_body {
    display: flex;
    align-items: 30px;
    height: 30px;
    width: 30px;
    background: #db2727;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash .trash_wraper .shoping_bag_body a {
    background: none;
    display: flex;
    padding: 0;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash .trash_wraper .shoping_bag_body a i {
    font-size: 15px;
    color: #fff;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash .trash_wraper .trash_body {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 7px;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash .trash_wraper .trash_body button {
    display: flex;
    padding: 0;
}
.mycart .mycart_item_wraper .mycart_item .mycart-trash .trash_wraper .trash_body button i {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.2);
}
.mycart .backto_shop_btn_wraper {
    margin: 2% 0 5%;
}
.mycart .backto_shop_btn_wraper .backto_shop_btn a {
    color: #fff;
    padding: 10px 20px;
    font: 12px Montserrat-Bold;
    border-radius: 5px;
}
.mycart .backto_shop_btn_wraper .update_btn {
    text-align: right;
}
.mycart .backto_shop_btn_wraper .update_btn button {
    color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    font: 12px Montserrat-Bold;
    border-radius: 2px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 30%;
    margin-right: 3px;
    border-radius: 5px;
    transition: 0.2s linear;
}
.mycart .backto_shop_btn_wraper .update_btn button:hover {
    background: #db2727;
    color: #fff;
    border-color: #fff;
}
.mycart .backto_shop_btn_wraper .update_btn button:nth-of-type(2) {
    margin-right: 0;
}
.mycart .backto_shop_btn_wraper .mycart_clearall_btn {
    color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    font: 12px Montserrat-Bold;
    border-radius: 2px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 30%;
    margin-right: 3px;
    border-radius: 5px;
    transition: 0.2s linear;
}
.mycart .backto_shop_btn_wraper .mycart_clearall_btn:hover {
    background: #db2727;
    color: #fff;
    border-color: #fff;
}
.mycart .select_coupon_code .popularity_select_body {
    margin-top: 10px;
    position: relative;
}
.mycart .select_coupon_code .popularity_select_body select {
    height: auto;
    color: #000;
    border: none;
    padding: 0;
    font: 16px Montserrat-Bold;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/selectarrow9e96.png?f36388b738989903876184bd1dd9d4bc);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 13px;
    background-size: 6px;
}
.mycart .select_coupon_code .popularity_select_body select:focus {
    box-shadow: none;
}
.mycart .select_coupon_code h6 {
    padding-top: 5px;
    font: 13px Montserrat-Regular;
}
.mycart .coupon_input_feild .coupon-container {
    width: 100%;
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form {
    display: flex;
    align-items: baseline;
    margin-top: 15px;
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group {
    margin-top: 0;
    width: 58%;
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group input {
    font-size: 13px;
    padding: 9px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group input::-webkit-input-placeholder {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group input::-moz-placeholder {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group input:-ms-input-placeholder {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group input::-ms-input-placeholder {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group input::placeholder {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}
.mycart .coupon_input_feild .coupon-container .discount-control .coupon-form .control-group input:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.mycart .coupon_input_feild .coupon-container .discount-control .control-error {
    margin-top: 5px;
    color: #db2727;
    font-size: 13px;
}
.mycart .coupon_input_feild .coupon-container .discount-control button {
    margin-left: 10px;
    font: 12px Montserrat-Bold;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}
.mycart .coupon_input_feild .coupon-container .applied-coupon-details {
    width: 88%;
}
@media screen and (max-width: 1199px) {
    .mycart .coupon_input_feild .coupon-container .applied-coupon-details {
        width: 94%;
    }
}
@media screen and (max-width: 991px) {
    .mycart .coupon_input_feild .coupon-container .applied-coupon-details {
        width: 78%;
    }
}
.mycart .coupon_input_feild .coupon-container .applied-coupon-details .applied-coupon-title {
    margin-bottom: 0;
    font: 14px Montserrat-Regular;
}
.mycart .coupon_input_feild .coupon-container .applied-coupon-details .copuon-value {
    font: 14px Montserrat-Bold;
}
.mycart .coupon_input_feild .coupon-container .applied-coupon-details .remove-coupn-btn {
    color: #db2727;
    padding-left: 10px;
    display: block;
    margin-bottom: 0;
    font: 14px Montserrat-Bold;
    padding-right: 10px;
}
@media screen and (max-width: 991px) {
    .mycart .coupon_input_feild .coupon-container .applied-coupon-details .remove-coupn-btn {
        padding-right: 8px;
    }
}
.mycart .cart_total_amount_wraper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .mycart .cart_total_amount_wraper {
        margin-top: 30px;
        margin-left: 0;
    }
}
.mycart .cart_total_amount_wraper .cart_total_amount_description {
    text-align: left;
}
.mycart .cart_total_amount_wraper ul {
    text-align: right;
}
.mycart .cart_total_amount_wraper ul li {
    font-size: 14px;
    font-family: Montserrat-Bold;
    margin-bottom: 15px;
}
.mycart .net_totla_price_wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7% 0;
}
.mycart .net_totla_price_wraper h5 {
    margin-bottom: 0;
}
.mycart .net_totla_price_wraper h3 {
    font-size: 24px;
    color: #db2727;
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .mycart .proceedto_checkout_btn {
        text-align: center;
    }
}
.mycart .proceedto_checkout_btn a {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font: 14px Montserrat-Bold;
    padding: 10px 0;
}
@media screen and (max-width: 991px) {
    .mycart .proceedto_checkout_btn a {
        width: 50%;
    }
}
.mycart .shopping_cart_title {
    font-size: 16px;
    font-family: Montserrat-Bold;
    margin-bottom: 15px;
}
.mycart .shopping_cart_content .shoping_cart_message {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
}
.mycart .shopping_cart_content .continue_shopping_btn {
    font: 12px Montserrat-Bold;
    padding: 10px 15px;
    border-radius: 2px;
    color: #fff;
    border-radius: 5px;
}
.wishlist {
    margin-top: 5%;
}
.order_history {
    margin: 4% 4% 5%;
}
.order_history .order_history_hero_wrpaer .order_history_header {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.order_history .order_history_hero_wrpaer .order_history_header h2 {
    color: #db2727;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
}
.order_history .order_history_hero_wrpaer .order_history_header .search_wraper {
    width: 50%;
    margin-top: -2px;
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper,
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table {
    margin-bottom: 3%;
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .table_header {
    background: #f8f8f8;
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .table_header tr th {
    border: none;
    font: 16px Montserrat-Bold;
    padding: 25px 10px 25px 3%;
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .orderhistory_table_body .table_border_top td,
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .orderhistory_table_body .table_border_top th {
    border-top: none;
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .orderhistory_table_body .order_history_table_icon i {
    padding-right: 20px;
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .orderhistory_table_body .order_history_table_icon i:last-child {
    padding-right: 0;
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .orderhistory_table_body tr td,
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .orderhistory_table_body tr th {
    font: 14px Montserrat-Regular;
    padding: 24px 5px 24px 3%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .active button,
.order_history .order_history_hero_wrpaer .order-history-table_wraper .order-history-table .active td {
    color: #db2727;
}
.order_history .order_history_hero_wrpaer .order_details_wraper {
    padding-bottom: 5px;
    padding-left: 4%;
}
@media screen and (max-width: 1199px) {
    .order_history .order_history_hero_wrpaer .order_details_wraper {
        padding-left: 0;
    }
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables_header h2 {
    color: #db2727;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
    font-size: 24px;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables_header h5 {
    color: #000;
    font-family: Montserrat-Bold;
    margin-bottom: 0;
    align-self: center;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables {
    margin-bottom: 0;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables .order_details_tables_body tr td {
    font-size: 14px;
    font-family: Montserrat-Bold;
    border: none;
    padding: 0 0 15px;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables .order_details_tables_body tr td h5 {
    font-family: Montserrat-Bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables .order_details_tables_body tr td h6 {
    font-family: Montserrat-Regular;
    font-size: 14px;
    margin-bottom: 0;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_tables .order_details_tables_body tr .td_right {
    text-align: right;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_total_wraper {
    padding-left: 32%;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_total_wraper .order_details_total_table {
    margin-bottom: 0;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_total_wraper .order_details_total_table .order_details_total_body td,
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_total_wraper .order_details_total_table .order_details_total_head tr th {
    border: none;
    font-family: Montserrat-Bold;
    padding: 0 0 10px;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_total_wraper .order_details_total_table .order_details_total_body .td_right {
    text-align: right;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_net_total_wraper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 32%;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_net_total_wraper h6 {
    font-family: Montserrat-Bold;
    margin-bottom: 0;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_net_total_wraper h2 {
    font: 24px Montserrat-Bold;
    color: #db2727;
    margin-bottom: 0;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_net_total {
    padding-left: 32%;
    padding-top: 5px;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .order_details_net_total tr th {
    border: none;
    padding: 0 10px;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .shipping_details {
    margin-bottom: 4%;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .shipping_details .shipping_deatils_content ul li,
.order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .shipping_details h5 {
    font-size: 13px;
}
@media screen and (max-width: 1199px) {
    .order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .shipping_deatils_address_wraper {
        display: flex;
        justify-content: flex-end;
    }
}
.order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .shipping_deatils_address_wraper p {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}
.order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .cancel_order_btn {
    margin-top: 3%;
}
@media screen and (max-width: 1199px) {
    .order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .cancel_order_btn {
        margin-bottom: 4%;
        padding-right: 0;
    }
}
.order_history .order_history_hero_wrpaer .order_details_wraper .shipping_details_wraper .cancel_order_btn button {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    font-family: Montserrat-Bold;
    color: #fff;
}
.order_history .order_history_hero_wrpaer .pagination {
    align-items: center;
    justify-content: center;
}
.order_history .order_history_hero_wrpaer .pagination .next i,
.order_history .order_history_hero_wrpaer .pagination .previous i {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    padding: 5px;
}
.order_history .order_history_hero_wrpaer .pagination .next i:hover {
    color: rgba(0, 0, 0, 0.8);
}
.order_history .order_history_hero_wrpaer .pagination a {
    padding: 5px;
}
.order_history .order_history_hero_wrpaer .pagination a i:hover {
    color: rgba(0, 0, 0, 0.8);
}
.order_history .order_history_hero_wrpaer .pagination .active {
    background: none;
    border: none;
    color: #000;
    font-family: Montserrat-Bold;
}
.order_history .order_history_hero_wrpaer .pagination .page-item {
    border: none;
    color: #000;
    font: 12px Montserrat-Bold;
}
.order_history .order_history_hero_wrpaer .pagination .page-item.active {
    background: none;
    color: #db2727;
    border: none !important;
}
.contact_page .contact {
    margin-top: 4%;
}
.contact_page .contact .contact_map {
    height: 100vh;
}
.contact_page .contact_form {
    margin-bottom: 4%;
}
.contact_page .contact_form .contact_address_wraper {
    margin-top: 5%;
}
.contact_page .contact_form .contact_address_wraper h6 {
    position: relative;
    margin-bottom: 20px;
}
.contact_page .contact_form .contact_address_wraper h6:after {
    content: "";
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #db2727;
    bottom: -5px;
    left: 0;
}
.contact_page .contact_form .contact_address_wraper a,
.contact_page .contact_form .contact_address_wraper p {
    font: 14px Montserrat-Regular;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_address_wraper .social_icon_wraper ul {
    display: flex;
}
.contact_page .contact_form .contact_address_wraper .social_icon_wraper ul li {
    color: rgba(0, 0, 0, 0.6);
    padding-right: 15px;
}
.contact_page .contact_form .contact_address_wraper .social_icon_wraper ul li:nth-last-child() {
    padding-right: 0;
}
.contact_page .contact_form .contact_address_wraper .social_icon_wraper ul li i {
    font-size: 14px;
}
.contact_page .contact_form .contact_form_wraper {
    margin-top: 3%;
}
.contact_page .contact_form .contact_form_wraper input {
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    border-radius: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.contact_page .contact_form .contact_form_wraper input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper input::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper input:focus {
    box-shadow: none;
}
.contact_page .contact_form .contact_form_wraper input[type="number"]::-webkit-inner-spin-button,
.contact_page .contact_form .contact_form_wraper input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact_page .contact_form .contact_form_wraper input[type="number"] {
    -moz-appearance: textfield;
}
.contact_page .contact_form .contact_form_wraper .control-error {
    color: #db2727;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.contact_page .contact_form .contact_form_wraper textarea {
    border: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    border-radius: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper textarea::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper textarea:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper textarea::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper textarea::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.contact_page .contact_form .contact_form_wraper textarea:focus {
    box-shadow: none;
}
.contact_page .contact_form .contact_form_wraper .contact_form_submit_btn {
    text-align: center;
    margin-top: 3%;
}
.contact_page .contact_form .contact_form_wraper .contact_form_submit_btn button {
    border-radius: 5px;
    font: 13px Montserrat-Bold;
    color: #fff;
    padding: 8px 30px;
}
.blog_post_page .blog_post {
    margin-top: 3%;
    margin-bottom: 5%;
}
.blog_post_page .blog_post .blog_post_card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 23px;
    margin-bottom: 45px;
}
.blog_post_page .blog_post .blog_post_card:last-child {
    border-bottom: none;
}
.blog_post_page .blog_post .blog_post_card .blog_post_card_img_wraper {
    width: 100%;
    height: 50vh;
}
.blog_post_page .blog_post .blog_post_card .blog_post_card_img_wraper img {
    width: 100%;
    height: 100%;
}
.blog_post_page .blog_post .blog_post_card .blog_post_card_content_wraper {
    display: flex;
    margin-top: 30px;
}
.blog_post_page .blog_post .blog_post_card .blog_post_card_content_wraper .blog_post_date_wraper .blog_post_date {
    background: #db2727;
    width: 80px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blog_post_page .blog_post .blog_post_card .blog_post_card_content_wraper .blog_post_date_wraper .blog_post_date h6 {
    margin-bottom: 0;
    font-family: Montserrat-Bold;
    color: #fff;
}
.blog_post_page .blog_post .blog_post_card .blog_post_card_content_wraper .blog_post_date_wraper .blog_post_date h2 {
    margin-bottom: 0;
    font-family: Montserrat-Light;
    color: #fff;
}
.blog_post_page .blog_post .blog_post_card .blog_post_right_content h6 {
    font-family: Montserrat-Regular;
    color: rgba(0, 0, 0, 0.9);
}
.blog_post_page .blog_post .blog_post_card .blog_post_right_content h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0;
}
.blog_post_page .blog_post .blog_post_card .blog_post_right_content p {
    font-size: 14px;
    margin: 15px 0;
}
.blog_post_page .blog_post .blog_post_card .blog_post_right_content a {
    background: none;
    color: #db2727;
    padding: 0;
    font-family: Montserrat-SemiBold;
}
.south_indian_foods_page .south_indian_foods {
    margin-top: 3%;
    margin-bottom: 4%;
}
.south_indian_foods_page .south_indian_foods .south_indian_foods_title {
    width: 50%;
    margin: auto;
}
@media screen and (max-width: 1199px) {
    .south_indian_foods_page .south_indian_foods .south_indian_foods_title {
        width: 58%;
    }
}
@media screen and (max-width: 991px) {
    .south_indian_foods_page .south_indian_foods .south_indian_foods_title {
        width: 80%;
    }
}
.south_indian_foods_page .south_indian_foods .south_indian_foods_title h1 {
    font-size: 50px;
    line-height: 1.4;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper {
    position: relative;
    width: 100%;
    height: 80vh;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper img {
    width: 100%;
    height: 100%;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper .banner_caption_wraper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper .banner_caption_wraper .banner_caption {
    background-color: #db2727;
    padding: 35px;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper .banner_caption_wraper .banner_caption .author_caption h5 {
    font: 14px Montserrat-SemiBold;
    color: #f0a8a3;
    margin-bottom: 3px;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper .banner_caption_wraper .banner_caption .author_caption h6 {
    margin-bottom: 0;
    font: 16px Montserrat-Regular;
    color: #fff;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper .banner_caption_wraper .banner_caption .share_caption h5 {
    font: 14px Montserrat-SemiBold;
    color: #f0a8a3;
    margin-bottom: 3px;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper .banner_caption_wraper .banner_caption .share_caption ul {
    display: flex;
}
.south_indian_foods_page .south_indian_foods_banner .south_indian_foods_banner_wraper .banner_caption_wraper .banner_caption .share_caption ul li i {
    color: #fff;
    padding-right: 15px;
}
.south_indian_foods_page .south_indian_foods_banner_content {
    margin-bottom: 5%;
    margin-top: 3%;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper {
    width: 70%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 6% 3%;
    margin: auto auto 6%;
}
@media screen and (max-width: 991px) {
    .south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper {
        width: 100%;
    }
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper .south_indian_foods_banner_content_body p {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.8;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper .south_indian_foods_banner_content_body .south_indian_foods_banner_content_img {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper .south_indian_foods_banner_content_body .south_indian_foods_banner_content_img img {
    height: 100%;
    width: 100%;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper .south_indian_foods_banner_content_body .south_indian_foods_img_content_wraper {
    margin-top: 30px;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper .south_indian_foods_banner_content_body .south_indian_foods_img_content_wraper .south_indian_foods_img_wraper {
    height: 340px;
    margin-right: 20px;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper .south_indian_foods_banner_content_body .south_indian_foods_img_content_wraper .south_indian_foods_img_wraper img {
    width: 100%;
    height: 100%;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_banner_content_wraper .south_indian_foods_banner_content_body .south_indian_foods_img_content_wraper p {
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 1.8;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper {
    width: 70%;
    margin: auto;
}
@media screen and (max-width: 991px) {
    .south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper {
        width: 100%;
    }
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination {
        width: 100%;
    }
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .prv_btn_wraper {
    display: flex;
    align-items: center;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .prv_btn_wraper .prv_btn {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .prv_btn_wraper h6 {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    font-family: Montserrat-Regular;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .next_btn_wraper {
    display: flex;
    align-items: center;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .next_btn_wraper .next_btn {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .next_btn_wraper h6 {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    font-family: Montserrat-Regular;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .black_border {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .black_border i {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.3);
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .active {
    background-color: #db2727;
    border: 1px solid #db2727;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .south_indian_foods_post_pagination .active i {
    color: #fff;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .pagination_conent {
    margin-top: 15px;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .pagination_conent .pagination_conent_body {
    padding-right: 10%;
    padding-left: 41px;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .pagination_conent .pagination_conent_body h5 {
    font-family: Montserrat-Regular;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .pagination_conent .pagination_conent_body h6 {
    font: 13px Montserrat-Regular;
    color: rgba(0, 0, 0, 0.5);
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .pagination_conent .pagination_content_right_body {
    padding-right: 41px;
    padding-left: 10%;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .pagination_conent .pagination_content_right_body h5 {
    text-align: right;
}
.south_indian_foods_page .south_indian_foods_banner_content .south_indian_foods_post_pagination_wraper .pagination_conent .pagination_content_right_body h6 {
    text-align: right;
    font: 13px Montserrat-Regular;
    color: rgba(0, 0, 0, 0.5);
}
.about_page .about {
    margin-bottom: 9%;
    margin-top: 4%;
}
.about_page .about .spicesfor_you {
    position: relative;
}
.about_page .about .spicesfor_you img {
    width: 100%;
    height: 100%;
}
.about_page .about .spicesfor_you .spicesfor_you_caption {
    background: #db2727;
    position: absolute;
    width: 150px;
    height: 90px;
    bottom: -35px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.about_page .about .spicesfor_you .spicesfor_you_caption h2 {
    font-family: Montserrat-Bold;
    font-size: 26px;
    margin-bottom: 5px;
}
.about_page .about .spicesfor_you .spicesfor_you_caption h6 {
    font-size: 12px;
    font-family: Montserrat-Regular;
    margin-bottom: 0;
}
.about_page .about .spicesfor_you_right_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 11%;
    padding-right: 21%;
    height: 100%;
}
.about_page .about .spicesfor_you_right_content h2 {
    font-family: Montserrat-Bold;
    margin-bottom: 10px;
}
.about_page .about .spicesfor_you_right_content p {
    margin-bottom: 20px;
    font-size: 15px;
    font-family: Montserrat-Regular;
    line-height: 1.8;
    color: #000;
}
.about_page .about_swastiks {
    margin-bottom: 5%;
}
.about_page .about_swastiks .about_swastiks_wraper {
    margin: 0 4%;
}
.about_page .about_swastiks .about_swastiks_wraper .about_swastiks_body h2 {
    margin-bottom: 20px;
}
.about_page .about_swastiks .about_swastiks_wraper .about_swastiks_body p {
    font-size: 15px;
    font-family: Montserrat-Regular;
    margin-bottom: 20px;
    padding-right: 5%;
    color: #000;
}
.about_page .whychoose_us {
    margin-bottom: 3%;
}
.about_page .whychoose_us .whychoose_us_wraper {
    margin: 0 13%;
}
@media screen and (max-width: 1199px) {
    .about_page .whychoose_us .whychoose_us_wraper {
        margin: 0 10%;
    }
}
@media screen and (max-width: 991px) {
    .about_page .whychoose_us .whychoose_us_wraper {
        margin: 0;
    }
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_header {
    width: 58%;
}
@media screen and (max-width: 1199px) {
    .about_page .whychoose_us .whychoose_us_wraper .whychoose_us_header {
        width: 61%;
    }
}
@media screen and (max-width: 991px) {
    .about_page .whychoose_us .whychoose_us_wraper .whychoose_us_header {
        width: 70%;
    }
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_header h6 {
    font: 14px Montserrat-Regular;
    margin-bottom: 15px;
    color: #000;
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_header h2 {
    font-family: Montserrat-Bold;
    line-height: 1.4;
    margin-bottom: 8%;
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_btn_wraper {
    text-align: right;
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_btn_wraper .about_gotoshop_btn {
    width: 100%;
    background: #db2727;
    font-size: 12px;
    color: #fff;
    font-family: Montserrat-Bold;
    border-radius: 5px;
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_card {
    border-top: 1px solid #db2727;
    padding-top: 17%;
    place-content: 30px;
    padding-left: 9%;
    padding-right: 12%;
    margin-bottom: 60px;
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_card .natural_ingredients_img_wraper {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_card .natural_ingredients_img_wraper img {
    width: 100%;
    height: 100%;
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_card h5 {
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
    .about_page .whychoose_us .whychoose_us_wraper .whychoose_us_card h5 {
        font-size: 14px;
    }
}
.about_page .whychoose_us .whychoose_us_wraper .whychoose_us_card p {
    font: 15px Montserrat-Regular;
    color: #000;
}
.terms_conditions {
    margin: 4% 0;
}
.terms_conditions .terms_conditions_wraper {
    padding: 0 4%;
}
.terms_conditions .terms_conditions_wraper h1 {
    margin-bottom: 5%;
    font-size: 30px;
    text-align: center;
}
.terms_conditions .terms_conditions_wraper p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 15px;
}
.terms_conditions .terms_conditions_wraper a,
.terms_conditions .terms_conditions_wraper p {
    font-family: Montserrat-Regular;
    color: rgba(0, 0, 0, 0.5);
}
.terms_conditions .terms_conditions_wraper a:hover {
    color: #db2727;
}
.privacy_policy {
    margin: 4% 0;
}
.privacy_policy .privacy_policy_wraper {
    padding: 0 4%;
}
.privacy_policy .privacy_policy_wraper h1 {
    margin-bottom: 5%;
    font-size: 30px;
    text-align: center;
}
.privacy_policy .privacy_policy_wraper p {
    line-height: 1.8;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Montserrat-Regular;
    font-size: 15px;
}
.privacy_policy .privacy_policy_wraper h2,
.privacy_policy .privacy_policy_wraper h5 {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
}
.refund_policy {
    margin: 4% 0;
    height: 100vh;
}
.refund_policy .refund_policy_wraper {
    padding: 0 4%;
}
.refund_policy .refund_policy_wraper h1 {
    margin-bottom: 5%;
    font-size: 30px;
    text-align: center;
}
.refund_policy .refund_policy_wraper p {
    line-height: 1.8;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-family: Montserrat-Regular;
    font-size: 15px;
}
.checkbox {
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: flex-start;
}
.checkbox__input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.checkbox__input:checked:hover ~ .checkbox__checkmark,
.checkbox__input:checked ~ .checkbox__checkmark {
    background-color: #db2727;
    border: 1px solid #db2727;
}
.checkbox__input:checked:hover ~ .checkbox__checkmark:after,
.checkbox__input:checked ~ .checkbox__checkmark:after {
    display: block;
}
.checkbox__checkmark {
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.checkbox__checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    transform: rotate(45deg);
    width: 5px;
    position: absolute;
    top: 3px;
}
.checkbox .filtercheckbox_title {
    margin-top: -3px;
}
.checkbox .filtercheckbox_title a,
.checkbox .remember-title {
    font: 14px Montserrat-SemiBold;
}
.pagination-wraper {
    display: flex;
    justify-content: center;
}
.pagination-wraper ul {
    display: flex;
    align-items: center;
}
.pagination-wraper ul li a {
    border: none;
    font: 12px Montserrat-Bold;
    color: #000;
    padding: 5px;
}
.pagination-wraper ul li a:hover {
    background: none;
    color: #000;
}
.pagination-wraper ul li a:focus {
    box-shadow: none;
}
.pagination-wraper .active .page-link {
    color: #db2727;
    background: none;
    border: none;
}
.pagination-wraper .next_btn,
.pagination-wraper .prev_btn {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    padding: 5px 15px;
}
input {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
input,
input:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
input:focus {
    box-shadow: none;
}
input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.1);
}
input::-moz-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.1);
}
input:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.1);
}
input::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.1);
}
input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.1);
}
.counter-wraper-list button:focus {
    outline: none;
}
.recover-login-form {
    margin-top: 3%;
}
.recover-login-form .recoverpassword_title {
    text-align: center;
    margin-bottom: 13%;
    color: #db2727;
    font: 24px Montserrat-Bold;
}
.recover-login-form .recoverinput_password {
    padding: 14px 10px;
    border-radius: 5px;
}
.recover-login-form .recoverinput_password::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.recover-login-form .recoverinput_password::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.recover-login-form .recoverinput_password:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.recover-login-form .recoverinput_password::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.recover-login-form .recoverinput_password::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.recover-login-form .control-error {
    font-size: 13px;
    color: #db2727;
    margin-top: 5px;
    display: block;
}
.recover-login-form .sendpassword_resetemailbtn {
    width: 100%;
    padding: 14px 0;
    border-radius: 5px;
    color: #fff;
    font-family: Montserrat-Bold;
    margin-top: 15px;
    text-transform: uppercase;
}
.recover-login-form .backto-signin-btn {
    margin-bottom: 0;
}
.recover-login-form .backto-signin-btn a {
    color: rgba(0, 0, 0, 0.7);
}
.paymentradio-wraper .radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}
.paymentradio-wraper .radio-item input[type="radio"] {
    display: none;
}
.paymentradio-wraper .radio-item label {
    color: #000;
    font: 14px Montserrat-Bold;
    display: flex;
}
.paymentradio-wraper .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    border: 2px solid #db2727;
    background-color: transparent;
}
.paymentradio-wraper .radio-item input[type="radio"]:checked + label:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 11px;
    content: " ";
    display: block;
    background: #db2727;
}
.bottom-toolbar {
    width: 100%;
    display: flex;
    justify-content: center;
}
.bottom-toolbar .pagination {
    align-items: center;
}
.bottom-toolbar .pagination .next i,
.bottom-toolbar .pagination .previous i {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
}
.bottom-toolbar .pagination .next i:hover {
    color: rgba(0, 0, 0, 0.8);
}
.bottom-toolbar .pagination a {
    padding: 5px;
}
.bottom-toolbar .pagination a i:hover {
    color: rgba(0, 0, 0, 0.8);
}
.bottom-toolbar .pagination .active {
    background: none;
    border: none;
    color: #000;
    font-family: Montserrat-Bold;
}
.bottom-toolbar .pagination .page-item {
    border: none;
    color: #000;
    font: 12px Montserrat-Bold;
}
.bottom-toolbar .pagination .page-item.active {
    background: none;
    color: #db2727;
    border: none !important;
}
.woops_message {
    width: 100%;
    text-align: center;
    padding: 3% 0;
}
#cover-spin {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, 0.7);
}
#cover-spin,
#cover-spin-label {
    position: fixed;
    z-index: 9999;
    display: none;
}
#cover-spin-label {
    left: 44%;
    top: 50%;
    margin: auto;
    width: 60%;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
#cover-spin:after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border: 4px solid #db2727;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@media (max-width: 767px){
.vc_custom_heading {
    font-size: 30px !important;
}

.ovic_custom_5cc2674e14a95{
	
	font-size:15px !important;
}
.mlogo{
	
	width:200px !important;
}

.dlogo{
	
	display:none;
}
}
