/*Template Name: PortRayal
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license*/

/*@import url('https://fonts.googleapis.com/css?family=Lato');*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
body{
    font-family: 'Lato', sans-serif;
}
a{
    // transition: all 0.3s ease 0s;
}
a{
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
#cl p ul li a :
  {
    color:black;
  }
.back-to-top {
    background: #e10302;
    bottom: 31px;
    color: #fff !important;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    line-height: 39px;
    outline: medium none;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 9999;
    border-radius: 50%;
}
.back-to-top i {
    line-height: 38px;
}
a:focus {
    outline: medium none;
    outline-offset: 0;
}
a:focus, a:hover{
    text-decoration: none !important;
}
button {
    outline: none;
}
.fott{
    background:#e6ffe6;
    margin:px;
    color:white;
    padding:20px;
    padding-left:20px;
}
.btn.btn-custom, .btn.btn-default, .btn.btn-primary {
    background: #e10302 none repeat scroll 0 0;
    font-size: 13px;
    padding: 10px 15px;
}
.btn-custom:hover, .btn-default:hover, .btn-primary:hover {
    background: #333333;
    color: #fff !important;
}
a{
    color: #0f0e0e;
}
a:hover{
    color: #2a69f0;
}
select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
    // border-radius: 0;
    font-size: 12px;
}
ul.breadcrumb li:first-child a {
    color: #333333;
}
#content {
    margin-bottom: 15px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{
    outline: none;
}
.btn.focus, .btn:focus{
    color: #fff;
}
/*breadcrumbs*/
.breadcrumb{
    border-radius: 0;
}
.breadcrumb > li + li::before {
    color: #555;
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    padding: 0 10px;
    vertical-align: top;
}
/*carasoul*/
.owl-wrapper-outer{
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.owl-pagination{
    visibility: hidden;
}
/*alert*/
.container > .alert, .breadcrumb + .alert {
    position: fixed;
    width: 100%;
    z-index: 91;
    // animation: 1s cubic-bezier(1, -0.01, 0, 0.99) 0s normal none 1 running alert-anim;
    // transition: all 0.9s ease 0s;
}
.alert-success {
    background-color: #27AE60;
    border: 1px solid #27AE60;
}
.alert-danger, .alert-warning{
    background: #e10302;
    border-color: #e10302;
}
.alert {
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 13px;
    //  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.alert a{
    color: #fff;
    text-decoration: underline;
}
.alert {
    left: 0;
    padding: 8px 14px;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 30;
}

/*header*/
.leftside{
    float: left;
    margin-top:10px;
}
.rightside{
    float: right;
    margin-top:10px;
}
.leftside-remove-space{
    padding-left: 0;
}
.rightside-remove-space{
    padding-right: 0;
}
.rightside-add-space{
    padding-right: 5px;
}
header .top-line{
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}
.language-block, .currency-block, .social-icon-block{
    display: inline-block;
}
.language-block .toggle, .currency-block .toggle {
    border-left: 1px solid #d4d4d4;
    //  border-right: 1px solid #d4d4d4;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 18px 32px 14px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.language-block + .currency-block .toggle, .currency-block + .language-block .toggle {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
.social-icon-block{
    padding-left: 25px;
}
header ul.social-list{
    list-style: none;
    //float: left;
    padding-left: 0;
    margin-bottom: 0;
}
header .dropdown-menu{
    border: none;
    border-radius: 0;
}
header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:hover{
    background: #E10302;
    color: #fff;
}
ul.social-list li{
    display: inline-block;
    vertical-align: middle;
}

.social-list li + li{
    margin-left: 7px;
}
ul.social-list li a, .top-button i{
    color: #333333;
    cursor: pointer;
}
ul.social-list li a:hover, .top-button i:hover{
    color: #E10302;
}
.top-button{
    display: inline-block;
}
.top-button ul.dropdown-menu{
    left: auto;
    right: 0;
}
.top-button i {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 70px;
}
.top-button + .top-button{
    margin-left: -4px;
}
header .top-line + div{
    padding-top: 10px;
    padding-bottom: ;
    padding-left:60px;
}
.logo img {
    display: block;
    margin: 0 auto;
    width:140px;
    height:61px;
}
    
/*search box*/
.search-box {
    background: #f0eeee none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    height: 44px;
}
.search-button {
    background: #f0eeee none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 20px 20px 0;
    //line-height: 0;
}
header .form-control:focus {
    /*    border-color: red;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(225, 3, 2, 0.6);
        outline: 0 none;*/
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}
/*navigation bar*/
.menu-bar{
    border-radius: 0;
    background: #333333;
    border: none;
    min-height: auto;
}
.menu-bar .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 1px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .menu-bar .navbar-nav > li > a:hover {
    background-color: #E10302;
    color: #fff;
}
.box-cart {
    background: #333 none repeat scroll 0 0;
    height: 50px;
    padding: 12px 15px;
}
.box-cart span {
    color: #fff;
}
.box-cart span i {
    margin-left: 5px;
    vertical-align: middle;
}
.navbar-header span.nav-text{
    color:white; 
    font-size:20px;
    padding: 10px 0px 10px 15px; 
    position: absolute;
}

/*left sidebar*/
aside .box {
    margin-bottom: 50px;
}
aside .box.category h3{
    background: #333 none repeat scroll 0 0;
    height: 50px;
    padding: 10px 10px 5px 15px;
    color: #fff;
}
.left-sidebar{
    margin-top: -70px;
}

.box-category ul.menu{
    line-height: 16px;
    margin: 0;
    padding: 0px;
}
.box-category ul.menu li a{
    color: #333333;
    text-transform: capitalize;
}
.box-category .menu li, .box.info .box-content ul li {
    border-top: 1px solid #ededed;
    display: block;
    list-style-type: none;
    padding: 11px 0 12px;
    position: relative;
}
.box-category .menu li {
    padding: 10px 0 11px;
}
.box-category .menu li > a {
    line-height: 18px;
    padding-right: 35px;
    vertical-align: top;
    width: 100%;
}
.box-category .menu li > a{
    display: inline-block;
    overflow: hidden;
}
.box-category .menu li a + i {
    background-color: #f6f6f6;
    color: #c0c0c0;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    right: 0;
    text-align: center;
    top: 5px;
    vertical-align: top;
    width: 30px;
}
.box-category .menu li a + i {
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    width: 24px;
    margin: 6px 0;
    top: 2px;


}
.box-category .menu ul {
    display: none;
    margin-top: 12px;
    padding: 0;
    width: auto;
}
.box-category .menu li {
    padding: 10px 0 11px;
}
.box-category .menu li li  a {
    margin-left: 10px;
}
.box-category .menu li li li a {
    margin-left: 20px;
}
.box-category .menu li li a{
    color: #096590;
    font-weight: bolder
}
.box-category .menu li a + i:hover {
    color: #E10302;
    cursor: pointer;
}
.box-category .menu li a:hover {
    color: #E10302;
    text-decoration: none;
}
.box-category .menu > li:first-child{
    border-top: none; 
}
.box h3 {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 30px;
    padding: 10px 20px 10px;
}
.category .box-heading h3{
    position: relative
}
.category .box-heading h3 i, .footer-block h4 i{
    position: absolute;
    right: 15px;
    top:15px;
    visibility: hidden;
    cursor: pointer;
}

/*special product block in sidebar*/

#search button, #cart > button:hover, .box-category .menu li a, .box-category .menu li a + i, .btn, a.quickview, .product-thumb .image a, .btn.btn-add i, .box-category .menu li > a i{
    transition: all 0.6s ease 0s;
}
a.compare-button, a.wishlist-button{
    transition: all 0.6s ease 0s; 
    //  opacity: 0;

    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
}
.product-thumb .image a:hover, .product-thumb .banner-image a:hover {
    border-color: rgba(225, 3, 2, 0.2);
}
aside .box .product-layout{
    margin-top: 30px;
    width: 100%;
}
aside .box .product-layout li {
    margin-bottom: 30px;
}
aside .product-thumb {
    margin-bottom: 0;
}
.product-thumb {
    margin-bottom: 31px;
    position: relative;
}
a.quickview {
    background: rgba(225,3,2,0.7);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    line-height: 28px;
    margin-left: -57px;
    opacity: 0;
    //  padding: 5px;
    padding: 3px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    vertical-align: top;
    visibility: hidden;
    //  width: 107px;
    z-index: 5;
}
.product-thumb .image {
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.product-thumb .image a {
    // border: 1px solid #efefef;
    display: block;
    overflow: hidden;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.image img {
    background-color: #fff;
}
.product-thumb:hover a.quickview {
    opacity: 1;
    top: 20%;
    visibility: visible;
}
a.quickview:hover {
    background-color: rgba(51,51,51,0.5);
    color: #fff;
    text-decoration: none;
}
.box .product-name {
    margin-bottom: 11px;
}
.product-thumb .price {
    margin-bottom: 15px;
}
.product-name a {
    color: #424242;
    font-size: 20px;
    font-weight: 500;
}
.price {
    color: #333333 ;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}
.price-new {
    color: #e84c4c;
    margin-right: 5px;
    font-weight: 400
}
.price-special{
    color: #e84c4c; 
    font-weight: 600;

}
.price .price-old {
    //color: #9fa1a2;
}
.price-old {
    color: #333333;
    font-size: 14px;
    text-decoration: line-through;
}
.price-tax{
    color: #333; 
    font-weight: 500;
}
/*button*/
.btn.btn-add-cart {
    display: inline-block;
    padding: 0;
    color: #ffffff;
}
.btn:hover, .btn{
    color: #c0c0c0;
}
.btn:visited, .btn {
    background-color: #E10302;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 15px 14px;
    position: relative;
    text-transform: uppercase;
}
.btn.btn-add-cart span {
    display: inline-block;
    float: left;
    padding: 15px 14px 14px;
}
.btn.btn-add-cart i {
    background: #333 none repeat scroll 0 0;
    font-size: 12px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    vertical-align: top;
    width: 42px;
}
.btn i {
    display: block;
    float: right;
    font-size: 12px;
    line-height: 14px;
    min-width: 1.1em;
    vertical-align: top;
}
/*slider*/
div.slidder{
    // border: 2px solid #efefef;
    height: 340px;
}
div.slidder img{
    max-height: 340px;
    width: 100%;
}
.box-content{
    //display: none;
}
/*main content*/
.banner-image-block{
    margin-top: 50px;
}
.banner-image-block > div {
    margin-bottom: 15px;
    text-align: center;
}

.banner-image a {
    border: 1px solid #efefef;
    display: block;
    vertical-align: top;
}
#column-left .featured-product-heading .box-heading h3, #column-left .bestsell-product-heading .box-heading h3, #column-left .related-product-heading .box-heading h3, #column-left .latest-product-heading .box-heading h3, #column-left .special-product-heading .box-heading h3, #column-left .bestsell-product-heading .box-heading h3{
    width: 100%;
}
.bestsell-product{
    margin-top: 20px;
}
.bestsell-product .image, .featured-product .image{
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
}
.bestsell-product .image img, .featured-product .image img {
    max-height: 200px;
}
.featured-product .product-thumb {
    border: 1px solid #ddd;
    padding: 20px;
}
.featured-product .product-thumb:hover{
    border-color: rgba(225,3,2,0.3)
}
#container {
    margin-bottom: 30px;
}
a.compare-button, a.wishlist-button {
    background: rgba(225,3,2,0.7);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    left: 55%;
    line-height: 28px;
    margin-left: -53px;
    opacity: 0;
    //  padding: 5px;
    padding: 2px 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    vertical-align: top;
    visibility: hidden;
    //  width: 40px;
    z-index: 5;
}
a.wishlist-button{
    //left: 72%;
    margin-left: -10px;
}
.product-thumb:hover a.compare-button, .product-thumb:hover a.wishlist-button{
    opacity: 1;
    top: 35%;
    visibility: visible;
    //  transform: scale(0.5, 0.5);
}
a.compare-button:hover, a.wishlist-button:hover {
    background-color: rgba(51,51,51,0.5);
    color: #fff;
    text-decoration: none;
}
/*footer bottom block*/
.bottom-block > div {
    border: 1px solid #ddd;
    margin-left: -1px;
    padding-left: 0;
    padding-right: 0;
}
.bottom-block-heading > h4 {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    text-transform: capitalize;
}
.bottom-block-description {
    padding: 20px 15px;
}
.margin-top{
    margin-top: 50px;
}
/*footer block*/
.footer-block {
    margin-bottom: 15px;
}
footer h4 {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 0 0 28px;
    text-transform: uppercase;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-block ul li {
    padding: 4px 0;
}
.footer-block li a {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}
.footer-block li a:hover{
    color:#E10302;
}
.copyright {
    color: #333333;
    font-size: 16px;
    line-height: 14px;
    margin-top: 50px;
    padding-bottom: 36px;
    text-transform: capitalize;
}
.copyright a{
    color: #E10302;
    line-height: 30px;
    font-weight: bold;
    text-transform: none;
}
.copyright a:hover{
    color: #000;
}
/*cart*/
.cartView {
    background: white none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 0;
    padding: 10px;
    text-transform: none;
    top: 0;
    transform: translateY(50px);
    transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, visibility 0.1s linear 0s;
    visibility: visible;
    left: -80px;
    min-width: 260px;
}
.cart-heading{
    margin-bottom: 20px;
}
.table thead td {
    background-color: #f9f9f9;


    font-weight: 600;
    text-transform: uppercase;
}
/*user block*/
.well .heading-text i {
    color: #e10302;
    float: left;
    font-size: 56px;
    margin-right: 14px;
}
.my-account ul.list-unstyled li a {
    color: #272727;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 0;
    text-decoration: none;
}
.my-account h2 i {
    color: #e10302;
}
.my-account ul.list-unstyled li a:hover{
    color: #e10302;
}

/*.form-control:focus {
    border-color: #e10302;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(225,3,2, 0.5);
    outline: 0 none;
}*/
/*product page*/
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
.image-additional {
    max-width: 78px;
}
ul.thumbnails li:nth-child(2) {
    margin-left: 0;
}
.add-block-one {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 10px;
}
.add-block-one a{
    color: #333;
}
.add-block-one div + div a:hover{
    color: #e10302;
}

.single-product ul li a.thumbnail{
    // border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.single-product ul li a.thumbnail:hover{
    // border: 1px solid #e10302;
    border: 1px solid rgba(225, 3, 2, 0.2);
}
ul.price-list li span:first-child {
    font-size: 20px;
    margin-right: 10px;
}
ul.price-list {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
}
.single-product .nav-tabs {
    margin-bottom: 15px;
}
.product-filter {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 12px;
    padding: 20px 0;
}
/*.button-view button i {
    font-size: 17px;
    padding: 4px 0;
}*/
.btn-custom.active, .btn-custom:active, .open > .dropdown-toggle.btn-default{
    background: #e5e5e5;
    color: #333;
}
.special-button {
    background: #e10302;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    // margin-left: 10px;
    padding: 0;
    text-transform: uppercase;
}
.special-button span {
    display: inline-block;
    float: left;
    padding: 15px 15px 14px;
}
.special-button i {
    background: #333;
    font-size: 12px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    vertical-align: top;
    width: 42px;
}
a.special-button:hover{
    color: #fff;
}
.result-page{
    margin-top: 5px;
}
.product-list .product-thumb .image {
    float: left;
}
.product-list .image {
    margin: 0 20px 15px 0;
    max-width: 35%;
}
.product-thumb .image {
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
#list-view, #grid-view{
    background: none;
    border: none;
    color: #e10302;
}
#list-view i, #grid-view i{
    font-size: 27px;
    vertical-align: top;
    margin-left: 5px;
}
#list-view.active, #grid-view.active{
    color: #ddd;
}
.nav-cat-top {
    margin-bottom: 15px;
}
.nav-cat-top .result-page{
    margin: 7px 0 10px;
}
ul.ref-search {
    list-style: none;
    padding: 0;
}
.ref-search li {
    //  background: #333 none repeat scroll 0 0;
    display: inline-block;
    padding: 5px 10px 5px 0;
}
.ref-search li::after {
    content: "|";
    padding-left: 10px;
    vertical-align: top;
}
.ref-search li:last-child::after {
    display: none;
}
.caption{
    // min-height: 190px;
}
ul.price-list span.price-new {
    font-size: 25px;
}
.text-color-g{
    color: #a5a8aa;
}
ul.product-info {
    border-top: 1px solid #eee;
    padding-top: 10px;
}
ul.product-info li{
    font-weight: 600;
    letter-spacing: 0.03px;
}

/*checkout page*/
.panel-default > .panel-heading{
    background: #fff;
}
.panel-group .panel{
    border-radius: 0;
}
.panel{
    border-radius: 0;
}
input#input-voucher, input#input-coupon {
    display: inline-block;
    margin-right: 5px;
    width: 45%;
}
.buttons {
    margin: 1em 0;
    overflow: auto;
}
select.form-control {
    background-image: linear-gradient(45deg, transparent 60%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 2.5em 3.5em;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select:-moz-focusring {
    // color: transparent;
    // text-shadow: 0 0 0 #000;
    //outline: none !important;
}
.quick_information{
    display: none;
}
/*latest product*/
.latest-product-heading .product-thumb:hover a.quickview {
    opacity: 1;
    top: 35%;
    visibility: visible;
}
.latest-product-heading .product-thumb:hover a.compare-button, .latest-product-heading .product-thumb:hover a.wishlist-button{
    //  opacity: 1;
    //  top: 55%;
    //  visibility: visible;
    //  transform: scale(0.5, 0.5);
}
.latest-product-heading .product-thumb{
    margin-bottom: 0;
}
/*manufacture block*/
.manufacture_block h2.manufacture_title{
    background: #e5e5e5;
}
h2.manufacture_title > span{
    background: #333 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 5px 15px;
}
/*bx slidder*/
.bx-wrapper .bx-controls-direction a {
    background: #e10302;
    color: #fff;
    display: inline-block;

    line-height: 40px;
    text-align: center;
    // width: 40px;
}
.bx-prev {
    left: -37px !important;
}
.bx-next {
    right: -26px !important;
}
.bx-prev i, .bx-next i {
    padding: 10px;
    vertical-align: top;
}
image:hover
{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
ul.menu li:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #e10302;
    content: "";
    transition: width 0.5s;
    z-index: 1;
}

ul.menu li:last-child:after{
    background-color: transparent;
}

ul.menu li:hover:after {
    width: 100%;
}

/*.btn-add-cart:hover {
   
  transform: scale(1.1);
}*/
/*animation*/
ul.social-list li a i{
    //transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
ul.social-list li a i:hover{
    //transform: rotate(45deg);
}
.image img{
    // transform: scale(1);
    // transform-style: preserve-3d;
    // transition: transform 0.15s linear 0s;
}
.image img:hover { // transform: scale(1.05); 
}

/*.image::before {
    background: rgba(225, 3, 2, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -110%, 0px);
    transition: transform 0.9s ease 0s;
    z-index: 1
}*/
.image:hover::before {
    //   transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 110%, 0px);
}
.image{
    //  position: relative;
}
/*footer*/
.bottom-block h4 i{

    cursor: pointer;
    transition: all 0.5s ease 0.5s;
}
.bottom-block h4 span{
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #e10302;
    float: right;
    font-size: 25px;
    height: 40px;
    line-height: 36px;
    margin-left: 10px;
    //padding: 10px 7px;
    text-align: center;
    vertical-align: sub;
    width: 40px;
}
.bottom-block h4 i:hover{
    transform: rotate(360deg);
}
/*banner image block*/
.banner-image-block .product-thumb{
    border: 1px solid #efefef;   
}
.banner-image-block .banner-image{
    padding: 15px; 
}
.product-gallery-block {
    margin-top: 30px;
}
.product-gallery-block .image {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    padding: 15px;
    transition: background 0.9s;
    transition: border-color 0.9s;
}
.product-gallery-block .image  img{
    max-height: 200px;
    margin: 0 auto;
    height: 100%;
}
.product-gallery-block .image:hover {
    background: #f6f6f8;
    border-color: rgba(225,3,2,0.4);
}
.product-gallery-list-block .caption {
    margin-bottom: 30px;
    overflow: hidden;
}
.product-gallery-list-block .caption h4 {
    margin: 0;
}
.product-gallery-list-block .button-group{
    overflow: hidden;
    text-align: right;
}
.product-gallery-list-block .product-layout {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;

}
.main-image-set {
    display: flex;
    flex-direction: column;
    height: 360px;
    justify-content: center;
    margin-bottom: 20px;
}
.main-image-set img {
    height: 100%;
    max-height: 360px;
}
.slide-wrap-img .image {
    height: 150px;
    min-height: 150px;
}
.slide-wrap-img .image img{
    max-height: 150px;
    height: 100%;
}
#myCarousel .carousel-control {
    top:50%;
    opacity: 1;
    background-image: none;
}
#myCarousel .carousel-control i:focus, #myCarousel .carousel-control i:hover {
    color: #E10302;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-indicators .active {
    background-color: #e10302;
}
.carousel-indicators li {
    border: 1px solid #e10302;
}
.logo{
    margin: 0px 0 20px;
}
.product-filter .col-md-2{
    text-align: right;
}
.image-additional .thumbnail {
    min-height: 60px;
}
/*custom*/
.dropdown-menu > li > a {
    text-transform: uppercase;
}
