/*test*/
@font-face {
    font-family: 'lite';
    src: url(fonts/oxygen/Oxygen-Light.ttf);
}

@font-face {
    font-family: 'regular';
    src: url(fonts/oxygen/Oxygen-Regular.ttf);
}

@font-face {
    font-family: 'bold';
    src: url(fonts/oxygen/Oxygen-Bold.ttf);
}

.lite {
    font-family: 'lite' !important
}

.regular {
    font-family: 'regular' !important
}

.bold {
    font-family: 'bold' !important
}

html,
body {
    height: 100%;
}

body {
    font-family: 'regular' !important;
    font-size: 14px;
    color: #333;
    overflow-x: hidden;
    /*	background:#415865;
*/
}

body a {
    text-decoration: none;
    color: #44120b;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0px;
    position: relative;
    padding: 0px;
    font-weight: normal;
    color: #666;
}

h1 {

    font-size: 28px;
}

h2 {
    font-size: 24px;
}

ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}

ul li a {
    display: block !important;
}


.relative {
    position: relative !important
}

.block {
    display: block !important;
    width: 100%;
}

.left_to_center {
    text-align: left
}

.right_to_center {
    text-align: right
}

.right_to_left {
    text-align: right
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
button,
select,
span,
a {
    display: inline-block;
    transition: all 0.3s ease-out
}

.form_control {
    background-color: #fff;
    border: solid 1px #e4e7e8;
    color: #93959d;
    font-size: 14px;
    width: 100%;
    text-indent: 15px;
    padding: 10px 0;
    outline: none;
}

.form_control:focus {
    border-color: #666;
}

textarea.form_control,
textarea.control {
    height: 150px
}

.button {
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    cursor: pointer;
    border: none;
    outline: none;
}

.button_default {
    background: #E5E5E5;
    color: #333;
}

.button_default:hover {
    background: lightgray;
}

.button_green {
    background-color: #35aa47;
}

.button_green:hover {
    background-color: #2d8f3c;
    color: #FFF !important
}

.button_red {
    background-color: #0B3c5D;
}

.button_red:hover {
    background-color: #328CC1;
    color: #FFF !important
}

.button_blue {
    background-color: #4B8DF8;
    ;
}

.button_blue:hover {
    background-color: #2977f7;
    color: #FFF !important
}

.button_white {
    background-color: #fff;
    color: #333;
    border: 1px solid #CCC;
}

.button_white:hover {
    background-color: #f1501a;
    color: #FFF !important;
    border-color: #f1501a;
}


table th {
    font-weight: normal !important;
    font-family: 'bold';
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}


.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}


/*=========================== padding 2========================*/
.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-30 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-158 {
    padding-right: 158px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-3 {
    padding-bottom: 3px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-64 {
    padding-bottom: 64px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-left-113 {
    padding-left: 113px !important;
}

.padding-0 {
    padding: 0px !important
}

.margin-0 {
    margin: 0px !important
}

.padding-25 {
    padding: 25px !important;
}

#top_header {
    background: #0B3c5D;
    color: #FFF;
}

.top_nav:after {
    content: '';
    display: block;
    clear: both
}

.top_menu {
    float: left;
}

.top_menu ul li a {
    color: #FFF;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 45px;
}

@media only screen and (min-width: 993px) and (max-width: 1124px) {
    .top_menu ul li a {
        padding: 0 13px !important;
        font-size: 11px;
    }
}

.top_menu ul li a i {
    position: absolute;
    left: 0px;
    color: #328CC1;
    top: 17px;
}

.top_search {
    width: 160px;
    float: right;
    background: #1D2731;
    color: #fff;
    height: 45px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
}

.top_search:hover {
    background: #328CC1;
}

.top_cart {
    float: right;
    background: #1D2731;
    color: #fff;
    height: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    padding: 0 25px;
    display: block;
}

.top_cart:hover,
.top_cart:focus {
    color: #FFF;
}

.top_cart span {
    font-size: 12px;
    margin-left: 10px;
}

.top_cart:hover {
    background: #328CC1;
}

.top_toggle {
    cursor: pointer;
    color: #1D2731;
    font-size: 21px;
    line-height: 24px;
    display: none;
}

.top_toggle span {
    font-size: 16px;
}

.top_toggle:after {
    content: '';
    display: block;
    clear: both;
}

#slider {
    margin-bottom: 30px;
}

#banner {
    z-index: 2;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    color: #FFF;
}

#banner .overlay {
    background-position: left;
    background-repeat: repeat;
    padding: 60px 0px;
    min-height: 450px;
    background: rgba(31, 39, 51, 0.5);
}

.item.slides {
    background-position: center !important;
    background-size: cover !important;
}

.logo {
    float: left;
}

.menu {
    float: right;
    /*background:url(../../images/template2/main-menu.png);*/
    padding: 10px 20px;
}

.menu ul li a {
    padding: 0 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'bold';
    border-radius: 25px;
}

.menu ul li a:hover {
    background: #FFF;
    color: #44120b;
}

header {
    position: absolute;
    z-index: 1000;
    left: 0px;
    right: 0px;
    margin-top: 10px;
}

.table_dv {
    display: table;
    height: 550px;
    width: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle
}

#banner h1,
#banner h2,
#banner h3,
#banner p {
    color: #FFF;
    text-transform: uppercase;
}

#banner h1 {
    font-family: 'bold';
    font-size: 68px;
}

#banner h3 {
    font-family: 'lite';
    letter-spacing: 24px;
    margin-bottom: 30px;
}

#banner a {
    background: none;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 18px;
    font-family: 'lite';
    text-transform: uppercase;
    color: #FFF;
}

.main_heading {
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    font-family: 'lite';
}

.main_heading span {
    font-family: 'bold';
    color: #921505;
}

.product_container {
    border-radius: 15px;
    background: #FFF;
    margin-bottom: 30px;
    box-shadow: 2px 1px 1px #cecece;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.product_img {
    height: 235px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.product_img img {
    max-width: 100%;
}

.product_content h2 {
    color: #465058;
    font-size: 24px;
    margin: 20px 0px 10px 0px;
    font-family: 'bold';
}

.product_content p {
    color: #9a9a9a;
    font-size: 16px;
    padding: 0 20px;
}

.all {
    color: #9a9a9a;
    font-size: 16px;
    text-align: center;
    margin: 10px 0 30px 0px;
}

.all a {
    background: #0B3c5D;
    font-size: 16px;
    color: #FFF;
    border-radius: 10px;
    padding: 10px 25px;
    margin-left: 10px;
}

.white_widget {
    background: #FFF;
    padding: 0px;
    margin-top: 20px;
}

.section_heading {
    font-size: 36px;
    text-align: center;
    color: #414549;
    font-family: 'lite';
    margin-bottom: 0px;
}

.section_heading+p {
    color: #9a9a9a;
    font-size: 16px;
    text-align: center
}

.step_container {
    text-align: center;
    margin-bottom: 30px;
    color: #9a9a9a;
    font-size: 16px;
    margin-top: 30px;
}

.step_container span {
    width: 40px;
    height: 40px;
    background: #0B3c5D;
    border-radius: 100%;
    color: #FFF;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'bold';
    line-height: 40px;
}

.step_container p {
    margin-top: 20px
}

.grey_widget {
    background: url(../../images/template2/bg-6.jpg);
    padding: 50px 0px;
}

.stars {
    line-height: normal;
    color: #FC0;
    margin: 10px 0px;
    font-size: 16px;
}

.product_img .icons {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    display: none;
}

.product_img:hover .icons {
    display: block;
}

.icons a {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 50px;
    height: 50px;
    border: 3px solid #ffbd2f;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    color: #ffffff;
}

.icons a:hover {

    background-color: #ffbd2f;
}

.icons a i {
    transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(-45deg);
    font-size: 19px;
    left: 21px;
    position: absolute;
    top: 21px;
}

.gallery {
    padding: 60px 0px;
    background: url(../../images/template2/bg-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery .section_heading {
    color: #FFF;
    margin-bottom: 30px;
}

.gallary_img {
    border-radius: 25px;
    height: 175px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallary_img img {
    max-width: 100%;
}

.gallery .btn.btn-primary {
    background: #0B3c5D;
    border-color: #0B3c5D;
}

footer {
    background: url(../../images/template2/bg-6.jpg);
    padding: 60px 0px 30px 0px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.social_icons {
    margin: 40px 0px
}

.social_icons li a {
    width: 46px;
    height: 46px;
    background: #FFF;
    color: #333;
    border-radius: 100%;
    font-size: 20px;
    line-height: 44px;
}

.social_icons li a:hover {
    background: #0B3c5D;
    color: #FFF;
}

.scrollToTop {
    width: 45px;
    height: 45px;
    padding: 10px;
    background-color: #98C149;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 55px;
    right: 40px;
    display: none;
    background: url(../../images/template2/white-up-arrow.png) #0B3c5D no-repeat 10px 16px;
    z-index: 100;
}

.scrollToTop:hover {
    text-decoration: none;
    background-color: #0B3c5D;
}

.top_search_container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(17, 46, 62, 5);
    z-index: 1000;
    display: none;
}

.dv_tbl {
    position: absolute;
    display: table;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.cell_tbl {
    display: table-cell;
    vertical-align: middle
}

.dv_tbl .search_box {
    background: transparent;
    border: none;
    border-bottom: 2px solid #85949D;
    outline: none;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
    padding: 0 35px 0 0;
}

.dv_tbl ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: pink;
}

.dv_tbl ::-moz-placeholder {
    /* Firefox 19+ */
    color: pink;
}

.dv_tbl :-ms-input-placeholder {
    /* IE 10+ */
    color: pink;
}

.dv_tbl :-moz-placeholder {
    /* Firefox 18- */
    color: pink;
}

.dv_tbl .srch_btn {
    background: none;
    border: none;
    color: #fbd5dc;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 0px;
    outline: none;
}

.dv_tbl form {
    display: inline-block;
    position: relative
}

.search_close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.search_close img {
    width: 100%
}

#contents {
    min-height: 500px;
}

.page_title {
    background: url(../../images/template2/home2_slide1.jpg);
    padding: 50px 0 50px 0px;
    text-align: center;
    background-size: cover;
}

.page_title h1 {
    color: #FFF;
    font-family: 'lite';
    font-size: 44px;
}

.page_title h2 {
    color: #FFF;
    font-family: 'lite';
    font-size: 44px;
}

.menu_tags {
    margin: 30px 0px;
    text-align: center;
}

.menu_tags li {
    margin-bottom: 5px;
}

.menu_tags li a {
    background: #CCC;
    padding: 5px 10px;
    color: #414549;
    font-size: 11px;
    border-radius: 4px;
    font-family: 'bold';
}

.menu_tags li a:hover {
    background: #0B3c5D;
    color: #FFF;
}

.listing .product_img {
    height: 200px;
}

.price {
    color: #f76f2a !important;
    font-family: 'bold';
    font-size: 22px !important;
}

.listing .product_content {
    padding-bottom: 20px;
}

.blocks {
    display: table;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blocks span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #FFF;
    padding: 0 30px;
    font-size: 42px;
    font-family: 'bold';
    text-align: center;
}

.block_1 {
    background: url(../../images/template2/bg-2.png);
    background-position: center;
    background-size: cover;
}

.block_2 {
    background: url(../../images/template2/bg-3.png);
    background-position: center;
    background-size: cover;
}

.product_main {
    width: auto;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}

.product_main img {
    width: 100%;
}

.qty {
    width: 100px;
    height: 45px;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 0px 15px;
    color: #a0a0a0;
    font-size: 18px;
    outline: none;
    text-align: center;
}

.detail_tabs {
    margin: 40px 0px;
    border: 1px solid #CCC;
    padding: 30px;
    background: #FFF;
}

.detail_tabs li {
    background: #CCC;
    color: #414549;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'bold';
}

.detail_tabs li:hover,
.detail_tabs li.active {
    background: #0B3c5D;
    color: #FFF;
}

.tabs_container {
    padding-top: 20px;
}

.tabs_container .tabs_data {
    display: none;
}

.rev_img {
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.rev_img img {
    width: 100%;
}

label {
    font-weight: normal;
    font-family: 'bold';
    cursor: pointer
}

/*rating css start*/
.rating {
    float: left;
}

.rating:after {
    content: '';
    display: block;
    clear: both;
}

.rating:not(:checked)>input {
    position: absolute;
    /*top:-9999px;*/
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 20px;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.2;
    color: #ddd;
}

.rating:not(:checked)>label:before {
    content: '\2605';
}

.rating>input:checked~label {
    color: #f70;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
}

.rating>label:active {
    position: relative;
    top: 1px;
    left: 1px;
}

/*rating css end*/
.reviewer_name span {
    color: #9a9a9a;
    font-size: 12px;
}

.color_grey {
    color: #9a9a9a;
}

.retain_row {
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 15px;
    margin-bottom: 5px;
}

.retain_row p {
    color: #9a9a9a;
}

.color_red {
    color: #0B3c5D;
    font-family: 'bold';
}

.starig {
    color: #0B3c5D;
}

.starig:after {
    content: '*';
    display: inline-block;
}

.cart_listing {
    margin: 20px 0px 0px 0px;
    background: #FFF;
    border: 1px solid #ddd;
}

.cart_listing table {
    margin-bottom: 0px;
}

.cart_listing table tr th:nth-child(1) {
    width: 15%;
}

.cart_listing table tr th:nth-child(2) {
    width: 55%;
}

.cart_listing table tr th:nth-child(3) {
    width: 15%;
}

.cart_listing table tr th:nth-child(4) {
    width: 15%;
    text-align: right;
}

.cart_listing table tr td:nth-child(4) {
    text-align: right;
    font-family: 'bold';
}

.cart_listing table th {
    font-size: 12px;
    vertical-align: middle !important;
    border-top: none !important;
    background: #0B3c5D;
    color: #FFF;
    font-size: 16px;
}

.cart_listing table td {
    font-size: 12px;
    vertical-align: middle !important;
}

.cart_listing table td .qty {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 2px;
}

.item_img img {
    width: 100%;
}

.remove {
    color: #0B3c5D;
    font-family: 'bold';
    display: block;
}

.cart_listing table p {
    margin-bottom: 5px;
}

.grand_total {
    border-top: 1px solid #CCC;
    border-top-style: dashed;
    margin: 40px 0px 0px 0px;
    padding: 20px 20px;
}

.total {
    color: #9a9a9a;
}

.total span {
    font-family: 'bold';
    color: #555;
    font-size: 24px;
}

.control {
    width: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 30px;
    height: 54px;
    outline: none;
    color: #9a9a9a;
    font-size: 16px;
    padding: 10px 20px;
}

.control:focus {
    border-color: #0B3c5D;
}

.payment_method {
    background: #eee;
    border: 1px solid #ccc;
    display: block;
    height: 120px;
    padding: 20px;
    position: relative;
}

.payment_method input {
    position: absolute;
    opacity: 0;
}

.payment_method span,
.payment_method img {
    font-size: 12px;
    font-family: 'regular';
    display: block;
    margin-top: 10px;
}

.payment_method.active {
    background: #0B3c5D;
    color: #FFF;
}

.payment_method.active:after {
    content: "\f00c";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #ca3921;
    font-size: 50px;
    right: 0px;
    top: -16px;
    z-index: 1;
}

.grey_block {
    background: url(../../images/template2/bg-6.jpg);
    border-radius: 20px;
    text-align: center;
    padding: 50px 20px;
    color: #9a9a9a;
    font-size: 16px;
    margin-bottom: 20px;
}

.grey_block h4 {
    font-size: 32px;
}

.rounded_btn {
    background: #0B3c5D;
    font-size: 16px;
    font-family: 'bold';
    color: #FFF;
    border: none;
    padding: 15px 40px;
    border-radius: 40px;
}

.shaded_container {
    background: #FFF;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.shaded_container h1 {
    font-size: 20px;
    font-family: 'lite';
}

.shaded_container label {
    color: #9a9a9a;
    font-size: 12px;
}

.side_bar {
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #FFF;
}

.side_bar .category {
    background: #0B3c5D;
    font-family: 'bold';
    color: #FFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

.categories li {
    display: block;
}

.categories li a {
    padding: 8px 15px 8px 15px;
    font-size: 12px;
}

.categories li a:hover,
.categories li a:focus {
    background: #fafafa;
    padding-left: 20px;
    color: #333;
}

.categories li.active a {
    background: #e2e2e2;
    padding-left: 20px;
    color: #333;
    font-family: 'bold';
}

.menu_search input {
    margin-bottom: 10px;
    border-radius: 30px;
}

.menu_search i {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #CCC;
}

.search_result {
    background: #333;
    border: 1px solid #000;
    font-family: 'bold';
    padding: 10px 45px;
    margin-bottom: 10px;
    border-radius: 30px;
    color: #FFF;
}

.menu_widget {
    background: #FFF;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}

.menu_title {
    background: #0B3c5D;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    padding: 8px 10px;
    margin: -15px -15px 10px -15px;
}
.categories li a.active{
    color: #0B3c5D !important;
    font-family: 'bold' !important;
    font-size: 16px;
}
.sub_menu_widget {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 15px 5px 15px;
    margin: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.sub_menu_widget_title {
    background: #eee;
    font-family: 'bold';
    margin: -15px -15px 10px -15px;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px;
}

.sub_menu_widget table {
    width: 100%;
}

.sub_menu_widget table td {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #efefef;
    border-bottom-style: dotted;
}

.sub_menu_widget table tr td:nth-child(1) {
    width: 70%
}

.sub_menu_widget table tr td:nth-child(2) {
    width: 15%;
    font-family: 'bold';
    text-align: right;
}

.sub_menu_widget table tr td:nth-child(3) {
    width: 15%;
    text-align: right;
}

.sub_menu_widget table tr:last-child td {
    border: none;
}

.ad {
    background: #0B3c5D;
    color: #FFF;
    font-family: 'bold';
    font-size: 14px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 0px;
    border-radius: 5px;
    border: none;
    outline: none;
}

.ad:hover,
.ad:focus {
    background: #328CC1;
    color: #FFF;
}

.del_timing {
    text-align: center;
    margin-bottom: 10px;
}

.del_timing label span input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.del_timing label {
    margin: 0 5px;
    font-size: 11px;
    width: 100px;
    text-align: left;
}

.del_timing label span {
    width: 23px;
    height: 23px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0 0 1px #454545;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    float: left;
}

.del_timing label p {
    margin-bottom: 0px !important
}

.del_timing label p.actions {
    font-size: 14px;
}

.del_timing label span:before {
    content: '';
    display: none;
    position: absolute;
    background: #0B3c5D;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}

.del_timing label.active span:before {
    display: block !important;
}

.del_timing label.active span {
    box-shadow: 0 0 1px #0B3c5D;
}

.checkOut_widget {
    background: #FFF;
    border: 2px solid #0B3c5D;
    border-radius: 7px;
    min-height: 200px;
    padding: 15px;
    font-size: 12px;
}

.checkOut_title {
    background: #0B3c5D;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'bold';
    padding: 6px 15px;
    margin: -16px -16px 10px -16px;
    border-radius: 6px 5px 0 0;
}

.checkout_textarea {
    height: 50px !important;
}

.total_name {
    float: left;
}

.total_price {
    float: right;
}

.filter label {
    display: block;
    margin-bottom: 15px;
    color: #535353;
}

.filter label span {
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 3px;
    position: relative;
}

.filter label span input {
    opacity: 0;
}

.filter label.active {
    color: #333;
    font-family: 'bold';
}

.filter label.active span:before,
.filter label:hover span:before,
.filter label span.checkbox-checked:before {
    content: '\002714';
    display: block;
    position: absolute;
    left: 3px;
    top: -2px;
    color: #FFF;
}

.filter label.active span,
.filter label:hover span,
.filter label span.checkbox-checked {
    background: #e31837;
    border-color: #e31837;
}

.widget_heading {
    background: #0B3c5D;
    font-family: 'lite';
    font-size: 20px !important;
    color: #FFF;
    padding: 12px 0 13px 0;
    margin: -50px -20px 10px -20px;
    border-radius: 20px 20px 0 0;
}

.timing {
    font-size: 14px;
    line-height: 30px;
}

.sticky_aside {
    top: 0px;
    width: 260px;
    bottom: 0px;
    overflow: auto;
}

.popup_title {
    background: #0B3c5D;
    color: #FFF;
    font-size: 17px;
    line-height: 18px;
    padding: 14px 0 0 15px;
    margin: -2px -2px 10px -2px;
    border-radius: 5px 5px 0 0;
}

.popup_title a {
    float: right;
    position: absolute;
    right: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 23px;
    top: 11px;
}

.popup_title a {
    opacity: 1;
}

.sticky_aside::-webkit-scrollbar,
.side_bar::-webkit-scrollbar {
    width: 9px;
    cursor: pointer;
    border-radius: 5px;
}

.sticky_aside::-webkit-scrollbar-track,
.side_bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 5px;
}

.sticky_aside::-webkit-scrollbar-thumb,
.side_bar::-webkit-scrollbar-thumb {
    background-color: #0B3c5D;
    cursor: pointer;
    border-radius: 5px;
}

.left-0 {
    left: 0px !important
}

a.remove_item {
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 100%;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}

a.remove_item:before {
    content: '-';
    display: block;
    position: absolute;
    top: -30px;
    left: 2px;
    color: #9e9e9e;
    font-size: 50px;
}

.items_list .custom_table td {
    padding: 3px 0px;
    width: 75%;
}

.items_list .custom_table tr td:last-child {
    text-align: right;
    width: 25%;
}

.items_list .custom_table tr td:first-child {
    text-align: left;
}

.c_quantity {
    padding-left: 18px;
}

.c_quantity .minus_btn,
.c_quantity .plus_btn,
.c_qunt {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: #0B3c5D;
    text-align: center;
    /* border-radius: 3px; */
    line-height: 14px;
    font-size: 18px;
    margin: 0px 5px;
    color: #FFF;
    cursor: pointer
}

.c_quantity .minus_btn:hover,
.c_quantity .plus_btn:hover {
    background: #328CC1;
}

.c_quantity .c_qunt {
    margin: 0 -5px;
    padding: 2px 15px 0 15px !important;
    background: #eeecec;
    text-align: center;
    font-size: 12px;
    color: #414141;
    font-family: 'bold';
}

.total_name {
    padding-left: 0px !important;
    font-family: 'bold';
}

.total_price {
    padding-right: 0px !important;
    font-family: 'bold';
}

#total {
    border-top: 1px solid #CCC;
    padding: 5px 0 0 0;
    margin-top: 5px;
}

#topping h3 {
    font-family: 'lite';
    padding: 15px 0 0px 0;
    border-bottom: 1px solid #e8e8e8;
    line-height: 22px;
}

#topPan1 {
    padding: 0 10px;
}

div.jqi .jqibuttons {
    margin: 0 -13px -3px -13px;
    border-radius: 0 5px 5px 0px;
}

.sticky_cart {
    width: 260px;
    position: fixed;
    top: 0px;
}

.category_toggle {
    padding: 0 0 20px 0;
    color: #0B3c5D;
    font-family: 'bold';
    display: none;
    cursor: pointer
}

.category_close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #FFF;
    position: absolute;
    display: none;
    right: 10px;
    top: 7px;
    font-size: 18px;
}

@media only screen and (max-width:767px) {
    .sub_menu_widget {
        border: hidden;
        margin: 0px;
    }

    .category_close {
        display: block;
    }

    .category_toggle {
        display: block !important
    }

    .side_bar {
        position: fixed;
        z-index: 1000;
        left: -300px;
        top: 0px;
        bottom: 0px;
        overflow: auto;
        width: 260px;
        transition: all 0.5s ease;
    }

    .sticky_cart,
    .sticky_aside {
        position: static !important;
        width: auto;
    }

    .top_search,
    .top_cart {
        width: 50%;
    }

    .left_to_center {
        text-align: center !important
    }

    .right_to_center {
        text-align: center !important
    }

    .right_to_left {
        text-align: left !important
    }

    .top_menu {
        float: none;
        text-align: center;
        display: none;
    }

    header {
        position: fixed;
        background: #0B3c5D;
        margin-top: 0px;
    }

    #contents {
        padding-top: 100px;
    }

    .logo {
        float: none;
        text-align: center;
        margin: 10px 0px;
    }

    .menu {
        float: none;
        display: block !important;
    }

    .menu ul {
        display: none;
        margin-top: 10px;
    }

    .menu ul li {
        display: block;
    }

    .menu ul li a {
        padding-left: 0px;
    }

    .top_toggle {
        display: block
    }

    .table_dv {
        height: auto;
    }

    #banner h2 {
        font-size: 18px;
    }

    #banner h1 {
        font-size: 36px;
    }

    #banner h3 {
        font-size: 14px;
    }

    #banner a {
        font-size: 14px;
    }

    #banner .overlay {
        min-height: auto;
    }

    .main_heading {
        font-size: 18px;
    }

    body {
        font-size: 12px;
    }

    .section_heading {
        font-size: 22px;
    }

    .step_container span {
        margin-top: 5px;
    }

    .product_content h2 {
        font-size: 18px;
    }

    .product_content p {
        font-size: 14px;
    }

    .page_title {
        padding: 50px 0 50px 0px !important;
    }

    .page_title h1 {
        font-size: 26px !important;
    }

    .page_title h2 {
        color: #FFF;
        font-family: 'lite';
        font-size: 26px;
    }

    .product_main {
        height: auto;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 18px;
    }

    .popupscroll {
        max-height: 40vh;
        overflow-y: scroll;
        font-size: 12px;
        white-space: nowrap;
    }

    .shaded_container label {
        white-space: nowrap;
    }
}

/*Mask Start*/
.mask {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    display: none;
    overflow: auto;
}

.table_dv {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.mask_inner {
    position: relative;
    background: #FFF;
}

.mask_title {
    font-size: 17px;
    font-family: 'lite';
    padding: 12px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase !important;
}

.mask_close {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.mask_body {
    padding: 20px;
    max-height: 370px;
    overflow: auto;
}

.mask_body::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
}

.mask_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.mask_body::-webkit-scrollbar-thumb {
    background-color: #e31837;
    cursor: pointer;
}

.mask_footer {
    background: #eee;
    padding: 10px 20px;
    text-align: right
}

/*Mask End*/
.color_pink {
    color: #e31837;
}



.cs-page-sec-321419 {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: #ffffff;
}

.main-post .img-frame {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 39%;
    margin-right: 55px;
}

.main-post .column-text {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
}

.main-post .column-text h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.main-post.promo-box .column-text .promo-content {
    line-height: 24px;
    margin-bottom: 20px;
}

.main-post .column-text .app-btn {
    display: inline-block;
    margin-bottom: 25px;
    padding-right: 10px;
}

.field-holder {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

.main-post .column-text form .field-holder {
    width: 340px;
    position: relative;
}

.main-post .column-text form .field-holder .field-input {
    color: #999999;
    font-size: 12px;
    height: 41px;
    border-color: #cccccc;
    padding-right: 120px;
}

.main-post .column-text form .field-holder .field-label-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 41px;
}

.field-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: none;
    box-sizing: border-box;
    color: #9097a1;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    padding-right: 15px;
    width: 100%;
    border: 1px solid #eceef4;
    border-top-color: rgb(236, 238, 244);
    border-right-color: rgb(236, 238, 244);
    border-bottom-color: rgb(236, 238, 244);
    border-left-color: rgb(236, 238, 244);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.field-btn {
    background-color: #c33332 !important;
}

.main-post .column-text form .field-holder .field-btn {
    height: 39px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.inactive_tab {
    border: 1px solid #eee;
    display: block;
    margin-right: -1px;
    text-align: center;
    position: relative;
    padding: 12px;
    cursor: pointer
}

.active_tab {
    background: #0B3c5D;
    color: #FFF;
    border-color: #0B3c5D;
}

.inactive_tab input[type="radio"] {
    opacity: 0;
    position: absolute
}

.coll_tab {
    display: none;
    padding-top: 20px;
}

.collection_tabs_data {
    margin-bottom: 30px;
}

.payment_tabs_data {
    display: none;
}

.payment_inactive_tab {
    border: 1px solid #eee;
    display: block;
    margin-right: -1px;
    text-align: center;
    position: relative;
    padding: 12px;
    cursor: pointer
}

.payment_inactive_tab input[type="radio"] {
    position: absolute;
    opacity: 0
}

.payment_active_tab {
    background: rgba(0, 94, 32, 1);
    color: #FFF;
    border-color: rgba(0, 94, 32, 1);
}

.radio_checked {
    background: url(../../images/radio_checked.png) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
}

.radio {
    display: inline-block;
    padding: 0 0 0 17px;
    background: url(../../images/radio_unchecked.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    margin: 5px 20px 10px 0px;
    text-transform: uppercase;
    cursor: pointer;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.add_tabs_data {
    display: none;
}