@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,400i);
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #878787;
    font-size: 14px;
    line-height: 20px;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444
}


/* default font size */

.fa {
    font-size: 15px
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #666
}

a:hover {
    text-decoration: none;
    color: #d60303
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 12px;
    font-weight: 400
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}


/*== Top ==*/

#top {
    background-color: #f5f5f5;
    height: 49px;
    box-shadow: inset 0 3px 15px rgba(0, 0, 0, 0.1)
}

#top .container {
    padding: 0 20px
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: center;
    background: #fff;
    box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
    transition: .4s;
    height: 24px;
    width: 24px;
    padding: 0;
    vertical-align: middle
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #db1515;
    background-image: linear-gradient(to bottom, #db1515, #db1515);
    background-repeat: repeat-x
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    vertical-align: middle;
    transition: .3s
}

#top .btn-link:hover,
#top-links a:hover {
    color: #db1515
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #fff
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links a+a {
    margin-left: 15px
}

#top-links .header-left {
    font-size: 13px;
    color: #5f5f5f;
    display: inline-block;
    padding-top: 10px
}

#top-links .header-left a {
    color: #db1515;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    vertical-align: top;
    margin: 0
}

#top-links .links-bar {
    padding-top: 10px
}

#top-links .currency {
    padding-top: 10px;
    border-left: 1px solid #ccc;
    padding-left: 30px
}

#top-links .links-bar li {
    border-right: 1px solid #737373;
    padding: 0 18px
}

#top-links .links-bar li:last-child {
    border-right: none
}

#top-links .links-bar .fa {
    display: none
}


/*== Logo ==*/

#logo {
    margin: 0 0 10px;
    position: absolute;
    top: 0;
    z-index: 10000
}

#logo img {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3)
}

.list-contact {
    margin: 29px 0 22px
}

.list-contact>li {
    min-width: 205px;
    padding: 17px 0 7px 17px;
    border-right: 1px solid #d1d1d1
}

.list-contact>li:last-child {
    border: none
}

.middle-section {
    float: right!important
}

.logo-left figure {
    padding-right: 13px
}

.logo-left .text-contact span {
    font-size: 16px;
    font-weight: 600;
    color: #474747;
    text-transform: uppercase
}

.text-contact p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

#cart button {
    background: transparent;
    border: 0
}

#cart .dropdown-menu button {
    background: #252525
}


/*== Cart ==*/

#cart {
    margin: 0;
    position: relative
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

#cart.open>.btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none
}

#cart.open>.btn:hover {
    color: #444
}

#cart .dropdown-menu {
    min-width: 100%;
    background: #f4f4f4;
    padding: 5px 0;
    border-color: #ebe9e9;
    color: #293094;
    margin: 0;
    min-width: 200px;
    min-height: 75px;
    -webkit-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    display: block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: 10000
}

#cart:hover .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    min-width: 300px;
    font-size: 15px
}

#cart strong {
    font-size: 13px
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

@media (min-width: 992px) {
    /* menu */
    #menu {
        background-color: #252525;
        border: 0;
        min-height: 55px;
        border-radius: 0;
        margin: 0
    }
    #menu .nav {
        margin-right: 25px
    }
    #menu .nav>li {
        border-left: 1px solid #393939;
        border-right: 1px solid #131313
    }
    #menu .nav>li:first-child {
        border-left: 0
    }
    #menu .nav>li>a {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        padding: 0 15px;
        margin: 18px 0;
        background-color: transparent;
        transition: .4s
    }
    #menu .nav>li:hover>a,
    #menu .nav>li.open>a {
        background-color: #db1515;
        padding: 18px 15px;
        margin: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, .2)
    }
    #menu .dropdown-menu {
        padding-bottom: 0;
        border: 0
    }
    #menu .dropdown-inner {
        display: table
    }
    #menu .dropdown-inner ul {
        display: table-cell
    }
    #menu .dropdown-inner a {
        min-width: 250px;
        display: block;
        padding: 8px;
        clear: both;
        line-height: 20px;
        color: #333;
        font-size: 14px
    }
    #menu .dropdown-inner li a:hover {
        color: #fff
    }
    #menu .see-all {
        display: block;
        margin-top: .5em;
        border-top: 1px solid #DDD;
        padding: 3px 20px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 3px 3px;
        font-size: 12px
    }
    #menu .see-all:hover,
    #menu .see-all:focus {
        text-decoration: none;
        color: #fff;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x
    }
    #menu #category {
        float: left;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
    }
    #menu .btn-navbar {
        font-size: 15px;
        font-stretch: expanded;
        color: #fff;
        padding: 2px 18px;
        float: right;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a
    }
    #menu .btn-navbar:hover,
    #menu .btn-navbar:focus,
    #menu .btn-navbar:active,
    #menu .btn-navbar.disabled,
    #menu .btn-navbar[disabled] {
        color: #fff;
        background-color: #229ac8
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
        padding: 10px 10px 20px;
        background-color: #f4f4f4
    }
    #menu .dropdown-menu li>a::before {
        width: 13px;
        height: 13px;
        font-family: FontAwesome;
        content: "\f101";
        color: #db1515;
        font-size: 13px;
        font-weight: 700;
        padding-right: 5px
    }
    #menu .dropdown-menu li>a:hover {
        color: #db1515;
        background: none
    }
    /*#menu .navbar-nav{float:right}*/
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}

.menu-btn,
.close-menu {
    display: none
}

@media (max-width: 991px) {
    #menu .container {
        width: 100%
    }
    #menu {
        padding: 0;
        border: none;
        position: fixed;
        text-align: center;
        top: 0;
        left: 0;
        width: 445px;
        height: 100%;
        background: rgba(22, 22, 27, 0.97);
        opacity: 0;
        z-index: 99999;
        visibility: hidden;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: -webkit-transform .8s ease, -moz-transform .8s ease, -o-transform .8s ease, transform .8s ease, opacity .5s ease, visibility .5s ease;
        -moz-transition: -webkit-transform .8s ease, -moz-transform .8s ease, -o-transform .8s ease, transform .8s ease, opacity .5s ease, visibility .5s ease;
        transition: -webkit-transform .8s ease, -moz-transform .8s ease, -o-transform .8s ease, transform .8s ease, opacity .5s ease, visibility .5s ease
    }
    #menu.open {
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 99999999999
    }
    #menu .collapse {
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        z-index: 1000000;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: -webkit-transform .8s ease, -moz-transform .8s ease, -o-transform .8s ease, transform .8s ease, opacity .5s ease, visibility .5s ease;
        -moz-transition: -webkit-transform .8s ease, -moz-transform .8s ease, -o-transform .8s ease, transform .8s ease, opacity .5s ease, visibility .5s ease;
        transition: -webkit-transform .8s ease, -moz-transform .8s ease, -o-transform .8s ease, transform .8s ease, opacity .5s ease, visibility .5s ease
    }
    #menu .collapse.open {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    #menu .navbar-collapse {
        margin-top: 85px;
        padding-left: 0
    }
    #menu .nav .dropdown-menu {
        padding: 0
    }
    #menu .nav>li {
        display: block;
        float: none;
        text-align: center
    }
    #menu .nav>li>a,
    #menu .nav>li.dropdown>span {
        color: #fff;
        display: block;
        font-size: 17px;
        padding: 17px 18px;
        width: 100%
    }
    #menu .nav>li>a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1px;
        width: 100%;
        background: #2f2f33;
        background: rgba(22, 22, 27, 0.97);
        background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
        background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
        background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%)
    }
    #menu .nav .dropdown-inner ul {
        display: block;
        padding: 8px 0;
        text-align: center
    }
    #menu .nav .dropdown-inner li {
        margin: 0 0 10px 0
    }
    #menu .nav .dropdown-inner li ul {
        padding-top: 5px
    }
    #menu .nav .dropdown-inner li a {
        color: #fff;
        font-size: 16px;
        padding: 0;
        margin: 0;
        border: none
    }
    #menu .nav .dropdown-inner li a::before {
        width: 13px;
        height: 13px;
        font-family: FontAwesome;
        content: "\f101";
        color: #fff;
        font-size: 16px;
        padding-right: 5px
    }
    #menu .nav .dropdown-inner li a strong {
        font-weight: 400
    }
    #menu .nav .dropdown-inner li ul li a {
        background: url(../image/responsive-arrow1.png) no-repeat 1px 4px;
        border: none;
        color: #f1e0ac
    }
    #menu .nav .dropdown-inner li ul li a:hover {
        color: #de2828;
        background: url(../image/dropdown-arrow-hover.png) no-repeat 1px 4px
    }
    #menu .nav div.dropdown-inner>ul.list-unstyled {
        display: block;
        padding: 8px 50px;
        text-align: center
    }
    #menu .nav div.dropdown-inner>ul.list-unstyled:first-child {
        padding-top: 12px
    }
    #menu .nav div.dropdown-inner>ul.list-unstyled:last-child {
        padding-bottom: 0
    }
    #menu .nav div.dropdown-inner>ul.list-unstyled li.dropdown .dropdown-inner ul.list-unstyled {
        display: block;
        padding: 0
    }
    #menu .nav>li>a:hover,
    #menu .nav>li.dropdown>span:hover,
    #menu .nav>li.dropdown:hover>span {
        color: #de2828;
        background-color: rgba(0, 0, 0, 0)
    }
    #menu .nav>li.dropdown .dropdown-toggle,
    #menu .nav>li.dropdown .dropdown-toggle:hover {
        position: absolute;
        background: url(../image/arrow-menu.png) no-repeat 0 21px;
        cursor: pointer
    }
    #menu .nav>li.dropdown.open .dropdown-toggle,
    #menu .nav>li.dropdown.open .dropdown-toggle:hover {
        background-position: 0 -18px
    }
    #menu .nav .dropdown-inner ul li.dropdown .dropdown-toggle,
    #menu .nav .dropdown-inner ul li.dropdown .dropdown-toggle:hover {
        display: none
    }
    #menu .nav .dropdown-inner {
        display: block;
        padding: 5px 0
    }
    #menu .nav .dropdown-inner a {
        padding: 5px 27px 5px 40px;
        color: #fff;
        font-size: 14px
    }
    #menu .nav .dropdown-inner li a:hover {
        background-position: 16px center
    }
    #top #form-currency,
    #top #form-language {
        text-align: center
    }
    .close-menu {
        display: none;
        color: #fff;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: 32px;
        margin-top: -12.5px;
        z-index: 11;
        padding-right: 25px
    }
    .close-menu .fa {
        font-size: 25px
    }
    .open-toggle {
        display: block
    }
    .menu-btn {
        position: absolute;
        top: 12px;
        left: 10px;
        display: block
    }
    .open-toggle {
        width: 40px;
        height: 30px;
        position: relative;
        margin: 0 auto;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }
    .open-toggle span {
        position: absolute;
        height: 5px;
        display: block;
        width: 50%;
        background: #de2828;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }
    .open-toggle span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0
    }
    .open-toggle span:nth-child(odd) {
        left: 0;
        border-radius: 9px 0 0 9px
    }
    .open-toggle span:nth-child(1),
    .open-toggle span:nth-child(2) {
        top: 0
    }
    .open-toggle span:nth-child(3),
    .open-toggle span:nth-child(4) {
        top: 10px
    }
    .open-toggle span:nth-child(5),
    .open-toggle span:nth-child(6) {
        top: 20px
    }
    .open-toggle.open span:nth-child(1),
    .open-toggle.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .open-toggle.open span:nth-child(2),
    .open-toggle.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .open-toggle.open span:nth-child(1) {
        left: 4px;
        top: 6px
    }
    .open-toggle.open span:nth-child(2) {
        left: calc(50% - 3px);
        top: 6px
    }
    .open-toggle.open span:nth-child(3) {
        left: -50%;
        opacity: 0
    }
    .open-toggle.open span:nth-child(4) {
        left: 100%;
        opacity: 0
    }
    .open-toggle.open span:nth-child(5) {
        left: 4px;
        top: 19px
    }
    .open-toggle.open span:nth-child(6) {
        left: calc(50% - 3px);
        top: 19px
    }
}

@media (max-width:991px) {
    /*--  BURGER --*/
    #menu .nav>li.dropdown span.dropdown-toggle {
        background: url(../image/arrow-menu.png) no-repeat 0 21px;
        cursor: pointer;
        height: 50px;
        position: absolute;
        right: 0;
        top: -5px;
        width: 50px
    }
    #menu .nav>li.open span.dropdown-toggle {
        background-position: 56% -25px
    }
    #menu .container {
        width: auto
    }
    #menu .nav>li>a:focus,
    #menu .nav>li>a:hover {
        background-color: transparent;
        border-color: #feda12
    }
    #menu .nav .open>a,
    #menu .nav .open>a:focus,
    #menu .nav .open>a:hover {
        background-color: transparent
    }
    #menu .dropdown-inner ul li a:hover {
        color: #feda12;
        background-color: transparent;
        background-image: none
    }
}


/*-- content --*/

#content {
    min-height: 400px
}


/*-- content-bottom --*/

#common-home .content-bottom {
    min-height: 0
}


/* new-arraival banner */

.new-arraival {
    background: url(../image/middle-banner.jpg) no-repeat center 0;
    background-size: cover;
    padding: 45px 0 40px;
    position: relative
}

.new-arraival h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90px;
    text-align: left;
    text-transform: uppercase;
    color: #d60303;
    text-shadow: 4px 3px 0 #d3d3d3;
    padding: 0 0 22px
}

.new-arraival p {
    font-size: 16px;
    color: #393939;
    text-transform: uppercase
}

.new-arraival .arriaval-list {
    padding-inline-start: 0
}

.new-arraival .arriaval-list li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    color: #696969;
    font-size: 16px;
    padding: 0 15px 0 12px;
    border-right: 1px solid;
    margin: 30px 0 22px
}

.new-arraival .arriaval-list li:last-child {
    border: 0
}

.new-arraival .btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    min-width: 165px;
    line-height: 50px;
    border-radius: 0;
    position: relative;
    z-index: 100
}


/* hover on images */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0
}

.hover-effect:hover::after,
.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%
}


/* services */

.services {
    padding: 27px 0 35px
}

.services .service-box {
    background: url(../image/banner-3-bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    display: block;
    padding: 30px 0 40px;
    border: 1px solid #e4e4e4;
    width: 360px;
    height: 240px;
    position: relative;
    overflow: hidden
}

.services .service-box figure {
    padding: 0 0 22px
}

.services .service-box figure img {
    margin: 0 auto
}

.services .service-box .heading {
    font-size: 30px;
    font-weight: 600;
    color: #df0505;
    text-transform: uppercase
}

.services .service-box .heading span {
    font-weight: 400;
    color: #2b2b2b;
    padding-bottom: 18px
}

.services .service-box p {
    font-size: 13px;
    color: #575757
}


/* Circle */

.services .service-box {
    position: relative
}

.services .service-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(231, 225, 225, 0.274);
    border-radius: 75%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.services .service-box:hover::before {
    -webkit-animation: circle .85s;
    animation: circle .85s
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}


/*-- ribbon 7 new product --*/

.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background: #de2828;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.product-new {
    position: absolute;
    top: 0;
    left: 0;
    background: #595e64;
    color: #fff;
    padding: 5px 11px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}


/*-- newsletter --*/

.newsletter {
    background: url(../image/newsletter-bg.jpg) no-repeat center 0;
    padding: 40px 0 10px;
    background-size: cover;
    position: relative
}

.subtitle {
    font-size: 45px;
    color: #575757;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 35px;
    padding: 0 20px
}

.newsletter p,
.welcome p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    color: #484545;
    margin: 0 0 30px
}

.newsletter input {
    border-left: 0;
    width: 400px;
    font-size: 13px;
    font-family: arial;
    margin: 0 auto;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: 0;
    text-align: center;
    color: #949494;
    background: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    border-color: #bbb;
    position: relative;
    z-index: 1.0E+14
}

.newsletter .btn {
    width: 155px;
    line-height: 62px;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding: 0;
    border-radius: 0;
    border: 0
}

.newsletter .btn span {
    border: 1px solid #e87272;
    padding: 16px 20px
}

.newsletter .btn-center {
    text-align: center;
    margin: 30px 0 0;
    position: relative;
    z-index: 100
}
.welcome {
    padding: 60px 0 0;
}
.subtitle.fancy {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 60px
}

.fancy .fancy-line {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    top: 12px
}

.newsletter .fancy .fancy-line {
    background: #f0f0f0
}

.fancy .fancy-line span {
    color: #777
}

.newsletter .subtitle.fancy {
    border-color: #d9d9d9
}

.newsletter .fancy .fancy-line span {
    color: #606060
}

.newsletter #subscribe {
    position: relative;
    z-index: 24;
}


/*-- footer --*/

footer {
    background: url(../image/footer.jpg) no-repeat center 0;
    background-size: cover;
    border-top: 1px solid #ddd;
    font-size: 13px;
    color: #cdcdcd;
    padding: 35px 0 0
}

.copyright-footer {
    font-family: Arial, Helvetica, sans-serif;
    background: #222;
    padding: 25px 0 10px;
    margin: 52px 0 0
}

.payment-card li {
    padding: 0 5px 0 0;
    display: inline-block;
    list-style: none;
    float: right
}

.copyright-footer p {
    float: left;
    color: #e2e2e2;
    margin-left: -15px
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #464646
}

footer a {
    color: #cdcdcd
}

footer a:hover {
    color: #fff
}

footer h3 {
    font-weight: 600;
    color: #dadada;
    text-transform: uppercase
}

footer .list-unstyled li::before {
    width: 13px;
    height: 13px;
    font-family: FontAwesome;
    content: "\f101";
    color: #fff;
    font-size: 13px;
    padding-right: 5px
}

footer .list-unstyled li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style: none;
    color: #cdcdcd;
    padding: 0 0 15px
}

footer .location {
    padding-inline-start: 0
}

footer .location li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    list-style: none;
    color: #cdcdcd;
    padding: 0 0 15px 24px;
    position: relative
}

footer .location .fa {
    position: absolute;
    top: 1px;
    left: 0
}


/*-- social media home page --*/

.social-media {
    align-items: center;
    display: flex;
    transition: transform .3s ease-in-out
}

.social-media:hover {
    transform: translateX(calc(-100% + 60px))
}

.social-media i {
    color: #fff;
    font-size: 16px;
    padding: 12px 15px 15px 12px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 5px
}

.social-media a {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    text-decoration: none
}

.social-media-container {
    top: 70%;
    list-style-type: none;
    padding: 0;
    position: fixed;
    left: calc(100% - 50px);
    transform: translateY(-50%);
    min-width: 250px;
    z-index: 10000
}

.social-media.pinterest {
    background-color: #db181f
}

.social-media.twitter {
    background-color: #69b3e6
}

.social-media.instagram {
    background-color: #ff7e3e
}

.social-media.facebook {
    background-color: #223d8e
}


/*-- alert --*/

#subscribe_result {
    text-align: center;
    margin: 0 0 5px
}

.alert {
    padding: 8px 14px;
    margin: 0;
    border-radius: 0;
    text-align: center;
    font-size: 14px
}

.alert-dismissible .close {
    right: 0
}


/*-- Breadcrumb --*/

#breadcrumb {
    background: #f5f5f5;
    padding: 75px 0 10px;
    margin: 0 0 20px
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb>li {
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px
}

.breadcrumb>li a {
    color: #d60303
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -5px;
    width: 9px;
    height: 9px;
    border-right: 1px solid #d60303;
    border-bottom: 1px solid #d60303;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/*-- Pagination --*/

.page-results {
    padding: 5px 0 6px;
    margin: 0;
    border: 1px solid #ececec;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: border .4s ease-in-out;
    -moz-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out
}

.pagination>li>a {
    color: #eb7297;
    background-color: #f8f8f8;
    border: 1px solid #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #db1515
}

.pagination>.active>span {
    border: 1px solid #c31526
}

#content ul.pagination {
    padding-top: 7px;
    margin: 0
}

.page-results .text-right {
    padding: 12px 10px 6px
}


/*-- buttons --*/

.buttons {
    background: #f5f5f5;
    padding: 10px 15px;
    margin: 20px 0;
    opacity: .8
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px
}

.btn-group>.btn-xs {
    font-size: 9px
}

.btn-group>.btn-sm {
    font-size: 10.2px
}

.btn-group>.btn-lg {
    font-size: 15px
}

.btn-default {
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #2d2d2d;
    background-image: linear-gradient(to bottom, #2d2d2d, #2d2d2d);
    background-repeat: repeat-x;
    border-color: #2d2d2d;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-default span {
    border: 1px solid;
    padding: 16px 28px
}

.btn-default:hover {
    color: #fff
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #d60303;
    background-image: linear-gradient(to bottom, #d60303, #d60303);
    background-repeat: repeat-x;
    border-color: #d60303;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-position: 0
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}


/***list group***/

.list-group {
    margin: 10px 0
}

.list-group a {
    border: 0;
    color: #575757;
    padding: 10px 12px 10px 5px;
    margin: 0 15px
}

.list-group a+a {
    border-top: 1px solid #ddd
}

.list-group .fa {
    margin-right: 5px
}

.list-group .fa.fa-mobile-phone,
.list-group .fa.fa-mobile {
    font-size: 21px
}

a.list-group-item:focus,
a.list-group-item:hover {
    background: none
}

.list-group a:hover,
.list-group a:focus {
    color: #db1515
}

.list-group-item.child {
    padding-left: 18px
}

.list-group-item.active,
.list-group a.active:hover,
.list-group-item.active:focus {
    background: none;
    color: #db1515;
    font-weight: 600;
    border-color: #dfdfdf
}

.list-group-item.child::before,
#information-information .information.sidebar .list-group-item::before {
    width: 13px;
    height: 13px;
    font-family: FontAwesome;
    content: "\f101";
    color: #575757;
    font-size: 13px;
    padding-right: 5px
}


/*== Carousel ==*/

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

@media (min-width:1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}


/*-- Gray Scale --*/

.welcome figure img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.welcome figure:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}


/*==== Product Box ===*/

.product-layout {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    margin-right: -4px
}

.product-thumb {
    border: 1px solid #ddd;
    position: relative
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
    opacity: .8
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb .image {
    float: none
}
.description{display:none;}
.product-grid .description {
    display: none
}

/*top-content modules*/
.top-section .product-box{margin:0 auto;padding-left:15px;padding-right:15px}
@media(min-width:640px){
	.top-section .product-box{width:622px}
}
@media(min-width:768px){
	.top-section .product-box{width:750px}
}
@media (min-width:992px){
	.top-section .product-box{width:970px}
}
@media (min-width:1200px){
	.top-section .product-box{width:1170px}
}

.product-box {
    padding: 70px 0 45px
}

.product-thumb h3 {
    font-weight: 600;
    line-height: 22px;
    margin: 15px 0
}

.product-thumb h3 a {
    font-size: 16px;
    color: #474747
}

.product-thumb .caption {
    padding: 0 3px;
    text-align: center
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px
    }
}


/*================ Rating =====================*/

.product-layout.product-list .rating {
    text-align: left
}

.product-thumb .rating {
    padding: 15px 0 0;
    text-align: center;
    color: #e69501;
    bottom: 0;
    left: 0;
    width: 100%
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #e69501;
    font-size: 15px
}

.rating .fa-star {
    color: #e69501;
    font-size: 15px
}

.rating .fa-star+.fa-star-o {
    color: #e69501
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}


/*==== Product Button Group ===*/

.product-thumb .button-group {
    text-align: center;
    border: 1px solid #e6e6e6;
    border-width: 1px 0
}

.product-list .product-thumb {
    overflow: hidden
}

.product-list .product-thumb .button-group {
    max-width: 263px
}

.product-thumb .button-group button {
    float: left;
    width: 60%;
    display: inline-block;
    background: #fff;
    padding: 0;
    color: #4b4b4b;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s 0 ease-in-out;
    transition: all .3s 0 ease-in-out
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd
}

.product-thumb .button-group button:hover {
    color: #fff;
    background: #d60303;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%
    }
}


/*==== Product List===*/

@media(min-width:768px) {
    .product-layout.product-list .product-new {
        margin: 10px 0 0
    }
    .product-layout.product-list .product-thumb .image {
        min-height: 234px
    }
    .product-layout.product-list .product-thumb .mask {
        display: none
    }
    .product-layout.product-list .description {
        display: block;
        font-size: 14px;
        font-weight: 300
    }
    .product-layout.product-list .button-group {
        margin-left: 248px;
        text-align: left
    }
    .product-layout.product-list .product-thumb:hover .button-group,
    .product-layout.product-list .product-thumb .button-group {
        border: none
    }
    .product-layout.product-list .product-thumb .button-group .quick-view,
    .product-layout.product-list .product-thumb .button-group button {
        height: 40px;
        line-height: 38px
    }
    .product-list .product-thumb .button-group {
        display: block
    }
    .product-list .product-thumb .button-group button {
        background: #db1515;
        color: #fff
    }
    .product-list .product-thumb .button-group button.btn-cart {
        background: #252525
    }
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px 0 0
    }
}

@media (max-width:767px) {
    #content .product-list .product-thumb .image {
        float: none;
        padding: 0 15px
    }
    .product-layout.product-list .description {
        display: none
    }
}

.product-list .product-thumb .caption {
    margin: 0 0 0 248px;
    right: 0;
    top: 0;
    padding: 0;
    text-align: left
}

.product-list .product-thumb .caption h3,
.product-list .product-thumb .caption .price {
    text-align: left
}

.product-list .product-thumb .rating {
    bottom: 0
}

.product-layout.product-list .product-thumb .image {
    vertical-align: middle;
    float: left;
    height: auto;
    width: auto
}

.product-list .product-thumb .description {
    font-size: 13px
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        margin-left: 0;
        padding: 0 10px;
        text-align: center
    }
}

@media(min-width:992px) {
    .trans-effect .product-thumb .button-group {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }
    .trans-effect .product-thumb {
        margin-bottom: 40px
    }
    .trans-effect .product-thumb:hover {
        margin-bottom: 0;
        padding-bottom: 40px;
        -webkit-transition: margin .3s .2s ease-in, padding .3s .2s ease-in;
        transition: margin .3s .2s ease-in, padding .3s .2s ease-in;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    }
    .trans-effect .product-thumb .button-group {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(85px);
        transform: translateY(85px)
    }
    .trans-effect .product-thumb:hover .button-group {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .3s .2s ease-in;
        transition: all .3s .2s ease-in
    }
    aside .trans-effect .product-thumb {
        margin-bottom: 15px
    }
    aside .trans-effect .product-thumb:hover {
        margin-bottom: 15px;
        padding-bottom: 15px;
        box-shadow: none
    }
    aside .trans-effect .product-thumb:hover,
    aside .trans-effect .product-thumb .button-group {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
	.trans-effect .product-layout.product-list .product-thumb .button-group{opacity: 1;visibility: visible;-webkit-transform: none;transform: none;}
	.trans-effect .product-layout.product-list .product-thumb .button-group{position: relative;padding: 0;}
	.trans-effect .product-layout.product-list .product-thumb:hover{padding-bottom: 0;}
	.trans-effect .product-layout.product-list .product-thumb{ margin-bottom: 15px;}
}


/*================ Price ===================*/

h2.price {
    margin: 0
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price {
    color: #de0202;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px
}

.product-thumb .price-old {
    color: #db4141;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 15px
}

.product-thumb .price-tax {
    color: #de0202;
    font-size: 12px;
    display: none
}


/*-- Product Information --*/

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.thumbnails>li {
    margin-left: 20px
}

.thumbnails {
    margin-left: -20px
}

.thumbnails>img {
    width: 100%
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

.product-info {
    margin-top: 20px
}

.product-info h3.sub-title {
    padding-bottom: 15px
}

#content ul.pagination li,
#content .product-info ul li,
#content .nav-tabs li {
    background: none;
    padding: 0
}

#product-product .nav-tabs {
    background: #f4f4f4;
    border-color: #eeeded;
    margin: 32px 0 0
}

.tab-content {
    position: relative;
    top: -1px;
    margin-bottom: 30px;
    border: 1px solid #eeeded;
    border-top: 0;
    min-height: 75px;
    padding: 15px 15px 5px
}

#product-product #content h1 {
    margin-top: 0
}

#product-compare table {
    margin-top: 20px
}

.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
    white-space: nowrap
}

#product .form-control {
    min-height: 33px;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #d60303
}


/***column-left/column-right***/

aside .container {
    width: 100%
}

aside .product-layout {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0
}

aside .product-box,
aside .account,
aside .manufacturer,
aside .category,
aside .filter,
aside .information {
    margin: 30px 0 40px;
    border: 1px solid #d9d9d9;
    position: relative;
    padding-top: 15px
}

aside .filter .list-group-item.parent {
    padding: 10px 0 0;
    border-top: 1px solid #d9d9d9
}

aside .filter .list-group-item.parent:first-child {
    border-top: 0
}

aside .filter .list-group a {
    padding: 10px 12px 0 5px
}

aside .filter .list-group-item.child::before {
    content: "";
    width: 0;
    height: 0;
    padding-right: 0
}

aside .filter .list-group-item.child {
    border: 0;
    margin-left: 15px;
    padding: 0 15px 10px
}

aside h2 {
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    top: -36px;
    margin: 20px 10px 0;
    padding: 0 10px;
    background: #fff;
    font-weight: 600
}

aside .product-thumb {
    padding: 8px 0 15px 10px;
    border-width: 0 0 1px;
    overflow: auto
}

aside .product-layout:last-child .product-thumb {
    border-width: 0;
    margin: 0
}

aside .product-thumb:hover {
    box-shadow: none
}

aside .product-thumb .image {
    float: left;
    border: none;
    display: block;
    margin-right: 8px
}

aside .product-thumb .caption {
    min-height: 84px;
    padding: 0;
    text-align: left
}

aside .product-thumb h3 {
    margin: 0 0 4px;
    line-height: 18px
}

aside .product-thumb h3 a {
    font-size: 14px
}

aside .product-thumb .price {
    display: block;
    font-size: 16px;
    padding: 0 0 5px;
    text-align: left
}

aside .product-thumb .price-old {
    margin: 0
}

aside .button-group,
aside .view,
aside .ribbon,
aside .product-new,
aside .product-thumb .rating {
    display: none
}

aside .information .nav-tabs>li>a {
    color: #888;
    margin-right: 0;
    border: none
}

aside .information .nav-tabs>li>a:hover {
    border: none;
    border-radius: 0
}

aside .btn.btn-primary:hover,
aside .btn.btn-primary:focus,
aside .btn.btn-primary:active,
aside .btn.btn-default:hover,
aside .btn.btn-default:focus,
aside .btn.btn-default:active {
    color: #fff
}


/*-- Inner Pages --*/

.common-home #content {
    padding: 0
}

h1,
h2 {
    font: 30px 'Open Sans', sans-serif;
    line-height: 30px;
    margin: 22px 0 46px;
    text-transform: uppercase
}

#content {
    padding-bottom: 20px
}

#content ul {
    padding-inline-start: 0
}

#content ul li {
    list-style: none;
    background: url(../image/default-bullet.png) no-repeat 6px 10px;
    padding: 4px 3px 4px 24px;
    line-height: 22px
}

#content ul li a {
    color: #575757
}

#content ul li a:hover,
#content ul li a:focus {
    color: #d60303
}

#content legend {
    border: 0;
    color: #d60303;
    margin: 10px 0
}

#content fieldset {
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    padding: 20px 20px 5px
}

.wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.banner {
    margin: 12px 0 20px
}

.refine-search {
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    padding: 12px 0 10px;
    margin: 20px 0
}

.refine-search h3 {
    margin-top: 0;
    text-transform: uppercase
}

.refine-search ul {
    margin-bottom: 0
}

.sort-product {
    background: #f9f9f9;
    border: 1px solid #f3f0f0;
    overflow: hidden;
    padding: 15px 15px 13px;
    margin-bottom: 20px
}

.sort-product .input-group-addon {
    background: #fff;
    color: #d60303
}

.sort-product .form-group {
    margin-bottom: 0
}

.sort-product .btn-group button {
    border-radius: 0;
    background: #fff;
    color: #555;
    padding-top: 8px;
    margin: 0 5px;
    box-shadow: none;
    border-color: #dfdfdf
}

.sort-product .btn-group button.active {
    color: #d60303;
    background: #fff;
    box-shadow: none
}

#compare-total {
    font-size: 15px;
    color: #444;
    padding: 5px 0 0
}

.border-box {
    border: 1px solid #f3f0f0;
    background: #f5f5f5;
    overflow: hidden;
    padding: 18px 20px 0
}

#button-search {
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 0
}

.rating .fa-stack {
    font-size: 8px
}


/*-- Sitemap --*/

.sitemap {
    margin-top: 25px;
    font-size: 15px
}

#content .sitemap ul li {
    background: #f5f5f5 url(../image/default-bullet.png) no-repeat 13px 15px;
    padding: 10px 10px 10px 30px
}

.sitemap div>ul>li {
    margin-bottom: 15px
}

#content .sitemap ul li ul li {
    background: url(../image/list-group.png) no-repeat 0 16px;
    padding: 10px 10px 0 17px
}

#content .sitemap ul li ul li ul li {
    background: url(../image/circle.png) no-repeat 2px 17px
}


/*-- Cart / Checkout / Manufacturer / Search / Compare --*/

#content h2,
#content h1 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid #d60303;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 15px
}

.product-info #input-quantity {
    width: 44px;
    height: 35.5px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}
.product-info #select-box ..form-group{display: inline-block;}

address {
    font-size: 13px
}

#content h3 {
    font-size: 20px
}


/*-- manufacturer --*/

.manufacturer-list {
    border-top: 1px solid #f3f0f0;
    border-right: 1px solid #f3f0f0;
    border-left: 1px solid #f3f0f0;
    border-bottom: 2px solid #d60303;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px
}

#content h3.manufacturer-heading {
    font-size: 18px;
    margin-bottom: 10px;
    background: #fff;
    text-align: left;
    padding: 5px 10px
}

#content .manufacturer-list .col-sm-3 a {
    padding-left: 25px
}


/*-- account-account --*/

#account-account ul {
    padding: 15px 10px;
    background: #f5f5f5;
    margin: 10px 0 0 0
}


/* btn hover */


/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #2d2d2d solid 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    z-index: 100000
}

.newsletter .hvr-ripple-out::before {
    border: #d60303 solid 2px
}


/* Icon Grow Rotate */

.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-grow-rotate:hover .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg)
}


/* Icon Push */

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-icon-push:hover .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:active .hvr-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}


/* search */

#search {
    width: 0;
    position: absolute;
    top: 154px;
    right: 25px
}

.search-box {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translate(-100%, -50%);
    background-color: transparent;
    height: 40px;
    border-radius: 40px;
    z-index: 10
}

.search-box:hover {
    background-color: #606f84
}

.search-box .search-txt {
    transition: all .4s
}

.search-box.input-group .form-control {
    width: 0
}

.search-box:hover .search-txt,
.search-box.input-group:hover .form-control {
    width: 240px;
    padding: 6px;
    transform: translate(0%, 0%)
}

.search-box .search-txt::placeholder {
    color: #fff;
    padding-left: 5px
}

header .row {
    position: relative
}

.search-box:hover>.search-btn {
    background: #fff
}

.search-btn {
    color: #e84118;
    float: right;
    width: 48px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

#search .btn-default {
    color: #fff;
    text-shadow: none;
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    box-shadow: none
}

#search .btn-default:hover {
    background: none;
    border: none
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #fff;
    font-size: 16px;
    transition: .4s;
    line-height: 40px;
    width: 0
}


/*======================Product Layout Columns Manipulation=============*/

#content.col-sm-9 .product-layout {
    width: 33.3333%
}

#content.col-sm-6 .product-layout {
    width: 50%
}

#content.col-sm-9 .product-layout.product-list,
#content.col-sm-6 .product-layout.product-list {
    width: 100%
}

@media screen and (max-width: 991px) {
    #content.col-sm-9,
    #content.col-sm-6 {
        width: 100%
    }
}

@media(max-width:767px) {
    #content .product-layout,
    #content.col-sm-9 .product-layout,
    #content.col-sm-6 .product-layout,
    #content.col-sm-9 .product-layout.product-list,
    #content.col-sm-6 .product-layout.product-list {
        width: 50%
    }
}

@media(max-width:639px) {
    .product-layout,
    #content .product-layout,
    #content.col-sm-6 .product-layout,
    #content.col-sm-9 .product-layout,
    #content.col-sm-9 .product-layout.product-list,
    #content .product-layout.product-grid,
    #content.col-sm-6 .product-layout.product-list {
        width: 100%
    }
}


/* end here */


/* ================================Responsive================================ */

@media (min-width: 1200px) {
    #menu .navbar-nav {
        padding-left: 24.2%
    }
    #breadcrumb {
        padding: 12px 0 14px 0
    }
    .breadcrumb {
        padding-left: 24.5%
    }
}

@media (max-width:1199px) {
    #top {
        height: auto
    }
    .middle-section {
        float: none!important
    }
    #top-links .currency {
        border-left: 0;
        padding-left: 0
    }
    #top-links .header-left,
    #top-links .links-bar,
    #top-links .currency {
        padding-top: 10px
    }
    .links-bar {
        float: none!important;
        display: block;
        text-align: center;
        width: 100%;
        margin-right: 0;
        padding: 18px 0 6px;
        clear: both;
        border-top: 1px solid #ccc
    }
    #logo img {
        width: 39%
    }
    .list-contact {
        margin: 5px 0
    }
    #search {
        top: 42px;
        right: 0
    }
    .search-box {
        left: 0;
        background-color: #2f3640
    }
    #breadcrumb {
        padding: 10px 0
    }
    .services .service-box {
        width: 300px
    }
}

@media (max-width:991px) {
    #content {
        min-height: 0
    }
    #top-links .header-left {
        padding-left: 75px
    }
    .list-contact>li {
        min-width: 190px
    }
    .product-box {
        padding: 35px 0
    }
    .product-thumb {
        overflow: hidden
    }
    .product-list .product-thumb .button-group {
        max-width: 100%
    }
    .new-arraival {
        background-position: left;
        text-align: center;
        padding: 10px 0 15px
    }
    .new-arraival h2 {
        font-size: 60px;
        padding: 0;
        margin-bottom: 25px;
        text-align: center
    }
    .new-arraival .arriaval-list li {
        margin: 10px 0
    }
    .services .service-box {
        width: 100%;
        margin-bottom: 25px
    }
    .services {
        padding: 35px 0 10px
    }
    .newsletter {
        padding: 15px 0 0
    }
    .subtitle {
        font-size: 35px
    }
    .subtitle.fancy {
        border-bottom: 0;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    #top-links .links-bar .fa {
        display: block
    }
    #top-links .links-bar span {
        display: none
    }
    .logo-left figure {
        display: none
    }
    .product-list .product-thumb .caption {
        padding-right: 0
    }
    .product-layout.product-list .rating,
    .product-list .product-thumb .caption h3,
    .product-list .product-thumb .caption .price {
        text-align: center
    }
    .navbar {
        margin-bottom: 0
    }
    .welcome figure {
        margin: 1em 40px
    }
    .welcome figure img {
        width: 100%
    }
    .page-results .text-left,
    .page-results .text-right {
        text-align: center
    }
    footer {
        text-align: center
    }
    .hvr-icon-grow-rotate {
        display: block
    }
    .copyright-footer p,
    .payment-card li {
        float: none
    }
}

@media (max-width:639px) {
    .logo-left .tel {
        display: none
    }
    .list-contact>li {
        min-width: 157px;
        border-right: 0
    }
    #top-links .links-bar li:last-child {
        padding-right: 0
    }
    /*body{border:2px solid red}*/
}

@media screen and (max-width: 480px) {
    #cart:hover .dropdown-menu {
        min-width: 250px
    }
    .list-contact {
        margin: 5px -10px 5px 0
    }
    .logo-left .text-contact span {
        font-size: 15px
    }
    #top-links .currency {
        border: 0
    }
    #top-links .links-bar,
    #top-links .currency {
        padding-top: 10px
    }
    #top-links .header-left span {
        display: none
    }
    .header-left {
        float: right
    }
    .list-contact>li {
        min-width: 100px;
        border: 0;
        padding-right: 0
    }
    .search-box {
        z-index: 1000000000000
    }
    .newsletter input {
        width: 100%
    }
    .new-arraival h2 {
        font-size: 35px
    }
    .subtitle {
        font-size: 30px
    }
}