@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Titillium Web', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    padding: 0px !important;
}
.trs {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.placeholder {
    color: #666;
    opacity: 1 !important;
}
::-webkit-input-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
::-moz-placeholder {
 color: #666;
 opacity: 1 !important;
}
:-ms-input-placeholder {
 color: #666;
}
:focus {
    outline: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background-image: url('../images/arrow.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 15px 0 5px !important;
    cursor:pointer !important;
}
select::-ms-expand {
    display: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 0px;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #999 !important;
    border-radius: 0px !important;
    margin: 0px;
    outline: none !important;
    box-shadow: none !important;
    height: 26px;
}
textarea {
    resize:none;
    padding:0;
}
.input_style {
  	position: absolute;
    left: 0;
    top: -10px;
    color: #999;
    z-index: 10;
    cursor: text;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    font-weight: 400;
    font-size: 15px;
}
.focused .input_style {
  	transform: translateY(-80%);
  	font-size: 14px;
    font-weight: 600;
    color: #333;
}
.select_style {
    width:100%;
    height: 26px;
    font-weight: 400;
    font-size: 15px;
	padding: 0px !important;
    border: none !important;
    border-bottom: 1px solid #999 !important;
    border-radius: 0px !important;
    margin: 0px;
    outline: none !important;
    box-shadow: none !important;
	background-position: right top;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -mozjustify-content: center;
    -msjustify-content: center;
    justify-content: center;
}
.flex_width {
    flex: 1 33.33%;
}
.flex_width_img {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 300px;
}
.modal-open {
    overflow: hidden !important;
}
.modal-open .modal {
    padding-right: 0px !important;
    z-index:9993;
}
.modal-backdrop {
    opacity: 0.8 !important;
    z-index:9992;
}
.modal-header {
    padding: 10px 15px !important;
}
.modal-body {
    width: 100%;
    float: left;
}
.model_bg {
    width: 100%;
    height: auto;
    float: left;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
    background: #fff;
}
.p_div {
	padding: 0 5px;
}
.table-responsive {
    border:none !important;
    margin: 0;
}
.table {
    margin: 0;
}
.popover-title {
	text-align:center !important;
}
/**********************************************************/


.notifyjs-corner{    top:90px !important;}
.mainbody {
    width: 100%;
    float: left;
    position: absolute;
    top: 100%;
}
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 99;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.logo {
    padding: 0;
    margin: 6px 15px 6px 0;
    float: left;
}

/*****************************Banner*****************************/
.banner {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
}
.inner_banner {
    max-width: 100%;
    height: auto;
    display: block;
}
.inner_banner img {
    width: 100%;
}
.carousel-control {
    width: 5%;
	left: auto !important;
	right: 0 !important;
	opacity: 0.5;
	height: 30px;
	top: auto;
	bottom: 20px;
}
.carousel-control:hover, .carousel-control:focus {
    opacity: 0.5;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel, .carousel-inner, .carousel-inner .item img {
    height: auto;
    width: 100%;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
}
.carousel {
    border: none;
}
.carousel-control.left {
    background: none !important;
}
.carousel-control.right {
    background: none !important;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-menu-left {
    right: 40px !important;
}
.carousel-control .icon-next, .carousel-control .glyphicon-menu-right {
    right: 10px !important;
}
.carousel-control .glyphicon-menu-left {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: auto;
    z-index: 5;
    display: inline-block;
    margin-top: 0px;
    background: #000;
    padding: 2px;
}
.carousel-control .glyphicon-menu-right {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: auto;
    z-index: 5;
    display: inline-block;
    margin-top: 0px;
    background: #000;
    padding: 2px;
}

/*****************************welcome*****************************/
.welcome {
    width: 100%;
    height: auto;
    background: #fff;
    float: left;
    padding: 60px 0;
    margin: 0;
}
.welcome h2 {
    width: 100%;
    font-family: 'Tangerine', cursive;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: left;
}
.welcome h4 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    margin: 20px 0;
    padding: 0;
    text-align: justify;
}
.welcome a {
    padding: 10px 25px;
    background: #ee2f3f;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
}
/*.welcome_bg {
    margin: 30px 0 0 0;
}*/
.welcome_btn {
    text-align: left;
}

/*****************************button*****************************/
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.send_btn {
    width: auto;
    font-family: 'Titillium Web', sans-serif;
    float: left;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    margin: 0 2px;
    position: relative;
    background: #ee2f3f;
    border: 2px solid #ee2f3f;
    border-radius: 0;
    line-height: 20px;
    clear: none !important;
}
.send_btn:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    border: 2px solid #ee2f3f;
}
.send_btn:focus {
    color: #fff;
    text-decoration: none;
}
.form_btn {
    width: auto;
    font-family: 'Titillium Web', sans-serif;
    float: left;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    margin: 0;
    position: relative;
    background: #ee2f3f;
    border: none;
    line-height: 20px;
}
.form_btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.form_btn:focus {
    color: #fff;
    text-decoration: none;
}
.border_btn {
    width: auto;
    font-family: 'Titillium Web', sans-serif;
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding: 6px;
    margin: 7px 2px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 20px;
    clear: none;
}
.border_btn:hover {
    background: #ee2f3f;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #ee2f3f;
}
.border_btn:focus {
    color: #333;
    text-decoration: none;
}
.find_btn {
    width: 200px;
    font-family: 'Titillium Web', sans-serif;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    margin: 0 auto;
    position: relative;
    background: #ee2f3f;
    border: 2px solid #ee2f3f;
    border-radius: 0;
    line-height: 20px;
    clear: both;
}
.find_btn:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    border: 2px solid #ee2f3f;
}
.find_btn:focus {
    color: #fff;
    text-decoration: none;
}
.table_btn {
    width: auto;
    font-family: 'Titillium Web', sans-serif;
    float: none;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding: 6px;
    margin: 7px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 20px;
    clear: none;
}
.table_btn:hover {
    background: #ee2f3f;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #ee2f3f;
}
.table_btn:focus {
    color: #333;
    text-decoration: none;
}
.upload_btn {
    width: auto;
    font-family: 'Titillium Web', sans-serif;
    float: left;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 8px 10px;
    margin: 0 2px;
    position: relative;
    background: #ee2f3f;
    border: 2px solid #ee2f3f;
    border-radius: 4px !important;
    line-height: 20px;
    clear: none !important;
}
.upload_btn:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    border: 2px solid #ee2f3f;
}
.upload_btn:focus {
    color: #fff;
    text-decoration: none;
}

/*****************************home_products*****************************/

.hm_products {
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding: 50px 0 0 0;
    margin: 0;
    background: #000 url(../images/products_bg.png) no-repeat;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
}
.hm_products h2 {
    width: 100%;
    font-family: 'Tangerine', cursive;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
    margin: 40px 0 20px 0;
    padding: 0px;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}
/***************************** newsletter *****************************/
.newsletter {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 0 30px 0;
    margin: 0;
    background: #fffs;
}
.newsletter h2 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    float: left;
    text-align: center;
    color: #333;
    font-weight: 600;
    margin: 0 0 20px 0;
}

/***************************** breadcrumb *****************************/
.breadcrumb_bg {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
}
.inner_breadcrumb_bg {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    margin: 77px 0 0 0;
    -webkit-box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,.1);
}
.breadcrumb {
    width: 100%;
    float: left;
	text-align: left;
    margin: 0;
    padding: 10px 0;
    background: none;
}
.products_breadcrumb {
    width: 100%;
    padding: 20px 0 0 0;
    float: left;
}
.breadcrumb li {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
.breadcrumb li a {
    color: #666;
}
.breadcrumb li a:hover {
    color: #ee2f3f;
    text-decoration: none;
}
.breadcrumb > li + li::before {
    color: #666;
}
.inner_bg {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    padding: 0;
    margin: 20px 0;
}
.inner_heading {
   	min-width:250px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #CC9900;
    display: inline-block;
    border-bottom: 1px solid #333;
    padding: 0 0 10px 0;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
.inner_heading::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -8px;
    border: 1px solid #fff;
    background: #CC9900;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0 0 1px #CC9900, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 1px #CC9900, inset 0 0 0 2px #fff;
}
.inner_heading::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -46%;
    z-index: -1;
    background: #333;
    width: 92%;
    height: 1px;
}

/***************************** about *****************************/
.about {
    width: 100%;
    height: auto;
    background: #fff;
    float: left;
    padding: 0;
    margin: 0;
}
.about h4 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}
.chairman_msg {
    width: 100%;
    height: auto;
    padding: 40px 0;
    margin: 30px 0;
    float: left;
    background: #000 url(../images/chairman_msg.png) no-repeat;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
}
.chairman_msg_heading {
    min-width: 250px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #CC9900;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 40px 0;
    position: relative;
    z-index: 1;
}
.chairman_msg_heading::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -8px;
    border: 1px solid #333;
    background: #333;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0 0 1px #fff, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 1px #fff, inset 0 0 0 2px #fff;
}
.chairman_msg_heading::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -46%;
    z-index: -1;
    background: #fff;
    width: 92%;
    height: 1px;
}
.chairman_msg h4 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: justify;
    text-shadow: 2px 2px 2px #000000;
}

/***************************** Products *****************************/
.products h2 {
    width: 100%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0;
}
.products h3 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

/***************************** Image Effects *****************************/
.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-errors: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    background: url(../images/dot.png) center 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.effect-jazz {
    background: #000;
}
figure.effect-jazz img {
    opacity: 0.8;
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
    position:absolute;
    top:25px;
    right:25px;
    bottom:25px;
    left:25px;
    box-shadow:0 0 0 30px rgba(255,255,255,.2);
    content:'';
    opacity:0;
    -webkit-transition:opacity 0.35s, -webkit-transform 0.35s;
    transition:opacity 0.35s, transform 0.35s;
    -webkit-transform:scale3d(1.4, 1.4, 1);
    transform:scale3d(1.4, 1.4, 1)
}
figure.effect-jazz h6 {
    font-family: 'Titillium Web', sans-serif;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px #000000;
    width: 100%;
    float: left;
}
figure.effect-jazz p {
    width: 80px;
    text-transform: none;
    font-size: 11px;
    opacity: 0;
    border: 1px solid #fff;
    font-weight: 600;
    margin: 5px auto;
    padding: 4px;
    position: absolute;
    float: left;
    display: block;
    left: 0;
    right: 0;
}
figure.effect-jazz:hover p {
    opacity: 1;
}
figure.effect-jazz:hover img {
    opacity: 0.5;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
figure.effect-jazz:hover figcaption::after {
    opacity:1;
    -webkit-transform:scale3d(1, 1, 1);
    transform:scale3d(1, 1, 1)
}

/************************* Products Listing *************************/
.sidebar_head {
    display: none;
}
.product_cat_closebtn {
	display: none;
}
.sidebar {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    float: left;
    text-align: left;
    background: #e9e9e9;
    color: #333;
    padding: 5px 10px;
    margin: 0;
    text-transform: uppercase;
}
.sidebar_list form {
    width: 100%;
    float: left;
}
.form-inner .checkbox, .form-inner .radio {
    width: 100%;
    float: left;
    outline: none;
    border: none;
    margin: 0 0 4px 0;
    padding: 5px 0 5px 20px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
}
.sidebar_input {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    float: left;
    display: block;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 6px 10px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d5d5d5;
    cursor: text;
}
.input-group i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    color: #999;
    z-index: 99;
}
.t_row {
    float: right;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.t_row p {
    float: right;
    padding: 0 6px;
}
.t_row select {
    line-height: 20px;
}
.offer_bg {
    background: url(../images/offer_bg.png) repeat-x;
    position: absolute;
    top: -1px;
    left: 8px;
    width: auto;
    height: 35px;
    padding: 2px 4px;
    color: #fff;
    text-align: center;
    z-index: 99;
    font-weight: 600;
    line-height: 14px;
	font-size: 13px;
}
.gift {
    background: url(../images/gift.png) no-repeat;
    position: absolute;
    width: 25px;
    height:25px;
    right: 30px;
    top: 2px;
}
.wishlist_icon {
    position: absolute;
	top: 3px;
	right: 1px;
	padding: 3px;
	color: #e57373;
	border: none;
	font-size: 17px !important;
	background: #fff;
	border-radius: 50%;
}
.product_div {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
    display: block;
    float: left;
    background: #fff;
    position: relative;
    border: 1px solid #e0e0e0;
}
.product_div:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
}
.product_div .jq-ry-container {
    cursor: pointer !important;
}
.product_price {
    width: 100%;
    height: 40px;
    float: left;
}
.product_div h3 {
    width: 100%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.product_div h4 {
    width: 100%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.star_rate {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.more {
    width: 100%;
    float: left;
    cursor: pointer;
    color: #ee2f3f;
    font-weight: 400;
    padding: 5px 0 0 0;
}
.more:hover {
    color: #000;
}
.more > i {
    position: static !important;
    color: #ee2f3f;
}
.hover_btn {
    width: 80px;
    background: rgba(0, 0, 0, 0.8);
    border:1px solid #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color:#FFF;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.5);
}
.hover_btn a {
    color: #fff;
}
.product_div:hover .hover_btn {
    opacity: 1;
}

/*****************************product_details*****************************/
.product_details h1 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 19px;
    font-weight: 600;
    float: left;
    line-height: 25px;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0 70px 0 0;
    text-align: left;
    word-wrap: break-word;
}
.product_details h2 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-weight: 600;
    float: left;
    line-height: 20px;
    color: #333333;
    margin: 0;
    padding: 0;
    text-align: left !important;
    word-wrap: break-word;
}
.product_details h2 span {
    width: 100%;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    padding: 0 10px;
}
.product_details h2 p {
	font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
	padding: 0 10px;
}
.product_details h3 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    float: left;
    line-height: 25px;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
    word-wrap: break-word;
}
.product_details h3 p {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    color: #333;
}
.product_details h3 i {
    color: #333;
    padding: 0 5px;
    font-size: 11px;
}
.price_breakup_box {
    font-family: 'Titillium Web', sans-serif;
    width: 85px;
	float: left;
    padding: 5px 0;
}
.price_breakup_top {
    display: table;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0;
	margin: 0 0 4px 0;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
	color: #333;
    border-bottom: 1px solid #ccc;
}
.price_breakup_box a:hover, .price_breakup_box a:focus {
	color: #ee2f3f;
}
.price_breakup_rate {
    display: table;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
}

.price_breakup_rate_cut {
text-decoration: line-through;
color: #999;
}
.price_breakup_add {
    width: 20px;
    float: left;
    padding: 14px 0;
    font-weight: 600;
    text-align: center;
}
.review_btn {
    float: left;
    margin: 0;
    padding: 0 5px;
    color: #333;
    font-size: 13px;
}
.review_btn:hover, .review_btn:focus {
    color: #333;
}
.delivery_pin {
	width: 150px;
    border-bottom: 1px solid #666;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 13px;
    font-weight: 600;
}
.collapse_btn {
    width: auto;
    font-family: 'Titillium Web', sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 1px 10px;
    margin: 0;
    background: none;
    border: 1px solid #999;
    line-height: 20px;
}
.collapse_btn:hover {
    color: #333;
    text-decoration: none;
}
.collapse_msg {
    width:100%;
    float:left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
}
.stock {
    color: #23aa15;
}
.stockout {
    color: #FF0000;
}
.qty-holder {
    width: 120px;
    margin: 0 auto;
}
.qty-holder > .qty {
    width: 40px;
    height:30px;
	text-align: center;
    border: 1px solid #d1d1d1 !important;
}
.table_qty_dec, .table_qty_inc {
	border: 1px solid #d1d1d1;
    padding: 3px;
}
.table_qty_dec i, .table_qty_inc i {
    color: #333 !important;
    padding: 0 5px !important;
    font-size: 12px !important;
}
.wishlist_btn {
    width: 28px;
    height: 28px;
    position: absolute;
    background: #fff;
    right: 10px;
    float: right;
    border:1px solid #e57373;
    border-radius: 50%;
    z-index: 9;
}
.gift_details {
    background: url(../images/gift.png) no-repeat;
    position: absolute;
    width: 25px;
    height:25px;
    right: 50px;
    top: 2px;
}
#product_details_tab {
    margin:50px auto 0 auto;
}
.productdetail_col_head {
    border-bottom: 1px solid #d3cbb6;
    border-left:none;
    border-top:none;
    border-right:none;
    width: 100%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    margin: 0;
    text-align:left;
    background:#fff;
    text-transform: uppercase;
}
.productdetail_col_head > i {
    float: right;
    padding: 3px 0;
}
.productdetail_col_msg{
    width:100%;
    float:left;
}
.productdetail_col_msg > ul{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.productdetail_col_msg > ul > li{
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}
.leftbtn {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0) url(../images/lightbox-prev.png) no-repeat scroll left top;
    display: block;
    z-index: 999;
    top: 55%;
    left: 10px;
}
.rightbtn {
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0) url(../images/lightbox-next.png) no-repeat scroll right top;
    display: block;
    z-index: 999;
    top: 55%;
    right: 10px;
}
.nothing_display {
    width: 100%;
    padding: 100px 0;
    margin: 0 0 20px 0;
    background: #fff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ee1c24;
}

/***************************** cart *****************************/
.cart_img {
	width: 100px;
    padding: 2px;
}
.cart_total_amd {
    font-size:18px;
    font-weight:600;
    padding: 15px;
    text-align:right;
}
.cart_total {
    font-size: 15px;
	font-weight: 600;
    padding: 15px;
    text-align:right;
}
.cart_btn_bg {
    padding:20px 0;
}
.cart_btn_box {
    float:right;
}
.cart_total_row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}
.orderdetails {
    width: 100%;
    background: #f0f0f0;
    float: left;
    margin:0 0 20px 0;
}
.orderdetails h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    float: left;
    padding: 10px;
    color: #333;
}
.payment_box {
    width: 100%;
    background: #f0f0f0;
    margin: 0 0 30px 0;
    padding: 8px;
    border: 1px solid #ddd;
    float: left;
    clear: both;
}
.payment_box h4 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
	color: #333;
    margin: 0;
    padding: 10px;
	text-align: center;
	float: left;
    border-bottom: 1px solid #ddd;
}
.payment_box h4 span {
    width: 100%;
    float:left;
    padding: 10px;
    font-size: 15px;
    text-align:center;
    font-weight: 600;
}
.payment_box h3 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #D11717;
    margin: 0;
    padding: 10px 0;
	text-align: center;
	float: left;
}
.payment_box h3 span {
    width: 100%;
    float:left;
    text-align:center;
    padding: 10px 0;
}

/***************************** table *****************************/
.table > thead > tr > th {
    text-align: center !important;
    padding: 20px 10px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.table > tbody > tr > td {
    text-align: center !important;
    padding: 30px 10px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.table > tbody > tr > td a {
    color: #333;
}
.white_space {
    white-space:inherit !important;
}

/*****************************shipping details*****************************/
.shipping_details_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 0 50px 0;
}
.shipping_details_box_border {
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	height: 100% !important;
}
.shipping_details_box_bg {
	width: 100%;
	float: left;
	background: #f0f0f0;
	height: 100% !important;
}
.shipping_details_box h3 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
	font-weight: 600;
    line-height: normal;
    color: #333;
    margin: 0;
    padding: 10px 10px 0 10px;
    text-align: center;
    background: #f0f0f0;
}
.shipping_details_box h4 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #f0f0f0;
}
.shipping_details_box h4 p a {
    color: #fff;
}
.shipping_details_btnbox {
    margin-right: -2px;
	margin-left: -2px;
}
.payment_success {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #090;
    margin: 40px 0;
    padding: 0;
    float: left;
    text-align: center;
}
.payment_failed {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FF3300;
    margin: 40px 0;
    padding: 0;
    float: left;
    text-align: center;
}
.payment_details {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.payment_pop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.payment_pop ul li {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    display: block;
    font-size: 15px;
    color: #333;
    padding: 4px 10px 4px 25px;
    line-height: 28px;
}
.payment_pop ul li::after {
    display: block;
    content: "";
    position: absolute;
    background: #D11717;
    left: 5px;
    margin-bottom: -4px;
    top: 16px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 0 2px white;
    box-shadow: 0 0 0 2px white;
}
.payment_pop h2 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 15px 10px;
    text-transform: capitalize;
}

/***************************** contact us *****************************/
.contact {
    width: 100%;
    height: auto;
    background: #fff;
    float: left;
    padding: 0;
    margin: 0;
}
.contact_box {
    width: 100%;
    height: auto;
    padding: 60px 0;
    margin: 60px 0 0 0;
    float: left;
    background: #000 url(../images/chairman_msg.png) no-repeat;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-position: center;
}
/*.contact_box h1 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    text-align: center;
}*/



.contact_box_heading {
    min-width: 250px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #CC9900;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}
.contact_box_heading::before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -8px;
    border: 1px solid #333;
    background: #333;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0 0 1px #fff, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 1px #fff, inset 0 0 0 2px #fff;
}
.contact_box_heading::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -46%;
    z-index: -1;
    background: #fff;
    width: 92%;
    height: 1px;
}

.contact_box input, .contact_box textarea{
    color:#ccc;
}
.contact_form input:-webkit-autofill, .contact_form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ccc !important;
}
.contact_form_btn {
    font-family: 'Titillium Web', sans-serif;
    padding: 10px 25px;
    background: #ee2f3f;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border:none;
}
.contact_head {
    width: 100%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 20px 8px;
    margin: 20px 0 0 0;
    text-align: center;
     -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
}
.contact_head a, .contact_head a span{
    color:#333;
    text-decoration:none;
}
.contact_head a:hover, .contact_head a span:hover{
	color:#ee2f3f;
    text-decoration:none;
}
.contact_head a:focus, .contact_head a span:focus{
	color:#333;
}
.contact_head img{
    width: 90px;
    padding: 10px;
}
.contact_head span {
    font-size: 15px;
    font-weight: 600;
    word-wrap: break-word;
}

/***************************** site map *****************************/
.site_map h1 {
    width: 100%;
    padding: 30px 0 5px 0;
    margin: 0 0 10px 0;
    text-align: left;
    border-bottom: 1px dotted #333;
}
.site_map h1 a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
.site_map h1 a:hover, .site_map h2 a:hover {
    color: #ee2f3f;
}
.site_map i {
    font-size: 15px;
    color: #ee2f3f;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.site_map h2 {
    width: 100%;
    float: left;
    text-align:left;
    padding:10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.site_map h2 a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.site_map ul {
    list-style:none;
}
.site_map ul li {
    width: 100%;
    float: left;
    text-align:left;
    padding:10px 0;
}
.site_map ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #86000b;
}
.site_map ul li a:hover {
    color: #333;
}

/***************************** login *****************************/
.write_review h2 {
    width: 100%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}
.rate_product {
    width: 100%;
    float: left;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.form_box {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    background: #fff;
    padding: 40px 60px;
    margin: 0;
}
.form_box h1 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.form_box h2 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}
.form-group {
    width: 100%;
    float: left;
    margin: 20px 0 !important;
    position: relative;
}
.form-control {
    padding: 0;
}
.horizontal-rule {
    margin: 20px 0;
    border: 0;
    background-color: transparent;
    border-top: 1px solid #dbdadb;
    position: relative;
    width: 100%;
    float: left;
    display: block;
}
.horizontal-rule-text {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -11px;
    background: #fff;
    padding: 0 21px;
}
.forgot_pswd {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: left;
    text-align: center;
    color: #333;
    padding: 0;
    margin: 20px 0 0 0;
}
.forgot_pswd:hover {
    color:#ee2f3f;
}
.forgot_pswd:focus {
    color:#333;
}

/***************************** tab *****************************/
.tab_btn {
    display: inline-block;
    margin: 10px auto;
}
.tab_btn > li {
    float: left;
    list-style: none;
    margin: 0 6px;
    position:relative;
}
.tab_btn > li > a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    width: 100%;
    height: 40px;
    float: left;
    padding: 10px 25px;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_btn > li.active > a, .tab_btn > li.active > a:focus, .tab_btn > li.active > a:hover, .tab_btn > li > a:hover {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    background-color: #ee2f3f;
    border: 1px solid #ee2f3f;
}
.tab_btn > li.active > a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ee2f3f;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 40%;
    bottom: -8px;
    right: 40%;
}
.tab-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    margin: 0;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
}
.tab-content h1 {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.tab-content h2 {
    width: auto;
    height: auto;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin: 0;
    padding: 0 10px;
    line-height: 24px;
}
.tab-content h3 {
 	width: auto;
    height: auto;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: justify;
    margin: 0;
    padding: 0 15px 0 0;
    line-height: 25px;
}
.tab-content h4 {
 	width: 100%;
    height: auto;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: justify;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.star {
    line-height: normal;
    display: block;
    color: #fff;
    padding: 2px 4px;
    font-size: 13px;
    font-weight:600;
    float: left;
}
.star i{
    font-size: 11px !important;
    color: #fff !important;
    padding: 0 !important;
}
.review_box {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}
.myaccount_head {
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.myaccount h3 {
    width: 50%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    padding: 0;
    margin: 0 0 30px 0;
}
.myaccount h4 {
    width: 50%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: left;
    padding: 0;
    margin: 0 0 30px 0;
}
.editprofile_btn {
    width: auto;
    font-family: 'Titillium Web', sans-serif;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-align: center;
    float: right;
    padding: 0;
    margin: 3px 0 0 0;
    border: none;
    position: relative;
    background: #fff;
    line-height: 20px;
    clear: none;
}
.editprofile_btn:hover {
    color:#ee2f3f;
}
.editprofile_btn:focus {
    color:#333;
}

/************************* static_page *************************/
.static_box {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.static_page h2 {
	width: 100%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	float: left;
	text-align: left;
	color: #333;
	font-weight: 600;
	border-bottom: 1px solid #999;
	padding: 0 0 4px 0;
}
.static_page h3 {
	width: 100%;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	float: left;
	text-align: left;
	color: #333;
	font-weight: 600;
	border-bottom: 1px dotted #999;
	padding: 10px 0 4px 0;
}
.static_page h4 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    float: left;
    text-align: justify;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 28px;
}
.static_page h4 p {
	padding: 0 0 10px 0;
}
.static_page ul, .static_page ol {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    float: left;
    text-align: left;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 0 5px;
}
.static_page ul li, .static_page ol li {
    margin: 0 0 5px 10px;
    line-height: 28px;
}
.panel-title {
    width:100%;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    padding-right: 15px;
}
.panel-group, .panel, .panel-heading, .panel-body {
    width:100%;
}
.panel-default>.panel-heading a:before {
	content: "";
  	position: relative;
  	top: 6px;
  	display: inline-block;
  	font-family: 'Glyphicons Halflings';
  	font-style: normal;
  	font-weight: 400;
  	line-height: 1;
  	font-size: 10px;
    color:#333;
  	float: right;
  	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  	background-color: #eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:before {
  	content: "\2212";
  	-webkit-transform: rotate(180deg);
  	transform: rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:before {
  	content: "\002b";
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}

/************************* footer *************************/
.wa_icon{
	display: block;
   	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 145px;
	right: 10px;
	z-index: 99999;
	padding: 0;
	background: #26af36;
	border-radius: 50%;
}
.wa_icon i{
	color: #fff;
	font-size: 30px;
	padding: 4px 7px;
}
.connect_col {
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.connect {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 40px 0;
    background: #fff url(../images/dark_leather.png) repeat left top;
}
.connect h2 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 19px;
    float: left;
    text-align: center;
    color: #ccc;
    font-weight: 400;
    margin: 15px 0 0 0;
}
.connect h3 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin: 25px 0 0 0;
}
.connect h4 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 17px;
    float: left;
    text-align: left;
    color: #ccc;
    font-weight: 400;
    padding: 0 0 5px 0;
	border-bottom: solid thin #2f2f2f;
	margin: 0 0 10px 0;
}
.connect ul li {
	width: 100%;
	float: left;
	list-style: none;
	margin: 5px 0;
}
.connect ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #999;
    font-weight: 600;
}
.connect ul li a:hover, .connect ul li a.active {
	color: #fff;
}
.card {
    margin: 10px auto 0 auto;
    float: none;
    display: block;
    text-align: center;
}
.card img {
    padding: 10px 0;
}
.footer_social {
    width: 100%;
    float: left;
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
}
.trs2 {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    padding: 5px;
}
.twt:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.copyright {
    width: 100%;
    height: auto;
    float: left;
    background: #1a1a1a;
    padding: 0;
    margin: 0
}
.copyright h2 {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    float: left;
    text-align: center;
    color: #999;
    font-weight: 400;
    margin: 10px 0;
    line-height: 30px;
}
.copyright h2 a {
    color: #999;
    text-decoration: none;
}
.copyright h2 a:hover {
    color: #fff;
}
.copyright h2 a:focus {
    color: #999;
}
.footer_nav {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}
.footer_menu {
    width: 100%;
    float: left;
    padding: 10px;
    color: #999;
}
.footer_menu a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #999;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px;
}
.footer_menu a:hover, .footer_menu a:focus, .footer_menu a.active {
    color: #fff;
}
 @media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
    height: 300%;
    top: -100%;
}
}
@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
    width: 300%;
    left: -100%;
}
}
@media (min-width: 992px) {
.nav-side-menu .sidebar_list {
    width: 100% !important;
	display: block;
	float: left;
	margin-top: 15px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.welcome h2 {
    margin: 0;
}
.connect_col {
	width: 33.33333333%;
}
.connect_col_sm {
	width: 50% !important;
}
.connect h4 {
    margin: 15px 0 5px 0;
}
}
@media screen and (min-width: 200px) and (max-width: 991px) {
/*.welcome {
    background: url(../images/welcome_img_sm.png) no-repeat center center;
    padding: 25px 0 70px 0;
}*/
.welcome h2, .welcome h4 {
    text-align: center;
}
.welcome_btn {
    text-align: center;
}
.card {
    text-align: center;
    float: none;
    padding: 10px 0;
}
.sidebar_head {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    float: left;
    text-align: left;
    background: #ee2f3f;
    color: #fff;
    padding: 8px 15px;
    margin: 0;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    border-radius: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999;
}	
.nav-side-menu .toggle-btn {
    position: absolute;
    right: 15px;
    font-size: 20px;
}
.nav-side-menu .sidebar_list {
	width: 0;
	height: 100%;
    float: left;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 0;
}
.sidebar_list .product_cat_closebtn {
    width: 100%;
    float: left;
    display: block;
    position: sticky;
	z-index: 999;
    top: 0;
    color: #fff;
    background: #ee2f3f;
    padding: 10px 15px;
}
.sidebar_list .product_cat_closebtn p {
    float: left;
    font-size: 17px;
}	
.sidebar_list .product_cat_closebtn span {
    float: right;
    background: #fff;
	color: #f00;
	font-size: 14px;
	font-weight: 600;
	padding: 2px 15px;
}
.sidebar_list form {
    padding: 15px;
}
.cart_total_amd, .cart_total {
    text-align:center;
    margin: 0;
    padding: 10px;
}
.products h2, .t_row {
	margin: 0 0 10px 0;
}
/*table, thead, tbody, th, td, tr {
    display: block;
}
thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
tr {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #333;
}
td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 20px 0px 20px 40% !important;
}
td:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45%;
    white-space: nowrap;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    padding: 19px;
}*/
.product_copyright {
	margin: 0 0 35px 0;
}
.product_mloader {
	position: fixed;
	z-index: 99999;
	right: 0px;
	left: 0px;
	top: 50%;
}
.shipping_details_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.connect_col {
	width: 33.33333333%;
}
.connect_col_sm {
	width: 50% !important;
}
.connect h4 {
    margin: 15px 0 5px 0;
}
}
@media screen and (min-width: 200px) and (max-width: 767px) {
.shipping_details_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.about h4, .chairman_msg h4 {
    text-align:justify;
}
.career_btn {
    float: left;
    margin: 10px 10px 10px 0;
}
.products h2 {
    text-align: center;
    margin: 0 0 30px 0;
}
.t_row {
    width: 230px;
    margin: 0 auto 10px auto;
    display: block;
    float: none;
}
.flex_width {
    flex: 1 100%;
}
.breadcrumb {
    text-align: center;
}
.site_map h1 {
    text-align: center;
}
.site_map ul li, .site_map h2 {
    text-align:center;
}
.modal-dialog {
    margin:30px;
}
.forgot_pswd {
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
}
.orderdetails h4 {
    width:100%;
    text-align: center;
}
.connect_col, .connect_col_sm {
	width: 100% !important;
}
.connect h4, .connect ul li {
	text-align: center;
}
}


@media screen and (min-width: 200px) and (max-width: 530px) {
.banner {
    margin: 97px 0 0 0;
}
.inner_breadcrumb_bg {
    margin: 78px 0 0 0;
}
/*.p_div {
    width: 100%;
    padding:0 15px;
}*/
.send_btn {
    width: 100%;
    margin: 5px 0 !important;
}

.find_btn {
    width: 100%;
}
.input-group {
    width: 100%;
}
.input-group-btn {
    width: 100%;
    float: left;
}
.input-group-btn > .btn {
    width: 100%;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    margin: 10px 0 0 0;
}
.welcome a {
    width: 100%;
}
.welcome {
    padding: 40px 0;
}
.contact_form_btn {
    width: 100%;
}
.carousel-control.left, .carousel-control.right {
    display: none;
}
.price_breakup_box {
    width: 100%;
}
.price_breakup_add {
    width: 100%;
    line-height:0;
    padding: 5px 0;
}
.product_details h3 p {
    width: 100%;
}
.tab_btn {
    width: 100%;
}
.tab_btn.tab_du > li {
    width: 48%;
    margin: 10px 1%;
}
.tab_btn.tab_mmf > li {
    width: 31%;
    margin: 10px 1%;
}
.tab_btn > li > a {
    height: 50px;
}
.cart_btn_box {
    float:none;
}
.form_box {
    padding: 30px 15px;
}
.product_details h2 p {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	padding: 5px;
}
}