@charset "UTF-8";
.sub-title-head {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #46ab00;
}

.sub-title-head span {
    color: #0097d4;
}

.search-btn {
    margin-top: 35px;
}

.textstyle {
    font-size: 14px;
}

.textstyle strong {
    font-weight: 600;
    color: #009966;
}

.profile-img img {
    display: table;
    margin: 15px auto;
    border: 1px solid #ddd;
    padding: 4px;
    max-width: 100%;
}

.profile-img .input-group .input-group-addon {
    text-align: center;
    background: #d59005;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 24px;
    width: 50px;
}

.join-header {
    text-align: center;
    border-bottom: 1px solid #e6a201;
}

.join-title {
    color: #97A4B1;
    padding: 20px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.button2 {
    background: url("../images/search_icon.png") no-repeat center;
    background-color: #0a6380;
    border: 1px solid #0a6380;
    width: 41px;
    height: 38px;
    /*43px*/
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff
}

.radio-position input:first-child {
    margin-left: 10px;
    vertical-align: baseline;
}

.radio-position input {
    margin-right: 5px;
    margin-left: 15px;
}

.radio-position label {
    vertical-align: baseline;
    margin-bottom: 5px
}

.radio-position .form-control {
    padding: 10px 10px 0px 9px
}

.custom-form-head {
    background: #f5f5f5;
    padding: 0px 10px 0px 0px;
    border-radius: 0px;
    font-weight: 500;
    color: #000;
    position: relative;
    width: 100%;
    border-bottom: 0px solid #ddd;
    font-size: 14px;
}

/*.custom-form-head-1 {
	background: #fff;
	padding: 5px 10px 8px 0px;
	border-radius: 0px;
	font-weight: 600;
	color: #1b86b0;
	position: relative;
	width: 100%;
	border-bottom: 2px solid #ffab00;
	text-transform: uppercase; 
}*/

.custom-form-head-1 {
    background: #fff;
    padding: 5px 10px 1px 0px;
    border-radius: 0px;
    font-weight: 600;
    color: #fdbe44;
    position: relative;
    width: 100%;
    /* border-bottom: 2px solid #ffab00; */
    text-transform: uppercase;
}

.custom-form-head span {
    width: 36px;
    height: 35px;
    background: #4d53ef;
    border-radius: 0%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.callout-light-blue {
    background: #dbf5ff;
    border-color: #00c0ef
}

.form-joining .birth-year,
.form-joining .birth-month,
.form-joining .birth-date {
    float: left;
    margin-right: 1%;
}

.form-joining .birth-year {
    width: 32%;
}

.form-joining .birth-month {
    width: 32%;
}

.form-joining .birth-date {
    width: 32%;
}

.form-group .form-control.date {
    cursor: text;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/icon-date.png) 97%;
    background-repeat: no-repeat;
}

.form-group select.form-control,
.form-group select.aspNetDisabled {
    cursor: text;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/icon-select-arrow.png) right;
    background-repeat: no-repeat;
    padding: 2px 5px 2px 2px;
}

.joining-terms {
    display: none;
    border: 1px solid #d2d6de;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.joining-terms ul {
    padding: 0 0 0 17px !important;
    list-style-type: circle;
}

.joining-terms ul li {
    font-size: 13px;
    line-height: 24px;
    color: #555;
}

.joining-terms h4 {
    font-size: 16px;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.form-joining .radio,
.form-joining .checkbox {
    display: block;
}

.myprofile strong {
    font-weight: 600;
    font-size: 14px;
}

.myprofile .textdtl {
    font-weight: 400;
    font-size: 14px;
}

.myprofile .form-control.underlined {
    /*   border-bottom: 1px solid #efefef;*/
}

/*products*/

.product {
    margin: 0 0px 10px;
    ;
    border: 1px solid #ddd;
    padding: 5px;
}

.product-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.product-pic-container {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.product-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-pic {}

.product-pic img {
    max-width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

sssss .product-new {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: inline-block;
    background-color: #0095bc;
}

.product-new span {
    color: white;
    text-transform: capitalize;
    padding: 15px 0px;
    display: inline-block;
    transform: rotate(-90deg);
    font-weight: 300;
}

.product-new:after {
    content: "";
    width: 0px;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0095bc;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
}

.discount {
    background: #333;
    color: #fff;
    width: 62px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 22px;
    display: none
}

.product-btn {
    background: #4ec7db;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 3;
    right: -50px;
    top: 50%;
    margin-top: -50px;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    transition: all 350ms linear;
}

.product-btn a {
    background: #333;
    font-size: 16px;
    color: #fff !important;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.product-btn a.cart {
    background: #ff8700;
}

.product-btn a.view {
    background: #ffbd00;
}

.product-btn a:hover {
    color: #fff !important
}

.product-name {
    text-align: center;
    font-size: 18px !important;
    margin: 5px 0 !important;
}

.product-name a {
    color: #333 !important;
}

.product-price {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px !important;
}

.product-price .price-before {
    color: #999999;
    text-decoration: line-through;
    font-size: 17px;
}

.product-price .price-now {
    font-weight: 400;
    color: #d81c1c;
    margin: 0 5px;
    font-size: 15px;
}

.product-price .price-bv {}

.product-container:hover .product-back {
    visibility: visible;
    opacity: 0.4;
}

.product-container:hover .product-btn {
    right: 40%;
}

.product-btn a.view .fa {
    line-height: 50px;
}

/**/

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important
}

.bg-gray-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #111 !important
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important
}

.form-joining {
    /*padding:0 10px;*/
}

/**Other Style **/

@media (min-width:768px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
    .header .header-block-nav .profile .name {
        font-weight: 500;
    }
    .header .header-block-nav>ul>li>a {
        font-size: 14px !important;
    }
    .profile-img {
        border: 1px solid #ddd;
        padding: 0 15px;
    }
}

/*top-news*/

.top-news {
    color: #666;
    font-size: 14px;
    float: left;
    margin-top: 0px;
    padding-left: 20px;
}

.top-news .top-news-title {
    float: left;
    padding: 0px 0px !important;
    width: 135px;
    font-size: 16px !important;
    color: #fff;
    margin: 0 !important;
}

.top-news .top-news-text {
    float: left;
    margin: 0 !important;
    font-size: 15px !important;
    padding: 0px 10px !important;
    color: #666;
    width: 74%;
}

.top-news .top-news-text span {
    border-right: 1px solid #c9dcf2;
    padding-right: 10px;
    margin-right: 10px;
}

.top-news .top-news-text span:last-child {
    border: 0
}