/* HELPER CLASS START */
body {
    background: #f1f3f6;
    padding: 0px;
    margin: 0px;
}

* {
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

section {
    width: 100%;
    float: left;
}

.flat {
    border-radius: 0px;
}

.dib {
    display: inline-block;
}

.card {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.p0 {
    padding : 0px;
}

.pr0 {
    padding-right: 0px;
}

.pl0 {
    padding-left: 0px;
}

.p5 {
    padding : 5px;
}

.p10 {
    padding : 10px;
}

.p15 {
    padding : 15px;
}

.p20 {
    padding : 20px;
}

.p25 {
    padding : 25px;
}

.m0 {
    margin: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.maxw100 {
    max-width: 100%;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb105 {
    margin-bottom: 105px;
}

.mb200 {
    margin-bottom: 200px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt105 {
    margin-top: 105px;
}

.mt200 {
    margin-top: 200px;
}

.mo {
    margin: auto;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.h100 {
    height: 100%;
}

.h450px {
    height: 450px;
}

.h528px {
    height: 528px;
}

.clearfix {
    width: 100%;
    float: left;
    height: 1px;
}

/* HELPER CLASS END */
/* PRODUCT THUMBNAIL CSS START */
.product_ingretient_type {
    position: absolute;
    bottom: 20px;
    left: 10px;
    height: 25px;
    width: 25px;
    border: 2px solid;
    text-align: center;
    padding-top: 1px;
}

.product_ingretient_type>i {
    display: inline-block;
    margin: 0px;
}

.color_red {
    color: red;
}

.color_green {
    color: #699711;
}

.product_thumb_wrap {
    width: 100%;
    float: left;
    padding: 5px;
}

.product_thumb:hover {
    box-shadow: 0px 0px 5px #00000030;
}

.product_thumb {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 0px;
    background: #fff;
}

.product_thumb_image {
    width: 100%;
    float: left;
    position: relative;
}

.product_thumb_image>a {
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    height: 225px;
}

.product_thumb_image>a>img {
    width: auto;
    margin: auto;
    float: none;
    display: inline-block;
    max-height: 225px;
    max-width: 100%;
}

.product_thumb_wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}

.product_thumb_wishlist>button {
    border: none;
    background: transparent;
    font-size: 19px;
    color: #7a9232;
}

.product_thumb_wishlist>button.active {
    color: #ffbe04;
}

.product_thumb_info {
    width: 100%;
    float: left;
}

.product_thumb_info>h6 {
    color: #b8b8b8;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.product_thumb_info>h6>a {
    display: block;
    color: inherit;
    font-size: 16px;
}

.product_thumb_info>h4 {
    color: #656565;
    font-size: 15px;
    display: block;
    float: left;
    width: 100%;
}

.product_thumb_info>h4>a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: block;
    float: left;
    padding: 0px 10px;
    width: 100%;
    max-width: 100%;
}

.product_thumb_rating {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 0px !important;
}

.product_thumb_rating>span.active {
    color: #fece3e;
}

.product_thumb_quantity {
    width: 100%;
    float: left;
    position: relative;
}

.product_thumb_quantity_border {
    border: 2px solid #ddd;
    display: inline-block;
    max-width: 105px;
    width: 100%;
}

.product_thumb_quantity_border>button {
    width: 30px;
    height: 30px;
    color: #fece3e;
    border-radius: 0px !important;
    text-align: center !important;
    margin: 0px;
    background: #fff;
    border-top: none;
    border-bottom: none;
    float: left;
}

.product_thumb_quantity_border>button>i {
    display: inline-block !important;
}

.product_thumb_quantity_border>button:last-child {
    border-left: 2px solid #ddd !important;
    border-right: none;
}

.product_thumb_quantity_border>button:first-child {
    border-left: none;
    border-right: 2px solid #ddd !important;
}

.product_thumb_quantity_border>span {
    max-width: 40px;
    display: inline-block;
    border-left: none;
    height: 30px;
    margin: 0px;
    float: left;
    font-size: 16px;
    padding-top: 4px;
    text-align: center;
    width: 100%;
}

.product_thumb_actions {
    width: 100%;
    float: left;
}

.product_thumb_actions>button>span {
    font-size: 12px !important;
}

.product_thumb_actions>button>i {
    margin-right: 5px;
}

.product_thumb_actions>button {
    padding: 5px 0px !important;
    min-width: 80px;
    background: transparent none repeat scroll 0% 0%;
    border: 2px solid rgb(255, 203, 53);
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.product_thumb_quantity_border>button:hover {
    background: #fece3e;
    color: #fff;
}

.product_thumb_pricing {
    width: 100%;
    float: left;
    padding: 10px 0px !important;
}

.product_thumb_pricing>label {
    display: inline-block;
    padding: 5px;
    color: #656565;
    margin: 0px;
}

.product_thumb_pricing>label:nth-child(1) {
    font-size: 17px;
    font-weight: bold;
}

.product_thumb_pricing>label:nth-child(2) {
    text-decoration: line-through;
}

.product_thumb_pricing>label:nth-child(3) {
    color: #fece3e;
}

/* PRODUCT THUMBNAIL CSS END */
/* PRODUCT LISTING PAGE START */
.listing_header_banner>img,.listing_footer_banner>img {
    max-height: 250px;
}

.listing_header_banner,.listing_footer_banner {
    width: 100%;
    float: left;
}

.listing_header_search,.listing_header_breadcrub,.listing_header_sort {
    display: inline-block;
    float: left;
    padding: 0px 15px;
}

.listing_header_breadcrub>ul {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}

.listing_header_breadcrub>ul>li {
    display: inline-block;
    float: left;
    padding: 11px 0px;
    position: relative;
}

.listing_header_breadcrub>ul>li:last-child >a > i {
    display: none;
}

.listing_header_search {
    min-width: 300px;
    position: relative;
}

.listing_header_search>input {
    width: 100%;
    background-color: #fff;
    padding: 12px 30px 12px 12px;
    outline: none;
    color: #333;
    border: 1px #ddd solid;
}

.listing_header_search>i {
    position: absolute;
    right: 25px;
    top: 13px;
}

.listing_header_sort>select {
    background-color: #fff;
    border: none;
    padding: 10px;
    outline: none;
    color: #333;
    border: 1px #ddd solid;
}

.listing_header_breadcrub>ul>li>a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.listing_header,.listing_body,.listing_footer {
    width: 100%;
    float: left;
}

.listing_header {
    margin-top: 15px;
    margin-bottom: 15px;
}

.listing_body {
    border-top: 1px solid #f1f3f6;
    padding: 5px;
}

.listing_footer {
    border-top: 1px solid #f1f3f6;
    padding: 5px;
}

.listing_colum {
    width: 20%;
    float: left;
}

ul.rs_pagination {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul.rs_pagination>li {
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
}

ul.rs_pagination>li>a {
    display: block;
    padding: 7px 0px;
    background: #fff;
    border: 2px solid #ffcb35;
    border-radius: 100%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

ul.rs_pagination>li>a.active {
    background: #ffcb35;
}

ul.rs_pagination>li>a:hover {
    background: #ffcb35;
}

/* PRODUCT LISTING PAGE END */
/* PRODUCT LISTING FILTERS START */
.listing_responsive_header,.listing_filter_toggle {
    display: none;
}

.filter_panel {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
}

.filter_panel_head,.filter_panel_body {
    width: 100%;
    float: left;
}

.filter_panel_body>ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.filter_panel_body>ul>li {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
}

.filter_panel_body>ul>li>label {
    margin: 0px;
    display: block;
    float: left;
    width: 100%;
    line-height: normal;
}

.filter_panel_body>ul>li>label>input {
    margin: 0px 5px 0px 0px;
}

.filter_panel_body>ul>li>label>span {
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}

.filter_panel_head>label {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-weight: bold;
    font-size: 15px;
}

.filter_panel_head>label>i {
    float: right;
}

.filter_panel_head {
    padding: 10px 15px;
    cursor: pointer;
}

.filter_panel_head>* {
    cursor: pointer;
}

.filter_panel:first-child {
    border: none;
}

.filter_panel_body>ul>li>a {
    padding-left: 15px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.filter_panel_body {
    padding: 0px 0px 10px 15px;
}

.filter_price_slider_val {
    width: 50%;
    float: left;
    padding: 10px 15px;
    position: relative;
}

.filter_price_slider_val>input {
    width: 100%;
    float: left;
}

.filter_price_slider_val>i {
    position: absolute;
    top: 16px;
    left: 20px;
}

.filter_price_slider_val>input {
    padding-left: 10px;
}

/* PRODUCT LISTING FILTERS END */
/* PRODUCT LIST ADD RIGHT START */
.list_item_remove {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 25px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #f2161f;
    outline: none;
    cursor: pointer;
}

.list_item {
    border-bottom: 1px solid #ddd;
}

.btn_col_4 {
    width: 33.33% !important;
    float: left;
    padding: 10px 0px !important;
}

/*  PRODUCT LIST ADD RIGHT END */
/* RS UI STARTS*/
.rs_form {
    width: 100%;
    float: left;
    position: relative;
}

.rs_form_title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #ffcb35;
}

.rs_form > input,.rs_form > select {
    height: 35px;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 13px;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 35px;
}

.rs_form > i {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all 0.25s ease 0s;
    padding-top: 1%;
}

.rs_input_message {
    color: #699711;
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: 0px;
    font-size: 11px;
}

.form-group > span.message {
    float: left;
    font-size: 10px;
    color: #e42e2e;
    width: 100%;
    display: block;
    margin-top: 5px;
}

.listing_product_loader {
    width: 100%;
    float: left;
    height: 600px;
    position: relative;
}

.rs_link_btn {
    color: #23527c;
    display: inline-block;
    border: none;
    background: transparent;
    text-decoration: none;
    outline: none;
}

.rs_link_btn:hover {
    text-decoration: underline;
}

.rs_btn_wide {
    width: 100%;
    border-radius: 2px;
    padding: 5.5px 0px;
    font-size: 16px;
    border: 1px solid #ffcb35;
}

.bg_orange {
    color: #fff;
    background-color: #ffcb35;
}

.bg_whatsapp {
    background: #0DC143;
}

.bg_facebook {
    background: #4267B2;
}

.bg_twitter {
    background: #1A91DA;
}

/* RS UI END */
/* PRODUCT DETAIL PAGE START */
.detail_social_share_btns {
    width: auto;
    float: right;
    padding: 0px;
}

.detail_social_share_btns>a {
    display: inline-block;
    padding: 5px 0px;
    width: 50px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
}

.detail_product_pricing,.detail_product_actions,.detail_product_review,.detail_product_info,.detail_product_grouping {
    width: 100%;
    float: left;
}

.detail_product_info h1 {
    display: inline-block;
    float: left;
    margin: 0px;
    color: #898989;
    font-weight: bold;
    font-size: 30px;
}

.detail_product_info>h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 4px;
    display: block;
    float: left;
    width: 100%;
}

.detail_product_review {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ratings_sm {
    display: inline-block;
}

.detail_product_review > .ratings_sm {
    padding: 0px 15px;
    float: left;
}

.ratings_sm > .active {
    color: #ffcb35;
}

.detail_product_review>label,.detail_product_review>a {
    display: inline-block;
    float: left;
    padding: 0px 15px;
    margin: 0px;
    color: #cfcfcf;
    text-decoration: none;
    vertical-align: middle;
}

.detail_product_review {
    vertical-align: middle;
    padding: 10px 0px;
    margin-top: 30px;
}

.ratings_sm>span {
    color: #656565;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
}

.detail_product_pricing>label:first-child {
    color: #656565;
    font-size: 20px;
}

.detail_product_pricing>label>span {
    font-size: inherit;
    color: inherit;
}

.detail_product_pricing>label:nth-child(2) {
    text-decoration: line-through;
    margin-left: 15px;
}

.detail_product_actions>button {
    display: inline-block;
    max-width: 175px;
    height: 45px;
    margin: 0;
    padding: 0;
    background: #699711;
    border-radius: 2px;
    color: #fff !important;
    border: 1px solid #699711 !important;
    width: 100%;
    font-size: 16px;
}

.detail_product_actions>button>span {
    color: inherit;
    font-size: inherit;
}

.detail_product_actions {
    margin-top: 15px;
}

.detail_product_pricing {
    margin-top: 15px;
    margin-bottom: 15px;
}

.detail_product_grouping>ul {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.detail_product_grouping>ul>li {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
}

.detail_product_grouping>ul>li>label {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #898989;
    margin: 0px;
}

.detail_product_grouping {
    margin-top: 15px;
}

.detail_product_grouping>ul>li>ul {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.detail_product_grouping>ul>li>ul>li {
    display: inline-block;
    float: left;
    height: auto;
    width: auto;
    padding: 0px 5px 0px 0px;
    position: relative;
}

.detail_product_grouping>ul>li>ul>li>span {
    display: block;
    background: #ffcb35;
    border-radius: 3px;
    color: #000;
    text-align: center;
    padding: 10px 0px;
    min-width: 80px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: auto;
    margin: 0px;
    cursor: pointer;
}

.detail_product_grouping>ul>li>ul>li>label {
    display: inline-block;
    border-radius: 3px;
    padding: 0px 0px;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin: 0px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    width: 60px;
    text-align: center;
}

.detail_product_grouping>ul>li>ul>li>label>img {
    max-width: 60px;
    max-height: 40px;
}

.detail_product_grouping>ul>li>ul>li>p {
    font-size: 10px;
    font-weight: bold;
}

.detail_product_grouping>ul>li>ul>li.active > span {
    background: #699711;
}

.detail_product_grouping>ul>li>ul>li.active > label {
    border: 1px solid #699711;
}

.detail_product_grouping>ul>li>ul>li>ul {
    position: absolute;
    padding: 0px;
    width: 140px;
    display: none;
    z-index: 9;
    top: 100%;
    box-shadow: 0px 0px 4px 1px #6997118f;
    border: 1px solid #699711;
    border-radius: 3px;
    margin-top: 0px;
    left: 0px;
    background: #fff;
}

.detail_product_grouping>ul>li>ul>li:hover>ul {
    display: block;
}

.detail_product_grouping>ul>li>ul>li>ul>li {
    padding: 5px;
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    font-size: 17px;
}

.detail_product_grouping>ul>li>ul>li>ul>li:hover {
    background: #ffcb35;
}

.detail_product_grouping>ul>li>ul>li>ul>li>a {
    text-decoration: none;
    color : inherit;
    font-size: inherit;
}

.detail_product_grouping>ul>li>ul>li>ul>li>a>span {
    font-size: inherit;
}

.detail_product_highlights label {
    display: block;
    float: left;
    width: 100%;
    color: #898989;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.detail_product_highlights {
    width: 100%;
    float: left;
    margin-top: 15px;
    border: 1px solid #ddd;
    max-width: 500px;
    padding: 10px;
}

.rs_tabs {
    width: 100%;
    float: left;
}

.rs_tab_navs {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 100%;
}

.rs_tab_navs>li {
    display: inline-block;
    float: left;
    padding: 5px 15px;
    background: #898989;
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: normal;
}

.rs_tab_navs>li>span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.rs_tab_navs>li.active {
    background: #699711;
    color: #fff;
    box-shadow: 0px -1px 2px 0px #ffcb3580;
    font-weight: bold;
}

.rs_tab_navs>li:hover {
    box-shadow: 0px -1px 2px 0px #00000069;
}

.rs_tab {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
}

.rs_tab.active {
    display: block;
}

.detail_product_data {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.detail_product_data>li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.detail_product_data>li>label {
    font-size: 20px;
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
}

.detail_product_data>li>ul {
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.detail_product_data>li>ul>li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.detail_product_data>li>ul>li:nth-child(even) {
    background: #f1f3f6d9;
}

.detail_product_data>li>ul>li>p {
    margin: 0px;
    float: left;
    display: block;
    width: 100%;
}

.detail_product_rating_form {
    width: 100%;
    float: left;
    display: none;
    margin-top: 15px;
}

.detail_product_rating_form>textarea {
    width: 100%;
    min-height: 100px;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
}

.detail_product_rating_form.active {
    display: block;
}

.detail_product_reviewer_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #699711;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 5px;
}

.detail_product_Reviewer_name {
    width: 100%;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.detail_product_review_row {
    width: 100%;
    float: left;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.detail_product_review_row:last-child {
    border: none;
}

.detail_product_review_row p {
    display: block;
    float: left;
    width: 100%;
    max-width: 600px;
    background: #f1f3f6;
    padding: 10px;
    border-radius: 3px;
    margin: 0px;
}

.detail_product_reviews {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.detail_product_rating_form>span {
    display: block;
    float: left;
    margin-top: 5px;
    color: red;
    font-size: 12px;
}

/* PRODUCT DETAIL PAGE END */
/* RS MODAL CSS START */
.rs_modal .modal-content {
    border-radius: 0px;
}

.rs_modal .modal-header,.rs_modal .modal-footer {
    padding: 5px 10px;
    background: #699711;
}

.rs_modal .modal-header > h4 {
    margin: 0px;
    color: #fff;
}

.rs_modal .modal-header > .close {
    color: #fff !important;
    margin: 0px !important;
    font-size: 16px !important;
}

.rs_modal .modal-body {
    padding: 0px;
}

/* RS MODAL CSS END */
/* MEDIA QUERY BELOW 600PX WIDTH STARTS */
@media only screen and (max-width : 600px) {
    .listing_colum {
        width:50%;
        float: left;
    }

    .listing_header_search {
        width: 100%;
        margin-bottom: 5px;
    }

    .listing_header_sort {
        width: 100%;
        float: left;
    }

    .listing_header_sort > select {
        width: 100%;
    }

    .listing_responsive_filters {
        position: fixed;
        left: -100%;
        top: 0px;
        padding: 50px 0px 60px 0px;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow-x: auto;
        transition: 0.5s all;
    }

    .listing_responsive_header {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        background: #699711;
        z-index: 999;
        box-shadow: 0px 1px 5px 0px #000000d4;
        border-bottom: 1px solid #699711;
        padding: 5px;
        display: block;
    }

    .listing_responsive_header>button {
        background: transparent;
        border: none;
        color: #fff;
        font-weight: bold;
        font-size: 25px;
    }

    .listing_responsive_header>button:first-child {
        float: left;
        margin-left: 10px;
    }

    .listing_responsive_header>button:last-child {
        float: right;
        margin-right: 10px;
    }

    .listing_responsive_filters>button {
        display: none;
    }

    .listing_filter_toggle {
        position: fixed;
        height: 100px;
        width: 40px;
        top: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
        z-index: 9999;
        background: #699711;
        color: #fff;
        font-size: 20px;
        border: none;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        outline: none;
        display: inline-block;
        transition: 0.5s all;
    }

    .detail_social_share_btns {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    .detail_product_info h1 {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .detail_product_info h4 {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
    }

    .detail_social_share_btns {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    .detail_product_info h1 {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
    }

    .detail_product_info h4 {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-top: 10px;
    }

    .detail_product_review>label {
        display: block;
        float: left;
        width: 100%;
        margin-top: 5px;
    }

    .detail_product_review>label>span,.detail_product_review>label>i {
        font-size: 16px;
    }

    .detail_product_actions>button {
        width: 48%;
        float: left;
    }

    .detail_product_actions>button:first-child {
        margin-right: 1%;
    }

    .detail_product_actions>button:last-child {
        margin-left: 1%;
    }

    .detail_product_pricing,.product_thumb_quantity_border {
        width: 50%;
        float: left;
        text-align: center;
    }

    .product_thumb_quantity_border {
        margin-top: 13px;
    }
}

/* MEDIA QUERY BELOW 1000PX WIDTH STARTS */
@media only screen and (min-width : 900px) {
    .listing_colum {
        width: 33.33%;
        float: left;
    }
}

/* MEDIA QUERY BELOW 1200PX WIDTH STARTS */
@media only screen and (min-width : 1200px) {
    .listing_colum {
        width: 25%;
        float: left;
    }
}

/* MEDIA QUERY BELOW 1920PX WIDTH STARTS */
@media only screen and (min-width : 1600px) {
    .listing_colum {
        width: 20%;
        float: left;
    }
}
