/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 10, 2018, 8:55:10 AM
    Author     : Defox
*/
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, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, 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 {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
    overflow-x: hidden;
    margin: 0;
}
.wrapper{
    width: 100%;
    margin: 0;
}
.container{
    width: 1200px;
    margin: auto;
}
a:focus{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/*======================================
                top_bar
======================================*/
.top_bar {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}
.site-login {
    width: 100%;
    text-align: right;
}
.top_info ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 20px 0px 0px;
    font-size: 16px;
}
.top_info ul li a{
    color: #000;
    padding: 6px 0px;
    display: inline-block;
    transition: 0.2s linear;
}
.top_info ul li a:hover{
    color: #f93d66;
}
.site-login ul li{
    list-style: none;
    font-size: 16px;
    display: inline-block;
}
.site-login ul li a {
    color: #000;
    padding: 8px 10px;
    display: inline-block;
    transition: 0.1s linear;
   
}
.site-login ul li a:hover{
    color: #f93d66 !important;
    background: #ffffff;
    box-shadow: 0px 4px 7px #ccc;
    border-radius: 5px;
}
li.login {
    background: #f93d66;
    border-radius: 3px;
    font-family: 'inria_sansregular';
    box-shadow: 0px 4px 7px #ccc;
}
li.login a {
    color: #fff !important;
    padding: 6px 24px !important;
    border-radius: 5px;
}
/*====================================
            header
======================================*/
.site_menu.menu_of_responsive {
    display: none;
}
/*.header{
    position: absolute;
    z-index: 876654;
    width: 100%;
}*/
.header_text{
    background-color: transparent;
    border-radius: 5px;
    padding: 10px 0px;
}
.header_text .col-md-8 {
    display: flex;
    align-items: center;
}
.col-md-8.col-md-8.col-sm-8.my_block {
    display: inline-block;
}
.site_menu{
    display: flex;
    position: absolute;
    right: 0;
    margin-top:22px;
}
.site_menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.site_menu ul li {
    margin: 0px 26px;
}
.header_right li {
    margin: 0px 16px !important;
}
.site_menu ul li a{
    color: #000;
    font-family: 'inria_sansregular';
    font-size: 14px;
    transition: 0.2s linear;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    padding: 25px 0px;
}
.site_menu ul li a:hover{
    text-decoration: none;
    color: #f93d66;
}
/*.menu_bar ul li:hover .megamenu{
    display: block;
}*/
.megamenu {
    position: absolute;
    width: 100%;
    top: 136px;
    border-radius: 1px;
    padding: 30px 52px;
    display: none;
    z-index: 123;
    right: 0;
    background: #f8f8f8;
}
.megamenu_text h2 {
    font-family: 'open_sansbold';
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 15px;
    margin-top: 25px;
    border-bottom: 1px groove #ccc;
    margin-bottom: 9px;
}
.megamenu_text h2:hover{
    color: #f93d66;
}
.megamenu_text a.incat{
    margin-left: 10px;
   text-transform: capitalize;
}
.megamenu_text a.incat:hover{
    color: #f93d66;
}
.megamenu_text a.incat:before{
    content: " - "
}
.megamenu_text a {
    display: block;
    color: #000;
    padding-left: 13px;
    font-family: 'open_sanssemibold';
    text-transform: capitalize;
}
.megamenu_text a:hover{
    text-decoration: none;
}

/*search*/
.search {
    position: absolute;
    right: 0;
    top: 65px;
    padding: 25px;
    background-color: #f93d66;
    display: flex;
    display: none;
    z-index: 123999
}
.search input[type="text"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #303443;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 50px;
    border: none;
    height: 40px;
}
.search button {
    background: #f93d66;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    padding: 14px 17px;
    margin-left: -4px;
    border: none;
}
/*
-----------
CATEGORIES
=================
*/

.site-categories {
    margin: 80px 0px;
}


.dtl28 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    margin: 16px 0px;
    width: 370px;
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}

.dtl28 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl28 .dtl {
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl28 .dtl h3,
.dtl28 .dtl p,
.dtl28 .dtl a {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl28 .dtl h3 {
    padding: 10px 15px;
    width: 100%;
    left: -100%;
    background: #f93d66;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
    font-family: 'inria_sansbold';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dtl28 .dtl p {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    left: 100%;
    text-indent: 10px;
    font-family: 'inria_sansregular';
    margin: 0px !important;
}
.cat_cnt {
    height: 58px;
    overflow: hidden;
}
.dtl28 .dtl button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    left: 100%;
    font-size: 16px;
    padding: 4px 22px;
    text-align: center;
    text-decoration: none;
    font-family: 'inria_sansbold';
    border-radius: 50px;
    position: absolute;
    bottom: 22px;
    margin-left: 19px;
    transition: 0.3s linear;
}
.dtl28 .dtl button:hover {
    background: #f93d66;
    border: 1px solid #f93d66;
    color: #fff;
}
.dtl28:hover .dtl p,
.dtl28:hover .dtl button,
.dtl28:hover .dtl h3 {
    left: 0;
}
.dtl28:hover .dtl {
    visibility: visible;
    opacity: 1;
}
/*
---------------
    PRODUCTS
=====================
*/
.feature_slides {
/*    background: url('/images/Beauty.jpg');
    background-size: cover;
    background-attachment: fixed;*/
}
.p_bg {
    background: rgba(238, 238, 238, 0.23);
    padding: 80px 0px 90px;
}
.product_section {
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin: 20px 10px 20px 10px;
    height: 396px;
    background: #fff;
    box-shadow: -1px 1px 8px #ccc;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.product_image {
    width: 100%;
    height: 251px;
    overflow: hidden;
    
    padding: 10px;
    display: block;
    background: #fff;
}
.product_image img {
    max-width: 100%;
    transition: 0.3s linear;
    margin: 0 auto;
}
.featured .slick-prev::before, 
.featured .slick-next::before {
    font-size: 36px;
    color: #999
}
.featured .slick-prev,
.featured .slick-next {
    width: 36px;
    height: 36px;
    display: none !important;
}
.product_text h2 {
    font-size: 22px;
    color: #f93d66;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    font-family: 'inria_sansregular';
}
.product_section:hover{
    box-shadow: -2px 1px 10px #ccc;
}
.product_section:hover img{
    transform: scale(1.1,1.1);
}
.product_section:hover button{
    background: #fff;
    color: #f93d66;
    box-shadow: 0px 4px 7px #ccc;
}
.news_info h3 {
    font-size: 39px;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'inria_sansbold';
}
.product_text p {
    color: #000;
    margin: 5px 0px;
    font-family: 'inria_sansbold';
}
.cart_btn button {
    font-size: 14px;
    background: #f93d66;
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    border: none;
    border-radius: 3px;
    margin: 6px 0px 0px 0px;
    transition: 0.3s linear;
    font-family: 'open_sansbold';
    border-radius: 50px;
    box-shadow: 0px 4px 7px #ccc;
}
.prod_info {
    margin-top: 20px;
}
.cart_btn .cart_message {
    position: relative;
    top: 12px;
    font-size: 18px;
    color: #f93d66;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button::before {
    font-size: 18px;
    color: #ccc;
}
.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #f93d66;
}
.slick-dots {
    bottom: -50px;
}
/*
---------------
    SITE NEWSLATTER
=====================
*/
.news_bg {
    background: url('/images/image-min.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    background-size: cover;
    width: 100%;
}
.news_bgclr {
    background: rgba(0,0,102,0.2);
    padding: 90px 0px;
}
.news_info {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.news_info span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
    display: block;
}
.news_ltr {
    border: 1px solid #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}
.news_ltr input[type="email"] {
    background: transparent;
    width: 100%;
    height: 50px;
    padding: 10px;
    color: #fff;
    border: transparent;
}
.news_ltr input[type="submit"] {
    background: transparent;
}
.news_ltr input[type="submit"] {
    background: transparent;
    background: #fff;
    border: none;
    padding: 6px 30px;
    font-family: 'open_sansbold';
    transition: 0.3s linear;
    margin-left: -135px;
    z-index: 1234;
    color: #000;
}
.news_ltr input[type="submit"]:hover{
    background: #f93d66;
    color: #fff;
}

/*
---------------
    FOOTER
=====================
*/
.site-ftr {
    width: 100%;
    background: #222222;
    color: #fff;
    padding: 90px 0px 0px;
}
.ftre_heading h2 {
    font-size: 24px;
    font-family: 'inria_sansbold';
    margin-bottom: 18px;
}
.ftr_social {
    margin-top: 20px;
}
.ftr_social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;

}
.ftr_dtail p {
    font-size: 14px;
    color: #999;
    
}
.ftr_social ul li a{
    color: #999;
    transition: 0.3s linear;
}
.ftr_social ul li a:hover{
    color: #fff;
}
.ftr_kptoch ul li {
    list-style: none;
    font-size: 14px;
     margin: 6px 0px;
    font-family: 'inria_sansregular';
}
.ftr_kptoch ul li a{
    color: #999;
}
.ftr_info ul li {
    list-style: none;
    list-style-type: square;
    color: #999999;
    font-family: 'inria_sansregular';
    margin-left: 15px;
    font-size: 14px;
}
.ftr_info ul li a {
    color: #999999;
    transition: 0.3s linear;
}
.ftr_info ul li a:hover{
    color: #fff;
    margin-left: 4px;
}
.ftrbrdr {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.copyleft {
    display: inline-block;
    float: left;
}
.copy_right {
    display: inline-block;
    float: right;
}
.site_left {
    display: inline-block;
    float: left;
    font-family: 'open_sansregular';
}
.site_reserved {
    display: inline-block;
    float: right;
    font-family: 'open_sansregular';
}
.copyright {
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}
.site_reserved a {
    color: #999;
    margin-left: 10px;
    transition: 0.3s linear;
}
.site_reserved a:hover{
    color: #f93d66;
}
/*section.tesyimonial {
    padding: 90px 0px;
}*/
.c_detail {
    overflow: hidden;
    margin-top: 0px;
}
.imagetesti {
    width: 100px;
    height: 100px;
    float: left;
/*    border: 1px dashed #f93d66;*/
    background: #f9f9f9;
}
.imagetesti img{
    max-width: 100%;
    max-height: 100%;
}
.clienttext {
    margin-left: 16px;
    height: 36px;
    font-family: 'inria_sansregular';
    overflow: hidden;
}
.c_border {
    border-top: 1px solid #f93d66;
    width: 60px;
    margin-left: 16px;
    margin-top: 7px;
}
.c_detail span {
    margin-left: 15px;
    font-size: 16px;
    background: #f93d66;
    padding: 4px 28px;
    display: inline-block;
    color: #fff;
    margin-top: 18px;
}
.client-info {
    background: #f8f8f8;
    padding: 30px 10px;
    border-radius: 6px;
}
.tsti h2 {
    font-size: 30px;
    font-family: 'inria_sansbold';
    margin: 30px 0px 20px;
    text-indent: 14%;
}
.tstimg{
    max-width: 100%;
    height: auto;
}
.tstimg img {
    max-width: 100%;
}
.testimonl {
    width: 85%;
    float: right;
}
.feature_slides h1 {
    font-size: 35px;
    font-family: 'inria_sansbold';
    margin-bottom: 20px;
    text-align: center;
}
/*
=========================
   CATEGORIES
=========================
*/

.row.inner_page_product {
    margin: 30px 0px 80px;
   
}
ul.brdcrump {
    text-align: left;
    float: left;
}
ul.brdcrump li {
    margin-top: 6px;
}
ul.brdcrump li a {
    font-size: 16px !important;
    color: #f93d66 !important;
}
.cat_navigate h2{
    text-align: left;
    font-size: 24px;
    font-family: 'inria_sansbold';
    font-weight: 600;
    color: #f93d66;
    margin-bottom: 8px;
}
.sit-headings {
    margin-bottom: 8px;
}
.cat_menu {
    text-align: left;  
}
.cat_menu ul{
    margin: 0;
    padding: 0;
}
.cat_menu ul li{
    list-style: none;
}
.cat_menu ul li a{
    padding: 8px 10px;
    color: #1b212b;
    border-top: 1px solid #ccc;  
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'inria_sansregular';
}
.cat_menu .sub_cat {
    display: none;
}
li.active ul.sub_cat {
    display: block;
    margin-left: 20px;
}
.cat_menu li.active a.active {
    color: #f93d66;
    font-weight: 600;
}
.cat_menu ul li a:hover{
    color: #f93d66;
}
.latest-product h2 {
    text-align: left;
    font-size: 24px;
    font-family: 'inria_sansbold';
    font-weight: 600;
    color: #f93d66;
}
.latest-product {
    margin-top: 40px;
}
.lst_border {
    width: 100%;
    height: 263px;
    border: 1px solid #ccc;
    padding: 5px;
}
.our-production .imag a img {
    max-width: 100%;
}

.list_grid {
    text-align: right;
    margin-top: 18px;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    padding: 6px 30px 6px 15px;
}
.list_grid ul {
    margin: 0;
}
.list_grid ul li {
    display: inline-block;
}
.list_grid ul li a {
    color: #ccc;
    font-size: 24px;
    margin-left: 15px;
}
.site_products {
    height: 380px;
    box-shadow: 0px 0px 7px #ccc;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
}
.list_grid ul li a.active {
    color: #f93d66;
}
.p_info {
    padding: 20px 10px;
    transition: 0.5s linear;
}
.p_info .p_image{
    width: 100%;
    height: 230px;
}
.site-grid .p_detal {
    margin-top: 15px;
}

.p_info .p_image img {
    max-width: 100%;
    max-height: 100%;
    transition: 0.5s linear;
}
.p_info .p_image:hover img{
    transform: scale(1.1,1.1);
}
.product_pagination.animation-element {
    display: block;
    clear: both;
    padding-top: 70px;
    text-align: center;
}
.product_name h2 {
    font-size: 22px;
    color: #f93d66;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    font-family: 'inria_sansregular';
}
.prodct_btn button {
    background: #f93d66;
    padding: 8px 24px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s linear;
    box-shadow: 0px 4px 7px #ccc;
    font-family: 'open_sansbold';
    border: 0px;
}
.prodct_btn button:hover{
    background: #fff;
    color: #f93d66;
}

.p_detal h4 {
    font-size: 14px;
    font-family: 'inria_sansregular';
    color: #000;
    margin: 6px 0px
}

/*
list
*/
.site-list .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
    max-height: 100%;
}
.list-view {
    display: inline-block;
    width: 100%;
}
.site-list .site_products {
    height: 270px;
    box-shadow: 0px 0px 7px #ccc;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
}
.site-list .p_info .p_image {
    width: 300px;
    float: left;
    max-height: 100%;
    
}
.site-gird .p_detal {
    margin-top: 17px;
}
.site-list .p_info .p_detal {
    float: right;
    width: 60%;
    text-align: right;
}

.site-list .p_info{
    display: inline-block;
    width: 100%;
}
.prodct_btn .cart_message {
    color: #f93d66;
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
    font-family: 'inria_sansregular';
}
.site-list .prodct_btn button {
    position: absolute;
    display: inline-table;
    bottom: 24px;
    right: 4%;
}

.site-list .p_detal h4 {
    margin: 7px 0px;
    margin-right: 48px;
    color: #000;
}
.site-list .cart_message{
    position: absolute;
    display: inline-table;
    bottom: 24px;
    right: 5%;
}
.items .empty {
    display: flex;
    justify-content: center;
    margin-top: 29px;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}
.product_pagination.animation-element ul li a {
    padding: 10px 16px;
    border: 1px solid #ccc;
    color: #000;
    transition: 0.3s linear;
}
.product_pagination.animation-element ul li a:hover{
    background: #f93d66;
    color: #FFFFFF !important;
    border: 1px solid #f93d66 !important;
    font-weight: bold;
}
ul.yiiPager .selected a{
    background: #f93d66;
    color: #FFFFFF !important;
    border: 1px solid #f93d66 !important;
    font-weight: bold;
}
/*
--------------
 SINGLE PAGE
=====================
*/

.inquery #cart a {
    color: #fff;
    background: #f93d66;
    padding: 8px 23px;
    display: inline-block;
    margin: 20px 0px 20px;
    cursor: pointer;
    font-family: 'open_sanssemibold';
}
.product_sizes {
    margin: 18px 0px 8px;
}
.color_sizes {
    margin: 18px 0px 8px;
}
.color_sizes p {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 14.9px;
    margin: 2px 0px;
    font-size: 12px;
}
.inquiry_form_box .cart_message {
    margin-top: 15px;
}
.p_detal h4 {
    color: #000;
    font-size: 18px;
}
.slider-for {
    width: 435px;
    height: 435px;
    border: 1px solid #ccc;
    align-items: center;
    overflow: hidden;
}
.slider-for img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.navslides {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    margin: 20px 6px;
}
.navslides:hover{
    border: 1px solid #f93d66;
}
.navslides img{
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    margin: 0 auto;
}

.right-name h2 {
    margin: 0;
    font-size: 24px;
    color: #f93d66;
    font-family: 'open_sansbold';
    text-transform: capitalize;
}
.right-code h2 {
    margin: 0;
    margin: 10px 0px;
    font-size: 16px;
    font-family: 'open_sansregular';
}
.right-des {
    color: #f93d66;
    font-size: 24px;
    font-family: 'inria_sansbold';
}
.inquiry_form_box .cart_message {
    color: #ccc;
    margin-bottom: 14px;
    display: inherit;
    font-size: 16px;
    color: #f93d66;
}
.right-codess p {
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    font-family: 'open_sansregular';
}
.related_products {
    margin-top: 90px;
}
.related {
    font-size: 30px;
    margin: 20px 11px 0px;
    color: #f93d66;
    font-family: 'inria_sansbold';
    font-weight: 600;
}
.bedcrump {
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.bedcrump ul li {
    list-style: none;
    display: inline-block;
}
.bedcrump ul li a{
    color: #f93d66;
    font-family: 'open_sansregular';
}
.product_sizes p {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 5.4px;
    margin: 2px 0px;
    font-size: 12px;
}
.long_desc {
    margin-top: 90px;
}
.long_desc h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-family: 'inria_sansbold';
    color: #f93d66;
}
.long_desc ul li {
    font-size: 16px;
    font-family: 'inria_sansbold';
}
.long_desc ul li a{
    color: #f93d66 !important;
}
.long_desc p {
    font-size: 16px;
    color: #000;
    margin-top: 6px;
    font-family: 'inria_sansregular';
}
/*
=====================
SITE INNER PAGES
==========================
*/
.inner_page_heading h2 {
    font-size: 40px;
    font-family: 'inria_sansbold';
    margin-top: 50px;
}
.page_contant p {
    font-size: 16px;
    font-family: 'inria_sansregular';
    margin-bottom: 90px;
}
.site_contact_form {
    width: 100%;
    display: block;
}
.site_contact_form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: 1px solid #ccc;
    font-family: 'open_sansregular';
}
.site_contact_form input[type="submit"]{
    width: 150px;
    font-family: 'open_sansbold';
    background: #f93d66;
    color: #fff;
    border: 1px solid #f93d66;
    margin-bottom: 60px;
}
.site_contact_form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: 1px solid #ccc;
}
.cnt_socials {
    margin-top: 40px;
}
.cntadrs ul li {
    list-style: none;
    font-size: 16px;
    margin: 5px 0px;
    font-family: 'open_sansregular';
}
.cnt_socials ul li {
    list-style: none;
    display: inline-block;
}
.cnt_socials ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 30px;
    border: 1px solid #f93d66;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    transition: 0.3s linear;
    border-radius: 3px; 
    
}
.cnt_socials ul li:hover{
    border-radius: 90px;
    background: #f93d66;
}
.cnt_socials ul li a {
    color: #f93d66;
    padding: 8px 7px;
    transition: 0.3s linear;
}
.cnt_socials ul li a:hover{
    color: #fff;
}
.bgColor{
    border: 1px solid #f93d66 !important;
    color: #000;
    font-family: 'open_sansregular';
    transition: 0.3s ease-in-out;
}
/*
==========
 CART
===============
*/
.right3 P {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'open_sansbold';
    color: #f93d66;
}
.row.inner_page_cart {
    margin: 20px 0px 90px;
}
.table.table-bordered.site-table tr th {
    color: #f93d66;
    text-align: center;
}
.table.table-bordered.site-table tr td{
    text-align: center;
    vertical-align: middle;
}
.table.table-bordered.site-table tr td img {
    max-width: 50px;
}
.table.table-bordered.site-table tr td a{
    color: #000;
    vertical-align: middle;
}
#shop_tableupdate {
    border: none;
    padding: 8px 28px;
    color: #fff;
    background: #f93d66;
}
#shop_tablesend {
    color: #f93d66;
}
#yw0_button {
    color: #000;
    font-family: 'open_sansregular';
}
.form-control:focus {
    border-color: #f93d66;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(249,61,102,.075),0 0 8px rgba(249,61,102,.6);
    box-shadow: inset 0 1px 1px rgba(249,61,102,.075),0 0 8px rgba(249,61,102,.075);
}
.btn.btn-danger.form_button {
    background: #f93d66;
    border: 1px solid #f93d66;
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-family: 'open_sansbold';
}
/**
-------------------
   SITE THANKS
=======================
*/
.for_right3_thanks {
    text-align: center;
    font-size: 24px;
    margin: 80px 0px;
    color: green;
    font-family: 'open_sansitalic';
}
.row.inner_page_thanks {
    margin: 20px 0px 90px;
}
.header_right span {
    background: #fff;
    padding: 0px 5px;
    border-radius: 90px;
    position: absolute;
    right: 7px;
    top: -9px;
    font-size: 10px;
    color: #000;
    z-index: -1;
}
/*
-----------------
Profile Page
========================
*/
.row.inner_page_profile {
    margin: 20px 0px 90px;
}
.profile_heading {
    font-size: 24px;
    margin: 4px 0px;
    color: #f93d66;
    font-family: 'open_sansregular';
}
#profile h2 {
    font-size: 24px;
    margin: 0;
    margin: 10px 0px;
    font-family: 'open_sansregular';
    color: #f93d66;
}
.table.table-bordered.profile_tbl tr th {
    color: #f93d66;
}
.header_mega{
    display: flex;
    flex-wrap: wrap;
}
/*
==========
 SEARCH
===========
*/
.serchs{
    text-align: center;
}
.serchs span {
    font-size: 36px;
    font-family: 'inria_sansbold';
}
#semail.inactive {
    border: 1px solid red;
    position: relative;
    left: -6px;
    width: 100.3%;
}
#semail.active{
    border: 1px solid green;
    position: relative;
    left: -6px;
    width: 100.3%;
}
.messagess {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-family: 'inria_sansbold';
}
.row.products.grid .empty {
    text-align: center;
    margin: 0 auto !important;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
}
.list_thanks ul li {
    list-style: none;
    display: inline-block;
}
.list_thanks {
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    display: inline-block;
    width: 96%;
    padding: 10px 20px;
    margin: 0px 38px;
}
#cntsubmission .messagess {
    position: relative;
    top: -57px;
    color: #000;
}
.loding_script {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    align-items: center;
    justify-content: center;
}
.loding_script img {
    max-width: 100px;
    max-height: 100px;
}
.loding_script.active{
    display: flex;
}
.site_menu ul li a:hover .megamenu{
    display: block;
}
div.share_buttons.detail_box {
    margin-top: 20px;
}
.megamenu.active {
    display: block !important;
}
.errorSummary {
    display: none;
}
.errorMessage {
    color: red;
}