@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&amp;display=swap');
body {
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

h1,
h2,
h3 {
    font-family: 'Oswald', sans-serif
}

button,
input,
textarea {
    border: 0;
    background: 0 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

button:focus,
input:focus,
textarea:focus {
    outline: none
}

a {
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

a:hover {
    text-decoration: none
}

img {
    min-width: 100%
}

span {
    display: inline-block
}

.hidden {
    overflow: hidden
}

@media(min-width:1200px) {
    .container {
        min-width: 1200px
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.preloader .loader {
    width: 100px;
    height: 100px
}

.preloader .loader img {
    width: 100%
}

.scroll-to-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    visibility: hidden
}

.scroll-to-top .container {
    height: 100%;
    position: relative
}

.scroll-to-top .container button {
    position: absolute;
    bottom: 100%;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #c0000d;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: visible
}

.scroll-to-top .container button.active {
    bottom: 20px
}

.scroll-to-top .container button:hover {
    color: #c0000d;
    background: #fff;
    border-color: #c0000d
}

.header.header-2 {
    position: relative
}

.header.header-2 .top-header {
    background: #ffebff;
    padding: 0
}

.header.header-2 .top-header .top-left {
    padding: 10px 0 13px;
    position: relative;
    z-index: 2
}

.header.header-2 .top-header .top-left:before {
    content: "";
    position: absolute;
    top: 0;
    right: 290px;
    left: -1000000px;
    height: 100%;
    background: rgba(255, 69, 69, .34);
    -webkit-transform: skewX(27deg);
    -ms-transform: skewX(27deg);
    transform: skewX(27deg);
    z-index: -1
}

.header.header-2 .top-header .top-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 300px;
    left: -1000000px;
    height: 100%;
    background: #c0000d;
    -webkit-transform: skewX(27deg);
    -ms-transform: skewX(27deg);
    transform: skewX(27deg);
    z-index: -1
}

.header.header-2 .top-header .top-left a {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header.header-2 .top-header .top-left a:first-child {
    margin-right: 34px
}

.header.header-2 .top-header .top-left a i {
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    font-size: 5px;
    margin-right: 11px
}

.header.header-2 .top-header .top-left a:hover {
    color: #ffebff
}

.header.header-2 .top-header .top-right .select-lang {
    margin-right: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header.header-2 .top-header .top-right .login-btn {
    height: 35px;
    line-height: 33px;
    background: #c0000d;
    color: #fff;
    border: 1px solid #c0000d;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0
}

.header.header-2 .top-header .top-right .login-btn i {
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header.header-2 .top-header .top-right .login-btn:hover {
    background: 0 0;
    color: #c0000d
}

.header.header-2 .top-header .top-right .login-btn:hover i {
    color: #c0000d
}

.header.header-2 .middle-header .logo img {
    width: 152px
}

.header.header-2 .middle-header .mid-right ul {
    padding-left: 5px;
    margin-bottom: 0;
    margin-right: -10px
}

.header.header-2 .middle-header .mid-right ul li {
    list-style: none
}

.header.header-2 .middle-header .mid-right ul li span {
    text-align: center;
    width: 43px !important;
    height: 43px;
    line-height: 43px;
    background: #c0000d;
    color: #fff;
    border-radius: 5px;
    float: left;
    font-size: 20px;
    margin-right: 10px
}

.header.header-2 .middle-header .mid-right ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 0
}

.header.header-2 .middle-header .mid-right .side-btn {
    padding: 25px 0;
    text-align: right
}

.header.header-2 .middle-header .mid-right .side-btn a {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 48px;
    color: #fff;
    font-size: 27px;
    position: relative;
    z-index: 2
}

.header.header-2 .middle-header .mid-right .side-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 5px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    z-index: -1
}

.header.header-2 .middle-header .mid-right .side-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3c3434;
    border-radius: 5px;
    z-index: -1
}

.header.header-2 .bottom-header {
    background: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.header.header-2 .bottom-header.fixed-header {
    background: #c0000d
}

.header.header-2 .bottom-header.fixed-header .bg .navbar {
    padding: 0
}

.header.header-2 .bottom-header .bg {
    position: relative;
    z-index: 2
}

.header.header-2 .bottom-header .bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1000000px;
    left: 22px;
    height: 100%;
    background: rgba(255, 69, 69, .34);
    -webkit-transform: skewX(-25.5deg);
    -ms-transform: skewX(-25.5deg);
    transform: skewX(-25.5deg);
    z-index: -1
}

.header.header-2 .bottom-header .bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1000000px;
    left: 34px;
    height: 100%;
    background: #c0000d;
    -webkit-transform: skewX(-25.5deg);
    -ms-transform: skewX(-25.5deg);
    transform: skewX(-25.5deg);
    z-index: -1
}

.header.header-2 .bottom-header .bg .navbar {
    padding-left: 57px
}

.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item {
    padding: 0
}

.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown:hover .nav-link {
    background: #ffebff
}

.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
    padding: 35px 17px 33px;
    color: #fff
}

.header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:hover {
    background: #ffebff;
    color: #c0000d
}

.header.header-2 .bottom-header .bg .navbar .others-btn button {
    color: #fff;
    font-size: 9px;
    margin-left: 25px
}

.header.header-2 .bottom-header .bg .navbar .others-btn button#search-box {
    height: 50px;
    margin-left: 0;
    padding-right: 30px;
    border-right: 1px solid #fff
}

.header.header-2 .bottom-header .bg .navbar .others-btn button span {
    top: -10px;
    background: #fff;
    color: #c0000d
}

.header .top-header {
    background: #d4d4d4;
    padding: 12px 0
}

.header .top-header .top-left a {
    font-size: 14px;
    line-height: 24px;
    color: #3c3434
}

.header .top-header .top-left a i {
    color: #c0000d;
    margin-right: 2px
}

.header .top-header .top-left a:hover {
    color: #c0000d
}

.header .top-header .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header .top-header .top-right a {
    font-size: 14px;
    line-height: 24px;
    color: #3c3434;
    margin-right: 5px
}

.header .top-header .top-right a i {
    color: #c0000d;
    margin-right: 2px
}

.header .top-header .top-right a:hover {
    color: #c0000d
}

.header .top-header .top-right .select-lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header .top-header .top-right .select-lang .flagstrap-icon {
    margin-top: -2px
}

.header .top-header .top-right .select-lang .flagstrap-icon.flagstrap-us {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    background: url(../images/us.jpg) center center no-repeat;
    background-size: contain
}

.header .top-header .top-right .select-lang .flagstrap-icon.flagstrap-bd {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    background: url(../images/bd.jpg) center center no-repeat;
    background-size: contain
}

.header .top-header .top-right .select-lang .flagstrap-icon.flagstrap-au {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    background: url(../images/as.jpg) center center no-repeat;
    background-size: contain
}

.header .top-header .top-right .select-lang .dropdown-toggle {
    background: 0 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #3c3434
}

.header .top-header .top-right .select-lang .dropdown-toggle:after {
    border: 0;
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: 900;
    margin-left: -5px;
    color: #c0000d
}

.header .top-header .top-right .select-lang .dropdown-toggle span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .top-header .top-right .select-lang ul {
    width: 150px;
    padding: 5px;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 100% !important
}

.header .top-header .top-right .select-lang ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .top-header .top-right .select-lang ul li:last-child a {
    margin-bottom: 0
}

.header .top-header .top-right .select-lang ul li:first-child {
    display: none
}

.header .top-header .top-right .select-lang ul li a {
    line-height: 30px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #3c3434;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.header .top-header .top-right .select-lang ul li a .flagstrap-icon {
    margin-top: 0;
    margin-bottom: -6px
}

.header .top-header .top-right .select-lang ul li a:hover {
    background: #c0000d;
    color: #fff
}

.header .bottom-header {
    background: #fff;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .1);
    z-index: 11
}

.header .bottom-header.fixed-header {
    position: fixed;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    width: 100%
}

.header .bottom-header .logo {
    
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .bottom-header .navbar {
    
    margin-top: 14px;
}

.header .bottom-header .navbar .navbar-nav .nav-item {
    padding: 37px 15px 38px
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    min-width: 250px;
    max-height: 300px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    text-transform: capitalize;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 25px 18px
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #c0000d
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: 0 0
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .nav-link {
    color: #c0000d
}

.header .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #3c3434;
    padding: 0
}

.header .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #c0000d
}

.header .bottom-header .navbar .others-btn {
    padding-left: 20px
}

.header .bottom-header .navbar .others-btn button {
    margin-left: 35px;
    padding: 0;
    font-size: 24px;
    color: #c0000d;
    position: relative
}

.header .bottom-header .navbar .others-btn button span {
    position: absolute;
    top: 0;
    right: -10px;
    width: 18px;
    height: 18px;
    background: #c0000d;
    border-radius: 50%;
    color: #fff;
    font-size: 12px
}

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    z-index: 12
}

.search-box.active {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.search-box .close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 20px;
    text-shadow: 0 0;
    color: #fff;
    opacity: 1
}

.search-box .close:hover {
    color: #c0000d
}

.search-box form {
    background: url(../images/blog-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 50px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-box form select {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px 0 0 10px;
    outline: none;
    padding: 0 30px 0 45px
}

.search-box form input {
    width: 100%;
    background: #fff;
    padding: 0 30px
}

.search-box form button {
    height: 60px;
    line-height: 58px;
    background: #c0000d;
    padding: 0 45px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #c0000d;
    border-radius: 0 10px 10px 0
}

.search-box form button:hover {
    background: #fff;
    color: #c0000d
}

.wish-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 120px 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    z-index: 12
}

.wish-list.active {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.wish-list .close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 20px;
    text-shadow: 0 0;
    color: #fff;
    opacity: 1
}

.wish-list .close:hover {
    color: #c0000d
}

.wish-list .box {
    background: url(../images/blog-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 10px
}

.wish-list .box h3 {
    text-align: center;
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    text-transform: capitalize;
    color: #3c3434;
    margin-bottom: 22px
}

.wish-list .box .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 20px 35px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative
}

.wish-list .box .single-box .wish-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    line-height: 100%;
    color: #3c3434
}

.wish-list .box .single-box .wish-close:hover {
    color: #c0000d
}

.wish-list .box .single-box .part-img {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-right: 20px
}

.wish-list .box .single-box .part-img img {
    min-width: inherit;
    width: auto;
    height: 100%
}

.wish-list .box .single-box .part-txt a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3c3434;
    margin-bottom: 11px
}

.wish-list .box .single-box .part-txt p {
    font-size: 14px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: 0
}

.wish-list .box .box-btn {
    text-align: center
}

.wish-list .box .box-btn a {
    height: 50px;
    line-height: 48px;
    background: #c0000d;
    padding: 0 45px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #c0000d;
    border-radius: 5px
}

.wish-list .box .box-btn a:hover {
    background: #fff;
    color: #c0000d
}

.cart-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 120px 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    z-index: 12
}

.cart-list.active {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.cart-list .close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 20px;
    text-shadow: 0 0;
    color: #fff;
    opacity: 1
}

.cart-list .close:hover {
    color: #c0000d
}

.cart-list .box {
    background: url(../images/blog-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 10px
}

.cart-list .box h3 {
    text-align: center;
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    text-transform: capitalize;
    color: #3c3434;
    margin-bottom: 22px
}

.cart-list .box .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 20px 35px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative
}

.cart-list .box .single-box .cart-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    line-height: 100%;
    color: #3c3434
}

.cart-list .box .single-box .cart-close:hover {
    color: #c0000d
}

.cart-list .box .single-box .part-img {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-right: 20px
}

.cart-list .box .single-box .part-img img {
    min-width: inherit;
    width: auto;
    height: 100%
}

.cart-list .box .single-box .part-txt a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3c3434;
    margin-bottom: 11px
}

.cart-list .box .single-box .part-txt p {
    font-size: 14px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: 0
}

.cart-list .box .total {
    padding-top: 3px;
    margin-bottom: 13px
}

.cart-list .box .total p {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #3c3434;
    margin-bottom: 0
}

.cart-list .box .total p span {
    float: right;
    font-weight: 600
}

.cart-list .box .box-btn {
    text-align: center
}

.cart-list .box .box-btn a {
    height: 50px;
    line-height: 48px;
    background: #c0000d;
    padding: 0 45px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #c0000d;
    border-radius: 5px
}

.cart-list .box .box-btn a:hover {
    background: #fff;
    color: #c0000d
}

.banner.banner-2 .slider-1 {
    background-image: url(../images/banner-bg-3.jpg)
}

.banner.banner-2 .slider-1 .part-img {
    margin-left: -80px;
    margin-right: -140px
}

.banner.banner-2 .slider-1 .part-img img {
    width: 100%
}

.banner.banner-2 .slider-2 {
    background-image: url(../images/banner-bg-4.jpg)
}

.banner.banner-2 .slider-2 .part-txt h4,
.banner.banner-2 .slider-2 .part-txt p {
    color: #fff !important
}

.banner.banner-2 .slider-2 .part-txt h1 {
    color: #fff !important;
    margin-top: 0
}

.banner.banner-2 .slider-2 .part-txt h1 span {
    color: #feef00
}

.banner.banner-2 .slider-2 .part-img {
    margin-left: -143px;
    margin-right: -157px
}

.banner.banner-2 .slider-2 .part-img img {
    width: 100%;
    margin: 0
}

.banner.banner-2 .slider-1 .part-txt,
.banner.banner-2 .slider-2 .part-txt {
    padding: 311px 0 227px;
    z-index: 2
}

.banner.banner-2 .slider-1 .part-txt h4,
.banner.banner-2 .slider-2 .part-txt h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -3px;
    margin-bottom: 19px
}

.banner.banner-2 .slider-1 .part-txt h1,
.banner.banner-2 .slider-2 .part-txt h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c3434;
    margin-bottom: 17px
}

.banner.banner-2 .slider-1 .part-txt p,
.banner.banner-2 .slider-2 .part-txt p {
    line-height: 26px
}

.banner.banner-2 .slider-1 .part-img,
.banner.banner-2 .slider-2 .part-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: -1
}

.banner.banner-2 .owl-dots {
    bottom: 63px
}

.banner.banner-2 .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #c0000d;
    position: relative
}

.banner.banner-2 .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #c0000d;
    border-radius: 50%
}

.banner.banner-2 .owl-dots .owl-dot.active {
    width: 13px;
    background: rgba(255, 69, 69, .45)
}

.banner .slider-1 {
    background-size: cover;
    overflow-x: hidden
}

.banner .slider-1 .part-txt h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -8px;
    margin-bottom: 15px
}

.banner .slider-1 .part-txt h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c3434;
    margin-bottom: 27px
}

.banner .slider-1 .part-txt h1 span {
    color: #c0000d
}

.banner .slider-1 .part-txt p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #3c3434;
    margin-bottom: 47px
}

.banner .slider-1 .part-txt .def-btn {
    height: 60px;
    line-height: 58px;
    background: #c0000d;
    border: 1px solid #c0000d;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px
}

.banner .slider-1 .part-txt .def-btn:hover {
    background: #fff;
    color: #c0000d
}

.banner .slider-1 .part-img img {
    width: 100%;
    background: no-repeat;
    background-size: cover;
}

.banner .slider-2 {
    background: url(../images/banner-bg-2.jpg) center center no-repeat;
    background-size: cover;
    overflow-x: hidden
}

.banner .slider-2 .part-txt {
    z-index: 2
}

.banner .slider-2 .part-txt h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 27px
}

.banner .slider-2 .part-txt h1 span {
    color: #c0000d
}

.banner .slider-2 .part-txt p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #3c3434;
    margin-bottom: 47px
}

.banner .slider-2 .part-txt .def-btn {
    height: 60px;
    line-height: 58px;
    background: #c0000d;
    border: 1px solid #c0000d;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px
}

.banner .slider-2 .part-txt .def-btn:hover {
    background: #fff;
    color: #c0000d
}

.banner .slider-2 .part-img {
    z-index: -1
}

.banner .slider-2 .part-img img {
    width: 1086px;
    margin-left: -239px
}

.banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner .owl-dots .owl-dot {
    width: 35px;
    height: 5px;
    background: #c0000d;
    border-radius: 3px;
    margin: 0 5px
}

.banner .owl-dots .owl-dot.active {
    width: 15px;
    background: #3c3434
}

.feature {
    padding-top: 50px;
    padding-bottom: 50px
}

.feature .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.feature .single-box .part-icon {
    height: 30px;
    margin-bottom: 15px
}

.feature .single-box .part-icon img {
    height: 30px
}

.feature .single-box .part-txt {
    text-align: center
}

.feature .single-box .part-txt h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3c3434;
    margin-bottom: 0
}

.feature .single-box .part-txt p {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -2px;
    margin-bottom: -8px
}

.feature .single-box:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    border-color: transparent
}

.hot-deal {
    padding-top: 100px;
    padding-bottom: 50px
}

.hot-deal .single-box {
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px
}

.hot-deal .single-box.one .box {
    padding: 0 23px 0 30px
}

.hot-deal .single-box.one .box .part-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hot-deal .single-box.two .box,
.hot-deal .single-box.three .box {
    padding: 0 16px 0 30px
}

.hot-deal .single-box.two .box .part-img,
.hot-deal .single-box.three .box .part-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hot-deal .single-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/hot-deal-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px
}

.hot-deal .single-box .box .part-txt {
    padding: 33px 0 30px;
    margin-bottom: -3px
}

.hot-deal .single-box .box .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: 15px
}

.hot-deal .single-box .box .part-txt h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: #3c3434;
    margin-bottom: 10px
}

.hot-deal .single-box .box .part-txt a {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    text-decoration: underline
}

.hot-deal .single-box .box .part-txt a:hover {
    color: #c0000d
}

.our-product {
    padding-top: 50px;
    padding-bottom: 70px
}

.our-product .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.our-product .top .sec-title h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    position: relative
}

.our-product .top .sec-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.our-product .top nav .nav-tabs {
    border: 0
}

.our-product .top nav .nav-tabs .nav-link {
    padding: 0;
    padding-bottom: 12px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin: 0 14px
}

.our-product .top nav .nav-tabs .nav-link.active {
    position: relative
}

.our-product .top nav .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #c0000d
}

.our-product .top nav .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.our-product .top nav .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.our-product .tab-content .tab-pane {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.our-product .tab-content .tab-pane .single-box {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.our-product .tab-content .tab-pane .single-box .part-img {
    position: relative;
    width: 100%;
    height: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}

.our-product .tab-content .tab-pane .single-box .part-img .img-1 {
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.our-product .tab-content .tab-pane .single-box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.our-product .tab-content .tab-pane .single-box .part-img .tags {
    position: absolute;
    top: 10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag {
    padding: 0 8px;
    height: 22px;
    line-height: 23px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag.t-orng {
    background: #f80
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.our-product .tab-content .tab-pane .single-box .part-img .tags .tag.t-red {
    background: #c0000d
}

.our-product .tab-content .tab-pane .single-box .part-txt .name {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 13px
}

.our-product .tab-content .tab-pane .single-box .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.our-product .tab-content .tab-pane .single-box .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.our-product .tab-content .tab-pane .single-box .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.our-product .tab-content .tab-pane .single-box .part-txt .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.our-product .tab-content .tab-pane .single-box .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d
}

.our-product .tab-content .tab-pane .single-box .part-txt .bottom .add-to-cart {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: #3c3434;
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

.our-product .tab-content .tab-pane .single-box .side-btn {
    position: absolute;
    top: 30px;
    right: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.our-product .tab-content .tab-pane .single-box .side-btn a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #c0000d;
    font-size: 12px;
    position: relative
}

.our-product .tab-content .tab-pane .single-box .side-btn a:last-child {
    margin-bottom: 0
}

.our-product .tab-content .tab-pane .single-box .side-btn a:hover {
    background: #c0000d;
    color: #fff
}

.our-product .tab-content .tab-pane .single-box:hover {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.our-product .tab-content .tab-pane .single-box:hover .part-img .img-1 {
    opacity: 1
}

.our-product .tab-content .tab-pane .single-box:hover .part-img .img-2 {
    opacity: 0
}

.our-product .tab-content .tab-pane .single-box:hover .part-txt .bottom .add-to-cart {
    background: #c0000d;
    border-color: #c0000d;
    color: #fff
}

.our-product .tab-content .tab-pane .single-box:hover .part-txt .bottom .add-to-cart:hover {
    background: #fff;
    color: #c0000d
}

.our-product .tab-content .tab-pane .single-box:hover .side-btn {
    right: 30px
}

.top-category {
    padding-top: 50px;
    padding-bottom: 70px
}

.top-category .top {
    border-bottom: 1px solid #ffebff;
    margin-bottom: 30px
}

.top-category .top .sec-title h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    position: relative
}

.top-category .top .sec-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.top-category .top nav .nav-tabs {
    border: 0
}

.top-category .top nav .nav-tabs .nav-link {
    padding: 0;
    padding-bottom: 12px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin: 0 14px
}

.top-category .top nav .nav-tabs .nav-link.active {
    position: relative
}

.top-category .top nav .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #c0000d
}

.top-category .top nav .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.top-category .top nav .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.top-category .tab-content .tab-pane {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-category .tab-content .tab-pane .single-box {
    position: relative;
    z-index: 2
}

.top-category .tab-content .tab-pane .single-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.top-category .tab-content .tab-pane .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffebff;
    border-radius: 10px;
    z-index: -1
}

.top-category .tab-content .tab-pane .single-box .box {
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px
}

.top-category .tab-content .tab-pane .single-box .box .part-img {
    position: relative;
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7px
}

.top-category .tab-content .tab-pane .single-box .box .part-img .img-1 {
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-category .tab-content .tab-pane .single-box .box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-orng {
    background: #f80
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.top-category .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-red {
    background: #c0000d
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .name {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 8px
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d;
    margin-bottom: -3px
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn a {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #c0000d;
    border-radius: 50%;
    color: #c0000d;
    font-size: 5px;
    margin-bottom: 7px;
    position: relative
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn a:last-child {
    margin-bottom: 0
}

.top-category .tab-content .tab-pane .single-box .box .part-bottom .side-btn a:hover {
    background: #c0000d;
    color: #fff
}

.top-category .tab-content .tab-pane .single-box:hover:before {
    -webkit-transform: rotate(2.8deg);
    -ms-transform: rotate(2.8deg);
    transform: rotate(2.8deg)
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-img .img-1 {
    opacity: 0
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-img .img-2 {
    opacity: 1
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart {
    background: #c0000d;
    border-color: #c0000d;
    color: #fff
}

.top-category .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart:hover {
    background: #fff;
    color: #c0000d
}

.top-category .tab-content .tab-pane .single-box:hover .box .side-btn {
    right: 30px
}

.shop {
    padding-top: 100px;
    padding-bottom: 70px;
    background: url(../images/featured-bg.jpg) center center no-repeat;
    background-size: cover
}

.shop .single-box {
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.shop .single-box.center .part-txt {
    top: 75px
}

.shop .single-box .part-txt {
    position: absolute;
    top: 60px;
    left: 30px
}

.shop .single-box .part-txt h3 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 6px
}

.shop .single-box .part-txt p {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 15px
}

.shop .single-box .part-txt a {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    text-decoration: underline
}

.shop .single-box .part-txt a:hover {
    color: #c0000d
}

.shop .single-box:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.best-deal {
    padding-top: 100px;
    padding-bottom: 50px
}

.best-deal.best-deal-2 {
    padding-bottom: 100px;
    background: #f5f5f5
}

.best-deal.best-deal-2 .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.best-deal.best-deal-2 .top .sec-title h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    position: relative
}

.best-deal.best-deal-2 .top .sec-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.best-deal.best-deal-2 .top nav .nav-tabs {
    border: 0
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
    padding: 0;
    padding-bottom: 12px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin: 0 14px
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link.active {
    position: relative
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #c0000d
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.best-deal.best-deal-2 .top nav .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.best-deal.best-deal-2 .deal-slider {
    padding-bottom: 64px
}

.best-deal.best-deal-2 .deal-slider .single-box {
    padding: 25px;
    border-radius: 10px;
    background: #fff
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt {
    background: #ffebff;
    padding: 30px 40px;
    margin-bottom: 0
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt:before,
.best-deal.best-deal-2 .deal-slider .single-box .part-txt:after {
    display: none
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special {
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
    width: 100%;
    height: 185px
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .img img {
    min-width: inherit;
    width: auto;
    height: 100%;
    margin: auto
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt h5 {
    margin-bottom: 10px
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell {
    margin-left: 15px;
    text-align: center
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell:first-child {
    margin-left: 0
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    background: #c0000d;
    border-radius: 50%;
    margin-bottom: 10px
}

.best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c3434;
    margin-bottom: -3px
}

.best-deal.best-deal-2 .deal-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.best-deal.best-deal-2 .deal-slider .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #c0000d;
    margin: 0 5px;
    position: relative
}

.best-deal.best-deal-2 .deal-slider .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #c0000d;
    border-radius: 50%
}

.best-deal.best-deal-2 .deal-slider .owl-dots .owl-dot.active {
    width: 13px;
    background: rgba(255, 69, 69, .45)
}

.best-deal .part-img {
    padding-bottom: 35px;
    position: relative;
    z-index: 2
}

.best-deal .part-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -35px;
    width: 480px;
    height: 590px;
    background: #c0000d;
    border-radius: 10px;
    z-index: -1
}

.best-deal .part-img img {
    border-radius: 10px
}

.best-deal .part-txt {
    padding: 60px 65px;
    margin-bottom: 35px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.best-deal .part-txt:before {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 480px;
    height: 590px;
    background: #c0000d;
    border-radius: 10px;
    z-index: -1
}

.best-deal .part-txt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/best-deal-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1
}

.best-deal .part-txt .top-txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -4px
}

.best-deal .part-txt .top-txt .txt h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 17px
}

.best-deal .part-txt .top-txt .txt p {
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c3434;
    margin-bottom: 0
}

.best-deal .part-txt .top-txt .special {
    background: #f80;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px
}

.best-deal .part-txt .top-txt .special h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: -1px
}

.best-deal .part-txt .top-txt .special h4 span {
    display: block;
    font-size: 20px;
    font-weight: 500
}

.best-deal .part-txt .img {
    width: 152px;
    margin-bottom: 45px
}

.best-deal .part-txt a {
    font-size: 16px;
    line-height: 26px;
    color: #3c3434;
    margin-top: -8px;
    margin-bottom: 20px
}

.best-deal .part-txt .price {
    font-size: 27px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: 25px
}

.best-deal .part-txt .price span {
    position: relative;
    margin-left: 20px
}

.best-deal .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.best-deal .part-txt .pro-bar {
    width: 100%;
    margin-bottom: 27px
}

.best-deal .part-txt .pro-bar .p-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.best-deal .part-txt .pro-bar .p-txt p {
    font-size: 14px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: 0
}

.best-deal .part-txt .pro-bar .p-txt p span {
    font-size: 16px
}

.best-deal .part-txt .pro-bar .bar {
    width: 100%;
    height: 10px;
    background: #c0000d;
    border-radius: 5px;
    position: relative
}

.best-deal .part-txt .pro-bar .bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #f80;
    border-radius: 5px
}

.best-deal .part-txt h5 {
    font-size: 17px;
    line-height: 27px;
    color: #3c3434;
    margin-bottom: 20px
}

.best-deal .part-txt .counter .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.best-deal .part-txt .counter .countdown .single-box {
    text-align: center;
    margin-bottom: -7px
}

.best-deal .part-txt .counter .countdown .single-box .time {
    font-size: 25px;
    font-weight: 600;
    background: #c0000d;
    height: 43px;
    line-height: 43px;
    min-width: 60px;
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px
}

.best-deal .part-txt .counter .countdown .single-box .name {
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c3434
}

.best-deal .part-txt .counter .countdown .devide {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    height: 43px;
    line-height: 40px;
    color: #c0000d;
    padding: 0 10px
}

.best-seller {
    padding-top: 50px;
    padding-bottom: 100px
}

.best-seller .sidebar {
    position: relative
}

.best-seller .sidebar .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px
}

.best-seller .sidebar .top h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px
}

.best-seller .sidebar ul {
    padding: 0;
    margin: 0
}

.best-seller .sidebar ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb
}

.best-seller .sidebar ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.best-seller .sidebar ul li .part-img {
    position: relative;
    width: 85px;
    height: 82px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.best-seller .sidebar ul li .part-img img {
    padding: 10px 0;
    min-width: inherit;
    width: auto;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.best-seller .sidebar ul li .part-img .img-2 {
    position: absolute;
    opacity: 0
}

.best-seller .sidebar ul li .part-txt {
    width: 170px;
    margin-top: -5px
}

.best-seller .sidebar ul li .part-txt a {
    font-size: 14px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 13px
}

.best-seller .sidebar ul li .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: #3c3434;
    margin-bottom: 12px
}

.best-seller .sidebar ul li .part-txt .price span {
    margin-left: 5px;
    font-weight: 400;
    position: relative
}

.best-seller .sidebar ul li .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.best-seller .sidebar ul li .part-txt .star {
    font-size: 9px;
    color: #c0000d
}

.best-seller .sidebar ul li:hover .part-img {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.best-seller .sidebar ul li:hover .part-img .img-1 {
    opacity: 0
}

.best-seller .sidebar ul li:hover .part-img .img-2 {
    opacity: 1
}

.best-seller .sidebar .owl-nav {
    position: absolute;
    top: -52px;
    right: 0
}

.best-seller .sidebar .owl-nav button {
    font-size: 4px;
    color: rgba(255, 69, 69, .5)
}

.best-seller .sidebar .owl-nav button.owl-prev {
    margin-right: 10px
}

.best-seller .sidebar .owl-nav button:hover {
    color: #c0000d
}

.best-seller .best-sale .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.best-seller .best-sale .top .sec-title h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    position: relative
}

.best-seller .best-sale .top .sec-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.best-seller .best-sale .top nav .nav-tabs {
    border: 0
}

.best-seller .best-sale .top nav .nav-tabs .nav-link {
    padding: 0;
    padding-bottom: 12px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin: 0 14px
}

.best-seller .best-sale .top nav .nav-tabs .nav-link.active {
    position: relative
}

.best-seller .best-sale .top nav .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #c0000d
}

.best-seller .best-sale .top nav .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.best-seller .best-sale .top nav .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.best-seller .best-sale .tab-content .tab-pane {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider {
    padding-bottom: 25px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img {
    position: relative;
    width: 100%;
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 42px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .img-1 {
    min-width: inherit;
    width: auto;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    width: auto;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags {
    position: absolute;
    top: 10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag {
    padding: 0 8px;
    height: 22px;
    line-height: 23px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag.t-orng {
    background: #f80
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-img .tags .tag.t-red {
    background: #c0000d
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .name {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 13px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt .bottom .add-to-chart {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: #3c3434;
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn {
    position: absolute;
    top: 30px;
    right: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #c0000d;
    font-size: 7px;
    margin-bottom: 10px;
    position: relative
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn a:last-child {
    margin-bottom: 0
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .side-btn a:hover {
    background: #c0000d;
    color: #fff
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-img .img-1 {
    opacity: 0
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-img .img-2 {
    opacity: 1
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-txt .bottom .add-to-chart {
    background: #c0000d;
    border-color: #c0000d;
    color: #fff
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .part-txt .bottom .add-to-chart:hover {
    background: #fff;
    color: #c0000d
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box:hover .side-btn {
    right: 30px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .owl-dots {
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
    background: #3c3434;
    border-radius: 3px;
    margin: 0 5px
}

.best-seller .best-sale .tab-content .tab-pane .tab-slider .owl-dots .owl-dot.active {
    width: 35px;
    background: #c0000d
}

.best-seller-2 {
    padding-top: 100px;
    padding-bottom: 70px
}

.best-seller-2 .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.best-seller-2 .top .sec-title h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    position: relative
}

.best-seller-2 .top .sec-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.best-seller-2 .top nav .nav-tabs {
    border: 0
}

.best-seller-2 .top nav .nav-tabs .nav-link {
    padding: 0;
    padding-bottom: 12px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin: 0 14px
}

.best-seller-2 .top nav .nav-tabs .nav-link.active {
    position: relative
}

.best-seller-2 .top nav .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #c0000d
}

.best-seller-2 .top nav .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.best-seller-2 .top nav .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.best-seller-2 .tab-content .tab-pane {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.best-seller-2 .tab-content .tab-pane .single-box {
    position: relative;
    z-index: 2
}

.best-seller-2 .tab-content .tab-pane .single-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.best-seller-2 .tab-content .tab-pane .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffebff;
    border-radius: 10px;
    z-index: -1
}

.best-seller-2 .tab-content .tab-pane .single-box .box {
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
    position: relative;
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .img-1 {
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-orng {
    background: #f80
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-img .tags .tag.t-red {
    background: #c0000d
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt {
    text-align: center
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .name {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 8px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d;
    margin-bottom: 12px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt .bottom .star span {
    font-size: 11px;
    line-height: 100%;
    color: #3c3434;
    margin-left: 6px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dbdbdb;
    padding-top: 7px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .bottom-btn a {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #c0000d;
    border-radius: 50%;
    color: #c0000d;
    font-size: 5px
}

.best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .bottom-btn a:hover {
    background: #c0000d;
    color: #fff
}

.best-seller-2 .tab-content .tab-pane .single-box:hover:before {
    -webkit-transform: rotate(2.8deg);
    -ms-transform: rotate(2.8deg);
    transform: rotate(2.8deg)
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-img .img-1 {
    opacity: 0
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-img .img-2 {
    opacity: 1
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart {
    background: #c0000d;
    border-color: #c0000d;
    color: #fff
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .part-txt .bottom .add-to-chart:hover {
    background: #fff;
    color: #c0000d
}

.best-seller-2 .tab-content .tab-pane .single-box:hover .box .side-btn {
    right: 30px
}

.blog {
    padding: 100px 0;
    background: url(../images/blog-bg.jpg) center center no-repeat;
    background-size: cover
}

.blog .heading {
    margin-bottom: 55px
}

.blog .heading h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 9px
}

.blog .heading p {
    font-size: 18px;
    line-height: 26px;
    color: #3c3434;
    margin-bottom: -8px
}

.blog .single-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog .single-box .part-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.blog .single-box .part-img ul {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog .single-box .part-img ul li {
    list-style: none
}

.blog .single-box .part-img ul li.post-date {
    background: #01bad4;
    height: 23px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px
}

.blog .single-box .part-img ul li .comnt {
    background: #f80;
    height: 23px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px
}

.blog .single-box .part-img ul li .like {
    background: #c0000d;
    height: 23px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px;
    margin-left: 2px
}

.blog .single-box .admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.blog .single-box .admin img {
    min-width: 30px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2)
}

.blog .single-box .admin span {
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c3434;
    margin-right: 15px
}

.blog .single-box .admin span:last-child {
    margin-right: 0
}

.blog .single-box .part-txt {
    overflow: hidden
}

.blog .single-box .part-txt .title {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    margin-top: -2px;
    margin-bottom: 14px;
    color: #3c3434;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog .single-box .part-txt .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog .single-box .part-txt .bottom .read {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    text-decoration: underline;
    margin-bottom: -1px
}

.blog .single-box .part-txt .bottom .read:hover {
    color: #c0000d
}

.blog .single-box .part-txt .bottom .share {
    font-size: 5px;
    color: #c0000d;
    position: relative;
    cursor: pointer;
    background: #fff
}

.blog .single-box .part-txt .bottom .share .social {
    position: absolute;
    top: 0;
    top: 101%;
    right: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog .single-box .part-txt .bottom .share .social a {
    font-size: 12px;
    margin-right: 10px
}

.blog .single-box .part-txt .bottom .share .social a.fb {
    color: #1976d2
}

.blog .single-box .part-txt .bottom .share .social a.tw {
    color: #03a9f4
}

.blog .single-box .part-txt .bottom .share .social a.gl {
    color: #dd4b39
}

.blog .single-box .part-txt .bottom .share .social a.im {
    color: #007ab9
}

.blog .single-box .part-txt .bottom .share:hover .social {
    top: 0
}

.blog .single-box:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.blog .single-box:hover .part-txt .title {
    color: #c0000d
}

.recent-product {
    padding: 100px 0;
    background: #f5f5f5
}

.recent-product .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.recent-product .top .sec-title h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    position: relative
}

.recent-product .top .sec-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.recent-product .top nav .nav-tabs {
    border: 0
}

.recent-product .top nav .nav-tabs .nav-link {
    padding: 0;
    padding-bottom: 12px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin: 0 14px
}

.recent-product .top nav .nav-tabs .nav-link.active {
    position: relative
}

.recent-product .top nav .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #c0000d
}

.recent-product .top nav .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.recent-product .top nav .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.recent-product .slider-area {
    margin-top: -9px
}

.recent-product .slider-area .slider-box {
    padding-bottom: 34px
}

.recent-product .slider-area .slider-box .owl-stage-outer {
    margin: 0 -4px;
    padding-left: 4px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part {
    padding-top: 9px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
    padding: 20px 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    z-index: -1
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
    position: relative;
    width: 100%;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    width: auto;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag.t-orng {
    background: #f80
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .tags .tag.t-red {
    background: #c0000d
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt {
    padding-left: 3px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .name {
    font-size: 15px;
    line-height: 20px;
    color: #3c3434;
    margin-top: -4px;
    margin-bottom: 20px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d;
    margin-bottom: 12px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt .bottom .star span {
    font-size: 11px;
    line-height: 100%;
    color: #3c3434;
    margin-left: 6px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    margin-left: 5px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .bottom-btn a {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #c0000d;
    border-radius: 50%;
    color: #c0000d;
    font-size: 5px
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .bottom-btn a:hover {
    background: #c0000d;
    color: #fff
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:hover:before {
    -webkit-transform: rotate(-2.8deg);
    -ms-transform: rotate(-2.8deg);
    transform: rotate(-2.8deg)
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:hover .part-img .img-1 {
    opacity: 0
}

.recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box:hover .part-img .img-2 {
    opacity: 1
}

.recent-product .slider-area .slider-box .owl-nav {
    position: absolute;
    top: -65px;
    right: 0
}

.recent-product .slider-area .slider-box .owl-nav button {
    width: 25px;
    height: 25px;
    background: #c0000d;
    color: #fff;
    border-radius: 50%;
    font-size: 2.5px;
    opacity: .5
}

.recent-product .slider-area .slider-box .owl-nav button.owl-prev {
    margin-right: 8px
}

.recent-product .slider-area .slider-box .owl-nav button.owl-prev i {
    margin-left: -2px
}

.recent-product .slider-area .slider-box .owl-nav button.owl-next i {
    margin-right: -2px
}

.recent-product .slider-area .slider-box .owl-nav button:hover {
    opacity: 1
}

.recent-product .slider-area .slider-box .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.recent-product .slider-area .slider-box .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #c0000d;
    margin: 0 5px;
    position: relative
}

.recent-product .slider-area .slider-box .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    background: #c0000d;
    border-radius: 50%
}

.recent-product .slider-area .slider-box .owl-dots .owl-dot.active {
    width: 13px;
    background: rgba(255, 69, 69, .45)
}

.ad {
    background: #f5f5f5;
    padding-bottom: 100px
}

.ad .bg {
    background: url(../images/ad-bg.jpg) center center no-repeat;
    background-size: contain;
    border-radius: 10px;
    position: relative
}

.ad .bg .part-txt {
    padding: 38px 0
}

.ad .bg .part-txt h2 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 30px
}

.ad .bg .part-txt h2 span {
    color: #c0000d
}

.ad .bg .part-txt .def-btn {
    height: 50px;
    line-height: 48px;
    background: #c0000d;
    border: 1px solid #c0000d;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px
}

.ad .bg .part-txt .def-btn:hover {
    background: #fff;
    color: #c0000d
}

.ad .bg .part-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ad .bg .part-img img {
    min-width: inherit;
    width: auto
}

.ad .bg .rel-btn {
    position: absolute;
    top: 4px;
    right: 10px
}

.ad .bg .rel-btn a {
    text-align: center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 11px;
    background: #c0000d;
    color: #fff;
    border-radius: 2px
}

.ad .bg .rel-btn a i {
    margin-left: 1px
}

.testimonial {
    padding: 100px 0
}

.testimonial .heading {
    text-align: center;
    margin-bottom: 50px
}

.testimonial .heading h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 10px
}

.testimonial .heading p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: -7px
}

.testimonial .comment-area {
    margin-right: -17px;
    padding: 0 8px
}

.testimonial .comment-area .clients {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -17px;
    z-index: 2
}

.testimonial .comment-area .clients .single-box {
    border-radius: 10px;
    overflow: hidden
}

.testimonial .comment-area .comments {
    padding-bottom: 78px;
    margin-left: -115px;
    z-index: 1
}

.testimonial .comment-area .comments .single-comment {
    background: #ffebff;
    border-radius: 10px;
    padding-left: 115px
}

.testimonial .comment-area .comments .single-comment .part-txt {
    padding: 40px 0
}

.testimonial .comment-area .comments .single-comment .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 22px
}

.testimonial .comment-area .comments .single-comment .part-txt h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #3c3434;
    margin-bottom: 3px
}

.testimonial .comment-area .comments .single-comment .part-txt h4 {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: -7px
}

.testimonial .comment-area .comments .slick-arrow {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #c0000d;
    color: #fff;
    border-radius: 50%;
    font-size: 3px;
    opacity: .5
}

.testimonial .comment-area .comments .slick-arrow.slick-prev {
    right: 43px
}

.testimonial .comment-area .comments .slick-arrow.slick-prev i {
    margin-left: -2px
}

.testimonial .comment-area .comments .slick-arrow.slick-next {
    right: 0
}

.testimonial .comment-area .comments .slick-arrow.slick-next i {
    margin-right: -2px
}

.testimonial .comment-area .comments .slick-arrow:hover {
    opacity: 1
}

.products {
    padding-top: 100px;
    padding-bottom: 70px
}

.products.products-2 {
    background: #f5f5f5
}

.products.products-2 .single-part .single-box {
    border: 0;
    position: relative;
    z-index: 2
}

.products.products-2 .single-part .single-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.products.products-2 .single-part .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffebff;
    border-radius: 10px;
    z-index: -1
}

.products.products-2 .single-part .single-box:hover:before {
    -webkit-transform: rotate(-2.8deg);
    -ms-transform: rotate(-2.8deg);
    transform: rotate(-2.8deg)
}

.products .single-part.end .top:after {
    display: none
}

.products .single-part .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    position: relative
}

.products .single-part .top:after {
    content: "";
    position: absolute;
    top: 100%;
    right: -30px;
    width: 30px;
    height: 1px;
    background: #dbdbdb
}

.products .single-part .top h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #3c3434;
    padding-bottom: 4px;
    margin-top: -6px;
    margin-bottom: 0;
    position: relative
}

.products .single-part .top h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.products .single-part .single-box {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.products .single-part .single-box .part-txt {
    margin-top: -6px;
    margin-bottom: -3px
}

.products .single-part .single-box .part-txt a {
    font-size: 16px;
    line-height: 26px;
    color: #3c3434;
    margin-bottom: 15px
}

.products .single-part .single-box .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: #3c3434;
    padding-bottom: 12px;
    margin-bottom: 15px;
    position: relative
}

.products .single-part .single-box .part-txt .price:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    height: 1px;
    background: #dbdbdb
}

.products .single-part .single-box .part-txt .price span {
    font-weight: 400;
    position: relative;
    margin-left: 5px
}

.products .single-part .single-box .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.products .single-part .single-box .part-txt .star {
    font-size: 9px;
    color: #c0000d
}

.products .single-part .single-box .part-img {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products .single-part .single-box .part-img img {
    min-width: inherit;
    width: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.products .single-part .single-box .part-img img.img-2 {
    position: absolute;
    opacity: 0
}

.products .single-part .single-box:hover {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.products .single-part .single-box:hover .part-txt a {
    color: #c0000d;
    font-weight: 500
}

.products .single-part .single-box:hover .part-img .img-1 {
    opacity: 0
}

.products .single-part .single-box:hover .part-img .img-2 {
    opacity: 1
}

.brands {
    padding-bottom: 100px
}

.brands.brands-2 {
    padding-top: 100px;
    padding-bottom: 50px
}

.brands.brands-2 .all-brand {
    border: 0;
    border-radius: 0;
    padding: 0
}

.brands.brands-2 .all-brand .single-brand {
    height: 85px
}

.brands.brands-2 .all-brand .owl-nav {
    display: none
}

.brands .all-brand {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 35px 85px
}

.brands .all-brand .single-brand {
    text-align: center;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brands .all-brand .single-brand img {
    min-width: inherit;
    width: auto;
    margin: 0 auto;
    max-height: 100%
}

.brands .all-brand .owl-nav {
    position: absolute;
    top: 50%;
    left: 35px;
    right: 35px;
    width: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: -1
}

.brands .all-brand .owl-nav button {
    font-size: 6px;
    color: rgba(255, 69, 69, .5)
}

.brands .all-brand .owl-nav button:hover {
    color: #c0000d
}

.feature-2 {
    padding-top: 50px;
    padding-bottom: 100px
}

.feature-2 .single-box {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    padding: 15px;
    border-radius: 10px
}

.feature-2 .single-box .bg {
    background: #ffebff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feature-2 .single-box .bg .part-icon {
    height: 36px;
    margin-right: 30px
}

.feature-2 .single-box .bg .part-icon img {
    min-width: inherit;
    width: auto;
    height: 100%
}

.feature-2 .single-box .bg .part-txt {
    padding: 40px 0
}

.feature-2 .single-box .bg .part-txt h3 {
    font-size: 21px;
    line-height: 24px;
    color: #3c3434;
    margin-top: -2px;
    margin-bottom: 0
}

.feature-2 .single-box .bg .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: -7px
}

.instagram .posts .single-post {
    -webkit-box-shadow: -5px 0 20px 0 #000;
    box-shadow: -5px 0 20px 0 #000;
    position: relative
}

.instagram .posts .single-post .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.instagram .posts .single-post .txt a {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff
}

.instagram .posts .single-post .txt a span {
    display: block;
    font-size: 40px;
    margin-bottom: 20px
}

.instagram .posts .single-post:hover .txt {
    opacity: 1
}

.footer.footer-2 {
    background: url(../images/footer-bg.png) center center no-repeat;
    background-size: cover
}

.footer.footer-2 .main-footer {
    background: 0 0
}

.footer .main-footer {
    background: #464646;
    padding: 60px 0
}

.footer .main-footer .title h2 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 4px;
    margin-bottom: 37px;
    position: relative
}

.footer .main-footer .title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 65px;
    height: 2px;
    background: #c0000d;
    border-radius: 1px
}

.footer .main-footer .f-about .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 18px
}

.footer .main-footer .f-about .part-txt ul {
    padding: 0;
    margin: 0
}

.footer .main-footer .f-about .part-txt ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px
}

.footer .main-footer .f-about .part-txt ul li span {
    font-size: 5px;
    color: #c0000d;
    margin-right: 10px
}

.footer .main-footer .f-link ul {
    padding: 0;
    margin: 0
}

.footer .main-footer .f-link ul li {
    list-style: none;
    padding-bottom: 9px
}

.footer .main-footer .f-link ul li:last-child {
    padding-bottom: 0
}

.footer .main-footer .f-link ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .main-footer .f-link ul li a span {
    font-size: 22px;
    margin-right: 4px
}

.footer .main-footer .f-link ul li a:hover {
    padding-left: 10px;
    color: #c0000d
}

.footer .main-footer .news-letter .title {
    padding-bottom: 5px
}

.footer .main-footer .news-letter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px
}

.footer .main-footer .news-letter form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 12px
}

.footer .main-footer .news-letter form button {
    background: #c0000d;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 4px 4px 0
}

.footer .main-footer .news-letter form button:hover {
    background: #3c3434;
    color: #c0000d
}

.footer .main-footer .news-letter p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px
}

.footer .main-footer .news-letter p span {
    font-weight: 700;
    font-style: italic;
    color: #c0000d
}

.footer .main-footer .news-letter .social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0px solid #fff;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    margin-right: 6px
}

.footer .main-footer .news-letter .social a.fb {
    background: #1976d2
}

.footer .main-footer .news-letter .social a.tw {
    background: #03a9f4
}

.footer .main-footer .news-letter .social a.gl {
    background: #dd4b39
}

.footer .main-footer .news-letter .social a.ld {
    background: #007ab9
}

.footer .main-footer .news-letter .social a.yt {
    background: #f44336
}

.footer .main-footer .news-letter .social a.in {
    background: #3f729b
}

.footer .main-footer .news-letter .social a.pt {
    background: #E60023
}

.pt-50{padding-top: 50px;}

.pb-50{padding-bottom: 50px;}

.pb-10{padding-bottom: 10px;}

.pt-20{padding-top: 20px;}

.footer .main-footer .news-letter .social a:last-child {
    margin-right: 0
}

.footer .main-footer .news-letter .social a:hover {
    -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2)
}

.footer .copyright {
    background: #3c3434;
    padding: 20px 0
}

.footer .copyright .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 0
}

.footer .copyright .part-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer .copyright .part-img img {
    min-width: inherit;
    width: auto
}

.breadcrumb-area {
    background-color: #464646;
    background-size: cover
}

.breadcrumb-area.breadcrumb-area-2 {
    padding-top: 84px
}

.breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
    padding: 177px 0 178px
}

.breadcrumb-area.bg-2 {
    background-color: #464646;
}

.breadcrumb-area.bg-3 {
    background-color: #464646;
}

.breadcrumb-area.bg-4 {
    background-color: #464646;
}

.breadcrumb-area.bg-5 {
    background-color: #464646;
}

.breadcrumb-area.bg-6 {
    background-color: #464646;
}

.breadcrumb-area .breadcrumb-txt {
    text-align: center;
    padding: 50px 0
}

.breadcrumb-area .breadcrumb-txt h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 22px
}

.breadcrumb-area .breadcrumb-txt ul {
    padding: 0;
    margin-bottom: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb-area .breadcrumb-txt ul li {
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    margin-left: 25px
}

.breadcrumb-area .breadcrumb-txt ul li:first-child {
    margin-left: 0
}

.breadcrumb-area .breadcrumb-txt ul li i {
    font-size: 14px
}

.shop-grid {
    padding: 100px 0
}

.shop-grid .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.shop-grid .top .part-btn a {
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #3c3434
}

.shop-grid .top .part-btn a.active {
    color: #c0000d
}

.shop-grid .top .part-btn a:first-child {
    margin-right: 20px
}

.shop-grid .top .part-btn a:hover {
    color: #c0000d
}

.shop-grid .top .form-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px
}

.shop-grid .top .form-area form {
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px
}

.shop-grid .top .form-area form label {
    margin-bottom: 0;
    font-size: 16px;
    color: #3c3434
}

.shop-grid .top .form-area form select {
    outline: none;
    border: 0;
    margin-right: -20px;
    padding-right: 11px;
    color: #acacac;
    cursor: pointer
}

.shop-grid .top .form-area form i {
    background: #fff;
    font-size: 12px;
    color: #c0000d
}

.shop-grid .all-product .single-box {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.shop-grid .all-product .single-box .part-img {
    position: relative;
    width: 100%;
    height: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-grid .all-product .single-box .part-img .img-1 {
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding-bottom: 10px;
}

.shop-grid .all-product .single-box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.shop-grid .all-product .single-box .part-img .tags {
    position: absolute;
    top: 10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shop-grid .all-product .single-box .part-img .tags .tag {
    padding: 0 8px;
    height: 22px;
    line-height: 23px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.shop-grid .all-product .single-box .part-img .tags .tag.t-orng {
    background: #f80
}

.shop-grid .all-product .single-box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.shop-grid .all-product .single-box .part-img .tags .tag.t-red {
    background: #c0000d
}

.shop-grid .all-product .single-box .part-txt .name {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 13px
}

.shop-grid .all-product .single-box .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.shop-grid .all-product .single-box .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.shop-grid .all-product .single-box .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.shop-grid .all-product .single-box .part-txt .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-grid .all-product .single-box .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d
}

.shop-grid .all-product .single-box .part-txt .bottom .add-to-chart {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: #3c3434;
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

.our-product .tab-content .tab-pane .single-box .part-txt .bottom .add-to-cart a{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: #3c3434;
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

.shop-grid .all-product .single-box .side-btn {
    position: absolute;
    top: 30px;
    right: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-grid .all-product .single-box .side-btn a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #c0000d;
    font-size: 7px;
    margin-bottom: 10px;
    position: relative
}

.shop-grid .all-product .single-box .side-btn a:last-child {
    margin-bottom: 0
}

.shop-grid .all-product .single-box .side-btn a:hover {
    background: #c0000d;
    color: #fff
}

.shop-grid .all-product .single-box:hover {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.shop-grid .all-product .single-box:hover .part-img .img-1 {
    opacity: 1
}

.shop-grid .all-product .single-box:hover .part-img .img-2 {
    opacity: 0
}

.shop-grid .all-product .single-box:hover .part-txt .bottom .add-to-chart {
    background: #c0000d;
    border-color: #c0000d;
    color: #fff
}

.shop-grid .all-product .single-box:hover .part-txt .bottom .add-to-chart:hover {
    background: #fff;
    color: #c0000d
}

.shop-grid .all-product .single-box:hover .side-btn {
    right: 30px
}

.shop-grid .bottom {
    margin-top: 30px
}

.shop-grid .bottom .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 0
}

.shop-grid .bottom .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.shop-grid .bottom .pagination ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop-grid .bottom .pagination ul li {
    list-style: none;
    margin-left: 10px
}

.shop-grid .bottom .pagination ul li:first-child {
    margin-left: 0
}

.shop-grid .bottom .pagination ul li a {
    text-align: center;
    min-width: 34px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c0000d;
    border-radius: 5px;
    color: #3c3434
}

.shop-grid .bottom .pagination ul li a.active {
    background: #c0000d;
    color: #fff
}

.shop-grid .bottom .pagination ul li a i {
    font-size: 10px
}

.shop-grid .bottom .pagination ul li a i svg {
    vertical-align: sub
}

.shop-grid .bottom .pagination ul li a:hover {
    background: #c0000d;
    color: #fff
}

.shop-grid-2 {
    padding: 100px 0
}

.shop-grid-2 .side-bar h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 25px
}

.shop-grid-2 .side-bar h3:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #c0000d
}

.shop-grid-2 .side-bar .search-area {
    margin-bottom: 50px
}

.shop-grid-2 .side-bar .search-area form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop-grid-2 .side-bar .search-area form input {
    height: 45px;
    background: #ffebff;
    border: 1px solid #dbdbdb;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding: 0 16px;
    font-size: 14px
}

.shop-grid-2 .side-bar .search-area form button {
    background: #c0000d;
    color: #fff;
    border: 1px solid #c0000d;
    border-radius: 0 5px 5px 0;
    font-size: 8px;
    padding: 0 24px
}

.shop-grid-2 .side-bar .category {
    margin-bottom: 36px
}

.shop-grid-2 .side-bar .category ul {
    padding: 0;
    margin: 0
}

.shop-grid-2 .side-bar .category ul li {
    list-style: none;
    padding-bottom: 11px
}

.shop-grid-2 .side-bar .category ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #3c3434;
    text-transform: capitalize
}

.shop-grid-2 .side-bar .category ul li a:hover {
    color: #c0000d;
    padding-left: 5px
}

.shop-grid-2 .side-bar .filter {
    margin-bottom: 47px
}

.shop-grid-2 .side-bar .filter .range {
    padding-top: 9px
}

.shop-grid-2 .side-bar .filter .range .slider-range {
    height: 4px;
    border: 0;
    border-radius: 2px;
    background: #dbdbdb;
    margin-bottom: 12px
}

.shop-grid-2 .side-bar .filter .range .slider-range .ui-slider-range {
    background: #c0000d;
    border-radius: 0
}

.shop-grid-2 .side-bar .filter .range .slider-range .ui-slider-handle {
    border: 0;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    background: #c0000d;
    top: -4px;
    cursor: pointer;
    margin: 0 -6px;
    outline: none
}

.shop-grid-2 .side-bar .filter .range .price-txt span,
.shop-grid-2 .side-bar .filter .range .price-txt input {
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #3c3434
}

.shop-grid-2 .side-bar .feature-products {
    margin-bottom: 55px
}

.shop-grid-2 .side-bar .feature-products ul {
    padding: 0;
    margin: 0;
    margin-top: -10px
}

.shop-grid-2 .side-bar .feature-products ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb
}

.shop-grid-2 .side-bar .feature-products ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.shop-grid-2 .side-bar .feature-products ul li .part-img {
    position: relative;
    width: 85px;
    height: 82px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-grid-2 .side-bar .feature-products ul li .part-img img {
    padding: 10px 0;
    min-width: inherit;
    width: auto;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-grid-2 .side-bar .feature-products ul li .part-img .img-2 {
    position: absolute;
    opacity: 0
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt {
    width: 172px;
    margin-top: -5px
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt a {
    font-size: 14px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 13px
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: #3c3434;
    margin-bottom: 12px
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .price span {
    margin-left: 5px;
    font-weight: 400;
    position: relative
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.shop-grid-2 .side-bar .feature-products ul li .part-txt .star {
    font-size: 9px;
    color: #c0000d
}

.shop-grid-2 .side-bar .feature-products ul li:hover .part-img {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.shop-grid-2 .side-bar .feature-products ul li:hover .part-img .img-1 {
    opacity: 0
}

.shop-grid-2 .side-bar .feature-products ul li:hover .part-img .img-2 {
    opacity: 1
}

.shop-grid-2 .side-bar .products-tag {
    margin-bottom: 40px
}

.shop-grid-2 .side-bar .products-tag .tags {
    padding-top: 5px
}

.shop-grid-2 .side-bar .products-tag .tags a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #3c3434;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px
}

.shop-grid-2 .side-bar .products-tag .tags a:hover {
    color: #fff;
    border-color: #c0000d;
    background: #c0000d
}

.shop-grid-2 .side-bar .sidebar-ad {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.shop-grid-2 .side-bar .sidebar-ad .part-img img {
    width: 100%
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 26px
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 13px
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt p span {
    font-size: 18px;
    color: #c0000d
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt .price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #fff
}

.shop-grid-2 .side-bar .sidebar-ad .part-txt a {
    font-size: 16px;
    color: #c0000d;
    text-decoration: underline
}

.shop-grid-2 .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.shop-grid-2 .top .part-btn a {
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #3c3434
}

.shop-grid-2 .top .part-btn a.active {
    color: #c0000d
}

.shop-grid-2 .top .part-btn a:first-child {
    margin-right: 20px
}

.shop-grid-2 .top .part-btn a:hover {
    color: #c0000d
}

.shop-grid-2 .top .form-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px
}

.shop-grid-2 .top .form-area form {
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px
}

.shop-grid-2 .top .form-area form label {
    margin-bottom: 0;
    font-size: 16px;
    color: #3c3434
}

.shop-grid-2 .top .form-area form select {
    outline: none;
    border: 0;
    margin-right: -20px;
    padding-right: 11px;
    color: #acacac;
    cursor: pointer
}

.shop-grid-2 .top .form-area form i {
    background: #fff;
    font-size: 12px;
    color: #c0000d
}

.shop-grid-2 .all-product .single-box {
    position: relative;
    z-index: 2
}

.shop-grid-2 .all-product .single-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.shop-grid-2 .all-product .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffebff;
    border-radius: 10px;
    z-index: -1
}

.shop-grid-2 .all-product .single-box .box {
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 30px
}

.shop-grid-2 .all-product .single-box .box .part-img {
    position: relative;
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7px
}

.shop-grid-2 .all-product .single-box .box .part-img .img-1 {
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-grid-2 .all-product .single-box .box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.shop-grid-2 .all-product .single-box .box .part-img .tags {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag.t-orng {
    background: #f80
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.shop-grid-2 .all-product .single-box .box .part-img .tags .tag.t-red {
    background: #c0000d
}

.shop-grid-2 .all-product .single-box .box .part-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .name {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 8px
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d;
    margin-bottom: -3px
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn a {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #c0000d;
    border-radius: 50%;
    color: #c0000d;
    font-size: 5px;
    margin-bottom: 7px;
    position: relative
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn a:last-child {
    margin-bottom: 0
}

.shop-grid-2 .all-product .single-box .box .part-bottom .side-btn a:hover {
    background: #c0000d;
    color: #fff
}

.shop-grid-2 .all-product .single-box:hover:before {
    -webkit-transform: rotate(2.8deg);
    -ms-transform: rotate(2.8deg);
    transform: rotate(2.8deg)
}

.shop-grid-2 .all-product .single-box:hover .box .part-img .img-1 {
    opacity: 0
}

.shop-grid-2 .all-product .single-box:hover .box .part-img .img-2 {
    opacity: 1
}

.shop-grid-2 .all-product .single-box:hover .box .part-txt .bottom .add-to-chart {
    background: #c0000d;
    border-color: #c0000d;
    color: #fff
}

.shop-grid-2 .all-product .single-box:hover .box .part-txt .bottom .add-to-chart:hover {
    background: #fff;
    color: #c0000d
}

.shop-grid-2 .all-product .single-box:hover .box .side-btn {
    right: 30px
}

.shop-grid-2 .page-bottom {
    margin-top: 30px
}

.shop-grid-2 .page-bottom .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 0
}

.shop-grid-2 .page-bottom .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.shop-grid-2 .page-bottom .pagination ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop-grid-2 .page-bottom .pagination ul li {
    list-style: none;
    margin-left: 10px
}

.shop-grid-2 .page-bottom .pagination ul li:first-child {
    margin-left: 0
}

.shop-grid-2 .page-bottom .pagination ul li a {
    text-align: center;
    min-width: 34px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c0000d;
    border-radius: 50%;
    color: #3c3434
}

.shop-grid-2 .page-bottom .pagination ul li a.active {
    background: #c0000d;
    color: #fff
}

.shop-grid-2 .page-bottom .pagination ul li a i {
    font-size: 10px
}

.shop-grid-2 .page-bottom .pagination ul li a i svg {
    vertical-align: sub
}

.shop-grid-2 .page-bottom .pagination ul li a:hover {
    background: #c0000d;
    color: #fff
}

.shop-list {
    padding: 100px 0
}

.shop-list.shop-list-2 .lists .single-box {
    padding: 0;
    background: 0 0
}

.shop-list.shop-list-2 .lists .single-box .box {
    background: 0 0;
    border: 1px solid #dbdbdb
}

.shop-list.shop-list-2 .lists .single-box .box .part-img {
    background: 0 0;
    border-right: 1px solid #dbdbdb;
    width: auto;
    margin-right: -30px
}

.shop-list.shop-list-2 .lists .single-box .box .part-txt {
    padding: 35px 45px
}

.shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
    padding-left: 125px
}

.shop-list.shop-list-2 .lists .single-box .box .part-txt .rel-btns a i {
    border: 1px solid #dbdbdb;
    line-height: 23px
}

.shop-list.shop-list-2 .lists .single-box:hover {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.shop-list.shop-list-2 .lists .single-box:hover .box {
    background: #ffebff;
    border-color: transparent
}

.shop-list.shop-list-2 .lists .single-box:hover .box .part-img {
    background: #ffdfff;
    border-color: transparent
}

.shop-list.shop-list-2 .lists .single-box:hover .box .part-txt .rel-btns a i {
    border-color: #fff
}

.shop-list.shop-list-2 .page-bottom .pagination ul li a {
    border-radius: 5px
}

.shop-list .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.shop-list .top .part-btn a {
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #3c3434
}

.shop-list .top .part-btn a.active {
    color: #c0000d
}

.shop-list .top .part-btn a:first-child {
    margin-right: 20px
}

.shop-list .top .part-btn a:hover {
    color: #c0000d
}

.shop-list .top .form-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px
}

.shop-list .top .form-area form {
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px
}

.shop-list .top .form-area form label {
    margin-bottom: 0;
    font-size: 16px;
    color: #3c3434
}

.shop-list .top .form-area form select {
    outline: none;
    border: 0;
    margin-right: -20px;
    padding-right: 11px;
    color: #acacac;
    cursor: pointer
}

.shop-list .top .form-area form i {
    background: #fff;
    font-size: 12px;
    color: #c0000d
}

.shop-list .lists .single-box {
    padding: 25px;
    background: #ffcfff;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-list .lists .single-box .box {
    background: #ffebff;
    border-radius: 10px;
    overflow: hidden
}

.shop-list .lists .single-box .box .part-img {
    position: relative;
    background: #ffdfff;
    width: 275px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-list .lists .single-box .box .part-img .img-1 {
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-list .lists .single-box .box .part-img .img-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: inherit;
    max-height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.shop-list .lists .single-box .box .part-txt {
    padding: 35px 45px 35px 40px
}

.shop-list .lists .single-box .box .part-txt .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop-list .lists .single-box .box .part-txt .txt .name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 17px
}

.shop-list .lists .single-box .box .part-txt .txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 23px
}

.shop-list .lists .single-box .box .part-txt .txt .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 100px
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag {
    padding: 0 8px;
    height: 22px;
    line-height: 24px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag.t-orng {
    background: #f80
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag.t-blue {
    background: #01bad4
}

.shop-list .lists .single-box .box .part-txt .txt .tags .tag.t-red {
    background: #c0000d
}

.shop-list .lists .single-box .box .part-txt .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dbdbdb;
    padding: 25px 0;
    margin-bottom: -3px
}

.shop-list .lists .single-box .box .part-txt .info .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-top: -2px;
    margin-bottom: 0
}

.shop-list .lists .single-box .box .part-txt .info .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.shop-list .lists .single-box .box .part-txt .info .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.shop-list .lists .single-box .box .part-txt .info .star {
    font-size: 9px;
    color: #c0000d;
    margin-left: 35px
}

.shop-list .lists .single-box .box .part-txt .rel-btns .add-to-cart {
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: #3c3434;
    border: 1px solid #c0000d;
    border-radius: 5px
}

.shop-list .lists .single-box .box .part-txt .rel-btns .add-to-cart:hover {
    background: #c0000d;
    color: #fff
}

.shop-list .lists .single-box .box .part-txt .rel-btns a {
    margin-right: 5px
}

.shop-list .lists .single-box .box .part-txt .rel-btns a i {
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 27px;
    line-height: 27px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #c0000d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-list .lists .single-box .box .part-txt .rel-btns a:hover i {
    background: #c0000d;
    color: #fff
}

.shop-list .lists .single-box:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.shop-list .lists .single-box:hover .box .part-img .img-1 {
    opacity: 1
}

.shop-list .lists .single-box:hover .box .part-img .img-2 {
    opacity: 0
}

.shop-list .page-bottom {
    margin-top: 30px
}

.shop-list .page-bottom .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 0
}

.shop-list .page-bottom .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.shop-list .page-bottom .pagination ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop-list .page-bottom .pagination ul li {
    list-style: none;
    margin-left: 10px
}

.shop-list .page-bottom .pagination ul li:first-child {
    margin-left: 0
}

.shop-list .page-bottom .pagination ul li a {
    text-align: center;
    min-width: 34px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c0000d;
    border-radius: 50%;
    color: #3c3434
}

.shop-list .page-bottom .pagination ul li a.active {
    background: #c0000d;
    color: #fff
}

.shop-list .page-bottom .pagination ul li a i {
    font-size: 10px
}

.shop-list .page-bottom .pagination ul li a i svg {
    vertical-align: sub
}

.shop-list .page-bottom .pagination ul li a:hover {
    background: #c0000d;
    color: #fff
}

.shop-details {
    padding: 100px 0
}

.shop-details .item-section {
    padding-bottom: 65px
}

.shop-details .item-section .part-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-details .item-section .part-img .owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
    cursor: pointer
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item:last-child {
    margin-bottom: 0
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item .product-pic img {
    min-width: none;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.shop-details .item-section .part-img .owl-thumbs .owl-thumb-item.active .product-pic img {
    border: 1px solid #c0000d
}

.shop-details .item-section .part-img .product-slider {
    width: 440px;
    height: 470px
}

.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
    width: 440px;
    height: 470px !important;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
    min-width: inherit;
}

.shop-details .item-section .part-txt {
    padding-left: 35px
}

.shop-details .item-section .part-txt h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    color: #3c3434;
    padding-right: 130px;
    margin-top: -2px;
    margin-bottom: 15px
}

.shop-details .item-section .part-txt .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.shop-details .item-section .part-txt .info .price {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #c0000d;
    text-decoration: underline;
    margin-bottom: 0
}

a {
    color: #fff;
}

a:hover {
 color: #c0000d;
}

.shop-details .item-section .part-txt .info .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.shop-details .item-section .part-txt .info .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.shop-details .item-section .part-txt .info h5 {
    font-size: 14px;
    line-height: 100%;
    margin-left: 20px;
    color: #3c3434;
    margin-bottom: 0
}

.shop-details .item-section .part-txt .info h5 span {
    font-weight: 700;
    color: #c0000d
}

.shop-details .item-section .part-txt .item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 33px
}

.shop-details .item-section .part-txt .item-rating .star {
    font-size: 9px;
    color: #c0000d
}

.shop-details .item-section .part-txt .item-rating a {
    font-size: 14px;
    line-height: 100%;
    color: #c0000d;
    margin-left: 20px
}

.shop-details .item-section .part-txt .item-rating a:hover {
    text-decoration: underline
}

.shop-details .item-section .part-txt p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.shop-details .item-section .part-txt .cart-option ul {
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-details .item-section .part-txt .cart-option ul li {
    list-style: none;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shop-details .item-section .part-txt .cart-option ul li:first-child {
    width: 98px;
    font-size: 16px;
    text-transform: capitalize;
    color: #3c3434;
    font-weight: 700
}

.shop-details .item-section .part-txt .cart-option ul.color {
    padding-top: 22px
}

.shop-details .item-section .part-txt .cart-option ul.color li span {
    width: 13px;
    height: 13px;
    background: #dbdbdb;
    border-radius: 3px;
    margin-right: 8px
}

.shop-details .item-section .part-txt .cart-option ul.color li span:nth-child(2) {
    background: #01bad4
}

.shop-details .item-section .part-txt .cart-option ul.color li span:nth-child(3) {
    background: #f80
}

.shop-details .item-section .part-txt .cart-option ul.color li span:nth-child(4) {
    background: #c0000d
}

.shop-details .item-section .part-txt .cart-option ul.cart {
    padding-top: 29px
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
    padding-right: 30px
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity {
    position: relative;
    display: inline-block;
    padding: 0 29px;
    border: 1px solid #c0000d;
    border-radius: 3px
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
    width: 65px;
    padding-left: 0;
    margin-left: -2px;
    margin-right: -20px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #3c3434
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
    height: 35px;
    line-height: 35px;
    width: 29px;
    text-align: center;
    font-size: 4px;
    color: #3c3434;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button.quantity-down {
    left: 0;
    border-right: 1px solid #c0000d
}

.shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button.quantity-up {
    right: 0;
    border-left: 1px solid #c0000d
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0 12px;
    background: #c0000d;
    color: #fff;
    border: 1px solid #c0000d;
    border-radius: 5px
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart:hover {
    background: 0 0;
    color: #c0000d
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
    text-align: center;
    height: 37px;
    line-height: 34px;
    width: 37px;
    border: 1px solid #c0000d;
    border-radius: 4px;
    font-size: 14px;
    color: #c0000d;
    margin-left: 13px
}

.shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more:hover {
    background: #c0000d;
    color: #fff
}

.shop-details .item-section .part-txt .cart-option ul.pro-code {
    padding-top: 29px
}

.shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
    font-size: 16px;
    color: #3c3434
}

.shop-details .item-section .part-txt .cart-option ul.share {
    padding-top: 27px
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a {
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    background: #f80;
    font-size: 12px;
    color: #fff;
    margin-right: 8px
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a:last-child {
    margin-right: 0
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.fb {
    background: #1976d2
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.tw {
    background: #03a9f4
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.gl {
    background: #dd4b39
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.ld {
    background: #007ab9
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a.yt {
    background: #f44336
}

.shop-details .item-section .part-txt .cart-option ul.share li .social a:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

.shop-details .dscr-section {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px
}

.shop-details .dscr-section .box nav .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    border: 0;
    border-radius: 0;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 21px;
    margin-right: 50px;
    position: relative
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link i {
    display: none
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link.active {
    color: #c0000d;
    background: 0 0
}

.shop-details .dscr-section .box nav .nav-tabs .nav-link.active:after {
    opacity: 1
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 28px
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
    padding: 0;
    margin-bottom: -7px
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
    list-style: none;
    font-size: 16px;
    margin-top: 8px;
    color: #3c3434;
    padding-left: 15px;
    position: relative
}

.shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #c0000d;
    border-radius: 50%
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: -7px;
    list-style: none
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    line-height: 100%;
    padding-top: 11px;
    padding-bottom: 9px
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
    min-width: 200px
}

.shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: -3px
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews {
    padding-top: 5px;
    padding-bottom: 33px
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
    width: 105px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
    max-width: 941px;
    margin-bottom: -4px
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-top: -2px;
    margin-bottom: 0
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title .star {
    font-size: 9px;
    color: #c0000d;
    margin-top: -1px
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 7px
}

.shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    color: #737373
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 12px
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 10px
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
    margin-bottom: 24px
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating i {
    color: #c0000d;
    padding-right: 7px;
    cursor: pointer;
    font-size: 11px
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
    width: 100%;
    height: 60px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 0 25px;
    color: #3c3434;
    margin-bottom: 30px
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input::-webkit-input-placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input:-ms-input-placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input::-ms-input-placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input::placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input:focus {
    border-color: #c0000d
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
    width: 100%;
    height: 195px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 20px 25px;
    color: #3c3434;
    margin-bottom: 23px
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea::-webkit-input-placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea:-ms-input-placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea::-ms-input-placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea::placeholder {
    color: #b0b0b0
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea:focus {
    border-color: #c0000d
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
    height: 60px;
    line-height: 60px;
    background: #c0000d;
    border: 1px solid #c0000d;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 34px
}

.shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button:hover {
    background: 0 0;
    color: #c0000d
}

.shop-details .releted-products {
    padding-top: 100px
}

.shop-details .releted-products .top {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.shop-details .releted-products .top .sec-title h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    position: relative
}

.shop-details .releted-products .top .sec-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c0000d
}

.shop-details .releted-products .releted-slider .single-box {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.shop-details .releted-products .releted-slider .single-box .part-img {
    position: relative;
    width: 100%;
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 42px
}

.shop-details .releted-products .releted-slider .single-box .part-img .img-1 {
    width: 255px;
    height: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.shop-details .releted-products .releted-slider .single-box .part-img .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: inherit;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags {
    position: absolute;
    top: 10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag {
    padding: 0 8px;
    height: 22px;
    line-height: 23px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag.t-orng {
    background: #f80
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag.t-blue {
    background: #01bad4
}

.shop-details .releted-products .releted-slider .single-box .part-img .tags .tag.t-red {
    background: #c0000d
}

.shop-details .releted-products .releted-slider .single-box .part-txt p {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 13px
}

.shop-details .releted-products .releted-slider .single-box .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 14px
}

.shop-details .releted-products .releted-slider .single-box .part-txt .price span {
    font-weight: 400;
    margin-left: 5px;
    position: relative
}

.shop-details .releted-products .releted-slider .single-box .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.shop-details .releted-products .releted-slider .single-box .part-txt .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-details .releted-products .releted-slider .single-box .part-txt .bottom .star {
    font-size: 9px;
    color: #c0000d
}

.shop-details .releted-products .releted-slider .single-box .part-txt .bottom .add-to-chart {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: #3c3434;
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

.shop-details .releted-products .releted-slider .single-box .side-btn {
    position: absolute;
    top: 30px;
    right: -36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.shop-details .releted-products .releted-slider .single-box .side-btn a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #c0000d;
    font-size: 7px;
    margin-bottom: 10px;
    position: relative
}

.shop-details .releted-products .releted-slider .single-box .side-btn a:last-child {
    margin-bottom: 0
}

.shop-details .releted-products .releted-slider .single-box .side-btn a:hover {
    background: #c0000d;
    color: #fff
}

.shop-details .releted-products .releted-slider .single-box:hover {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.shop-details .releted-products .releted-slider .single-box:hover .part-img .img-1 {
    opacity: 1
}

.shop-details .releted-products .releted-slider .single-box:hover .part-img .img-2 {
    opacity: 0
}

.shop-details .releted-products .releted-slider .single-box:hover .part-txt .bottom .add-to-chart {
    background: #c0000d;
    border-color: #c0000d;
    color: #fff
}

.shop-details .releted-products .releted-slider .single-box:hover .part-txt .bottom .add-to-chart:hover {
    background: #fff;
    color: #c0000d
}

.shop-details .releted-products .releted-slider .single-box:hover .side-btn {
    right: 30px
}

.shop-details .releted-products .releted-slider .owl-nav {
    position: absolute;
    top: -69px;
    right: 0
}

.shop-details .releted-products .releted-slider .owl-nav button {
    font-size: 5px;
    color: rgba(255, 69, 69, .5)
}

.shop-details .releted-products .releted-slider .owl-nav button.owl-prev {
    margin-right: 20px
}

.shop-details .releted-products .releted-slider .owl-nav button:hover {
    color: #c0000d
}

.blog-inner {
    background: 0 0
}

.blog-inner .single-box {
    background: #f9f9f9;
    margin-bottom: 30px
}

.blog-inner .single-box:hover {
    background: 0 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12)
}

.blog-inner .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.blog-inner .pagination.pagination-2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.blog-inner .pagination ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .pagination ul li {
    list-style: none;
    margin-left: 10px
}

.blog-inner .pagination ul li:first-child {
    margin-left: 0
}

.blog-inner .pagination ul li a {
    text-align: center;
    min-width: 34px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c0000d;
    border-radius: 5px;
    color: #3c3434
}

.blog-inner .pagination ul li a.active {
    background: #c0000d;
    color: #fff
}

.blog-inner .pagination ul li a i {
    font-size: 10px
}

.blog-inner .pagination ul li a i svg {
    vertical-align: sub
}

.blog-inner .pagination ul li a:hover {
    background: #c0000d;
    color: #fff
}

.blog-inner .pagination ul li.prev {
    margin-right: 15px
}

.blog-inner .pagination ul li.prev a i {
    font-size: 9px;
    vertical-align: -webkit-baseline-middle
}

.blog-inner .pagination ul li.next {
    margin-left: 25px
}

.blog-inner .pagination ul li.next a i {
    font-size: 9px;
    vertical-align: -webkit-baseline-middle
}

.blog-inner .sidebar h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 25px
}

.blog-inner .sidebar h3:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #c0000d
}

.blog-inner .sidebar .search-area {
    margin-bottom: 50px
}

.blog-inner .sidebar .search-area form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .sidebar .search-area form input {
    height: 45px;
    background: #ffebff;
    border: 1px solid #dbdbdb;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    width: 100%;
    padding: 0 16px;
    font-size: 14px
}

.blog-inner .sidebar .search-area form button {
    background: #c0000d;
    color: #fff;
    border: 1px solid #c0000d;
    border-radius: 0 5px 5px 0;
    font-size: 8px;
    padding: 0 24px
}

.blog-inner .sidebar .category {
    margin-bottom: 36px
}

.blog-inner .sidebar .category ul {
    padding: 0;
    margin: 0
}

.blog-inner .sidebar .category ul li {
    list-style: none;
    padding-bottom: 11px
}

.blog-inner .sidebar .category ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #3c3434;
    text-transform: capitalize
}

.blog-inner .sidebar .category ul li a:hover {
    color: #c0000d
}

.blog-inner .sidebar .recent-post {
    margin-bottom: 50px
}

.blog-inner .sidebar .recent-post ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: -5px
}

.blog-inner .sidebar .recent-post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

.blog-inner .sidebar .recent-post ul li:last-child {
    padding-bottom: 0
}

.blog-inner .sidebar .recent-post ul li .part-img {
    width: 100px;
    height: 94px;
    border-radius: 5px;
    overflow: hidden
}

.blog-inner .sidebar .recent-post ul li .part-img img {
    width: 100%
}

.blog-inner .sidebar .recent-post ul li .part-txt {
    width: 250px;
    margin-bottom: -5px
}

.blog-inner .sidebar .recent-post ul li .part-txt a {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 13px
}

.blog-inner .sidebar .recent-post ul li .part-txt a:hover {
    color: #c0000d
}

.blog-inner .sidebar .recent-post ul li .part-txt span {
    font-size: 14px;
    line-height: 100%;
    color: #3c3434;
    font-style: italic
}

.blog-inner .sidebar .recent-post ul li .part-txt span i {
    margin-right: 10px
}

.blog-inner .sidebar .sale-products {
    margin-bottom: 55px
}

.blog-inner .sidebar .sale-products ul {
    padding: 0;
    margin: 0;
    margin-top: -5px
}

.blog-inner .sidebar .sale-products ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0
}

.blog-inner .sidebar .sale-products ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.blog-inner .sidebar .sale-products ul li .part-img {
    position: relative;
    width: 100px;
    height: 94px;
    background: #f9f9f9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-inner .sidebar .sale-products ul li .part-img img {
    padding: 10px 0;
    min-width: inherit;
    width: auto;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-inner .sidebar .sale-products ul li .part-img .img-2 {
    position: absolute;
    opacity: 0
}

.blog-inner .sidebar .sale-products ul li .part-txt {
    margin-top: -5px
}

.blog-inner .sidebar .sale-products ul li .part-txt a {
    font-size: 16px;
    line-height: 20px;
    color: #3c3434;
    margin-bottom: 18px
}

.blog-inner .sidebar .sale-products ul li .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: #3c3434;
    margin-bottom: 12px
}

.blog-inner .sidebar .sale-products ul li .part-txt .price span {
    margin-left: 5px;
    font-weight: 400;
    position: relative
}

.blog-inner .sidebar .sale-products ul li .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #3c3434
}

.blog-inner .sidebar .sale-products ul li:hover .part-img {
    background: #ffe9d0;
    border-color: #ffe9d0
}

.blog-inner .sidebar .sale-products ul li:hover .part-img .img-1 {
    opacity: 0
}

.blog-inner .sidebar .sale-products ul li:hover .part-img .img-2 {
    opacity: 1
}

.blog-inner .sidebar .products-tag .tags {
    padding-top: 5px
}

.blog-inner .sidebar .products-tag .tags a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #3c3434;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px
}

.blog-inner .sidebar .products-tag .tags a:hover {
    color: #fff;
    border-color: #c0000d;
    background: #c0000d
}

.blog-inner .main-content .main-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #3c3434;
    margin-top: -4px;
    margin-bottom: 44px
}

.blog-inner .main-content .main-image {
    border-radius: 10px;
    overflow: hidden
}

.blog-inner .main-content .main-image img {
    min-width: inherit;
    width: 100%
}

.blog-inner .main-content .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding: 30px 0
}

.blog-inner .main-content .blog-info .admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-inner .main-content .blog-info .admin .img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
    margin-right: 8px
}

.blog-inner .main-content .blog-info .admin p {
    font-size: 12px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: 0
}

.blog-inner .main-content .blog-info .admin p span {
    margin: 0 12px
}

.blog-inner .main-content .blog-info .add-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .main-content .blog-info .add-info div {
    margin-right: 20px;
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-inner .main-content .blog-info .add-info div.comnt {
    background: #f80
}

.blog-inner .main-content .blog-info .add-info div.like {
    background: #c0000d
}

.blog-inner .main-content .blog-info .add-info div.view {
    background: #01bad4
}

.blog-inner .main-content .blog-info .add-info div:last-child {
    margin-right: 0
}

.blog-inner .main-content .blog-info .add-info div i {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-right: 8px
}

.blog-inner .main-content .blog-info .add-info div span {
    font-size: 14px;
    color: #fff
}

.blog-inner .main-content .part-txt {
    padding-top: 25px
}

.blog-inner .main-content .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 18px
}

.blog-inner .main-content .part-txt p.quoted {
    background: #ffebff;
    padding: 25px 30px 22px;
    border-radius: 10px;
    margin-top: 23px;
    margin-bottom: 25px;
    font-style: italic
}

.blog-inner .main-content .part-txt p.quoted i {
    color: #c0000d;
    font-size: 14px
}

.blog-inner .main-content .part-img {
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden
}

.blog-inner .main-content .other-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 30px 0;
    margin-top: 23px
}

.blog-inner .main-content .other-info .tags-btn a {
    height: 40px;
    line-height: 40px;
    background: #c0000d;
    border: 1px solid #c0000d;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    margin-right: 15px
}

.blog-inner .main-content .other-info .tags-btn a:last-child {
    margin-right: 0
}

.blog-inner .main-content .other-info .tags-btn a:hover {
    background: 0 0;
    color: #c0000d
}

.blog-inner .main-content .other-info .socials a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    color: #fff;
    margin-right: 6px
}

.blog-inner .main-content .other-info .socials a.fb {
    background: #1976d2
}

.blog-inner .main-content .other-info .socials a.tw {
    background: #03a9f4
}

.blog-inner .main-content .other-info .socials a.gl {
    background: #dd4b39
}

.blog-inner .main-content .other-info .socials a.ld {
    background: #007ab9
}

.blog-inner .main-content .other-info .socials a.yt {
    background: #f44336
}

.blog-inner .main-content .other-info .socials a:last-child {
    margin-right: 0
}

.blog-inner .main-content .other-info .socials a:hover {
    -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2)
}

.blog-inner .main-content .review-area {
    padding-top: 50px
}

.blog-inner .main-content .review-area .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: 24px
}

.blog-inner .main-content .review-area .blog-comment .single-comment {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-inner .main-content .review-area .blog-comment .single-comment.reply {
    margin-left: 70px
}

.blog-inner .main-content .review-area .blog-comment .single-comment.reply .txt {
    max-width: 533px
}

.blog-inner .main-content .review-area .blog-comment .single-comment .img {
    width: 105px;
    height: 104px;
    border-radius: 5px;
    overflow: hidden
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt {
    max-width: 603px;
    margin-bottom: -4px
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-top: -2px;
    margin-bottom: 0
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt .name .star {
    font-size: 9px;
    color: #c0000d;
    margin-top: -1px
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 7px
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt span {
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    color: #737373
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt a {
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #737373;
    margin-left: 25px
}

.blog-inner .main-content .review-area .blog-comment .single-comment .txt a:hover {
    color: #c0000d
}

.blog-inner .main-content .review-area .post-a-review {
    padding-top: 20px
}

.blog-inner .main-content .review-area .post-a-review h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-top: -2px;
    margin-bottom: 12px
}

.blog-inner .main-content .review-area .post-a-review p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 10px
}

.blog-inner .main-content .review-area .post-a-review form .simple-rating {
    margin-bottom: 24px
}

.blog-inner .main-content .review-area .post-a-review form .simple-rating i {
    color: #c0000d;
    padding-right: 7px;
    cursor: pointer;
    font-size: 11px
}

.blog-inner .main-content .review-area .post-a-review form input {
    width: 100%;
    height: 60px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 0 25px;
    color: #3c3434;
    margin-bottom: 30px
}

.blog-inner .main-content .review-area .post-a-review form input::-webkit-input-placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form input:-ms-input-placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form input::-ms-input-placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form input::placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form input:focus {
    border-color: #c0000d
}

.blog-inner .main-content .review-area .post-a-review form textarea {
    width: 100%;
    height: 195px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 20px 25px;
    color: #3c3434;
    margin-bottom: 23px
}

.blog-inner .main-content .review-area .post-a-review form textarea::-webkit-input-placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form textarea:-ms-input-placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form textarea::-ms-input-placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form textarea::placeholder {
    color: #b0b0b0
}

.blog-inner .main-content .review-area .post-a-review form textarea:focus {
    border-color: #c0000d
}

.blog-inner .main-content .review-area .post-a-review form button {
    height: 60px;
    line-height: 60px;
    background: #c0000d;
    border: 1px solid #c0000d;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 34px
}

.blog-inner .main-content .review-area .post-a-review form button:hover {
    background: 0 0;
    color: #c0000d
}

.about {
    padding-top: 100px;
    padding-bottom: 60px
}

.about .part-img img {
    min-width: inherit;
    width: auto
}

.about .part-txt h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 4px
}

.about .part-txt h5 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 23px
}

.about .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 18px
}

.about .part-txt ul {
    padding: 30px 0;
    margin-bottom: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #c0000d;
    margin-top: 23px
}

.about .part-txt ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about .part-txt ul li.signature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 85px
}

.about .part-txt ul li.signature .img-1 {
    width: 45px;
    height: 45px;
    border: 3px solid #c0000d;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-right: 15px
}

.about .part-txt ul li.signature .img-1 img {
    width: 100%
}

.about .part-txt ul li.off-day {
    margin-top: -5px
}

.about .part-txt ul li.off-day .part-icon span {
    font-size: 22px;
    color: #c0000d;
    margin-right: 19px
}

.about .part-txt ul li.off-day .txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 0
}

.about .part-txt ul li.off-day .txt p span {
    display: block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 2px
}

.about .part-txt .def-btn {
    height: 60px;
    line-height: 58px;
    background: #c0000d;
    border: 1px solid #c0000d;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px
}

.about .part-txt .def-btn:hover {
    background: #fff;
    color: #c0000d
}

.feature-inner {
    padding-top: 60px
}

.vision {
    padding: 60px 0
}

.vision .part-txt h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 4px
}

.vision .part-txt h5 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 23px
}

.vision .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 18px
}

.vision .part-txt ul {
    margin-bottom: -7px;
    padding-left: 20px
}

.vision .part-txt ul li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    position: relative
}

.vision .part-txt ul li:first-child {
    margin-bottom: 18px
}

.vision .part-txt ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -20px;
    width: 8px;
    height: 8px;
    background: rgba(255, 69, 69, .5);
    border-radius: 50%
}

.vision .part-txt ul li:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -18px;
    width: 4px;
    height: 4px;
    background: #c0000d;
    border-radius: 50%
}

.vision .part-img {
    margin-left: 200px;
    border-radius: 10px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2
}

.vision .part-img:after {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 10px;
    z-index: -1
}

.vision .part-img img {
    border-radius: 10px
}

.mission {
    padding-top: 60px;
    padding-bottom: 100px
}

.mission .part-img {
    margin-right: 30px;
    border-radius: 10px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2
}

.mission .part-img:after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -35px;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 10px;
    z-index: -1
}

.mission .part-img img {
    border-radius: 10px
}

.mission .part-txt h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 4px
}

.mission .part-txt h5 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 23px
}

.mission .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 20px
}

.mission .part-txt ul {
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mission .part-txt ul:last-child {
    margin-bottom: -10px
}

.mission .part-txt ul li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    color: #3c3434;
    padding-left: 20px;
    min-width: 220px;
    position: relative
}

.mission .part-txt ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: rgba(255, 69, 69, .5);
    border-radius: 50%
}

.mission .part-txt ul li:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 2px;
    width: 4px;
    height: 4px;
    background: #c0000d;
    border-radius: 50%
}

.video {
    background: url(../images/video-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 165px;
    padding-bottom: 245px
}

.video .btn-area {
    text-align: center
}

.video .btn-area .vdo-btn {
    text-align: center;
    width: 125px;
    height: 125px;
    line-height: 110px;
    font-size: 40px;
    background: #f5f5f5;
    color: #c0000d;
    border: 10px solid #cdcdcd;
    border-radius: 50%
}

.video .btn-area .vdo-btn i {
    margin-left: 10px
}

.video .btn-area .vdo-btn:hover {
    border-color: #c0000d
}

.counter-area {
    padding-bottom: 100px;
    margin-top: -80px
}

.counter-area .single-box {
    background: #ffebff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.counter-area .single-box .icon {
    height: 40px;
    margin-bottom: 25px
}

.counter-area .single-box .icon img {
    min-width: inherit;
    width: auto;
    height: 100%
}

.counter-area .single-box .txt {
    text-align: center
}

.counter-area .single-box .txt h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #3c3434;
    margin-top: -4px;
    margin-bottom: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.counter-area .single-box .txt h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3c3434;
    margin-bottom: -11px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.counter-area .single-box:hover {
    background: #ffcfff
}

.counter-area .single-box:hover .txt h2,
.counter-area .single-box:hover .txt h3 {
    color: #c0000d
}

.about-2 {
    padding: 100px 0
}

.about-2 .part-img {
    margin-right: 85px;
    margin-bottom: 35px;
    position: relative;
    z-index: 2
}

.about-2 .part-img:after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: -35px;
    width: 100%;
    height: 100%;
    background: #c0000d;
    border-radius: 10px;
    z-index: -1
}

.about-2 .part-img img {
    min-width: inherit;
    width: 100%;
    border-radius: 10px
}

.about-2 .part-img .txt {
    position: absolute;
    top: 50%;
    right: -85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 170px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 85px 30px;
    z-index: 2
}

.about-2 .part-img .txt:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
    background: #ffe9d0;
    z-index: -1
}

.about-2 .part-img .txt h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #3c3434;
    margin-top: -9px;
    margin-bottom: -13px
}

.about-2 .part-txt h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 4px
}

.about-2 .part-txt h5 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 23px
}

.about-2 .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 18px
}

.about-2 .part-txt ul {
    padding: 0;
    margin-top: 28px;
    margin-bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-2 .part-txt ul li {
    list-style: none
}

.about-2 .part-txt ul li .icon span {
    font-size: 22px;
    color: #c0000d;
    margin-right: 19px
}

.about-2 .part-txt ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 0;
    margin-right: 50px
}

.about-2 .part-txt ul li p span {
    display: block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700
}

.about-2 .part-txt .def-btn {
    height: 60px;
    line-height: 58px;
    background: #c0000d;
    border: 1px solid #c0000d;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px
}

.about-2 .part-txt .def-btn:hover {
    background: #fff;
    color: #c0000d
}

.skill {
    background: #ffebff;
    padding: 100px 0
}

.skill .skill-area h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 10px
}

.skill .skill-area p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 13px
}

.skill .skill-area .bar-title {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-top: 30px;
    margin-bottom: 8px
}

.skill .skill-area .progress {
    background: #3c3434;
    height: 10px;
    border-radius: 5px;
    overflow: visible
}

.skill .skill-area .progress .progress-bar {
    background: #c0000d;
    border-radius: 5px;
    overflow: visible;
    position: relative
}

.skill .skill-area .progress .progress-bar span {
    position: absolute;
    top: -15px;
    right: -4px;
    width: 40px;
    height: 40px;
    background: rgba(255, 69, 69, .6);
    border-radius: 50%;
    font-size: 16px;
    line-height: 41px;
    z-index: 2
}

.skill .skill-area .progress .progress-bar span:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    background: #c0000d;
    border-radius: 50%;
    z-index: -1
}

.skill .part-img {
    border-radius: 10px;
    overflow: hidden
}

.skill .part-img img {
    min-width: inherit;
    width: 100%
}

.skill .what-we-do h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 10px
}

.skill .what-we-do p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: 18px
}

.skill .what-we-do .def-btn {
    height: 60px;
    line-height: 58px;
    background: #c0000d;
    border: 1px solid #c0000d;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px
}

.skill .what-we-do .def-btn:hover {
    background: #fff;
    color: #c0000d
}

.history {
    padding-top: 100px;
    padding-bottom: 70px
}

.history .heading {
    margin-bottom: 55px
}

.history .heading h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 10px
}

.history .heading p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: -7px
}

.history .single-box {
    padding: 30px 28px 30px 30px;
    background: #ffebff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.history .single-box .part-icon {
    margin-right: 29px
}

.history .single-box .part-icon span {
    text-align: center;
    width: 117px;
    height: 117px;
    line-height: 117px;
    background: rgba(255, 69, 69, .6);
    border-radius: 50%;
    font-size: 45px;
    color: #fff;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 2
}

.history .single-box .part-icon span:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #c0000d;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.history .single-box .part-icon span i[class^=flaticon-]:before,
.history .single-box .part-icon span i[class*=" flaticon-"]:before {
    line-height: inherit
}

.history .single-box .part-txt h4 {
    display: inline-block;
    height: 26px;
    line-height: 28px;
    background: #ffcfff;
    border-radius: 13px;
    font-size: 16px;
    color: #3c3434;
    padding: 0 15px;
    margin-bottom: 15px
}

.history .single-box .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 400;
    text-transform: capitalize;
    color: #3c3434;
    margin-bottom: 14px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.history .single-box .part-txt h3 span {
    font-weight: 700
}

.history .single-box .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: -7px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.history .single-box:hover {
    background: #c0000d
}

.history .single-box:hover .part-icon span {
    background: rgba(255, 235, 255, .6);
    color: #c0000d
}

.history .single-box:hover .part-icon span:after {
    background: #ffebff
}

.history .single-box:hover .part-txt h4 {
    background: #ffebff
}

.history .single-box:hover .part-txt h3,
.history .single-box:hover .part-txt p {
    color: #fff
}

.team {
    background: #ffebff;
    padding: 100px 0
}

.team .heading {
    margin-bottom: 55px
}

.team .heading h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3434;
    margin-top: -6px;
    margin-bottom: 10px
}

.team .heading p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: -7px
}

.team .single-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box .part-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.team .single-box .part-img img {
    min-width: inherit;
    width: 100%
}

.team .single-box .part-img .social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.team .single-box .part-img .social a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    color: #fff;
    margin-top: 121px;
    margin-right: 10px
}

.team .single-box .part-img .social a.fb {
    background: #1976d2
}

.team .single-box .part-img .social a.tw {
    background: #03a9f4
}

.team .single-box .part-img .social a.gl {
    background: #dd4b39
}

.team .single-box .part-img .social a.ld {
    background: #007ab9
}

.team .single-box .part-img .social a:last-child {
    margin-right: 0
}

.team .single-box .part-img .social a:hover {
    -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .2)
}

.team .single-box .part-txt {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 5px
}

.team .single-box .part-txt h3 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
    color: #3c3434;
    text-transform: capitalize;
    margin-bottom: 8px
}

.team .single-box .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: -3px
}

.team .single-box:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.team .single-box:hover .social {
    opacity: 1
}

.team .single-box:hover .social a {
    margin-top: 0
}

.shop-cart {
    padding: 100px 0
}

.shop-cart .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dbdbdb;
    border-radius: 10px 10px 0 0
}

.shop-cart .table thead tr th {
    border: 0;
    padding: 20px 25px 14px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    color: #3c3434;
    text-align: center;
    border-left: 1px solid;
    border-color: #dbdbdb
}

.shop-cart .table thead tr th:first-child {
    text-align: left;
    border-left: 0
}

.shop-cart .table tbody tr td {
    border-left: 1px solid;
    border-color: #dbdbdb;
    padding: 25px
}

.shop-cart .table tbody tr td:first-child {
    border-left: 0;
    width: 508px
}

.shop-cart .table tbody tr td .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-cart .table tbody tr td .product .part-img {
    width: 85px;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    background: #ffebff;
    border-radius: 3px;
    margin-right: 29px
}

.shop-cart .table tbody tr td .product .part-img img {
    min-width: inherit;
    width: auto;
    height: 100%
}

.shop-cart .table tbody tr td .product .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: 0
}

.shop-cart .table tbody tr td .price {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-cart .table tbody tr td .price p {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 0
}

.shop-cart .table tbody tr td .product-quantity {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-cart .table tbody tr td .product-quantity .product-count {
    height: 35px
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity {
    position: relative;
    display: inline-block;
    padding: 0 29px;
    border: 1px solid #c0000d;
    border-radius: 3px
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity input {
    width: 65px;
    padding-left: 0;
    margin-left: -2px;
    margin-right: -20px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #3c3434
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav .quantity-button {
    height: 35px;
    line-height: 35px;
    width: 29px;
    text-align: center;
    font-size: 4px;
    color: #3c3434;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav .quantity-button.quantity-down {
    left: 0;
    border-right: 1px solid #c0000d
}

.shop-cart .table tbody tr td .product-quantity .product-count .quantity .quantity-nav .quantity-button.quantity-up {
    right: 0;
    border-left: 1px solid #c0000d
}

.shop-cart .table tbody tr td .total-price {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-cart .table tbody tr td .total-price p {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 0
}

.shop-cart .table tbody tr td .delete {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-cart .table tbody tr td .delete button {
    padding: 0;
    color: #c0000d
}

.shop-cart .cart-totals {
    padding-top: 100px
}

.shop-cart .cart-totals .coupon {
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.shop-cart .cart-totals .coupon .coupon-title {
    background: #c0000d;
    padding: 25px 30px 19px
}

.shop-cart .cart-totals .coupon .coupon-title h2 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.shop-cart .cart-totals .coupon .part-txt {
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 30px
}

.shop-cart .cart-totals .coupon .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #b0b0b0;
    margin-top: -1px;
    margin-bottom: 27px
}

.shop-cart .cart-totals .coupon .part-txt form .wrap {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input {
    height: 58px;
    padding: 0 20px;
    width: 100%
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input::-webkit-input-placeholder {
    color: #b0b0b0
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input:-ms-input-placeholder {
    color: #b0b0b0
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input::-ms-input-placeholder {
    color: #b0b0b0
}

.shop-cart .cart-totals .coupon .part-txt form .wrap input::placeholder {
    color: #b0b0b0
}

.shop-cart .cart-totals .coupon .part-txt form button {
    height: 60px;
    line-height: 60px;
    background: #c0000d;
    border: 1px solid #c0000d;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 24px
}

.shop-cart .cart-totals .coupon .part-txt form button:hover {
    background: 0 0;
    color: #c0000d
}

.shop-cart .cart-totals .proceed-to-checkout {
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.shop-cart .cart-totals .proceed-to-checkout .checkout-title {
    background: #c0000d;
    padding: 25px 30px 19px
}

.shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt {
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 30px
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
    padding: 0;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #3c3434;
    margin-top: -1px
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
    margin-right: 38px
}

.shop-cart .cart-totals .proceed-to-checkout .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin-top: -1px;
    margin-bottom: -3px
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box {
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 30px;
    text-align: right
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
    padding: 0;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: #3c3434;
    margin-top: -1px
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
    margin-right: 38px
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
    height: 60px;
    line-height: 60px;
    background: #c0000d;
    border: 1px solid #c0000d;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 24px
}

.shop-cart .cart-totals .proceed-to-checkout .bottom-box a:hover {
    background: 0 0;
    color: #c0000d
}

.shop-compare {
    padding: 100px 0
}

.shop-compare .box-wrap .single-box {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    overflow: hidden
}

.shop-compare .box-wrap .single-box .close-btn button {
    width: 100%;
    background: #dbdbdb;
    height: 49px;
    line-height: 46px;
    color: #c0000d;
    font-size: 16px
}

.shop-compare .box-wrap .single-box .close-btn button:hover {
    background: #c0000d;
    color: #fff
}

.shop-compare .box-wrap .single-box .product-area .part-img {
    height: 211px;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-compare .box-wrap .single-box .product-area .part-img img {
    min-width: inherit;
    width: auto;
    max-height: 100%
}

.shop-compare .box-wrap .single-box .product-area .part-txt {
    text-align: center;
    padding-bottom: 30px
}

.shop-compare .box-wrap .single-box .product-area .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin-top: -1px;
    margin-bottom: 15px
}

.shop-compare .box-wrap .single-box .product-area .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 22px
}

.shop-compare .box-wrap .single-box .product-area .part-txt .star {
    font-size: 9px;
    color: #c0000d;
    margin-bottom: -3px
}

.shop-compare .box-wrap .single-box .product-area .part-txt .star span {
    font-size: 11px;
    line-height: 100%;
    color: #3c3434;
    margin-left: 6px
}

.shop-compare .box-wrap .single-box .product-features ul {
    padding: 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #dbdbdb
}

.shop-compare .box-wrap .single-box .product-features ul li {
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    padding-top: 19px;
    padding-bottom: 17px
}

.shop-compare .box-wrap .single-box .product-features ul li i {
    margin-left: 15px;
    font-size: 16px
}

.shop-compare .box-wrap .single-box .product-features ul li i.fa-times {
    color: #c0000d
}

.shop-compare .box-wrap .single-box .product-features ul li i.fa-check {
    color: #00b500
}

.shop-compare .box-wrap .single-box .bottom-txt {
    padding: 30px;
    text-align: center
}

.shop-compare .box-wrap .single-box .bottom-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-top: -5px;
    margin-bottom: -7px
}

.form-wrap {
    padding: 100px 0
}

.form-wrap .login-form {
    -webkit-box-shadow: 0 0 30px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 30px
}

.form-wrap .login-form h4 {
    height: 60px;
    background: #c0000d;
    border-radius: 10px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-left: 30px;
    padding-right: 11px;
    margin-bottom: 40px
}

.form-wrap .login-form h4 span {
    font-size: 30px;
    float: right;
    opacity: .3
}

.form-wrap .login-form form input[type=email],
.form-wrap .login-form form [type=password] {
    width: 100%;
    height: 60px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 30px
}

.form-wrap .login-form form input[type=email]::-webkit-input-placeholder,
.form-wrap .login-form form [type=password]::-webkit-input-placeholder {
    color: #b0b0b0
}

.form-wrap .login-form form input[type=email]:-ms-input-placeholder,
.form-wrap .login-form form [type=password]:-ms-input-placeholder {
    color: #b0b0b0
}

.form-wrap .login-form form input[type=email]::-ms-input-placeholder,
.form-wrap .login-form form [type=password]::-ms-input-placeholder {
    color: #b0b0b0
}

.form-wrap .login-form form input[type=email]::placeholder,
.form-wrap .login-form form [type=password]::placeholder {
    color: #b0b0b0
}

.form-wrap .login-form form a {
    float: right;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin-top: -1px;
    margin-bottom: 27px
}

.form-wrap .login-form form a:hover {
    text-decoration: underline
}

.form-wrap .login-form form button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #c0000d;
    border: 2px solid #c0000d;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

.form-wrap .login-form form button:hover {
    background: 0 0;
    color: #c0000d;
    border-color: rgba(255, 69, 69, .5)
}

.form-wrap .login-form form .form-check {
    margin-bottom: -6px;
    padding-left: 28px
}

.form-wrap .login-form form .form-check input {
    margin-left: -28px;
    cursor: pointer
}

.form-wrap .login-form form .form-check label {
    font-size: 16px;
    color: #3c3434;
    cursor: pointer
}

.form-wrap .sign-up-form {
    -webkit-box-shadow: 0 0 30px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 30px
}

.form-wrap .sign-up-form h4 {
    height: 60px;
    background: #c0000d;
    border-radius: 10px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-left: 30px;
    padding-right: 11px;
    margin-bottom: 40px
}

.form-wrap .sign-up-form h4 span {
    font-size: 30px;
    float: right;
    opacity: .3
}

.form-wrap .sign-up-form form input {
    width: 100%;
    height: 60px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0 30px
}

.form-wrap .sign-up-form form input::-webkit-input-placeholder {
    color: #b0b0b0
}

.form-wrap .sign-up-form form input:-ms-input-placeholder {
    color: #b0b0b0
}

.form-wrap .sign-up-form form input::-ms-input-placeholder {
    color: #b0b0b0
}

.form-wrap .sign-up-form form input::placeholder {
    color: #b0b0b0
}

.form-wrap .sign-up-form form button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #c0000d;
    border: 2px solid #c0000d;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 29px
}

.form-wrap .sign-up-form form button:hover {
    background: 0 0;
    color: #c0000d;
    border-color: rgba(255, 69, 69, .5)
}

.form-wrap .sign-up-form p {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    color: #3c3434;
    margin-bottom: -3px
}

.form-wrap .sign-up-form p a {
    color: #c0000d
}

.form-wrap .sign-up-form p a:hover {
    text-decoration: underline
}

.contact {
    padding: 100px 0
}

.contact .contact-box {
    background: #c0000d;
    border-radius: 10px;
    padding: 60px;
    position: relative;
    z-index: 2
}

.contact .contact-box:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #ffebff;
    border-radius: 10px;
    z-index: -1
}

.contact .contact-box .contact-info .title {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dbdbdb;
    position: relative
}

.contact .contact-box .contact-info .title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 90px;
    height: 1px;
    background: #c0000d
}

.contact .contact-box .contact-info .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0
}

.contact .contact-box .contact-info .single-box .part-icon {
    margin-right: 20px
}

.contact .contact-box .contact-info .single-box .part-icon span {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #c0000d;
    border-radius: 50%;
    color: #fff
}

.contact .contact-box .contact-info .single-box .part-txt h3 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 400;
    color: #3c3434;
    margin-bottom: 9px
}

.contact .contact-box .contact-info .single-box .part-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #3c3434;
    margin-bottom: -7px
}

.contact .contact-box .contact-info .single-box .part-txt p span {
    display: block
}

.contact .contact-box .contact-info .single-box:last-child {
    padding-bottom: 0;
    border: 0
}

.contact .contact-box .contact-form .title {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #3c3434;
    margin-bottom: 40px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dbdbdb;
    position: relative
}

.contact .contact-box .contact-form .title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 90px;
    height: 1px;
    background: #c0000d
}

.contact .contact-box .contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact .contact-box .contact-form form input {
    width: 337.5px;
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 0 20px
}

.contact .contact-box .contact-form form input:focus {
    border-color: #c0000d
}

.contact .contact-box .contact-form form textarea {
    width: 100%;
    height: 125px;
    margin-bottom: 30px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 15px 20px
}

.contact .contact-box .contact-form form textarea:focus {
    border-color: #c0000d
}

.contact .contact-box .contact-form form button {
    height: 60px;
    line-height: 60px;
    background: #c0000d;
    border: 2px solid #c0000d;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 35px
}

.contact .contact-box .contact-form form button:hover {
    background: 0 0;
    color: #c0000d;
    border-color: rgba(255, 69, 69, .5)
}

.map iframe {
    margin-bottom: -7px;
    width: 100%;
    height: 650px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .container {
        padding: 0
    }
    .header .top-header .top-right .select-lang ul {
        left: auto !important;
        right: 0
    }
    .header .bottom-header .navbar .others-btn button {
        margin-left: 20px
    }
    .header .bottom-header .navbar .navbar-nav {
        margin: auto
    }
    .header.header-2 .bottom-header .navbar .navbar-nav {
        margin: inherit
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 32px 10px 33px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px
    }
    .header .bottom-header .logo {
        width: 130px
    }
    .header .bottom-header .logo img {
        width: 100%
    }
    .header.header-2 .top-header .top-left:before {
        right: 170px
    }
    .header.header-2 .top-header .top-left:after {
        right: 180px
    }
    .banner.banner-2 .slider-1 .part-txt,
    .banner.banner-2 .slider-2 .part-txt {
        padding: 182px 0 100px
    }
    .banner.banner-2 .slider-1 .part-txt h4,
    .banner.banner-2 .slider-2 .part-txt h4 {
        margin-bottom: 20px
    }
    .banner.banner-2 .slider-1 .part-txt h1,
    .banner.banner-2 .slider-2 .part-txt h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 19px
    }
    .banner.banner-2 .slider-1 .part-img,
    .banner.banner-2 .slider-2 .part-img {
        width: 100%;
        margin: 0
    }
    .banner.banner-2 .slider-1 .part-img img,
    .banner.banner-2 .slider-2 .part-img img {
        margin-left: 0;
        max-width: 100%
    }
    .banner.banner-2 .owl-dots {
        bottom: 43px
    }
    .feature .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -1px;
        margin-bottom: 5px
    }
    .feature .single-box .part-txt p {
        font-size: 15px
    }
    .hot-deal .single-box {
        padding: 10px
    }
    .hot-deal .single-box .box {
        padding: 0 15px !important
    }
    .hot-deal .single-box .box .part-txt h3 {
        font-size: 20px
    }
    .hot-deal .single-box .box .part-img {
        width: 30% !important
    }
    .our-product .tab-content .tab-pane .single-box {
        padding: 20px
    }
    .best-deal .part-img {
        padding-bottom: 15px
    }
    .best-deal .part-img:before {
        left: -15px;
        width: 80%;
        height: 80%
    }
    .best-deal .part-img img {
        width: 100%
    }
    .best-deal .part-txt .top-txt .txt h3 {
        font-size: 22px;
        line-height: 32px
    }
    .best-deal .part-txt .top-txt .txt p {
        font-size: 16px
    }
    .best-deal .part-txt .top-txt .special {
        padding: 8px 20px 10px
    }
    .best-deal .part-txt {
        padding: 35px 40px
    }
    .best-deal .part-txt:before {
        right: -15px;
        bottom: -15px;
        width: 80%;
        height: 80%
    }
    .best-deal .part-txt .img {
        width: 130px;
        margin-bottom: 30px
    }
    .best-deal .part-txt .img img {
        width: 100%
    }
    .best-deal .part-txt h6 {
        margin-bottom: 14px
    }
    .best-deal .part-txt .price {
        font-size: 24px;
        margin-bottom: 19px
    }
    .best-deal .part-txt .pro-bar {
        margin-bottom: 18px
    }
    .best-deal .part-txt h5 {
        margin-bottom: 17px
    }
    .best-deal .part-txt .counter .countdown .single-box .time {
        margin-bottom: 5px
    }
    .best-deal.best-deal-2 .deal-slider .single-box {
        padding: 15px
    }
    .best-seller .sidebar .top h2 {
        font-size: 20px;
        line-height: 30px
    }
    .best-seller .sidebar ul li .part-img {
        width: 60px;
        height: 60px;
        margin-right: 10px
    }
    .best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
        padding: 25px 15px
    }
    .best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt p {
        font-size: 14px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box {
        padding: 10px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 15px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
        padding: 15px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
        max-width: 100%;
        height: auto
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
        max-width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
    .ad .bg {
        background-size: cover;
        padding: 0 50px
    }
    .blog .single-box {
        padding: 20px
    }
    .blog .single-box .part-img img {
        width: 100%
    }
    .products .single-part .top h2 {
        font-size: 22px;
        line-height: 32px;
        margin-top: -7px
    }
    .products .single-part .single-box {
        padding: 15px
    }
    .products .single-part .single-box .part-txt a {
        font-size: 14px
    }
    .brands .all-brand .single-brand {
        height: 70px
    }
    .brands .all-brand .single-brand img {
        max-height: 100%
    }
    .feature-2 .single-box .bg .part-icon {
        height: auto;
        width: 40px;
        margin-right: 20px
    }
    .feature-2 .single-box .bg .part-icon img {
        width: 100%;
        height: auto
    }
    .breadcrumb-area.breadcrumb-area-2 {
        padding-top: 82px
    }
    .breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
        padding: 150px 0
    }
    .breadcrumb-area .breadcrumb-txt {
        padding: 150px 0
    }
    .shop-grid .all-product .single-box {
        padding: 20px
    }
    .shop-grid .all-product .single-box .part-txt p {
        font-size: 14px
    }
    .shop-grid-2 .side-bar h3 {
        font-size: 22px
    }
    .shop-grid-2 .side-bar .feature-products ul li .part-img {
        width: 60px;
        height: 60px;
        margin-right: 10px
    }
    .shop-grid-2 .side-bar .sidebar-ad {
        border-radius: 5px
    }
    .shop-grid-2 .side-bar .sidebar-ad .part-txt {
        padding: 12px
    }
    .shop-list .lists .single-box .box .part-img {
        width: 100%
    }
    .shop-list .lists .single-box .box .part-txt .txt .tags {
        padding-left: 50px
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
        padding-left: 50px
    }
    .shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
        width: 90px;
        height: 90px
    }
    .shop-details .item-section .part-img .product-slider {
        width: 360px;
        height: 390px
    }
    .shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
        width: 360px;
        height: 390px !important
    }
    .shop-details .item-section .part-txt {
        padding-left: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
        max-width: 731px
    }
    .blog-inner .sidebar .recent-post ul li .part-img {
        width: 90px;
        height: 85px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt {
        width: 195px
    }
    .blog-inner .sidebar .sale-products ul li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .blog-inner .sidebar .sale-products ul li .part-img {
        margin-right: 0
    }
    .blog-inner .sidebar .sale-products ul li .part-txt {
        width: 185px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt {
        max-width: 464px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment.reply .txt {
        max-width: 393px
    }
    .about .part-img img {
        width: 100%
    }
    .vision .part-img {
        margin-bottom: 15px;
        margin-left: 0
    }
    .vision .part-img img {
        width: 100%
    }
    .vision .part-img:after {
        right: -15px;
        bottom: -15px
    }
    .mission .part-img {
        margin-bottom: 15px;
        margin-right: 0
    }
    .mission .part-img:after {
        left: -15px;
        bottom: -15px
    }
    .mission .part-img img {
        width: 100%
    }
    .history .single-box {
        padding: 20px 18px 20px 20px
    }
    .history .single-box .part-icon {
        margin-right: 19px
    }
    .history .single-box .part-icon span {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 35px
    }
    .contact .contact-box .contact-form form input {
        width: 267.5px
    }
    .map iframe {
        height: 400px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header.header-2 .top-header .top-left:before,
    .header.header-2 .top-header .top-left:after {
        display: none
    }
    .header.header-2 .top-header .top-left a {
        color: #3c3434
    }
    .header.header-2 .top-header .top-left a:first-child {
        margin-right: 24px
    }
    .header.header-2 .top-header .top-left a i {
        background: #c0000d;
        color: #fff
    }
    .header.header-2 .top-header .top-left a:hover {
        color: #c0000d
    }
    .header.header-2 .bottom-header {
        position: inherit;
        background: #c0000d
    }
    .header.header-2 .bottom-header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
    .header.header-2 .bottom-header .bg:before,
    .header.header-2 .bottom-header .bg:after {
        display: none
    }
    .header.header-2 .bottom-header .bg .logo {
        width: 120px
    }
    .header.header-2 .bottom-header .bg .others-btn button {
        font-size: 8px;
        color: #fff;
        padding: 0 8px
    }
    .header.header-2 .bottom-header .bg .others-btn button span {
        background: #fff;
        color: #c0000d;
        width: 13px;
        height: 13px;
        line-height: 14px;
        font-size: 10px
    }
    .header.header-2 .bottom-header .bg .navbar-toggler {
        background: #fff;
        color: #c0000d
    }
    .header.header-2 .bottom-header .bg .navbar {
        padding-left: 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav {
        border-top: 0;
        background: #fff;
        border-radius: 5px;
        margin-bottom: 15px;
        max-height: 300px;
        overflow: scroll
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin: 10px 20px 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 20px;
        color: #3c3434
    }
    .header .top-header .top-right .select-lang ul {
        left: auto !important;
        right: 0
    }
    .header .bottom-header .logo img {
        width: 100%
    }
    .header .bottom-header .others-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header .bottom-header .others-btn button {
        padding: 0 15px;
        font-size: 18px;
        color: #c0000d;
        position: relative
    }
    .header .bottom-header .others-btn button span {
        position: absolute;
        top: 0;
        right: 5px;
        width: 15px;
        height: 15px;
        line-height: 16px;
        background: #c0000d;
        border-radius: 50%;
        color: #fff;
        font-size: 12px
    }
    .header .bottom-header .navbar-toggler {
        padding: 0;
        float: right;
        padding: 5px 10px;
        background: #c0000d;
        color: #fff;
        margin: 15px 0
    }
    .header .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #dbdbdb;
        padding: 10px 0;
        max-height: 300px;
        overflow-y: scroll
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 12px 15px 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 10px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px
    }
    .search-box .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .search-box form {
        padding: 60px 30px
    }
    .search-box form select,
    .search-box form input {
        height: 50px
    }
    .search-box form button {
        height: 50px;
        line-height: 48px
    }
    .wish-list {
        padding: 60px 0
    }
    .wish-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .wish-list .box {
        padding: 30px 20px
    }
    .wish-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .wish-list .box .single-box .wish-close {
        top: 15px;
        right: 15px
    }
    .wish-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .wish-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .wish-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .wish-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .cart-list {
        padding: 60px 0
    }
    .cart-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .cart-list .box {
        padding: 30px 20px
    }
    .cart-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .cart-list .box .single-box .cart-close {
        top: 15px;
        right: 15px
    }
    .cart-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .cart-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .cart-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .cart-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner.banner-2 .slider-1 .part-img,
    .banner.banner-2 .slider-2 .part-img {
        display: none
    }
    .banner.banner-2 .slider-1 .part-txt,
    .banner.banner-2 .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner.banner-2 .slider-1 .part-txt h4,
    .banner.banner-2 .slider-2 .part-txt h4 {
        display: block;
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 17px
    }
    .banner.banner-2 .slider-1 .part-txt h1,
    .banner.banner-2 .slider-2 .part-txt h1 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 0
    }
    .banner.banner-2 .slider-1 .part-txt p,
    .banner.banner-2 .slider-2 .part-txt p {
        font-size: 16px;
        line-height: 26px
    }
    .banner.banner-2 .slider-1 .part-txt .def-btn,
    .banner.banner-2 .slider-2 .part-txt .def-btn {
        height: 45px;
        line-height: 43px;
        font-size: 14px
    }
    .banner.banner-2 .owl-dots {
        bottom: 34px
    }
    .banner .slider-1,
    .banner .slider-2 {
        background-position-x: 20%
    }
    .banner .slider-1 .part-img,
    .banner .slider-2 .part-img {
        display: none
    }
    .banner .slider-1 .part-txt,
    .banner .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner .slider-1 .part-txt h4,
    .banner .slider-2 .part-txt h4 {
        display: none
    }
    .banner .slider-1 .part-txt h1,
    .banner .slider-2 .part-txt h1 {
        font-size: 28px;
        line-height: 38px;
        text-transform: uppercase;
        margin-top: -6px
    }
    .banner .slider-1 .part-txt p,
    .banner .slider-2 .part-txt p {
        font-size: 16px;
        line-height: 26px
    }
    .banner .slider-1 .part-txt .def-btn,
    .banner .slider-2 .part-txt .def-btn {
        height: 50px;
        line-height: 48px;
        font-size: 16px
    }
    .banner .owl-dots {
        bottom: -10px
    }
    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }
    .feature .single-box {
        margin-bottom: 30px
    }
    .feature .single-box .part-icon {
        height: 25px
    }
    .feature .single-box .part-icon img {
        height: 25px
    }
    .feature .single-box .part-txt h3 {
        font-size: 18px;
        line-height: 28px
    }
    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px
    }
    .hot-deal {
        padding-top: 60px;
        padding-bottom: 10px
    }
    .hot-deal .single-box {
        margin-bottom: 30px
    }
    .hot-deal .single-box .box {
        padding: 0 15px !important
    }
    .hot-deal .single-box .box .part-txt {
        padding: 23px 0
    }
    .hot-deal .single-box .box .part-txt p {
        margin-bottom: 16px
    }
    .hot-deal .single-box .box .part-txt h3 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 8px
    }
    .hot-deal .single-box .box .part-img {
        width: 35%
    }
    .our-product {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .our-product .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .our-product .top nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .our-product .top nav .nav-tabs .nav-link {
        font-size: 14px
    }
    .our-product .tab-content .tab-pane .single-box {
        padding: 15px;
        margin-bottom: 30px
    }
    .our-product .tab-content .tab-pane .single-box .part-txt p {
        font-size: 14px
    }
    .top-category {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .top-category .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .top-category .top nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .top-category .top nav .nav-tabs .nav-link {
        font-size: 14px
    }
    .shop {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .shop .single-box {
        margin-bottom: 30px
    }
    .shop .single-box .part-img img {
        width: 100%
    }
    .shop .single-box .part-txt {
        top: 30px
    }
    .shop .single-box .part-txt p,
    .shop .single-box .part-txt a {
        font-size: 14px
    }
    .best-deal {
        padding-top: 60px;
        padding-bottom: 0
    }
    .best-deal.best-deal-2 {
        padding-bottom: 60px
    }
    .best-deal.best-deal-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .best-deal.best-deal-2 .top nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
        font-size: 14px
    }
    .best-deal .part-img {
        width: 100%;
        margin: 0 auto 30px;
        padding-bottom: 15px
    }
    .best-deal .part-img:before {
        width: 85%;
        height: 85%;
        left: -15px
    }
    .best-deal .part-img img {
        width: 100%
    }
    .best-deal .part-txt {
        margin: 0 auto 16px;
        padding: 30px
    }
    .best-deal .part-txt:before {
        bottom: -15px;
        right: -15px;
        width: 85%;
        height: 85%
    }
    .best-deal .part-txt .top-txt {
        margin-bottom: 20px
    }
    .best-deal .part-txt .top-txt .txt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px
    }
    .best-deal .part-txt .top-txt .txt p {
        font-size: 16px
    }
    .best-deal .part-txt .top-txt .special h4 {
        font-size: 14px;
        line-height: 22px
    }
    .best-deal .part-txt .top-txt .special h4 span {
        font-size: 16px
    }
    .best-deal .part-txt .img {
        width: 120px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .img img {
        width: 100%
    }
    .best-deal .part-txt h6 {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .price {
        font-size: 20px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .pro-bar {
        margin-bottom: 17px
    }
    .best-deal .part-txt h5 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .counter .countdown .single-box .time {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px
    }
    .best-deal .part-txt .counter .countdown .single-box .name {
        font-size: 14px
    }
    .best-deal .part-txt .counter .countdown .devide {
        font-size: 40px;
        height: 35px;
        line-height: 32px
    }
    .best-seller {
        padding-top: 60px;
        padding-bottom: 46px
    }
    .best-seller .sidebar {
        margin-bottom: 30px
    }
    .best-seller .sidebar .top h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .best-seller .sidebar ul li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .best-seller .best-sale .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .best-seller .best-sale .top nav .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .best-seller .best-sale .top nav .nav-tabs .nav-link {
        font-size: 14px
    }
    .best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
        padding: 15px;
        margin-bottom: 30px
    }
    .best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt p {
        font-size: 14px
    }
    .best-seller-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .best-seller-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .best-seller-2 .top nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .best-seller-2 .top nav .nav-tabs .nav-link {
        font-size: 14px;
        margin: 0 10px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box {
        padding: 15px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
        height: 100px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 14px
    }
    .recent-product {
        padding: 60px 0
    }
    .recent-product .top .sec-title h2 {
        font-size: 22px
    }
    .recent-product .slider-area .slider-box {
        padding-bottom: 14px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
        max-width: 100%;
        height: auto
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
        max-width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt p {
        font-size: 14px
    }
    .ad {
        padding-bottom: 60px
    }
    .ad .bg {
        background-size: cover;
        padding: 0 20px
    }
    .ad .bg .part-txt h2 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 19px
    }
    .ad .bg .part-txt .def-btn {
        height: 45px;
        line-height: 43px;
        font-size: 16px
    }
    .ad .bg .part-img img {
        max-width: 100%
    }
    .testimonial {
        padding: 60px 0
    }
    .testimonial .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px
    }
    .blog {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .blog .heading {
        margin-bottom: 45px
    }
    .blog .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 8px
    }
    .blog .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .blog .single-box {
        padding: 15px;
        margin-bottom: 30px
    }
    .blog .single-box .part-img img {
        width: 100%
    }
    .blog .single-box .admin {
        margin-bottom: 17px
    }
    .blog .single-box .part-txt .title {
        font-size: 20px;
        margin-bottom: 13px
    }
    .blog .single-box .part-txt .bottom .read {
        font-size: 14px
    }
    .products {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .products .single-part .top {
        text-align: center;
        margin-top: -1px
    }
    .products .single-part .top:after {
        display: none
    }
    .products .single-part .top h2 {
        font-size: 22px;
        line-height: 32px
    }
    .products .single-part .single-box {
        padding: 20px
    }
    .brands {
        padding-top: 0;
        padding-bottom: 60px
    }
    .brands.brands-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .brands.brands-2 .all-brand .single-brand {
        height: 85px
    }
    .brands .all-brand {
        padding: 30px 50px
    }
    .brands .all-brand .single-brand img {
        width: 60%
    }
    .brands .all-brand .owl-nav {
        left: 15px;
        right: 15px
    }
    .brands .all-brand .owl-nav button {
        font-size: 4px
    }
    .feature-2 {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .feature-2 .single-box {
        margin-bottom: 30px
    }
    .feature-2 .single-box .bg .part-icon {
        height: auto;
        width: 40px;
        margin-right: 20px
    }
    .feature-2 .single-box .bg .part-icon img {
        width: 100%;
        height: auto
    }
    .instagram .posts .single-post .txt a {
        font-size: 16px
    }
    .instagram .posts .single-post .txt a span {
        font-size: 25px
    }
    .footer .main-footer {
        padding: 60px 0
    }
    .footer .main-footer .title h2 {
        font-size: 20px;
        margin-bottom: 17px
    }
    .footer .main-footer .f-about {
        margin-bottom: 24px
    }
    .footer .main-footer .f-about .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: -1px;
        margin-bottom: 1px
    }
    .footer .main-footer .f-about .part-txt ul li {
        font-size: 14px;
        line-height: 22px
    }
    .footer .main-footer .f-link {
        margin-bottom: 24px
    }
    .footer .main-footer .f-link ul li {
        padding-bottom: 10px
    }
    .footer .main-footer .f-link ul li a {
        font-size: 14px
    }
    .footer .main-footer .news-letter form {
        margin-bottom: 19px
    }
    .footer .main-footer .news-letter p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px
    }
    .footer .copyright .part-txt p {
        font-size: 14px
    }
    .footer .copyright .part-img img {
        width: 200px
    }
    .breadcrumb-area.breadcrumb-area-2 {
        padding-top: 0
    }
    .breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt h1 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 600;
        margin-bottom: 6px
    }
    .breadcrumb-area .breadcrumb-txt ul {
        margin-bottom: -8px
    }
    .breadcrumb-area .breadcrumb-txt ul li {
        font-size: 16px;
        margin-left: 15px
    }
    .shop-grid {
        padding: 60px 0
    }
    .shop-grid .top .part-btn a {
        font-size: 18px
    }
    .shop-grid .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid .all-product .single-box {
        padding: 15px;
        margin-bottom: 30px
    }
    .shop-grid .all-product .single-box .part-txt p {
        font-size: 14px
    }
    .shop-grid-2 {
        padding: 60px 0
    }
    .shop-grid-2 .top .part-btn a {
        font-size: 18px
    }
    .shop-grid-2 .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop-grid-2 .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .shop-grid-2 .next .side-bar {
        width: 290px;
        margin: 60px auto 0
    }
    .shop-grid-2 .next .side-bar h3 {
        font-size: 22px;
        margin-bottom: 25px;
        padding-bottom: 11px
    }
    .shop-grid-2 .next .side-bar .search-area {
        margin-bottom: 40px
    }
    .shop-grid-2 .next .side-bar .category {
        margin-bottom: 23px
    }
    .shop-grid-2 .next .side-bar .filter {
        margin-bottom: 33px
    }
    .shop-grid-2 .next .side-bar .feature-products {
        margin-bottom: 40px
    }
    .shop-grid-2 .next .side-bar .products-tag {
        margin-bottom: 30px
    }
    .shop-grid-2 .next .side-bar .products-tag .tags a {
        font-size: 14px
    }
    .shop-list {
        padding: 60px 0
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
        padding-left: 30px
    }
    .shop-list .top .part-btn a {
        font-size: 18px
    }
    .shop-list .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-list .lists .single-box {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-img {
        width: 100%
    }
    .shop-list .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-txt .txt h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: -7px;
        margin-bottom: 12px
    }
    .shop-list .lists .single-box .box .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 19px
    }
    .shop-list .lists .single-box .box .part-txt .txt .tags {
        padding-left: 30px
    }
    .shop-list .lists .single-box .box .part-txt .info {
        padding: 20px 0
    }
    .shop-details {
        padding: 60px 0
    }
    .shop-details .item-section {
        padding-bottom: 40px
    }
    .shop-details .item-section .part-img {
        width: 570px;
        margin: 0 auto 30px
    }
    .shop-details .item-section .part-txt {
        padding-left: 0
    }
    .shop-details .item-section .part-txt h3 {
        margin-top: -1px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart {
        padding-top: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
        width: 47px;
        margin-right: -2px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data {
        margin-top: -7px;
        margin-bottom: -3px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
        margin-top: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 9px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
        margin-bottom: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
        min-width: 250px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
        display: block
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
        width: 80px;
        height: 79px;
        margin-bottom: 20px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
        width: 100%
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
        margin-bottom: -7px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
        margin-bottom: 12px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
        margin-bottom: 6px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
        height: 50px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
        height: 150px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
    .shop-details .releted-products {
        padding-top: 60px
    }
    .shop-details .releted-products .releted-slider .single-box {
        padding: 20px
    }
    .shop-details .releted-products .releted-slider .single-box .part-txt p {
        font-size: 14px
    }
    .blog-inner {
        padding: 60px 0
    }
    .blog-inner .pagination {
        margin-top: 0
    }
    .blog-inner .pagination.pagination-2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .blog-inner .sidebar {
        width: 290px;
        margin: 60px auto 0
    }
    .blog-inner .sidebar h3 {
        font-size: 22px;
        margin-bottom: 25px;
        padding-bottom: 11px
    }
    .blog-inner .sidebar .search-area {
        margin-bottom: 40px
    }
    .blog-inner .sidebar .category {
        margin-bottom: 23px
    }
    .blog-inner .sidebar .recent-post {
        margin-bottom: 40px
    }
    .blog-inner .sidebar .recent-post ul li .part-img {
        width: 85px;
        height: 80px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt {
        width: 190px;
        margin-bottom: -5px
    }
    .blog-inner .sidebar .sale-products {
        margin-bottom: 40px
    }
    .blog-inner .sidebar .sale-products ul li .part-txt {
        width: 172px
    }
    .blog-inner .sidebar .products-tag .tags a {
        font-size: 14px
    }
    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .blog-inner .main-content .main-title {
        margin-bottom: 29px
    }
    .blog-inner .main-content .part-img img {
        min-width: inherit;
        width: 100%
    }
    .blog-inner .main-content .review-area {
        padding-top: 40px
    }
    .blog-inner .main-content .review-area .title {
        margin-bottom: 19px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment {
        display: block
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img {
        width: 80px;
        height: 79px;
        margin-bottom: 20px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img img {
        width: 100%
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt {
        margin-bottom: -7px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
        margin-bottom: 12px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
        margin-bottom: 6px
    }
    .blog-inner .main-content .review-area .post-a-review form input {
        height: 50px
    }
    .blog-inner .main-content .review-area .post-a-review form textarea {
        height: 150px
    }
    .blog-inner .main-content .review-area .post-a-review form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
    .about {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .about .part-img img {
        width: 100%
    }
    .about .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 1px
    }
    .about .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 17px
    }
    .about .part-txt ul {
        padding: 20px 0
    }
    .about .part-txt ul li.signature {
        margin-right: 30px
    }
    .about .part-txt ul li.signature .img-1 {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        border-width: 2px
    }
    .about .part-txt ul li.signature .img-2 {
        width: 50px
    }
    .about .part-txt ul li.signature .img-2 img {
        min-width: inherit;
        width: 100%
    }
    .about .part-txt ul li.off-day {
        margin-top: -1px
    }
    .about .part-txt ul li.off-day .part-icon span {
        margin-right: 9px;
        margin-top: -3px
    }
    .about .part-txt ul li.off-day .txt p {
        font-size: 14px;
        margin-top: 0
    }
    .about .part-txt ul li.off-day .txt p span {
        font-size: 16px;
        line-height: 100%
    }
    .about .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px
    }
    .feature-inner {
        padding-top: 40px
    }
    .vision {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .vision .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .vision .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 17px
    }
    .vision .part-txt ul {
        padding-left: 15px
    }
    .vision .part-txt ul li:before {
        top: 7px;
        left: -15px
    }
    .vision .part-txt ul li:after {
        top: 9px;
        left: -13px
    }
    .vision .part-img {
        margin-left: 0;
        margin-bottom: 0
    }
    .vision .part-img:after {
        right: -15px;
        bottom: -15px
    }
    .vision .part-img img {
        width: 100%
    }
    .mission {
        padding-top: 40px;
        padding-bottom: 60px
    }
    .mission .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .mission .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 17px
    }
    .mission .part-txt p {
        margin-bottom: 15px
    }
    .mission .part-txt ul li:before {
        top: 10px
    }
    .mission .part-txt ul li:after {
        top: 12px
    }
    .mission .part-img {
        margin-bottom: 15px;
        margin-right: 0
    }
    .mission .part-img:after {
        left: -15px;
        bottom: -15px
    }
    .mission .part-img img {
        width: 100%
    }
    .video {
        padding-top: 120px;
        padding-bottom: 200px
    }
    .video .btn-area .vdo-btn {
        width: 90px;
        height: 90px;
        line-height: 84px;
        font-size: 30px;
        border-width: 5px
    }
    .video .btn-area .vdo-btn i {
        margin-left: 7px
    }
    .counter-area {
        padding-bottom: 30px
    }
    .counter-area .single-box {
        margin-bottom: 30px
    }
    .counter-area .single-box .icon {
        height: 30px;
        margin-bottom: 15px
    }
    .about-2 {
        padding: 60px 0
    }
    .about-2 .part-img {
        width: 320px;
        margin: 0 auto 45px
    }
    .about-2 .part-img:after {
        bottom: -15px;
        left: -15px
    }
    .about-2 .part-txt h2 {
        font-size: 30px;
        margin-top: -9px;
        margin-bottom: 1px
    }
    .about-2 .part-txt .def-btn {
        height: 50px;
        line-height: 48px;
        font-size: 16px
    }
    .skill {
        padding: 60px 0
    }
    .skill .skill-area {
        margin-bottom: 40px
    }
    .skill .skill-area h2 {
        font-size: 30px;
        margin-top: -9px;
        margin-bottom: 1px
    }
    .skill .what-we-do h2 {
        font-size: 30px;
        margin-top: -9px;
        margin-bottom: 1px
    }
    .skill .what-we-do .def-btn {
        height: 50px;
        line-height: 48px;
        font-size: 16px
    }
    .history {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .history .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px
    }
    .history .single-box .part-txt h3 {
        font-size: 22px
    }
    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .team .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px
    }
    .team .single-box {
        margin-bottom: 30px
    }
    .shop-cart {
        padding: 60px 0
    }
    .shop-cart .table-responsive .table {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-cart .table-responsive .table tbody tr td:first-child {
        width: 450px
    }
    .shop-cart .cart-totals {
        padding-top: 60px
    }
    .shop-cart .cart-totals .coupon {
        margin-bottom: 30px
    }
    .shop-cart .cart-totals .coupon .coupon-title {
        padding: 20px 30px 15px
    }
    .shop-cart .cart-totals .coupon .coupon-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap {
        border-radius: 5px;
        margin-bottom: 25px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap input {
        height: 38px
    }
    .shop-cart .cart-totals .coupon .part-txt form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title {
        padding: 20px 30px 15px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box {
        text-align: left
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-compare {
        padding: 60px 0
    }
    .shop-compare .box-wrap {
        overflow-x: scroll
    }
    .shop-compare .box-wrap .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-compare .box-wrap .row .custom-col {
        width: 300px
    }
    .form-wrap {
        padding: 60px 0
    }
    .form-wrap .login-form {
        padding: 20px
    }
    .form-wrap .login-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .login-form form input[type=email],
    .form-wrap .login-form form [type=password] {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .login-form form a {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: 28px
    }
    .form-wrap .login-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .form-wrap .login-form form .form-check label {
        font-size: 14px
    }
    .form-wrap .sign-up-form {
        padding: 20px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form form input {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .sign-up-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 28px
    }
    .form-wrap .sign-up-form p {
        font-size: 14px;
        margin-bottom: -2px
    }
    .contact {
        padding: 60px 0
    }
    .contact .contact-box {
        padding: 45px
    }
    .contact .contact-box:after {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px
    }
    .contact .contact-box .contact-info .single-box .part-icon {
        margin-right: 15px
    }
    .contact .contact-box .contact-form form input {
        width: 100%
    }
    .map iframe {
        height: 350px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header.header-2 .top-header .top-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header.header-2 .top-header .top-left:before,
    .header.header-2 .top-header .top-left:after {
        left: -15px;
        right: -15px;
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg)
    }
    .header.header-2 .top-header .top-right {
        padding: 10px 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .header.header-2 .top-header .top-right .select-lang ul {
        left: 0;
        right: auto
    }
    .header.header-2 .bottom-header {
        position: inherit;
        background: #c0000d
    }
    .header.header-2 .bottom-header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
    .header.header-2 .bottom-header .bg:before,
    .header.header-2 .bottom-header .bg:after {
        display: none
    }
    .header.header-2 .bottom-header .bg .logo {
        width: 120px
    }
    .header.header-2 .bottom-header .bg .others-btn button {
        font-size: 8px;
        color: #fff;
        padding: 0 8px
    }
    .header.header-2 .bottom-header .bg .others-btn button span {
        background: #fff;
        color: #c0000d;
        width: 13px;
        height: 13px;
        line-height: 14px;
        font-size: 10px
    }
    .header.header-2 .bottom-header .bg .navbar-toggler {
        background: #fff;
        color: #c0000d
    }
    .header.header-2 .bottom-header .bg .navbar {
        padding-left: 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav {
        border-top: 0;
        background: #fff;
        border-radius: 5px;
        margin-bottom: 15px;
        max-height: 300px;
        overflow: scroll
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin: 10px 10px 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 20px;
        color: #3c3434
    }
    .header .top-header {
        padding-top: 15px;
        padding-bottom: 19px
    }
    .header .top-header .top-right a {
        font-size: 13px
    }
    .header .top-header .top-right .select-lang ul {
        left: auto !important;
        right: 0
    }
    .header .top-header .top-right .select-lang ul li a {
        font-size: 13px
    }
    .header .top-header .top-right .select-lang .dropdown-toggle {
        font-size: 13px
    }
    .header .bottom-header .logo img {
        width: 100%
    }
    .header .bottom-header .others-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header .bottom-header .others-btn button {
        padding: 0 10px;
        font-size: 16px;
        color: #c0000d;
        position: relative
    }
    .header .bottom-header .others-btn button span {
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 16px;
        background: #c0000d;
        border-radius: 50%;
        color: #fff;
        font-size: 12px
    }
    .header .bottom-header .navbar-toggler {
        padding: 0;
        float: right;
        padding: 5px;
        background: #c0000d;
        color: #fff;
        margin: 15px 0
    }
    .header .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #dbdbdb;
        padding: 10px 0;
        max-height: 300px;
        overflow-y: scroll
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 12px 15px 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 10px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px
    }
    .search-box .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .search-box form {
        padding: 60px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .search-box form select,
    .search-box form input {
        width: 100%;
        height: 45px;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        margin-bottom: 15px
    }
    .search-box form button {
        height: 45px;
        line-height: 43px;
        border-radius: 10px
    }
    .wish-list {
        padding: 60px 0
    }
    .wish-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .wish-list .box {
        padding: 30px 20px
    }
    .wish-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .wish-list .box .single-box .wish-close {
        top: 15px;
        right: 15px
    }
    .wish-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .wish-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .wish-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .wish-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .cart-list {
        padding: 60px 0
    }
    .cart-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .cart-list .box {
        padding: 30px 20px
    }
    .cart-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .cart-list .box .single-box .cart-close {
        top: 15px;
        right: 15px
    }
    .cart-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .cart-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .cart-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .cart-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner.banner-2 .slider-1 .part-img,
    .banner.banner-2 .slider-2 .part-img {
        display: none
    }
    .banner.banner-2 .slider-1 .part-txt,
    .banner.banner-2 .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner.banner-2 .slider-1 .part-txt h4,
    .banner.banner-2 .slider-2 .part-txt h4 {
        display: block;
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 17px
    }
    .banner.banner-2 .slider-1 .part-txt h1,
    .banner.banner-2 .slider-2 .part-txt h1 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 0
    }
    .banner.banner-2 .slider-1 .part-txt p,
    .banner.banner-2 .slider-2 .part-txt p {
        font-size: 16px;
        line-height: 26px
    }
    .banner.banner-2 .slider-1 .part-txt .def-btn,
    .banner.banner-2 .slider-2 .part-txt .def-btn {
        height: 45px;
        line-height: 43px;
        font-size: 14px
    }
    .banner.banner-2 .owl-dots {
        bottom: 34px
    }
    .banner .slider-1,
    .banner .slider-2 {
        background-position-x: 20%
    }
    .banner .slider-1 .part-img,
    .banner .slider-2 .part-img {
        display: none
    }
    .banner .slider-1 .part-txt,
    .banner .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner .slider-1 .part-txt h4,
    .banner .slider-2 .part-txt h4 {
        display: none
    }
    .banner .slider-1 .part-txt h1,
    .banner .slider-2 .part-txt h1 {
        font-size: 23px;
        line-height: 33px;
        margin-top: -5px
    }
    .banner .slider-1 .part-txt p,
    .banner .slider-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }
    .banner .slider-1 .part-txt .def-btn,
    .banner .slider-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner .owl-dots {
        bottom: -10px
    }
    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }
    .feature .single-box {
        margin-bottom: 30px
    }
    .feature .single-box .part-icon {
        height: 25px
    }
    .feature .single-box .part-icon img {
        height: 25px
    }
    .feature .single-box .part-txt h3 {
        font-size: 18px;
        line-height: 28px
    }
    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px
    }
    .hot-deal {
        padding-top: 60px;
        padding-bottom: 10px
    }
    .hot-deal .single-box {
        width: 370px;
        margin: 0 auto 30px
    }
    .hot-deal .single-box .box {
        padding: 0 25px !important
    }
    .hot-deal .single-box .box .part-txt {
        padding: 23px 0
    }
    .hot-deal .single-box .box .part-txt p {
        margin-bottom: 16px
    }
    .hot-deal .single-box .box .part-txt h3 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 8px
    }
    .hot-deal .single-box .box .part-img {
        width: 35%
    }
    .our-product {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .our-product .top .sec-title {
        text-align: center
    }
    .our-product .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .our-product .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .our-product .tab-content .tab-pane .single-box {
        padding: 25px;
        margin-bottom: 30px
    }
    .our-product .tab-content .tab-pane .single-box .part-txt p {
        font-size: 14px
    }
    .top-category {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .top-category .top .sec-title {
        text-align: center
    }
    .top-category .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .top-category .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .top-category .top nav .nav-tabs .nav-link:first-child {
        margin-left: 0
    }
    .top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .shop .single-box {
        margin-bottom: 30px
    }
    .shop .single-box .part-img img {
        width: 100%
    }
    .shop .single-box .part-txt {
        top: 30px
    }
    .shop .single-box .part-txt p,
    .shop .single-box .part-txt a {
        font-size: 14px
    }
    .best-deal {
        padding-top: 60px;
        padding-bottom: 0
    }
    .best-deal.best-deal-2 {
        padding-bottom: 60px
    }
    .best-deal.best-deal-2 .top .sec-title {
        text-align: center
    }
    .best-deal.best-deal-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-deal.best-deal-2 .top nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
        font-size: 12px
    }
    .best-deal.best-deal-2 .deal-slider {
        padding-bottom: 44px
    }
    .best-deal.best-deal-2 .deal-slider .single-box {
        padding: 20px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt {
        padding: 30px;
        width: auto
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
        height: 130px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 14px
    }
    .best-deal .part-img {
        width: 100%;
        margin: 0 auto 30px;
        padding-bottom: 15px
    }
    .best-deal .part-img:before {
        width: 85%;
        height: 85%;
        left: -15px
    }
    .best-deal .part-img img {
        width: 100%
    }
    .best-deal .part-txt {
        margin: 0 auto 16px;
        padding: 30px
    }
    .best-deal .part-txt:before {
        bottom: -15px;
        right: -15px;
        width: 85%;
        height: 85%
    }
    .best-deal .part-txt .top-txt {
        margin-bottom: 20px
    }
    .best-deal .part-txt .top-txt .txt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px
    }
    .best-deal .part-txt .top-txt .txt p {
        font-size: 16px
    }
    .best-deal .part-txt .top-txt .special h4 {
        font-size: 14px;
        line-height: 22px
    }
    .best-deal .part-txt .top-txt .special h4 span {
        font-size: 16px
    }
    .best-deal .part-txt .img {
        width: 120px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .img img {
        width: 100%
    }
    .best-deal .part-txt h6 {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .price {
        font-size: 20px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .pro-bar {
        margin-bottom: 17px
    }
    .best-deal .part-txt h5 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .counter .countdown .single-box .time {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px
    }
    .best-deal .part-txt .counter .countdown .single-box .name {
        font-size: 14px
    }
    .best-deal .part-txt .counter .countdown .devide {
        font-size: 40px;
        height: 35px;
        line-height: 32px
    }
    .best-seller {
        padding-top: 60px;
        padding-bottom: 46px
    }
    .best-seller .sidebar {
        margin-bottom: 30px
    }
    .best-seller .sidebar .top h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .best-seller .sidebar ul li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .best-seller .best-sale .top .sec-title {
        text-align: center
    }
    .best-seller .best-sale .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-seller .best-sale .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box {
        padding: 20px;
        margin-bottom: 30px
    }
    .best-seller .best-sale .tab-content .tab-pane .tab-slider .single-box .part-txt p {
        font-size: 14px
    }
    .best-seller-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .best-seller-2 .top .sec-title {
        text-align: center
    }
    .best-seller-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-seller-2 .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .best-seller-2 .top nav .nav-tabs .nav-link:first-child {
        margin-left: 0
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
        height: 120px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 14px
    }
    .recent-product {
        padding: 60px 0
    }
    .recent-product .top .sec-title h2 {
        font-size: 22px
    }
    .recent-product .slider-area .slider-box {
        padding-bottom: 14px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
        width: 450px;
        margin: 0 auto 30px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
        max-width: 100%;
        width: auto;
        height: auto
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
        max-width: 100%;
        width: auto;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
    .ad {
        padding-bottom: 60px
    }
    .ad .bg {
        background-size: cover;
        padding: 0 20px
    }
    .ad .bg .part-txt h2 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 19px
    }
    .ad .bg .part-txt .def-btn {
        height: 45px;
        line-height: 43px;
        font-size: 16px
    }
    .ad .bg .part-img img {
        max-width: 100%
    }
    .testimonial {
        padding: 60px 0
    }
    .testimonial .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .testimonial .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .testimonial .comment-area {
        margin: 0
    }
    .testimonial .comment-area .clients {
        margin: 0 130px
    }
    .testimonial .comment-area .comments {
        margin-left: 0;
        margin-top: -100px;
        padding-bottom: 60px
    }
    .testimonial .comment-area .comments .single-comment {
        padding: 100px 30px 0
    }
    .testimonial .comment-area .comments .single-comment .part-txt {
        text-align: center;
        padding: 30px 0
    }
    .testimonial .comment-area .comments .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .testimonial .comment-area .comments .slick-arrow.slick-prev {
        margin-left: -20px
    }
    .testimonial .comment-area .comments .slick-arrow.slick-next {
        margin-left: 20px
    }
    .blog {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .blog .heading {
        margin-bottom: 45px
    }
    .blog .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 8px
    }
    .blog .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .blog .single-box {
        padding: 15px;
        margin-bottom: 30px
    }
    .blog .single-box .part-img img {
        width: 100%
    }
    .blog .single-box .admin {
        margin-bottom: 17px
    }
    .blog .single-box .part-txt .title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 11px
    }
    .blog .single-box .part-txt .bottom .read {
        font-size: 14px
    }
    .products {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .products .single-part .top {
        text-align: center;
        margin-top: -1px
    }
    .products .single-part .top:after {
        display: none
    }
    .products .single-part .top h2 {
        font-size: 22px;
        line-height: 32px
    }
    .products .single-part .single-box {
        padding: 20px
    }
    .brands {
        padding-top: 0;
        padding-bottom: 60px
    }
    .brands.brands-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .brands.brands-2 .all-brand .single-brand {
        height: 85px;
        padding: 0 20px
    }
    .brands .all-brand {
        padding: 30px 50px
    }
    .brands .all-brand .single-brand img {
        width: 100%
    }
    .brands .all-brand .owl-nav {
        left: 15px;
        right: 15px
    }
    .brands .all-brand .owl-nav button {
        font-size: 4px
    }
    .feature-2 {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .feature-2 .single-box {
        margin: 0 auto 30px
    }
    .feature-2 .single-box .bg {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        padding: 0 25px
    }
    .feature-2 .single-box .bg .part-icon {
        height: auto;
        width: 50px;
        margin-right: 20px
    }
    .feature-2 .single-box .bg .part-icon img {
        width: 100%;
        height: auto
    }
    .instagram .posts .single-post .txt a {
        font-size: 14px
    }
    .instagram .posts .single-post .txt a span {
        font-size: 20px
    }
    .footer .main-footer {
        padding: 60px 0
    }
    .footer .main-footer .title h2 {
        font-size: 20px;
        margin-bottom: 17px
    }
    .footer .main-footer .f-about {
        margin-bottom: 24px
    }
    .footer .main-footer .f-about .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: -1px;
        margin-bottom: 1px
    }
    .footer .main-footer .f-about .part-txt ul li {
        font-size: 14px;
        line-height: 22px
    }
    .footer .main-footer .f-link {
        margin-bottom: 24px
    }
    .footer .main-footer .f-link ul li {
        padding-bottom: 10px
    }
    .footer .main-footer .f-link ul li a {
        font-size: 14px
    }
    .footer .main-footer .news-letter form {
        margin-bottom: 19px
    }
    .footer .main-footer .news-letter p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px
    }
    .footer .copyright .part-txt {
        text-align: center
    }
    .footer .copyright .part-txt p {
        font-size: 12px;
        margin-bottom: 18px
    }
    .footer .copyright .part-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer .copyright .part-img img {
        width: 200px
    }
    .breadcrumb-area.breadcrumb-area-2 {
        padding-top: 0
    }
    .breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 5px
    }
    .breadcrumb-area .breadcrumb-txt ul {
        margin-bottom: -8px
    }
    .breadcrumb-area .breadcrumb-txt ul li {
        font-size: 15px;
        margin-left: 15px
    }
    .shop-grid {
        padding: 60px 0
    }
    .shop-grid .top .part-btn a {
        font-size: 16px
    }
    .shop-grid .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid .top .form-area form label {
        font-size: 14px
    }
    .shop-grid .top .form-area form select {
        font-size: 14px
    }
    .shop-grid .all-product .single-box {
        padding: 25px;
        margin-bottom: 30px
    }
    .shop-grid .all-product .single-box .part-txt p {
        font-size: 14px
    }
    .shop-grid .bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-grid .bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-grid .bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-grid .bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-grid-2 {
        padding: 60px 0
    }
    .shop-grid-2 .top .part-btn a {
        font-size: 16px
    }
    .shop-grid-2 .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid-2 .top .form-area form label {
        font-size: 14px
    }
    .shop-grid-2 .top .form-area form select {
        font-size: 14px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop-grid-2 .page-bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-grid-2 .page-bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-grid-2 .page-bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-grid-2 .page-bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-grid-2 .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .shop-grid-2 .next .side-bar {
        width: 270px;
        margin: 60px auto 0
    }
    .shop-grid-2 .next .side-bar h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 11px
    }
    .shop-grid-2 .next .side-bar .search-area {
        margin-bottom: 30px
    }
    .shop-grid-2 .next .side-bar .category {
        margin-bottom: 13px
    }
    .shop-grid-2 .next .side-bar .category ul li a {
        font-size: 14px
    }
    .shop-grid-2 .next .side-bar .filter {
        margin-bottom: 23px
    }
    .shop-grid-2 .next .side-bar .feature-products {
        margin-bottom: 30px
    }
    .shop-grid-2 .next .side-bar .products-tag {
        margin-bottom: 20px
    }
    .shop-grid-2 .next .side-bar .products-tag .tags a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px
    }
    .shop-list {
        padding: 60px 0
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-img {
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
        padding-left: 0
    }
    .shop-list .top .part-btn a {
        font-size: 16px
    }
    .shop-list .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-list .top .form-area form label {
        font-size: 14px
    }
    .shop-list .top .form-area form select {
        font-size: 14px
    }
    .shop-list .lists .single-box {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-img {
        width: 100%;
        height: 140px;
        padding: 20px 0
    }
    .shop-list .lists .single-box .box .part-img .img-2 {
        padding: 20px 0
    }
    .shop-list .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-txt .txt {
        display: block
    }
    .shop-list .lists .single-box .box .part-txt .txt h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: -7px;
        margin-bottom: 12px
    }
    .shop-list .lists .single-box .box .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 19px
    }
    .shop-list .lists .single-box .box .part-txt .txt .tags {
        padding-left: 0;
        position: absolute;
        bottom: 100%
    }
    .shop-list .lists .single-box .box .part-txt .info {
        padding: 20px 0
    }
    .shop-list .page-bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-list .page-bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-list .page-bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-list .page-bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-details {
        padding: 60px 0
    }
    .shop-details .item-section {
        padding-bottom: 40px
    }
    .shop-details .item-section .part-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }
    .shop-details .item-section .part-img .product-slider {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }
    .shop-details .item-section .part-img .product-slider .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
        padding: 60px
    }
    .shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
        height: 100%
    }
    .shop-details .item-section .part-img .owl-thumbs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 450px
    }
    .shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
        width: 25%;
        height: 100%;
        margin: 0 5px
    }
    .shop-details .item-section .part-txt {
        padding-left: 0
    }
    .shop-details .item-section .part-txt h3 {
        padding: 0;
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 16px
    }
    .shop-details .item-section .part-txt .info {
        margin-bottom: 14px
    }
    .shop-details .item-section .part-txt .info .price {
        font-size: 16px
    }
    .shop-details .item-section .part-txt .item-rating {
        margin-bottom: 21px
    }
    .shop-details .item-section .part-txt p {
        font-size: 14px
    }
    .shop-details .item-section .part-txt .cart-option ul li:first-child {
        font-size: 14px;
        width: 100px
    }
    .shop-details .item-section .part-txt .cart-option ul.color {
        padding-top: 12px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart {
        padding-top: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
        padding-right: 15px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
        margin: 0 -10px;
        height: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
        height: 30px;
        line-height: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
        height: 32px;
        line-height: 32px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin-left: 0
    }
    .shop-details .item-section .part-txt .cart-option ul.pro-code {
        padding-top: 28px
    }
    .shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
        font-size: 14px
    }
    .shop-details .item-section .part-txt .cart-option ul.share {
        padding-top: 28px
    }
    .shop-details .item-section .part-txt .cart-option ul.share li .social a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 9px
    }
    .shop-details .dscr-section {
        padding: 20px;
        border-radius: 5px
    }
    .shop-details .dscr-section .box nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 13px
    }
    .shop-details .dscr-section .box nav .nav-tabs .nav-link {
        margin-right: 0;
        padding-bottom: 12px;
        margin-top: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
        font-size: 14px;
        margin-bottom: 18px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
        margin-bottom: -6px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
        font-size: 14px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data {
        margin-top: -3px;
        margin-bottom: -2px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
        margin-top: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 8px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
        font-size: 14px;
        padding: 8px 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
        margin-bottom: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews {
        padding-top: 7px;
        padding-bottom: 9px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        display: block
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
        width: 70px;
        height: 69px;
        margin-bottom: 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
        width: 100%
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
        margin-bottom: -2px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
        margin-bottom: 5px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
        font-size: 16px;
        margin-top: -1px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
        font-size: 14px;
        margin-bottom: 6px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
        font-size: 13px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
        font-size: 16px;
        margin-bottom: 5px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
        font-size: 14px;
        margin-bottom: 5px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
        margin-bottom: 14px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
        height: 40px;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 0 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
        height: 100px;
        margin-bottom: 13px;
        font-size: 14px;
        padding: 10px 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 19px
    }
    .shop-details .releted-products {
        padding-top: 59px
    }
    .shop-details .releted-products .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .shop-details .releted-products .releted-slider .single-box {
        padding: 25px;
        margin: 0 auto
    }
    .shop-details .releted-products .releted-slider .single-box .part-txt p {
        font-size: 14px
    }
    .shop-details .releted-products .releted-slider .owl-nav {
        top: -65px
    }
    .shop-details .releted-products .releted-slider .owl-nav button {
        font-size: 4px
    }
    .blog-inner {
        padding: 60px 0
    }
    .blog-inner .pagination {
        margin-top: 0
    }
    .blog-inner .pagination.pagination-2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .blog-inner .sidebar {
        width: 270px;
        margin: 60px auto 0
    }
    .blog-inner .sidebar h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 11px
    }
    .blog-inner .sidebar .search-area {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .category {
        margin-bottom: 13px
    }
    .blog-inner .sidebar .category ul li a {
        font-size: 14px
    }
    .blog-inner .sidebar .recent-post {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .recent-post ul li .part-img {
        width: 85px;
        height: 80px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt {
        width: 170px;
        margin-bottom: -5px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt a {
        font-size: 14px
    }
    .blog-inner .sidebar .sale-products {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .sale-products ul li .part-txt {
        width: 172px
    }
    .blog-inner .sidebar .products-tag {
        margin-bottom: -10px
    }
    .blog-inner .sidebar .products-tag .tags a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px
    }
    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .blog-inner .main-content .main-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 29px
    }
    .blog-inner .main-content .blog-info {
        padding: 25px 0
    }
    .blog-inner .main-content .blog-info .add-info div {
        height: 30px;
        line-height: 28px;
        margin-right: 10px;
        padding: 0 10px
    }
    .blog-inner .main-content .part-txt {
        padding-top: 24px
    }
    .blog-inner .main-content .part-txt p {
        font-size: 13px;
        margin-bottom: 16px
    }
    .blog-inner .main-content .part-txt p.quoted {
        padding: 20px 25px 17px;
        margin-top: 22px;
        margin-bottom: 24px
    }
    .blog-inner .main-content .part-img {
        margin-top: 6px
    }
    .blog-inner .main-content .part-img img {
        min-width: inherit;
        width: 100%
    }
    .blog-inner .main-content .other-info .tags-btn a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 5px;
        margin-right: 5px
    }
    .blog-inner .main-content .review-area {
        padding-top: 30px
    }
    .blog-inner .main-content .review-area .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px
    }
    .blog-inner .main-content .review-area .blog-comment {
        padding-top: 7px;
        padding-bottom: 9px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment {
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        display: block
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment.reply {
        margin-left: 40px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img {
        width: 70px;
        height: 69px;
        margin-bottom: 15px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img img {
        width: 100%
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt {
        margin-bottom: -2px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
        margin-bottom: 6px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt .name h3 {
        font-size: 16px;
        margin-top: -1px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt span {
        font-size: 12px
    }
    .blog-inner .main-content .review-area .post-a-review h3 {
        font-size: 16px;
        margin-bottom: 6px
    }
    .blog-inner .main-content .review-area .post-a-review p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .blog-inner .main-content .review-area .post-a-review form .simple-rating {
        margin-bottom: 14px
    }
    .blog-inner .main-content .review-area .post-a-review form .simple-rating i {
        font-size: 10px
    }
    .blog-inner .main-content .review-area .post-a-review form input {
        height: 40px;
        margin-bottom: 20px;
        font-size: 13px;
        padding: 0 15px
    }
    .blog-inner .main-content .review-area .post-a-review form textarea {
        height: 100px;
        margin-bottom: 13px;
        font-size: 13px;
        padding: 10px 15px
    }
    .blog-inner .main-content .review-area .post-a-review form button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 19px
    }
    .about {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .about .part-img {
        width: 290px;
        margin: 0 auto 30px
    }
    .about .part-img img {
        width: 100%
    }
    .about .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 1px
    }
    .about .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .about .part-txt p {
        font-size: 14px
    }
    .about .part-txt ul {
        padding: 20px 0
    }
    .about .part-txt ul li.signature {
        margin-right: 30px
    }
    .about .part-txt ul li.signature .img-1 {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        border-width: 2px
    }
    .about .part-txt ul li.signature .img-2 {
        width: 50px
    }
    .about .part-txt ul li.signature .img-2 img {
        min-width: inherit;
        width: 100%
    }
    .about .part-txt ul li.off-day {
        margin-top: -1px
    }
    .about .part-txt ul li.off-day .part-icon span {
        margin-right: 9px;
        margin-top: -3px
    }
    .about .part-txt ul li.off-day .txt p {
        font-size: 14px;
        margin-top: 0
    }
    .about .part-txt ul li.off-day .txt p span {
        font-size: 16px;
        line-height: 100%
    }
    .about .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px
    }
    .feature-inner {
        padding-top: 40px
    }
    .vision {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .vision .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .vision .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .vision .part-txt p {
        font-size: 14px
    }
    .vision .part-txt ul {
        margin-top: -7px;
        padding-left: 15px
    }
    .vision .part-txt ul li {
        font-size: 14px
    }
    .vision .part-txt ul li:first-child {
        margin-bottom: 16px
    }
    .vision .part-txt ul li:before {
        top: 7px;
        left: -15px
    }
    .vision .part-txt ul li:after {
        top: 9px;
        left: -13px
    }
    .vision .part-img {
        width: 290px;
        margin: 30px auto 15px
    }
    .vision .part-img:after {
        right: -15px;
        bottom: -15px
    }
    .vision .part-img img {
        width: 100%
    }
    .mission {
        padding-top: 40px;
        padding-bottom: 60px
    }
    .mission .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .mission .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .mission .part-txt p {
        font-size: 14px;
        margin-bottom: 16px
    }
    .mission .part-txt ul:last-child {
        margin-bottom: -7px
    }
    .mission .part-txt ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        min-width: 180px
    }
    .mission .part-txt ul li:before {
        top: 7px
    }
    .mission .part-txt ul li:after {
        top: 9px
    }
    .mission .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .mission .next .part-img {
        width: 290px;
        margin: 30px auto 15px
    }
    .mission .next .part-img:after {
        left: -15px;
        bottom: -15px
    }
    .mission .next .part-img img {
        width: 100%
    }
    .video {
        padding-top: 120px;
        padding-bottom: 200px
    }
    .video .btn-area .vdo-btn {
        width: 90px;
        height: 90px;
        line-height: 84px;
        font-size: 30px;
        border-width: 5px
    }
    .video .btn-area .vdo-btn i {
        margin-left: 7px
    }
    .counter-area {
        padding-bottom: 30px
    }
    .counter-area .single-box {
        margin-bottom: 30px
    }
    .counter-area .single-box .icon {
        height: 30px;
        margin-bottom: 15px
    }
    .counter-area .single-box .txt h2 {
        font-size: 20px;
        font-weight: 500;
        margin-top: -3px;
        margin-bottom: 1px
    }
    .counter-area .single-box .txt h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -9px
    }
    .about-2 {
        padding: 60px 0
    }
    .about-2 .part-img {
        width: 290px;
        margin: 0 auto 45px
    }
    .about-2 .part-img:after {
        bottom: -15px;
        left: -15px
    }
    .about-2 .part-img .txt {
        padding: 50px 30px
    }
    .about-2 .part-img .txt:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }
    .about-2 .part-img .txt h3 {
        font-size: 16px;
        line-height: 24px
    }
    .about-2 .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -4px;
        margin-bottom: 1px
    }
    .about-2 .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .about-2 .part-txt p {
        font-size: 14px
    }
    .about-2 .part-txt ul {
        margin-top: 20px;
        margin-bottom: 23px
    }
    .about-2 .part-txt ul li .icon span {
        font-size: 18px;
        margin-right: 14px
    }
    .about-2 .part-txt ul li p {
        font-size: 14px;
        margin-right: 25px;
        margin-top: -4px
    }
    .about-2 .part-txt ul li p span {
        font-size: 14px;
        line-height: 24px
    }
    .about-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px
    }
    .skill {
        padding: 60px 0
    }
    .skill .skill-area {
        margin-bottom: 40px
    }
    .skill .skill-area h2 {
        font-size: 30px;
        margin-top: -4px;
        line-height: 40px;
        margin-bottom: 1px
    }
    .skill .skill-area p {
        font-size: 14px
    }
    .skill .skill-area .bar-title {
        font-size: 14px;
        line-height: 100%;
        margin-top: 18px
    }
    .skill .skill-area .progress .progress-bar span {
        top: -10px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px
    }
    .skill .skill-area .progress .progress-bar span:after {
        width: 22px;
        height: 22px
    }
    .skill .part-img {
        width: 290px;
        margin: 0 auto 30px
    }
    .skill .what-we-do h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -4px;
        margin-bottom: 0
    }
    .skill .what-we-do p {
        font-size: 14px;
        margin-bottom: 6px
    }
    .skill .what-we-do .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 17px
    }
    .history {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .history .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .history .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .history .single-box {
        padding: 20px
    }
    .history .single-box .part-icon {
        margin-right: 19px
    }
    .history .single-box .part-icon span {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 35px
    }
    .history .single-box .part-icon span:after {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px
    }
    .history .single-box .part-txt h4 {
        font-size: 14px;
        margin-bottom: 17px
    }
    .history .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px
    }
    .history .single-box .part-txt p {
        font-size: 14px
    }
    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .team .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .team .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .team .single-box {
        margin-bottom: 30px
    }
    .team .single-box .part-txt h3 {
        font-size: 20px
    }
    .team .single-box .part-txt p {
        font-size: 14px;
        margin-bottom: -2px
    }
    .shop-cart {
        padding: 60px 0
    }
    .shop-cart .table-responsive .table {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-cart .table-responsive .table thead tr th {
        font-size: 18px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px
    }
    .shop-cart .table-responsive .table tbody tr td {
        padding: 20px
    }
    .shop-cart .table-responsive .table tbody tr td:first-child {
        width: 350px
    }
    .shop-cart .table-responsive .table tbody tr td .product .part-img {
        width: 75px;
        height: 75px;
        margin-right: 19px
    }
    .shop-cart .table-responsive .table tbody tr td .product .part-txt p {
        font-size: 14px
    }
    .shop-cart .table-responsive .table tbody tr td .price {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .product-quantity {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .total-price {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .delete {
        height: 75px
    }
    .shop-cart .cart-totals {
        padding-top: 60px
    }
    .shop-cart .cart-totals .coupon {
        margin-bottom: 30px
    }
    .shop-cart .cart-totals .coupon .coupon-title {
        padding: 20px 25px 15px
    }
    .shop-cart .cart-totals .coupon .coupon-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .coupon .part-txt {
        padding: 25px 20px
    }
    .shop-cart .cart-totals .coupon .part-txt p {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap {
        border-radius: 5px;
        margin-bottom: 25px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap input {
        height: 38px
    }
    .shop-cart .cart-totals .coupon .part-txt form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title {
        padding: 20px 25px 15px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt {
        padding: 25px 20px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
        font-size: 14px;
        margin-top: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
        margin-right: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt p {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box {
        padding: 25px 20px;
        text-align: left
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
        font-size: 14px;
        margin-top: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
        margin-right: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-compare {
        padding: 60px 0
    }
    .shop-compare .box-wrap {
        overflow-x: scroll
    }
    .shop-compare .box-wrap .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-compare .box-wrap .row .custom-col {
        width: 300px
    }
    .form-wrap {
        padding: 60px 0
    }
    .form-wrap .login-form {
        padding: 20px;
        margin-bottom: 30px
    }
    .form-wrap .login-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .login-form form input[type=email],
    .form-wrap .login-form form [type=password] {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .login-form form a {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: 28px
    }
    .form-wrap .login-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .form-wrap .login-form form .form-check label {
        font-size: 14px
    }
    .form-wrap .sign-up-form {
        padding: 20px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form form input {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .sign-up-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 28px
    }
    .form-wrap .sign-up-form p {
        font-size: 14px;
        margin-bottom: -2px
    }
    .contact {
        padding: 60px 0
    }
    .contact .contact-box .contact-info {
        margin-bottom: 30px
    }
    .contact .contact-box .contact-info .single-box .part-txt h3 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .contact .contact-box .contact-form form input {
        width: 100%
    }
    .contact .contact-box .contact-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400
    }
    .map iframe {
        height: 300px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .header.header-2 .top-header .top-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header.header-2 .top-header .top-left:after {
        left: -15px;
        right: -15px;
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg)
    }
    .header.header-2 .top-header .top-left a {
        font-size: 12px
    }
    .header.header-2 .top-header .top-left a i {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 4px;
        margin-right: 5px
    }
    .header.header-2 .top-header .top-right {
        padding: 10px 0;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .header.header-2 .top-header .top-right .select-lang ul {
        left: 0;
        right: auto
    }
    .header.header-2 .bottom-header {
        position: inherit;
        background: #c0000d
    }
    .header.header-2 .bottom-header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
    .header.header-2 .bottom-header .bg:before,
    .header.header-2 .bottom-header .bg:after {
        display: none
    }
    .header.header-2 .bottom-header .bg .logo {
        width: 120px
    }
    .header.header-2 .bottom-header .bg .others-btn button {
        font-size: 8px;
        color: #fff;
        padding: 0 8px
    }
    .header.header-2 .bottom-header .bg .others-btn button span {
        background: #fff;
        color: #c0000d;
        width: 13px;
        height: 13px;
        line-height: 14px;
        font-size: 10px
    }
    .header.header-2 .bottom-header .bg .navbar-toggler {
        background: #fff;
        color: #c0000d
    }
    .header.header-2 .bottom-header .bg .navbar {
        padding-left: 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav {
        border-top: 0;
        background: #fff;
        border-radius: 5px;
        margin-bottom: 15px;
        max-height: 300px;
        overflow: scroll
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin: 10px 10px 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 20px;
        color: #3c3434
    }
    .header .top-header {
        padding-top: 15px;
        padding-bottom: 19px
    }
    .header .top-header .top-left {
        text-align: center
    }
    .header .top-header .top-right {
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header .top-header .top-right a {
        font-size: 13px;
        margin-right: 5px
    }
    .header .top-header .top-right .select-lang ul {
        left: auto !important;
        right: 0
    }
    .header .top-header .top-right .select-lang ul li a {
        font-size: 13px
    }
    .header .top-header .top-right .select-lang .dropdown-toggle {
        font-size: 13px
    }
    .header .bottom-header .logo img {
        width: 100%
    }
    .header .bottom-header .others-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header .bottom-header .others-btn button {
        padding: 0 10px;
        font-size: 16px;
        color: #c0000d;
        position: relative
    }
    .header .bottom-header .others-btn button span {
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 16px;
        background: #c0000d;
        border-radius: 50%;
        color: #fff;
        font-size: 12px
    }
    .header .bottom-header .navbar-toggler {
        padding: 0;
        float: right;
        padding: 5px;
        background: #c0000d;
        color: #fff;
        margin: 15px 0
    }
    .header .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #dbdbdb;
        padding: 10px 0;
        max-height: 300px;
        overflow-y: scroll
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 12px 15px 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 10px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px
    }
    .search-box .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .search-box form {
        padding: 60px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .search-box form select,
    .search-box form input {
        width: 100%;
        height: 45px;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        margin-bottom: 15px
    }
    .search-box form button {
        height: 45px;
        line-height: 43px;
        border-radius: 10px
    }
    .wish-list {
        padding: 60px 0
    }
    .wish-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .wish-list .box {
        padding: 30px 20px
    }
    .wish-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .wish-list .box .single-box .wish-close {
        top: 15px;
        right: 15px
    }
    .wish-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .wish-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .wish-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .wish-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .cart-list {
        padding: 60px 0
    }
    .cart-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .cart-list .box {
        padding: 30px 20px
    }
    .cart-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .cart-list .box .single-box .cart-close {
        top: 15px;
        right: 15px
    }
    .cart-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .cart-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .cart-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .cart-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner.banner-2 .slider-1 .part-img,
    .banner.banner-2 .slider-2 .part-img {
        display: none
    }
    .banner.banner-2 .slider-1 .part-txt,
    .banner.banner-2 .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner.banner-2 .slider-1 .part-txt h4,
    .banner.banner-2 .slider-2 .part-txt h4 {
        display: none
    }
    .banner.banner-2 .slider-1 .part-txt h1,
    .banner.banner-2 .slider-2 .part-txt h1 {
        font-size: 23px;
        line-height: 33px;
        margin-top: -5px
    }
    .banner.banner-2 .slider-1 .part-txt p,
    .banner.banner-2 .slider-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }
    .banner.banner-2 .slider-1 .part-txt .def-btn,
    .banner.banner-2 .slider-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner.banner-2 .owl-dots {
        bottom: 34px
    }
    .banner .slider-1,
    .banner .slider-2 {
        background-position-x: 20%
    }
    .banner .slider-1 .part-img,
    .banner .slider-2 .part-img {
        display: none
    }
    .banner .slider-1 .part-txt,
    .banner .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner .slider-1 .part-txt h4,
    .banner .slider-2 .part-txt h4 {
        display: none
    }
    .banner .slider-1 .part-txt h1,
    .banner .slider-2 .part-txt h1 {
        font-size: 23px;
        line-height: 33px;
        margin-top: -5px
    }
    .banner .slider-1 .part-txt p,
    .banner .slider-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }
    .banner .slider-1 .part-txt .def-btn,
    .banner .slider-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner .owl-dots {
        bottom: -10px
    }
    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }
    .feature .single-box {
        width: 290px;
        margin: 0 auto 30px
    }
    .feature .single-box .part-icon {
        height: 25px
    }
    .feature .single-box .part-icon img {
        height: 25px
    }
    .feature .single-box .part-txt h3 {
        font-size: 18px;
        line-height: 28px
    }
    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px
    }
    .hot-deal {
        padding-top: 60px;
        padding-bottom: 10px
    }
    .hot-deal .single-box {
        width: 320px;
        margin: 0 auto 30px
    }
    .hot-deal .single-box .box {
        padding: 0 30px !important
    }
    .hot-deal .single-box .box .part-txt {
        padding: 23px 0
    }
    .hot-deal .single-box .box .part-txt p {
        font-size: 14px;
        margin-bottom: 17px
    }
    .hot-deal .single-box .box .part-txt h3 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 7px
    }
    .hot-deal .single-box .box .part-txt a {
        font-size: 14px
    }
    .hot-deal .single-box .box .part-img {
        width: 35%
    }
    .our-product {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .our-product .top .sec-title {
        text-align: center
    }
    .our-product .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .our-product .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .our-product .tab-content .tab-pane .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto 30px
    }
    .our-product .tab-content .tab-pane .single-box .part-txt p {
        font-size: 14px
    }
    .top-category {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .top-category .top .sec-title {
        text-align: center
    }
    .top-category .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .top-category .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .top-category .top nav .nav-tabs .nav-link:first-child {
        margin-left: 0
    }
    .top-category .tab-content .tab-pane .single-box {
        width: 250px;
        margin: 0 auto 30px
    }
    .top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .shop .single-box {
        width: 290px;
        margin: 0 auto 30px
    }
    .shop .single-box .part-img img {
        width: 100%
    }
    .shop .single-box .part-txt {
        top: 30px
    }
    .shop .single-box .part-txt p,
    .shop .single-box .part-txt a {
        font-size: 14px
    }
    .best-deal {
        padding-top: 60px;
        padding-bottom: 0
    }
    .best-deal.best-deal-2 {
        padding-bottom: 60px
    }
    .best-deal.best-deal-2 .top .sec-title {
        text-align: center
    }
    .best-deal.best-deal-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-deal.best-deal-2 .top nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
        font-size: 12px
    }
    .best-deal.best-deal-2 .deal-slider {
        padding-bottom: 44px
    }
    .best-deal.best-deal-2 .deal-slider .single-box {
        padding: 20px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt {
        padding: 30px;
        width: auto
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special {
        width: 60px;
        height: 60px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 {
        line-height: 20px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 span {
        font-size: 14px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
        height: 120px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 14px
    }
    .best-deal .part-img {
        width: 290px;
        margin: 0 auto 30px;
        padding-bottom: 15px
    }
    .best-deal .part-img:before {
        width: 85%;
        height: 85%;
        left: -15px
    }
    .best-deal .part-img img {
        width: 100%
    }
    .best-deal .part-txt {
        width: 290px;
        margin: 0 auto 16px;
        padding: 30px
    }
    .best-deal .part-txt:before {
        bottom: -15px;
        right: -15px;
        width: 85%;
        height: 85%
    }
    .best-deal .part-txt .top-txt {
        margin-bottom: 20px
    }
    .best-deal .part-txt .top-txt .txt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px
    }
    .best-deal .part-txt .top-txt .txt p {
        font-size: 16px
    }
    .best-deal .part-txt .top-txt .special h4 {
        font-size: 14px;
        line-height: 22px
    }
    .best-deal .part-txt .top-txt .special h4 span {
        font-size: 16px
    }
    .best-deal .part-txt .img {
        width: 120px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .img img {
        width: 100%
    }
    .best-deal .part-txt h6 {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .price {
        font-size: 20px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .pro-bar {
        margin-bottom: 17px
    }
    .best-deal .part-txt h5 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .counter .countdown .single-box .time {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px
    }
    .best-deal .part-txt .counter .countdown .single-box .name {
        font-size: 14px
    }
    .best-deal .part-txt .counter .countdown .devide {
        font-size: 40px;
        height: 35px;
        line-height: 32px
    }
    .best-seller {
        padding-top: 60px;
        padding-bottom: 46px
    }
    .best-seller .sidebar {
        margin-bottom: 30px
    }
    .best-seller .sidebar .top h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .best-seller .sidebar ul li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .best-seller .best-sale .top .sec-title {
        text-align: center
    }
    .best-seller .best-sale .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-seller .best-sale .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .best-seller .best-sale .tab-content .tab-pane .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto 30px
    }
    .best-seller .best-sale .tab-content .tab-pane .single-box .part-txt p {
        font-size: 14px
    }
    .best-seller-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .best-seller-2 .top .sec-title {
        text-align: center
    }
    .best-seller-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-seller-2 .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .best-seller-2 .top nav .nav-tabs .nav-link:first-child {
        margin-left: 0
    }
    .best-seller-2 .tab-content .tab-pane .single-box {
        width: 250px;
        margin: 0 auto 30px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
        height: 120px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 14px
    }
    .recent-product {
        padding: 60px 0
    }
    .recent-product .top .sec-title h2 {
        font-size: 22px
    }
    .recent-product .slider-area .slider-box {
        padding-bottom: 14px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
        width: 350px;
        margin: 0 auto 30px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
        max-width: 100%;
        height: auto
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
        max-width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt p {
        font-size: 14px
    }
    .ad {
        padding-bottom: 60px
    }
    .ad .bg {
        background-size: cover
    }
    .ad .bg .part-txt {
        text-align: center
    }
    .ad .bg .part-txt h2 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 19px
    }
    .ad .bg .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .ad .bg .part-img {
        display: none
    }
    .testimonial {
        padding: 60px 0
    }
    .testimonial .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .testimonial .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .testimonial .comment-area {
        margin: 0
    }
    .testimonial .comment-area .clients {
        margin: 0 110px
    }
    .testimonial .comment-area .comments {
        margin-left: 0;
        margin-top: -100px;
        padding-bottom: 60px
    }
    .testimonial .comment-area .comments .single-comment {
        padding: 100px 15px 0
    }
    .testimonial .comment-area .comments .single-comment .part-txt {
        text-align: center;
        padding: 30px 0
    }
    .testimonial .comment-area .comments .single-comment .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: -6px
    }
    .testimonial .comment-area .comments .single-comment .part-txt h3 {
        font-size: 20px;
        line-height: 22px
    }
    .testimonial .comment-area .comments .single-comment .part-txt h4 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .testimonial .comment-area .comments .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .testimonial .comment-area .comments .slick-arrow.slick-prev {
        margin-left: -20px
    }
    .testimonial .comment-area .comments .slick-arrow.slick-next {
        margin-left: 20px
    }
    .blog {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .blog .heading {
        margin-bottom: 45px
    }
    .blog .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 8px
    }
    .blog .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .blog .single-box {
        padding: 25px;
        margin-bottom: 30px
    }
    .blog .single-box .admin {
        margin-bottom: 17px
    }
    .blog .single-box .part-txt .title {
        font-size: 20px;
        margin-bottom: 13px
    }
    .blog .single-box .part-txt .bottom .read {
        font-size: 14px
    }
    .products {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .products .single-part .top {
        text-align: center;
        margin-top: -1px
    }
    .products .single-part .top:after {
        display: none
    }
    .products .single-part .top h2 {
        font-size: 22px;
        line-height: 32px
    }
    .products .single-part .single-box {
        padding: 20px
    }
    .brands {
        padding-top: 0;
        padding-bottom: 60px
    }
    .brands.brands-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .brands.brands-2 .all-brand .single-brand {
        height: 85px;
        padding: 0 20px
    }
    .brands .all-brand {
        padding: 20px 25px
    }
    .brands .all-brand .single-brand img {
        width: 100%
    }
    .brands .all-brand .owl-nav {
        left: 5px;
        right: 5px
    }
    .brands .all-brand .owl-nav button {
        font-size: 4px
    }
    .feature-2 {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .feature-2 .single-box {
        width: 320px;
        margin: 0 auto 30px
    }
    .feature-2 .single-box .bg {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        padding: 0 25px
    }
    .feature-2 .single-box .bg .part-icon {
        height: auto;
        width: 40px;
        margin-right: 20px
    }
    .feature-2 .single-box .bg .part-icon img {
        width: 100%;
        height: auto
    }
    .feature-2 .single-box .bg .part-txt h3 {
        font-size: 18px;
        line-height: 21px
    }
    .feature-2 .single-box .bg .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .instagram .posts .single-post .txt a {
        font-size: 14px
    }
    .instagram .posts .single-post .txt a span {
        font-size: 20px
    }
    .footer .main-footer {
        padding: 60px 0
    }
    .footer .main-footer .title h2 {
        font-size: 20px;
        margin-bottom: 17px
    }
    .footer .main-footer .f-about {
        margin-bottom: 24px
    }
    .footer .main-footer .f-about .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: -1px;
        margin-bottom: 1px
    }
    .footer .main-footer .f-about .part-txt ul li {
        font-size: 14px;
        line-height: 22px
    }
    .footer .main-footer .f-link {
        margin-bottom: 24px
    }
    .footer .main-footer .f-link ul li {
        padding-bottom: 10px
    }
    .footer .main-footer .f-link ul li a {
        font-size: 14px
    }
    .footer .main-footer .news-letter form {
        margin-bottom: 19px
    }
    .footer .main-footer .news-letter p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px
    }
    .footer .copyright .part-txt {
        text-align: center
    }
    .footer .copyright .part-txt p {
        font-size: 12px;
        margin-bottom: 18px
    }
    .footer .copyright .part-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer .copyright .part-img img {
        width: 200px
    }
    .breadcrumb-area.breadcrumb-area-2 {
        padding-top: 0
    }
    .breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 5px
    }
    .breadcrumb-area .breadcrumb-txt ul {
        margin-bottom: -8px
    }
    .breadcrumb-area .breadcrumb-txt ul li {
        font-size: 15px;
        margin-left: 15px
    }
    .shop-grid {
        padding: 60px 0
    }
    .shop-grid .top .part-btn a {
        font-size: 16px
    }
    .shop-grid .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid .top .form-area form label {
        font-size: 14px
    }
    .shop-grid .top .form-area form select {
        font-size: 14px
    }
    .shop-grid .all-product .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto 30px
    }
    .shop-grid .all-product .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .shop-grid .all-product .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop-grid .bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-grid .bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-grid .bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-grid .bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-grid-2 {
        padding: 60px 0
    }
    .shop-grid-2 .top .part-btn a {
        font-size: 16px
    }
    .shop-grid-2 .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid-2 .top .form-area form label {
        font-size: 14px
    }
    .shop-grid-2 .top .form-area form select {
        font-size: 14px
    }
    .shop-grid-2 .all-product .single-box {
        width: 250px;
        margin: 0 auto 30px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop-grid-2 .page-bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-grid-2 .page-bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-grid-2 .page-bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-grid-2 .page-bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-grid-2 .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .shop-grid-2 .next .side-bar {
        width: 270px;
        margin: 60px auto 0
    }
    .shop-grid-2 .next .side-bar h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 11px
    }
    .shop-grid-2 .next .side-bar .search-area {
        margin-bottom: 30px
    }
    .shop-grid-2 .next .side-bar .category {
        margin-bottom: 13px
    }
    .shop-grid-2 .next .side-bar .category ul li a {
        font-size: 14px
    }
    .shop-grid-2 .next .side-bar .filter {
        margin-bottom: 23px
    }
    .shop-grid-2 .next .side-bar .feature-products {
        margin-bottom: 30px
    }
    .shop-grid-2 .next .side-bar .products-tag {
        margin-bottom: 20px
    }
    .shop-grid-2 .next .side-bar .products-tag .tags a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px
    }
    .shop-list {
        padding: 60px 0
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-img {
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
        padding-left: 0
    }
    .shop-list .top .part-btn a {
        font-size: 16px
    }
    .shop-list .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-list .top .form-area form label {
        font-size: 14px
    }
    .shop-list .top .form-area form select {
        font-size: 14px
    }
    .shop-list .lists .single-box {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-img {
        width: 100%;
        height: 140px;
        padding: 20px 0
    }
    .shop-list .lists .single-box .box .part-img .img-2 {
        padding: 20px 0
    }
    .shop-list .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-txt .txt {
        display: block
    }
    .shop-list .lists .single-box .box .part-txt .txt h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: -7px;
        margin-bottom: 12px
    }
    .shop-list .lists .single-box .box .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 19px
    }
    .shop-list .lists .single-box .box .part-txt .txt .tags {
        padding-left: 0;
        position: absolute;
        bottom: 100%
    }
    .shop-list .lists .single-box .box .part-txt .info {
        padding: 20px 0
    }
    .shop-list .page-bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-list .page-bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-list .page-bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-list .page-bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-details {
        padding: 60px 0
    }
    .shop-details .item-section {
        padding-bottom: 40px
    }
    .shop-details .item-section .part-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 30px
    }
    .shop-details .item-section .part-img .product-slider {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }
    .shop-details .item-section .part-img .product-slider .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
        padding: 60px
    }
    .shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
        height: 100%
    }
    .shop-details .item-section .part-img .owl-thumbs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 450px
    }
    .shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
        width: 25%;
        height: 100%;
        margin: 0 5px
    }
    .shop-details .item-section .part-txt {
        padding-left: 0
    }
    .shop-details .item-section .part-txt h3 {
        padding: 0;
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 16px
    }
    .shop-details .item-section .part-txt .info {
        margin-bottom: 14px
    }
    .shop-details .item-section .part-txt .info .price {
        font-size: 16px
    }
    .shop-details .item-section .part-txt .item-rating {
        margin-bottom: 21px
    }
    .shop-details .item-section .part-txt p {
        font-size: 14px
    }
    .shop-details .item-section .part-txt .cart-option ul li:first-child {
        font-size: 14px;
        width: 100px
    }
    .shop-details .item-section .part-txt .cart-option ul.color {
        padding-top: 12px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart {
        padding-top: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
        padding-right: 15px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
        margin: 0 -10px;
        height: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
        height: 30px;
        line-height: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
        height: 32px;
        line-height: 32px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin-left: 0
    }
    .shop-details .item-section .part-txt .cart-option ul.pro-code {
        padding-top: 28px
    }
    .shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
        font-size: 14px
    }
    .shop-details .item-section .part-txt .cart-option ul.share {
        padding-top: 28px
    }
    .shop-details .item-section .part-txt .cart-option ul.share li .social a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 9px
    }
    .shop-details .dscr-section {
        padding: 20px;
        border-radius: 5px
    }
    .shop-details .dscr-section .box nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 13px
    }
    .shop-details .dscr-section .box nav .nav-tabs .nav-link {
        margin-right: 0;
        font-size: 30px;
        padding: 0 20px 6px;
        margin-top: 0
    }
    .shop-details .dscr-section .box nav .nav-tabs .nav-link span {
        display: none
    }
    .shop-details .dscr-section .box nav .nav-tabs .nav-link i {
        display: block
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
        font-size: 13px;
        margin-bottom: 17px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
        margin-bottom: -5px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
        font-size: 13px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data {
        margin-top: -3px;
        margin-bottom: -2px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
        margin-top: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 8px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
        font-size: 12px;
        padding-top: 9px;
        padding-bottom: 8px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
        margin-bottom: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
        min-width: inherit;
        width: 120px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews {
        padding-top: 7px;
        padding-bottom: 9px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        display: block
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
        width: 70px;
        height: 69px;
        margin-bottom: 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
        width: 100%
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
        margin-bottom: -2px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
        margin-bottom: 6px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
        font-size: 16px;
        margin-top: -1px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
        font-size: 12px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
        font-size: 16px;
        margin-bottom: 6px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
        margin-bottom: 14px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating i {
        font-size: 10px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
        height: 40px;
        margin-bottom: 20px;
        font-size: 13px;
        padding: 0 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
        height: 100px;
        margin-bottom: 13px;
        font-size: 13px;
        padding: 10px 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 19px
    }
    .shop-details .releted-products {
        padding-top: 59px
    }
    .shop-details .releted-products .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .shop-details .releted-products .releted-slider .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto
    }
    .shop-details .releted-products .releted-slider .single-box .part-txt p {
        font-size: 14px
    }
    .shop-details .releted-products .releted-slider .owl-nav {
        top: -65px
    }
    .shop-details .releted-products .releted-slider .owl-nav button {
        font-size: 4px
    }
    .blog-inner {
        padding: 60px 0
    }
    .blog-inner .pagination {
        margin-top: 0
    }
    .blog-inner .pagination.pagination-2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .blog-inner .sidebar {
        width: 270px;
        margin: 60px auto 0
    }
    .blog-inner .sidebar h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 11px
    }
    .blog-inner .sidebar .search-area {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .category {
        margin-bottom: 13px
    }
    .blog-inner .sidebar .category ul li a {
        font-size: 14px
    }
    .blog-inner .sidebar .recent-post {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .recent-post ul li .part-img {
        width: 85px;
        height: 80px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt {
        width: 170px;
        margin-bottom: -5px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt a {
        font-size: 14px
    }
    .blog-inner .sidebar .sale-products {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .sale-products ul li .part-txt {
        width: 172px
    }
    .blog-inner .sidebar .products-tag {
        margin-bottom: -10px
    }
    .blog-inner .sidebar .products-tag .tags a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px
    }
    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .blog-inner .main-content .main-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 29px
    }
    .blog-inner .main-content .blog-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 0
    }
    .blog-inner .main-content .blog-info .admin {
        margin-bottom: 15px
    }
    .blog-inner .main-content .blog-info .add-info div {
        height: 30px;
        line-height: 28px;
        margin-right: 10px;
        padding: 0 10px
    }
    .blog-inner .main-content .part-txt {
        padding-top: 24px
    }
    .blog-inner .main-content .part-txt p {
        font-size: 13px;
        margin-bottom: 16px
    }
    .blog-inner .main-content .part-txt p.quoted {
        padding: 20px 25px 17px;
        margin-top: 22px;
        margin-bottom: 24px
    }
    .blog-inner .main-content .part-img {
        margin-top: 6px
    }
    .blog-inner .main-content .part-img.top {
        margin-bottom: 24px
    }
    .blog-inner .main-content .other-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .blog-inner .main-content .other-info .tags-btn {
        margin-bottom: 25px
    }
    .blog-inner .main-content .other-info .tags-btn a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 5px;
        margin-right: 5px
    }
    .blog-inner .main-content .review-area {
        padding-top: 30px
    }
    .blog-inner .main-content .review-area .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px
    }
    .blog-inner .main-content .review-area .blog-comment {
        padding-top: 7px;
        padding-bottom: 9px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment {
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        display: block
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment.reply {
        margin-left: 40px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img {
        width: 70px;
        height: 69px;
        margin-bottom: 15px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img img {
        width: 100%
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt {
        margin-bottom: -2px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
        margin-bottom: 6px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt .name h3 {
        font-size: 16px;
        margin-top: -1px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt span {
        font-size: 12px
    }
    .blog-inner .main-content .review-area .post-a-review h3 {
        font-size: 16px;
        margin-bottom: 6px
    }
    .blog-inner .main-content .review-area .post-a-review p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .blog-inner .main-content .review-area .post-a-review form .simple-rating {
        margin-bottom: 14px
    }
    .blog-inner .main-content .review-area .post-a-review form .simple-rating i {
        font-size: 10px
    }
    .blog-inner .main-content .review-area .post-a-review form input {
        height: 40px;
        margin-bottom: 20px;
        font-size: 13px;
        padding: 0 15px
    }
    .blog-inner .main-content .review-area .post-a-review form textarea {
        height: 100px;
        margin-bottom: 13px;
        font-size: 13px;
        padding: 10px 15px
    }
    .blog-inner .main-content .review-area .post-a-review form button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 19px
    }
    .about {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .about .part-img {
        width: 290px;
        margin: 0 auto 30px
    }
    .about .part-img img {
        width: 100%
    }
    .about .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 1px
    }
    .about .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .about .part-txt p {
        font-size: 14px
    }
    .about .part-txt ul {
        padding: 20px 0
    }
    .about .part-txt ul li.signature {
        margin-right: 30px
    }
    .about .part-txt ul li.signature .img-1 {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        border-width: 2px
    }
    .about .part-txt ul li.signature .img-2 {
        width: 50px
    }
    .about .part-txt ul li.signature .img-2 img {
        min-width: inherit;
        width: 100%
    }
    .about .part-txt ul li.off-day {
        margin-top: -1px
    }
    .about .part-txt ul li.off-day .part-icon span {
        margin-right: 9px;
        margin-top: -3px
    }
    .about .part-txt ul li.off-day .txt p {
        font-size: 14px;
        margin-top: 0
    }
    .about .part-txt ul li.off-day .txt p span {
        font-size: 16px;
        line-height: 100%
    }
    .about .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px
    }
    .feature-inner {
        padding-top: 40px
    }
    .vision {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .vision .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .vision .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .vision .part-txt p {
        font-size: 14px
    }
    .vision .part-txt ul {
        margin-top: -7px;
        padding-left: 15px
    }
    .vision .part-txt ul li {
        font-size: 14px
    }
    .vision .part-txt ul li:first-child {
        margin-bottom: 16px
    }
    .vision .part-txt ul li:before {
        top: 7px;
        left: -15px
    }
    .vision .part-txt ul li:after {
        top: 9px;
        left: -13px
    }
    .vision .part-img {
        width: 290px;
        margin: 30px auto 15px
    }
    .vision .part-img:after {
        right: -15px;
        bottom: -15px
    }
    .vision .part-img img {
        width: 100%
    }
    .mission {
        padding-top: 40px;
        padding-bottom: 60px
    }
    .mission .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .mission .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .mission .part-txt p {
        font-size: 14px;
        margin-bottom: 16px
    }
    .mission .part-txt ul:last-child {
        margin-bottom: -7px
    }
    .mission .part-txt ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        min-width: 180px
    }
    .mission .part-txt ul li:before {
        top: 7px
    }
    .mission .part-txt ul li:after {
        top: 9px
    }
    .mission .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .mission .next .part-img {
        width: 290px;
        margin: 30px auto 15px
    }
    .mission .next .part-img:after {
        left: -15px;
        bottom: -15px
    }
    .mission .next .part-img img {
        width: 100%
    }
    .video {
        padding-top: 120px;
        padding-bottom: 200px
    }
    .video .btn-area .vdo-btn {
        width: 90px;
        height: 90px;
        line-height: 84px;
        font-size: 30px;
        border-width: 5px
    }
    .video .btn-area .vdo-btn i {
        margin-left: 7px
    }
    .counter-area {
        padding-bottom: 30px
    }
    .counter-area .single-box {
        margin-bottom: 30px
    }
    .counter-area .single-box .icon {
        height: 30px;
        margin-bottom: 15px
    }
    .counter-area .single-box .txt h2 {
        font-size: 20px;
        font-weight: 500;
        margin-top: -3px;
        margin-bottom: 1px
    }
    .counter-area .single-box .txt h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -9px
    }
    .about-2 {
        padding: 60px 0
    }
    .about-2 .part-img {
        width: 290px;
        margin: 0 auto 45px
    }
    .about-2 .part-img:after {
        bottom: -15px;
        left: -15px
    }
    .about-2 .part-img .txt {
        padding: 50px 30px
    }
    .about-2 .part-img .txt:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }
    .about-2 .part-img .txt h3 {
        font-size: 16px;
        line-height: 24px
    }
    .about-2 .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -4px;
        margin-bottom: 1px
    }
    .about-2 .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .about-2 .part-txt p {
        font-size: 14px
    }
    .about-2 .part-txt ul {
        margin-top: 20px;
        margin-bottom: 23px
    }
    .about-2 .part-txt ul li .icon span {
        font-size: 18px;
        margin-right: 14px
    }
    .about-2 .part-txt ul li p {
        font-size: 14px;
        margin-right: 25px;
        margin-top: -4px
    }
    .about-2 .part-txt ul li p span {
        font-size: 14px;
        line-height: 24px
    }
    .about-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px
    }
    .skill {
        padding: 60px 0
    }
    .skill .skill-area {
        margin-bottom: 40px
    }
    .skill .skill-area h2 {
        font-size: 30px;
        margin-top: -4px;
        line-height: 40px;
        margin-bottom: 1px
    }
    .skill .skill-area p {
        font-size: 14px
    }
    .skill .skill-area .bar-title {
        font-size: 14px;
        line-height: 100%;
        margin-top: 18px
    }
    .skill .skill-area .progress .progress-bar span {
        top: -10px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px
    }
    .skill .skill-area .progress .progress-bar span:after {
        width: 22px;
        height: 22px
    }
    .skill .part-img {
        width: 290px;
        margin: 0 auto 30px
    }
    .skill .what-we-do h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -4px;
        margin-bottom: 0
    }
    .skill .what-we-do p {
        font-size: 14px;
        margin-bottom: 6px
    }
    .skill .what-we-do .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 17px
    }
    .history {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .history .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .history .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .history .single-box {
        padding: 20px
    }
    .history .single-box .part-icon {
        margin-right: 19px
    }
    .history .single-box .part-icon span {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 35px
    }
    .history .single-box .part-icon span:after {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px
    }
    .history .single-box .part-txt h4 {
        font-size: 14px;
        margin-bottom: 17px
    }
    .history .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px
    }
    .history .single-box .part-txt p {
        font-size: 14px
    }
    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .team .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .team .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .team .single-box {
        width: 270px;
        margin: 0 auto 30px
    }
    .team .single-box .part-txt h3 {
        font-size: 20px
    }
    .team .single-box .part-txt p {
        font-size: 14px;
        margin-bottom: -2px
    }
    .shop-cart {
        padding: 60px 0
    }
    .shop-cart .table-responsive .table {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-cart .table-responsive .table thead tr th {
        font-size: 18px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px
    }
    .shop-cart .table-responsive .table tbody tr td {
        padding: 20px
    }
    .shop-cart .table-responsive .table tbody tr td:first-child {
        width: 350px
    }
    .shop-cart .table-responsive .table tbody tr td .product .part-img {
        width: 75px;
        height: 75px;
        margin-right: 19px
    }
    .shop-cart .table-responsive .table tbody tr td .product .part-txt p {
        font-size: 14px
    }
    .shop-cart .table-responsive .table tbody tr td .price {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .product-quantity {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .total-price {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .delete {
        height: 75px
    }
    .shop-cart .cart-totals {
        padding-top: 60px
    }
    .shop-cart .cart-totals .coupon {
        margin-bottom: 30px
    }
    .shop-cart .cart-totals .coupon .coupon-title {
        padding: 20px 25px 15px
    }
    .shop-cart .cart-totals .coupon .coupon-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .coupon .part-txt {
        padding: 25px 20px
    }
    .shop-cart .cart-totals .coupon .part-txt p {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap {
        border-radius: 5px;
        margin-bottom: 25px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap input {
        height: 38px
    }
    .shop-cart .cart-totals .coupon .part-txt form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title {
        padding: 20px 25px 15px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt {
        padding: 25px 20px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
        font-size: 14px;
        margin-top: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
        margin-right: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt p {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box {
        padding: 25px 20px;
        text-align: left
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
        font-size: 14px;
        margin-top: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
        margin-right: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-compare {
        padding: 60px 0
    }
    .shop-compare .box-wrap {
        overflow-x: scroll
    }
    .shop-compare .box-wrap .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-compare .box-wrap .row .custom-col {
        width: 300px
    }
    .form-wrap {
        padding: 60px 0
    }
    .form-wrap .login-form {
        padding: 20px;
        margin-bottom: 30px
    }
    .form-wrap .login-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .login-form form input[type=email],
    .form-wrap .login-form form [type=password] {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .login-form form a {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: 28px
    }
    .form-wrap .login-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .form-wrap .login-form form .form-check label {
        font-size: 14px
    }
    .form-wrap .sign-up-form {
        padding: 20px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form form input {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .sign-up-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 28px
    }
    .form-wrap .sign-up-form p {
        font-size: 14px;
        margin-bottom: -2px
    }
    .contact {
        padding: 60px 0
    }
    .contact .contact-box {
        padding: 40px
    }
    .contact .contact-box:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px
    }
    .contact .contact-box .contact-info {
        margin-bottom: 30px
    }
    .contact .contact-box .contact-info .title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .contact .contact-box .contact-info .single-box .part-icon {
        margin-right: 15px
    }
    .contact .contact-box .contact-info .single-box .part-txt h3 {
        font-size: 18px;
        margin-bottom: 3px
    }
    .contact .contact-box .contact-info .single-box .part-txt p {
        font-size: 14px
    }
    .contact .contact-box .contact-form .title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px
    }
    .contact .contact-box .contact-form form input {
        width: 100%;
        height: 40px;
        padding: 0 15px;
        font-size: 14px
    }
    .contact .contact-box .contact-form form textarea {
        width: 100%;
        height: 100px;
        padding: 10px 15px;
        font-size: 14px
    }
    .contact .contact-box .contact-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400
    }
    .map iframe {
        height: 300px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header.header-2 .top-header .top-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header.header-2 .top-header .top-left:after {
        left: -15px;
        right: -15px;
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg)
    }
    .header.header-2 .top-header .top-left a {
        font-size: 12px
    }
    .header.header-2 .top-header .top-left a:first-child {
        margin-right: 0
    }
    .header.header-2 .top-header .top-left a i {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 4px;
        margin-right: 5px
    }
    .header.header-2 .top-header .top-right {
        padding: 10px 0
    }
    .header.header-2 .top-header .top-right .select-lang ul {
        left: 0;
        right: auto
    }
    .header.header-2 .bottom-header {
        position: inherit;
        background: #c0000d
    }
    .header.header-2 .bottom-header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }
    .header.header-2 .bottom-header .bg:before,
    .header.header-2 .bottom-header .bg:after {
        display: none
    }
    .header.header-2 .bottom-header .bg .others-btn button {
        font-size: 6px;
        color: #fff;
        padding: 0 7px
    }
    .header.header-2 .bottom-header .bg .others-btn button span {
        background: #fff;
        color: #c0000d;
        width: 13px;
        height: 13px;
        line-height: 14px;
        font-size: 10px
    }
    .header.header-2 .bottom-header .bg .navbar-toggler {
        background: #fff;
        color: #c0000d
    }
    .header.header-2 .bottom-header .bg .navbar {
        padding-left: 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav {
        border-top: 0;
        background: #fff;
        border-radius: 5px;
        margin-bottom: 15px;
        max-height: 300px;
        overflow: scroll
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin: 10px 10px 0
    }
    .header.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        padding: 15px 20px;
        color: #3c3434
    }
    .header .top-header {
        padding-top: 15px;
        padding-bottom: 19px
    }
    .header .top-header .top-left {
        text-align: center
    }
    .header .top-header .top-right {
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header .top-header .top-right a {
        font-size: 13px;
        margin-right: 5px
    }
    .header .top-header .top-right .select-lang ul {
        left: auto !important;
        right: 0
    }
    .header .top-header .top-right .select-lang ul li a {
        font-size: 13px
    }
    .header .top-header .top-right .select-lang .dropdown-toggle {
        font-size: 13px
    }
    .header .bottom-header .logo img {
        width: 100%
    }
    .header .bottom-header .others-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .header .bottom-header .others-btn button {
        padding: 0 10px;
        font-size: 16px;
        color: #c0000d;
        position: relative
    }
    .header .bottom-header .others-btn button span {
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 16px;
        background: #c0000d;
        border-radius: 50%;
        color: #fff;
        font-size: 12px
    }
    .header .bottom-header .navbar-toggler {
        padding: 0;
        float: right;
        padding: 5px;
        background: #c0000d;
        color: #fff;
        margin: 15px 0
    }
    .header .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #dbdbdb;
        padding: 10px 0;
        max-height: 300px;
        overflow-y: scroll
    }
    .header .bottom-header .navbar .navbar-nav .nav-item {
        padding: 12px 15px 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 10px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }
    .header .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding-top: 13px;
        padding-bottom: 13px
    }
    .header .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px
    }
    .search-box .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .search-box form {
        padding: 60px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .search-box form select,
    .search-box form input {
        width: 100%;
        height: 45px;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        margin-bottom: 15px
    }
    .search-box form button {
        height: 45px;
        line-height: 43px;
        border-radius: 10px
    }
    .wish-list {
        padding: 60px 0
    }
    .wish-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .wish-list .box {
        padding: 30px 20px
    }
    .wish-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .wish-list .box .single-box .wish-close {
        top: 15px;
        right: 15px
    }
    .wish-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .wish-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .wish-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .wish-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .cart-list {
        padding: 60px 0
    }
    .cart-list .close {
        top: 25px;
        right: 25px;
        font-size: 10px
    }
    .cart-list .box {
        padding: 30px 20px
    }
    .cart-list .box .single-box {
        padding: 15px 30px 15px 15px
    }
    .cart-list .box .single-box .cart-close {
        top: 15px;
        right: 15px
    }
    .cart-list .box .single-box .part-img {
        width: 70px;
        height: 70px;
        margin-right: 10px
    }
    .cart-list .box .single-box .part-txt a {
        font-size: 12px;
        line-height: 20px
    }
    .cart-list .box .single-box .part-txt p {
        font-size: 12px
    }
    .cart-list .box .box-btn a {
        padding: 0 30px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner.banner-2 .slider-1 .part-img,
    .banner.banner-2 .slider-2 .part-img {
        display: none
    }
    .banner.banner-2 .slider-1 .part-txt,
    .banner.banner-2 .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner.banner-2 .slider-1 .part-txt h4,
    .banner.banner-2 .slider-2 .part-txt h4 {
        display: none
    }
    .banner.banner-2 .slider-1 .part-txt h1,
    .banner.banner-2 .slider-2 .part-txt h1 {
        font-size: 23px;
        line-height: 33px;
        margin-top: -5px
    }
    .banner.banner-2 .slider-1 .part-txt p,
    .banner.banner-2 .slider-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }
    .banner.banner-2 .slider-1 .part-txt .def-btn,
    .banner.banner-2 .slider-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner.banner-2 .owl-dots {
        bottom: 34px
    }
    .banner .slider-1,
    .banner .slider-2 {
        background-position-x: 20%
    }
    .banner .slider-1 .part-img,
    .banner .slider-2 .part-img {
        display: none
    }
    .banner .slider-1 .part-txt,
    .banner .slider-2 .part-txt {
        padding: 80px 0;
        text-align: center
    }
    .banner .slider-1 .part-txt h4,
    .banner .slider-2 .part-txt h4 {
        display: none
    }
    .banner .slider-1 .part-txt h1,
    .banner .slider-2 .part-txt h1 {
        font-size: 23px;
        line-height: 33px;
        margin-top: -5px
    }
    .banner .slider-1 .part-txt p,
    .banner .slider-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }
    .banner .slider-1 .part-txt .def-btn,
    .banner .slider-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .banner .owl-dots {
        bottom: -10px
    }
    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }
    .feature .single-box {
        width: 290px;
        margin: 0 auto 30px
    }
    .feature .single-box .part-icon {
        height: 25px
    }
    .feature .single-box .part-icon img {
        height: 25px
    }
    .feature .single-box .part-txt h3 {
        font-size: 18px;
        line-height: 28px
    }
    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px
    }
    .hot-deal {
        padding-top: 60px;
        padding-bottom: 10px
    }
    .hot-deal .single-box {
        width: 290px;
        margin: 0 auto 30px;
        padding: 10px
    }
    .hot-deal .single-box .box {
        padding: 0 20px !important
    }
    .hot-deal .single-box .box .part-txt {
        padding: 18px 0
    }
    .hot-deal .single-box .box .part-txt p {
        font-size: 14px;
        margin-bottom: 12px
    }
    .hot-deal .single-box .box .part-txt h3 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 2px
    }
    .hot-deal .single-box .box .part-txt a {
        font-size: 14px
    }
    .hot-deal .single-box .box .part-img {
        width: 35%
    }
    .our-product {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .our-product .top .sec-title {
        text-align: center
    }
    .our-product .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .our-product .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .our-product .tab-content .tab-pane .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto 30px
    }
    .our-product .tab-content .tab-pane .single-box .part-txt p {
        font-size: 14px
    }
    .top-category {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .top-category .top .sec-title {
        text-align: center
    }
    .top-category .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .top-category .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .top-category .tab-content .tab-pane .single-box {
        width: 250px;
        margin: 0 auto 30px
    }
    .top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .top-category .tab-content .tab-pane .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .shop .single-box {
        width: 290px;
        margin: 0 auto 30px
    }
    .shop .single-box .part-img img {
        width: 100%
    }
    .shop .single-box .part-txt {
        top: 30px
    }
    .shop .single-box .part-txt p,
    .shop .single-box .part-txt a {
        font-size: 14px
    }
    .best-deal {
        padding-top: 60px;
        padding-bottom: 0
    }
    .best-deal.best-deal-2 {
        padding-bottom: 60px
    }
    .best-deal.best-deal-2 .top .sec-title {
        text-align: center
    }
    .best-deal.best-deal-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-deal.best-deal-2 .top nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .best-deal.best-deal-2 .top nav .nav-tabs .nav-link {
        font-size: 12px
    }
    .best-deal.best-deal-2 .deal-slider {
        padding-bottom: 44px
    }
    .best-deal.best-deal-2 .deal-slider .single-box {
        padding: 15px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt {
        padding: 20px;
        width: auto
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special {
        width: 60px;
        height: 60px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 {
        line-height: 20px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .top-txt .special h4 span {
        font-size: 14px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .img {
        height: 90px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px
    }
    .best-deal.best-deal-2 .deal-slider .single-box .part-txt .timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 14px
    }
    .best-deal .part-img {
        width: 290px;
        margin: 0 auto 30px;
        padding-bottom: 15px
    }
    .best-deal .part-img:before {
        width: 85%;
        height: 85%;
        left: -15px
    }
    .best-deal .part-img img {
        width: 100%
    }
    .best-deal .part-txt {
        width: 290px;
        margin: 0 auto 16px;
        padding: 30px
    }
    .best-deal .part-txt:before {
        bottom: -15px;
        right: -15px;
        width: 85%;
        height: 85%
    }
    .best-deal .part-txt .top-txt {
        margin-bottom: 20px
    }
    .best-deal .part-txt .top-txt .txt h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px
    }
    .best-deal .part-txt .top-txt .txt p {
        font-size: 16px
    }
    .best-deal .part-txt .top-txt .special h4 {
        font-size: 14px;
        line-height: 22px
    }
    .best-deal .part-txt .top-txt .special h4 span {
        font-size: 16px
    }
    .best-deal .part-txt .img {
        width: 120px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .img img {
        width: 100%
    }
    .best-deal .part-txt h6 {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .price {
        font-size: 20px;
        margin-bottom: 20px
    }
    .best-deal .part-txt .pro-bar {
        margin-bottom: 17px
    }
    .best-deal .part-txt h5 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .best-deal .part-txt .counter .countdown .single-box .time {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px
    }
    .best-deal .part-txt .counter .countdown .single-box .name {
        font-size: 14px
    }
    .best-deal .part-txt .counter .countdown .devide {
        font-size: 40px;
        height: 35px;
        line-height: 32px
    }
    .best-seller {
        padding-top: 60px;
        padding-bottom: 46px
    }
    .best-seller .sidebar {
        margin-bottom: 30px
    }
    .best-seller .sidebar .top h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .best-seller .sidebar ul li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .best-seller .best-sale .top .sec-title {
        text-align: center
    }
    .best-seller .best-sale .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-seller .best-sale .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .best-seller .best-sale .tab-content .tab-pane .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto 30px
    }
    .best-seller .best-sale .tab-content .tab-pane .single-box .part-txt p {
        font-size: 14px
    }
    .best-seller-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .best-seller-2 .top .sec-title {
        text-align: center
    }
    .best-seller-2 .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px;
        margin-bottom: 20px
    }
    .best-seller-2 .top nav .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0 auto
    }
    .best-seller-2 .top nav .nav-tabs .nav-link:first-child {
        display: none
    }
    .best-seller-2 .tab-content .tab-pane .single-box {
        width: 250px;
        margin: 0 auto 30px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-img {
        height: 120px
    }
    .best-seller-2 .tab-content .tab-pane .single-box .box .part-bottom .part-txt p {
        font-size: 14px
    }
    .recent-product {
        padding: 60px 0
    }
    .recent-product .top .sec-title h2 {
        font-size: 22px
    }
    .recent-product .slider-area .slider-box {
        padding-bottom: 14px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box {
        width: 290px;
        margin: 0 auto 30px
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-1 {
        max-width: 100%;
        height: auto
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-img .img-2 {
        max-width: 100%;
        height: auto;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
    .recent-product .slider-area .slider-box .owl-stage-outer .single-part .single-box .part-txt p {
        font-size: 14px
    }
    .ad {
        padding-bottom: 60px
    }
    .ad .bg {
        background-size: cover
    }
    .ad .bg .part-txt {
        text-align: center
    }
    .ad .bg .part-txt h2 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 19px
    }
    .ad .bg .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }
    .ad .bg .part-img {
        display: none
    }
    .testimonial {
        padding: 60px 0
    }
    .testimonial .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .testimonial .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .testimonial .comment-area {
        margin: 0
    }
    .testimonial .comment-area .clients {
        margin: 0 30px
    }
    .testimonial .comment-area .comments {
        margin-left: 0;
        margin-top: -100px;
        padding-bottom: 60px
    }
    .testimonial .comment-area .comments .single-comment {
        padding: 100px 15px 0
    }
    .testimonial .comment-area .comments .single-comment .part-txt {
        text-align: center;
        padding: 30px 0
    }
    .testimonial .comment-area .comments .single-comment .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: -6px
    }
    .testimonial .comment-area .comments .single-comment .part-txt h3 {
        font-size: 20px;
        line-height: 22px
    }
    .testimonial .comment-area .comments .single-comment .part-txt h4 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .testimonial .comment-area .comments .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .testimonial .comment-area .comments .slick-arrow.slick-prev {
        margin-left: -20px
    }
    .testimonial .comment-area .comments .slick-arrow.slick-next {
        margin-left: 20px
    }
    .blog {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .blog .heading {
        margin-bottom: 45px
    }
    .blog .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 8px
    }
    .blog .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .blog .single-box {
        padding: 25px;
        margin-bottom: 30px
    }
    .blog .single-box .admin {
        margin-bottom: 17px
    }
    .blog .single-box .part-txt .title {
        font-size: 20px;
        margin-bottom: 13px
    }
    .blog .single-box .part-txt .bottom .read {
        font-size: 14px
    }
    .products {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .products .single-part .top {
        text-align: center;
        margin-top: -1px
    }
    .products .single-part .top:after {
        display: none
    }
    .products .single-part .top h2 {
        font-size: 22px;
        line-height: 32px
    }
    .products .single-part .single-box {
        padding: 20px
    }
    .brands {
        padding-top: 0;
        padding-bottom: 60px
    }
    .brands.brands-2 {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .brands.brands-2 .all-brand .single-brand {
        height: 72px
    }
    .brands .all-brand {
        padding: 20px 25px
    }
    .brands .all-brand .single-brand img {
        width: 100%
    }
    .brands .all-brand .owl-nav {
        left: 5px;
        right: 5px
    }
    .brands .all-brand .owl-nav button {
        font-size: 4px
    }
    .feature-2 {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .feature-2 .single-box {
        padding: 10px;
        width: 290px;
        margin: 0 auto 30px
    }
    .feature-2 .single-box .bg {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        padding: 0 15px
    }
    .feature-2 .single-box .bg .part-icon {
        height: auto;
        width: 40px;
        margin-right: 20px
    }
    .feature-2 .single-box .bg .part-icon img {
        width: 100%;
        height: auto
    }
    .feature-2 .single-box .bg .part-txt {
        padding: 30px 0
    }
    .feature-2 .single-box .bg .part-txt h3 {
        font-size: 18px;
        line-height: 21px
    }
    .feature-2 .single-box .bg .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .instagram .posts .single-post .txt a {
        font-size: 14px
    }
    .instagram .posts .single-post .txt a span {
        font-size: 20px
    }
    .footer .main-footer {
        padding: 60px 0
    }
    .footer .main-footer .title h2 {
        font-size: 20px;
        margin-bottom: 17px
    }
    .footer .main-footer .f-about {
        margin-bottom: 24px
    }
    .footer .main-footer .f-about .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-top: -1px;
        margin-bottom: 1px
    }
    .footer .main-footer .f-about .part-txt ul li {
        font-size: 14px;
        line-height: 22px
    }
    .footer .main-footer .f-link {
        margin-bottom: 24px
    }
    .footer .main-footer .f-link ul li {
        padding-bottom: 10px
    }
    .footer .main-footer .f-link ul li a {
        font-size: 14px
    }
    .footer .main-footer .news-letter form {
        margin-bottom: 19px
    }
    .footer .main-footer .news-letter p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px
    }
    .footer .copyright .part-txt {
        text-align: center
    }
    .footer .copyright .part-txt p {
        font-size: 12px;
        margin-bottom: 18px
    }
    .footer .copyright .part-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer .copyright .part-img img {
        width: 200px
    }
    .breadcrumb-area.breadcrumb-area-2 {
        padding-top: 0
    }
    .breadcrumb-area.breadcrumb-area-2 .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt {
        padding: 80px 0
    }
    .breadcrumb-area .breadcrumb-txt h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        margin-bottom: 5px
    }
    .breadcrumb-area .breadcrumb-txt ul {
        margin-bottom: -8px
    }
    .breadcrumb-area .breadcrumb-txt ul li {
        font-size: 15px;
        margin-left: 15px
    }
    .shop-grid {
        padding: 60px 0
    }
    .shop-grid .top .part-btn a {
        font-size: 16px
    }
    .shop-grid .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid .top .form-area form label {
        font-size: 14px
    }
    .shop-grid .top .form-area form select {
        font-size: 14px
    }
    .shop-grid .all-product .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto 30px
    }
    .shop-grid .all-product .single-box .part-txt p {
        font-size: 14px
    }
    .shop-grid .bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-grid .bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-grid .bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-grid .bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-grid-2 {
        padding: 60px 0
    }
    .shop-grid-2 .top .part-btn a {
        font-size: 16px
    }
    .shop-grid-2 .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-grid-2 .top .form-area form label {
        font-size: 14px
    }
    .shop-grid-2 .top .form-area form select {
        font-size: 14px
    }
    .shop-grid-2 .all-product .single-box {
        width: 250px;
        margin: 0 auto 30px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt p {
        font-size: 14px;
        margin-bottom: 9px
    }
    .shop-grid-2 .all-product .single-box .box .part-bottom .part-txt .price {
        font-size: 12px;
        margin-bottom: 12px
    }
    .shop-grid-2 .page-bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-grid-2 .page-bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-grid-2 .page-bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-grid-2 .page-bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-grid-2 .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .shop-grid-2 .next .side-bar {
        width: 270px;
        margin: 60px auto 0
    }
    .shop-grid-2 .next .side-bar h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 11px
    }
    .shop-grid-2 .next .side-bar .search-area {
        margin-bottom: 30px
    }
    .shop-grid-2 .next .side-bar .category {
        margin-bottom: 13px
    }
    .shop-grid-2 .next .side-bar .category ul li a {
        font-size: 14px
    }
    .shop-grid-2 .next .side-bar .filter {
        margin-bottom: 23px
    }
    .shop-grid-2 .next .side-bar .feature-products {
        margin-bottom: 30px
    }
    .shop-grid-2 .next .side-bar .products-tag {
        margin-bottom: 20px
    }
    .shop-grid-2 .next .side-bar .products-tag .tags a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px
    }
    .shop-list {
        padding: 60px 0
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-img {
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list.shop-list-2 .lists .single-box .box .part-txt .txt .tags {
        padding-left: 0
    }
    .shop-list .top .part-btn a {
        font-size: 16px
    }
    .shop-list .top .part-btn a:first-child {
        margin-right: 10px
    }
    .shop-list .top .form-area form label {
        font-size: 14px
    }
    .shop-list .top .form-area form select {
        font-size: 14px
    }
    .shop-list .lists .single-box {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-img {
        width: 100%;
        height: 140px;
        padding: 20px 0
    }
    .shop-list .lists .single-box .box .part-img .img-2 {
        padding: 20px 0
    }
    .shop-list .lists .single-box .box .part-txt {
        padding: 15px
    }
    .shop-list .lists .single-box .box .part-txt .txt {
        display: block
    }
    .shop-list .lists .single-box .box .part-txt .txt h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: -7px;
        margin-bottom: 12px
    }
    .shop-list .lists .single-box .box .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 19px
    }
    .shop-list .lists .single-box .box .part-txt .txt .tags {
        padding-left: 0;
        position: absolute;
        bottom: 100%
    }
    .shop-list .lists .single-box .box .part-txt .info {
        padding: 20px 0
    }
    .shop-list .page-bottom .part-txt {
        text-align: center;
        margin-bottom: 13px
    }
    .shop-list .page-bottom .part-txt p {
        font-size: 14px;
        margin-top: -7px
    }
    .shop-list .page-bottom .pagination {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .shop-list .page-bottom .pagination ul li a {
        font-size: 14px;
        height: 30px;
        min-width: 30px;
        line-height: 30px
    }
    .shop-details {
        padding: 60px 0
    }
    .shop-details .item-section {
        padding-bottom: 40px
    }
    .shop-details .item-section .part-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 30px
    }
    .shop-details .item-section .part-img .product-slider {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }
    .shop-details .item-section .part-img .product-slider .owl-item .single-product-slider {
        width: 290px;
        height: 310px !important;
        padding: 60px
    }
    .shop-details .item-section .part-img .product-slider .owl-item .single-product-slider img {
        height: 100%
    }
    .shop-details .item-section .part-img .owl-thumbs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -5px
    }
    .shop-details .item-section .part-img .owl-thumbs .owl-thumb-item {
        width: 25%;
        height: 100%;
        margin: 0 5px
    }
    .shop-details .item-section .part-txt {
        padding-left: 0
    }
    .shop-details .item-section .part-txt h3 {
        padding: 0;
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 16px
    }
    .shop-details .item-section .part-txt .info {
        margin-bottom: 14px
    }
    .shop-details .item-section .part-txt .info .price {
        font-size: 16px
    }
    .shop-details .item-section .part-txt .item-rating {
        margin-bottom: 21px
    }
    .shop-details .item-section .part-txt p {
        font-size: 14px
    }
    .shop-details .item-section .part-txt .cart-option ul li:first-child {
        font-size: 14px;
        width: 80px
    }
    .shop-details .item-section .part-txt .cart-option ul.color {
        padding-top: 12px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart {
        padding-top: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li:first-child {
        display: none
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count {
        padding-right: 15px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity input {
        margin: 0 -10px;
        height: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .product-count .quantity .quantity-nav .quantity-button {
        height: 30px;
        line-height: 30px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .add-to-cart {
        height: 32px;
        line-height: 32px
    }
    .shop-details .item-section .part-txt .cart-option ul.cart li .rel-btns .more {
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin-left: 0
    }
    .shop-details .item-section .part-txt .cart-option ul.pro-code {
        padding-top: 28px
    }
    .shop-details .item-section .part-txt .cart-option ul.pro-code li:last-child {
        font-size: 14px
    }
    .shop-details .item-section .part-txt .cart-option ul.share {
        padding-top: 28px
    }
    .shop-details .item-section .part-txt .cart-option ul.share li .social a {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 9px
    }
    .shop-details .dscr-section {
        padding: 20px;
        border-radius: 5px
    }
    .shop-details .dscr-section .box nav .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 13px
    }
    .shop-details .dscr-section .box nav .nav-tabs .nav-link {
        margin-right: 0;
        font-size: 30px;
        padding: 0 20px 6px;
        margin-top: 0
    }
    .shop-details .dscr-section .box nav .nav-tabs .nav-link span {
        display: none
    }
    .shop-details .dscr-section .box nav .nav-tabs .nav-link i {
        display: block
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr p {
        font-size: 13px;
        margin-bottom: 17px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr ul {
        margin-bottom: -5px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .dscr ul li {
        font-size: 13px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data {
        margin-top: -3px;
        margin-bottom: -2px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul {
        margin-top: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul.first li:last-child {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 8px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li {
        font-size: 12px;
        padding-top: 9px;
        padding-bottom: 8px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li:last-child {
        margin-bottom: 0
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .product-data ul li span {
        min-width: inherit;
        width: 120px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews {
        padding-top: 7px;
        padding-bottom: 9px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box {
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        display: block
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img {
        width: 70px;
        height: 69px;
        margin-bottom: 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-img img {
        width: 100%
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt {
        margin-bottom: -2px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title {
        margin-bottom: 6px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt .title h3 {
        font-size: 16px;
        margin-top: -1px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .reviews .single-box .part-txt span {
        font-size: 12px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review h3 {
        font-size: 16px;
        margin-bottom: 6px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating {
        margin-bottom: 14px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form .simple-rating i {
        font-size: 10px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form input {
        height: 40px;
        margin-bottom: 20px;
        font-size: 13px;
        padding: 0 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form textarea {
        height: 100px;
        margin-bottom: 13px;
        font-size: 13px;
        padding: 10px 15px
    }
    .shop-details .dscr-section .box .tab-content .tab-pane .post-a-review form button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 19px
    }
    .shop-details .releted-products {
        padding-top: 59px
    }
    .shop-details .releted-products .top .sec-title h2 {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 0;
        margin-top: -6px
    }
    .shop-details .releted-products .releted-slider .single-box {
        width: 250px;
        padding: 25px;
        margin: 0 auto
    }
    .shop-details .releted-products .releted-slider .single-box .part-txt p {
        font-size: 14px
    }
    .shop-details .releted-products .releted-slider .owl-nav {
        top: -65px
    }
    .shop-details .releted-products .releted-slider .owl-nav button {
        font-size: 4px
    }
    .blog-inner {
        padding: 60px 0
    }
    .blog-inner .pagination {
        margin-top: 0
    }
    .blog-inner .pagination.pagination-2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .blog-inner .pagination ul li a {
        font-size: 13px;
        height: 25px;
        min-width: 25px;
        line-height: 25px
    }
    .blog-inner .pagination ul li.prev {
        margin-right: 5px
    }
    .blog-inner .pagination ul li.prev a i {
        font-size: 7px;
        vertical-align: top
    }
    .blog-inner .pagination ul li.next {
        margin-left: 15px
    }
    .blog-inner .pagination ul li.next a i {
        font-size: 7px;
        vertical-align: top
    }
    .blog-inner .sidebar {
        width: 270px;
        margin: 60px auto 0
    }
    .blog-inner .sidebar h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 11px
    }
    .blog-inner .sidebar .search-area {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .category {
        margin-bottom: 13px
    }
    .blog-inner .sidebar .category ul li a {
        font-size: 14px
    }
    .blog-inner .sidebar .recent-post {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .recent-post ul li .part-img {
        width: 85px;
        height: 80px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt {
        width: 170px;
        margin-bottom: -5px
    }
    .blog-inner .sidebar .recent-post ul li .part-txt a {
        font-size: 14px
    }
    .blog-inner .sidebar .sale-products {
        margin-bottom: 30px
    }
    .blog-inner .sidebar .sale-products ul li .part-txt {
        width: 172px
    }
    .blog-inner .sidebar .products-tag {
        margin-bottom: -10px
    }
    .blog-inner .sidebar .products-tag .tags a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px
    }
    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .blog-inner .main-content .main-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 29px
    }
    .blog-inner .main-content .blog-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 0
    }
    .blog-inner .main-content .blog-info .admin {
        margin-bottom: 15px
    }
    .blog-inner .main-content .blog-info .add-info div {
        height: 30px;
        line-height: 28px;
        margin-right: 10px;
        padding: 0 10px
    }
    .blog-inner .main-content .part-txt {
        padding-top: 24px
    }
    .blog-inner .main-content .part-txt p {
        font-size: 13px;
        margin-bottom: 16px
    }
    .blog-inner .main-content .part-txt p.quoted {
        padding: 20px 25px 17px;
        margin-top: 22px;
        margin-bottom: 24px
    }
    .blog-inner .main-content .part-img {
        margin-top: 6px
    }
    .blog-inner .main-content .part-img.top {
        margin-bottom: 24px
    }
    .blog-inner .main-content .other-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .blog-inner .main-content .other-info .tags-btn {
        margin-bottom: 25px
    }
    .blog-inner .main-content .other-info .tags-btn a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 5px;
        margin-right: 5px
    }
    .blog-inner .main-content .review-area {
        padding-top: 30px
    }
    .blog-inner .main-content .review-area .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px
    }
    .blog-inner .main-content .review-area .blog-comment {
        padding-top: 7px;
        padding-bottom: 9px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment {
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
        display: block
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment.reply {
        margin-left: 40px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img {
        width: 70px;
        height: 69px;
        margin-bottom: 15px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .img img {
        width: 100%
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt {
        margin-bottom: -2px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt .name {
        margin-bottom: 6px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt .name h3 {
        font-size: 16px;
        margin-top: -1px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .blog-inner .main-content .review-area .blog-comment .single-comment .txt span {
        font-size: 12px
    }
    .blog-inner .main-content .review-area .post-a-review h3 {
        font-size: 16px;
        margin-bottom: 6px
    }
    .blog-inner .main-content .review-area .post-a-review p {
        font-size: 13px;
        margin-bottom: 4px
    }
    .blog-inner .main-content .review-area .post-a-review form .simple-rating {
        margin-bottom: 14px
    }
    .blog-inner .main-content .review-area .post-a-review form .simple-rating i {
        font-size: 10px
    }
    .blog-inner .main-content .review-area .post-a-review form input {
        height: 40px;
        margin-bottom: 20px;
        font-size: 13px;
        padding: 0 15px
    }
    .blog-inner .main-content .review-area .post-a-review form textarea {
        height: 100px;
        margin-bottom: 13px;
        font-size: 13px;
        padding: 10px 15px
    }
    .blog-inner .main-content .review-area .post-a-review form button {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 400;
        padding: 0 19px
    }
    .about {
        padding-top: 60px;
        padding-bottom: 40px
    }
    .about .part-img {
        width: 290px;
        margin: 0 auto 30px
    }
    .about .part-img img {
        width: 100%
    }
    .about .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 1px
    }
    .about .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .about .part-txt p {
        font-size: 14px
    }
    .about .part-txt ul {
        padding: 20px 0
    }
    .about .part-txt ul li.signature {
        margin-right: 30px
    }
    .about .part-txt ul li.signature .img-1 {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        border-width: 2px
    }
    .about .part-txt ul li.signature .img-2 {
        width: 50px
    }
    .about .part-txt ul li.signature .img-2 img {
        min-width: inherit;
        width: 100%
    }
    .about .part-txt ul li.off-day {
        margin-top: -1px
    }
    .about .part-txt ul li.off-day .part-icon span {
        margin-right: 9px;
        margin-top: -3px
    }
    .about .part-txt ul li.off-day .txt p {
        font-size: 14px;
        margin-top: 0
    }
    .about .part-txt ul li.off-day .txt p span {
        font-size: 16px;
        line-height: 100%
    }
    .about .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px
    }
    .feature-inner {
        padding-top: 40px
    }
    .vision {
        padding-top: 50px;
        padding-bottom: 40px
    }
    .vision .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .vision .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .vision .part-txt p {
        font-size: 14px
    }
    .vision .part-txt ul {
        margin-top: -7px;
        padding-left: 15px
    }
    .vision .part-txt ul li {
        font-size: 14px
    }
    .vision .part-txt ul li:first-child {
        margin-bottom: 16px
    }
    .vision .part-txt ul li:before {
        top: 7px;
        left: -15px
    }
    .vision .part-txt ul li:after {
        top: 9px;
        left: -13px
    }
    .vision .part-img {
        width: 290px;
        margin: 30px auto 15px
    }
    .vision .part-img:after {
        right: -15px;
        bottom: -15px
    }
    .vision .part-img img {
        width: 100%
    }
    .mission {
        padding-top: 40px;
        padding-bottom: 60px
    }
    .mission .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -5px;
        margin-bottom: 1px
    }
    .mission .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .mission .part-txt p {
        font-size: 14px;
        margin-bottom: 16px
    }
    .mission .part-txt ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .mission .part-txt ul:last-child {
        margin-bottom: -7px
    }
    .mission .part-txt ul li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        min-width: 140px
    }
    .mission .part-txt ul li:before {
        top: 7px
    }
    .mission .part-txt ul li:after {
        top: 9px
    }
    .mission .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .mission .next .part-img {
        width: 290px;
        margin: 30px auto 15px
    }
    .mission .next .part-img:after {
        left: -15px;
        bottom: -15px
    }
    .mission .next .part-img img {
        width: 100%
    }
    .video {
        padding-top: 120px;
        padding-bottom: 200px
    }
    .video .btn-area .vdo-btn {
        width: 90px;
        height: 90px;
        line-height: 84px;
        font-size: 30px;
        border-width: 5px
    }
    .video .btn-area .vdo-btn i {
        margin-left: 7px
    }
    .counter-area {
        padding-bottom: 30px
    }
    .counter-area .single-box {
        margin-bottom: 30px
    }
    .counter-area .single-box .icon {
        height: 30px;
        margin-bottom: 15px
    }
    .counter-area .single-box .txt h2 {
        font-size: 20px;
        font-weight: 500;
        margin-top: -3px;
        margin-bottom: 1px
    }
    .counter-area .single-box .txt h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -9px
    }
    .about-2 {
        padding: 60px 0
    }
    .about-2 .part-img {
        width: 290px;
        margin: 0 auto 45px
    }
    .about-2 .part-img:after {
        bottom: -15px;
        left: -15px
    }
    .about-2 .part-img .txt {
        right: -15px;
        padding: 50px 15px
    }
    .about-2 .part-img .txt:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }
    .about-2 .part-img .txt h3 {
        font-size: 16px;
        line-height: 24px
    }
    .about-2 .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -4px;
        margin-bottom: 1px
    }
    .about-2 .part-txt h5 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }
    .about-2 .part-txt p {
        font-size: 14px
    }
    .about-2 .part-txt ul {
        margin-top: 20px;
        margin-bottom: 23px
    }
    .about-2 .part-txt ul li .icon span {
        font-size: 18px;
        margin-right: 14px
    }
    .about-2 .part-txt ul li p {
        font-size: 14px;
        margin-right: 25px;
        margin-top: -4px
    }
    .about-2 .part-txt ul li p span {
        font-size: 14px;
        line-height: 24px
    }
    .about-2 .part-txt .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px
    }
    .skill {
        padding: 60px 0
    }
    .skill .skill-area {
        margin-bottom: 40px
    }
    .skill .skill-area h2 {
        font-size: 30px;
        margin-top: -4px;
        line-height: 40px;
        margin-bottom: 1px
    }
    .skill .skill-area p {
        font-size: 14px
    }
    .skill .skill-area .bar-title {
        font-size: 14px;
        line-height: 100%;
        margin-top: 18px
    }
    .skill .skill-area .progress .progress-bar span {
        top: -10px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px
    }
    .skill .skill-area .progress .progress-bar span:after {
        width: 22px;
        height: 22px
    }
    .skill .part-img {
        width: 290px;
        margin: 0 auto 30px
    }
    .skill .what-we-do h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -4px;
        margin-bottom: 0
    }
    .skill .what-we-do p {
        font-size: 14px;
        margin-bottom: 6px
    }
    .skill .what-we-do .def-btn {
        height: 40px;
        line-height: 38px;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 17px
    }
    .history {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .history .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .history .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .history .single-box {
        display: block;
        padding: 20px
    }
    .history .single-box .part-icon {
        margin-right: 0;
        margin-bottom: 25px
    }
    .history .single-box .part-icon span {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 35px
    }
    .history .single-box .part-icon span:after {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px
    }
    .history .single-box .part-txt h4 {
        font-size: 14px;
        margin-bottom: 17px
    }
    .history .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px
    }
    .history .single-box .part-txt p {
        font-size: 14px
    }
    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }
    .team .heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 7px
    }
    .team .heading p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }
    .team .single-box {
        width: 270px;
        margin: 0 auto 30px
    }
    .team .single-box .part-txt h3 {
        font-size: 20px
    }
    .team .single-box .part-txt p {
        font-size: 14px;
        margin-bottom: -2px
    }
    .shop-cart {
        padding: 60px 0
    }
    .shop-cart .table-responsive .table {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-cart .table-responsive .table thead tr th {
        font-size: 18px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px
    }
    .shop-cart .table-responsive .table tbody tr td {
        padding: 20px
    }
    .shop-cart .table-responsive .table tbody tr td:first-child {
        width: 350px
    }
    .shop-cart .table-responsive .table tbody tr td .product .part-img {
        width: 75px;
        height: 75px;
        margin-right: 19px
    }
    .shop-cart .table-responsive .table tbody tr td .product .part-txt p {
        font-size: 14px
    }
    .shop-cart .table-responsive .table tbody tr td .price {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .product-quantity {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .total-price {
        height: 75px
    }
    .shop-cart .table-responsive .table tbody tr td .delete {
        height: 75px
    }
    .shop-cart .cart-totals {
        padding-top: 60px
    }
    .shop-cart .cart-totals .coupon {
        margin-bottom: 30px
    }
    .shop-cart .cart-totals .coupon .coupon-title {
        padding: 20px 25px 15px
    }
    .shop-cart .cart-totals .coupon .coupon-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .coupon .part-txt {
        padding: 25px 20px
    }
    .shop-cart .cart-totals .coupon .part-txt p {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap {
        border-radius: 5px;
        margin-bottom: 25px
    }
    .shop-cart .cart-totals .coupon .part-txt form .wrap input {
        height: 38px
    }
    .shop-cart .cart-totals .coupon .part-txt form button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title {
        padding: 20px 25px 15px
    }
    .shop-cart .cart-totals .proceed-to-checkout .checkout-title h2 {
        font-size: 18px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt {
        padding: 25px 20px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul {
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul li {
        font-size: 14px;
        margin-top: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt ul li span {
        margin-right: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .part-txt p {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box {
        padding: 25px 20px;
        text-align: left
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul {
        margin-bottom: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li {
        font-size: 14px;
        margin-top: -2px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box ul li span {
        margin-right: 23px
    }
    .shop-cart .cart-totals .proceed-to-checkout .bottom-box a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .shop-compare {
        padding: 60px 0
    }
    .shop-compare .box-wrap {
        overflow-x: scroll
    }
    .shop-compare .box-wrap .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
    .shop-compare .box-wrap .row .custom-col {
        width: 300px
    }
    .form-wrap {
        padding: 60px 0
    }
    .form-wrap .login-form {
        padding: 20px;
        margin-bottom: 30px
    }
    .form-wrap .login-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .login-form form input[type=email],
    .form-wrap .login-form form [type=password] {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .login-form form a {
        font-size: 14px;
        margin-top: -2px;
        margin-bottom: 28px
    }
    .form-wrap .login-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px
    }
    .form-wrap .login-form form .form-check label {
        font-size: 14px
    }
    .form-wrap .sign-up-form {
        padding: 20px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form h4 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 5px;
        margin-bottom: 30px
    }
    .form-wrap .sign-up-form form input {
        height: 50px;
        border-radius: 5px;
        padding: 0 20px;
        font-size: 14px
    }
    .form-wrap .sign-up-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 28px
    }
    .form-wrap .sign-up-form p {
        font-size: 14px;
        margin-bottom: -2px
    }
    .contact {
        padding: 60px 0
    }
    .contact .contact-box {
        padding: 30px
    }
    .contact .contact-box:after {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px
    }
    .contact .contact-box .contact-info {
        margin-bottom: 30px
    }
    .contact .contact-box .contact-info .title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .contact .contact-box .contact-info .single-box .part-icon {
        margin-right: 15px
    }
    .contact .contact-box .contact-info .single-box .part-txt h3 {
        font-size: 18px;
        margin-bottom: 3px
    }
    .contact .contact-box .contact-info .single-box .part-txt p {
        font-size: 14px
    }
    .contact .contact-box .contact-form .title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px
    }
    .contact .contact-box .contact-form form input {
        width: 100%;
        height: 40px;
        padding: 0 15px;
        font-size: 14px
    }
    .contact .contact-box .contact-form form textarea {
        width: 100%;
        height: 100px;
        padding: 10px 15px;
        font-size: 14px
    }
    .contact .contact-box .contact-form form button {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: 400
    }
    .map iframe {
        height: 300px
    }
}


.txtcontainer{line-height:26px; font-size:15px;}
.txtcontainer a{color:#fff;}





#page-wrapper{ min-height:500px;}



.img_banner{}

.img_banner img{display:block; max-width:100%; margin:auto;}





.noprdfound{text-align:center; color:#F00; font-weight:bold; padding:200px 0px 200px; font-size:15px;}



ul.pagination{list-style:none; display:block; width:100%; margin:20px 0px; padding:0px; font-size:0px; text-align:center;}

  ul.pagination li{display:inline-block; vertical-align:top; margin:0px 2px;}



  ul.pagination li a,

  ul.pagination li strong{display:block; border-radius:0px !important; background:rgba(255, 255, 255, 0.03); border:1px solid rgba(0, 0, 0, 0.2); font-size:12px; text-align:center; padding:10px 15px; color:#fff;}



  ul.pagination li a{}

  ul.pagination li a:hover{background:rgba(255, 255, 255, 0.06); color:#fff; border:1px solid rgba(255, 255, 255, 0.2);}

  ul.pagination li strong{background:rgba(255, 255, 255, 0.1);}

  ul.pagination li strong:hover{background:rgba(255, 255, 255, 0.1); color:#fff; border:1px solid rgba(255, 255, 255, 0.2);}



.but-ip{display:inline-block; border:none; cursor:pointer; background:#ed1c24; color:#FFF; font-size:13px; text-transform:uppercase; font-weight:bold; padding:10px 30px;}



form.main-form-wrapper{display:block; margin-top:20px;}

form.main-form-wrapper .inp-wrapper{margin-bottom:30px;}

  form.main-form-wrapper .inp-wrapper .i-wrapper{position:relative; padding-bottom:30px;}

    form.main-form-wrapper .inp-wrapper .cferror{display:none; position:absolute; font-size:20px; font-weight:bold; color:#F00; text-align:right; top:35px; right:5px;}

    form.main-form-wrapper .inp-wrapper label{display:block; color:#666; font-weight:bold; margin-bottom:5px;}

    form.main-form-wrapper .inp-wrapper label span{color:#F00;}

    form.main-form-wrapper .inp-wrapper input[type="text"]{display:block; background:#FFF; width:100%; height:40px; padding:0px 10px; color:#000; border:1px solid #999;}

    form.main-form-wrapper .inp-wrapper input[type="text"]:focus{border:1px solid #666;}

    form.main-form-wrapper .inp-wrapper select{display:block; background:#FFF; width:100%; height:40px; padding:0px 10px; color:#000; border:1px solid #999;}

    form.main-form-wrapper .inp-wrapper select:focus{border:1px solid #666;}

    form.main-form-wrapper .inp-wrapper textarea{display:block; background:#FFF; width:100%; height:100px; padding:10px; color:#000; border:1px solid #999;}

    form.main-form-wrapper .inp-wrapper textarea:focus{border:1px solid #666;}

    form.main-form-wrapper .inp-wrapper input[type="submit"]{display:inline-block; height:50px; padding:0px 20px; border-radius:2px; color:#fff; text-transform:capitalize; background:#c0000d; border:none; cursor:pointer; text-transform:uppercase; font-weight:bold;}





.prd-inner{padding:0px 15px 20px;}



#sidebar-product{}

  #sidebar-product .inner{padding-top:15px;}

  #sidebar-product h2.heading{display:block; position:relative; border-bottom:1px solid #ededed; margin:0px 0px 15px; font-size:22px; color:#5d5d5d; text-transform:capitalize; padding:0px 0px 10px;}

  #sidebar-product h2.heading::after{display:block; content:""; position:absolute; bottom:0px; left:0px; width:160px; height:3px; background:#c0000d;}

  #sidebar-product ul.menu{list-style:none; margin:0px; padding:0px;}

  #sidebar-product ul.menu li{border-bottom:1px solid #333;}

  #sidebar-product ul.menu li a{display:block; padding:0px 0px 0px 30px; line-height:45px; position:relative; color:#666; font-size:14px;}

  

  #sidebar-product ul.menu li a::before,

  #sidebar-product ul.menu li a::after{display:block; content:""; background:#c0000d; position:absolute; top:50%; transform:translateY(-50%);}



  #sidebar-product ul.menu li a::before{width:6px; height:6px; border-radius:10px; left:10px;}

  #sidebar-product ul.menu li a::after{width:10px; height:2px; left:5px;}



  #sidebar-product ul.menu li a:hover::before{left:5px;}

  #sidebar-product ul.menu li a:hover::after{left:8px;}



  #sidebar-product ul.menu li a b{display:block; font-weight:bold;}

  #sidebar-product ul.menu li a:hover{color:#c0000d;}

  #sidebar-product ul.menu ul{display:none !important;}





  #single-prd-img-main span,

  #single-prd-img-main a{display:block; padding:5px; width:100%; border:1px solid #CCC; border-radius:3px; overflow:hidden; background:#FFF;}

  #single-prd-img-main span:hover,

  #single-prd-img-main a:hover{border:1px solid #999;}

    #single-prd-img-main img{display:block; max-width:100%; margin:auto;}



  #single-prd-gallery{font-size:0px;}

    #single-prd-gallery span,

    #single-prd-gallery a{display:block; cursor:pointer; width:100%; border:1px solid #CCC; border-radius:3px; overflow:hidden; background:#FFF; margin-bottom:5px;}

    #single-prd-gallery span:hover,

    #single-prd-gallery a:hover{border:1px solid #999;}

    #single-prd-gallery img{display:block; max-width:100%; margin:auto;}



  #single-prd-gallery{margin-left:-5px; margin-top:10px; margin-right:-5px;}

    #single-prd-gallery span,

    #single-prd-gallery a{display:inline-block; width:150px; margin:5px;}



  #single-prd-text-container{}

    #single-prd-text-container .art-wrapper{margin-bottom:20px;}

    #single-prd-text-container .art-wrapper strong{display:inline-block; border-radius:3px; margin-left:20px; background:#CCC; padding:5px; color:#000;}

    #single-prd-text-container .name{margin-bottom:20px; font-weight:bold; font-size:24px;}

    #single-prd-text-container .text{margin-bottom:20px; line-height:24px; font-size:14px;}

    

  

  .excerpt-wrapper,

  .inq-but-wrapper{margin-top:15px; padding-top:15px; border-top:1px solid #c0000d;}



  .variation-wrapper{margin-bottom:15px;}

  .variation-wrapper .variation-lbl{text-transform:uppercase; font-weight:bold; padding:0px 0px; font-size:13px; color:#fff; margin-bottom:5px;}

  .variation-wrapper .variation-lbl::after{content:":";}

  .variation-wrapper .variation-att{font-size:0px; text-align:left;}

  .variation-wrapper .variation-att .att-wrapper{position:relative; min-height:25px; display:inline-block; color: #fff; margin:0px 5px 10px 0px; border-radius:3px; border:1px solid #c0000d; background: #c0000d;border-radius: 5px;}

  .variation-wrapper .variation-att .att-wrapper.simple{background:#c0000d;}

  .variation-wrapper .variation-att .att-wrapper input{display:block; margin:0px; position:absolute; left:5px; top:50%; transform:translateY(-50%);}

  .variation-wrapper .variation-att .att-wrapper label{display:block; font-weight:normal; font-size:13px; cursor:pointer; padding:10px 10px 5px 25px;}

  .variation-wrapper .variation-att .att-wrapper.color label{padding-left:0px; border-left:25px solid rgba(0, 0, 0, 0);}
  


  .inq-but-wrapper{position:relative; padding-left:70px;}

    .inq-but-wrapper input[type="number"]{display:block; border:1px solid #c0000d; background:#fff; color:#000; font-size:14px; position:absolute; left:0px; top:15px; width:70px; height:50px;}

    .inq-but-wrapper input[type="submit"]{display:block; border:none; background:#c0000d; color:#fff; font-size:16px; text-transform:uppercase; font-weight:normal; text-align:center; width:100%; height:50px; text-align:center; cursor:pointer;}





    table.inq_basket{margin:0px;}

    table.inq_basket th, table.inq_basket td{text-align:center; padding:5px; border:1px solid #666;}

    table.inq_basket th{background:#666; color:#FFF;}

    table.inq_basket td.a_left{text-align:left;}

    table.inq_basket td.inq_basket_img{width:120px; text-align:center;}

    table.inq_basket td.inq_basket_img img{display:block; max-height:150px; max-width:120px; margin:auto;}

    

    .sitesdrbut{display:inline-block; padding:5px 20px; border-radius:2px; color:#fff; font-size: 13px; text-transform:capitalize; background:#c0000d; border:none; cursor:pointer; text-transform:uppercase;}

    .sitesdrbut:hover{color:#CCC;}

    

    .input_main_sml{width:40px; padding:3px; border:1px solid #999; border-radius:2px;}


    .prd-fig{padding-bottom:100px;}
    
    
    .goog-te-gadget-simple .goog-te-menu-value span:first-child{display:none;}
    
    #gallery-wrapper{font-size:0px; text-align:center;}
    #gallery-wrapper a{display:inline-block; margin:0px 1% 1%; width:30%;}
    #gallery-wrapper a img{display:block; width:100%;}
    
    
    @media (max-width:767px){ a.navbar-brand img{max-width:250px;} .top-full{padding-top:30px;} #main-banner-wrapper{padding-top:90px;} #gallery-wrapper a{display:inline-block; margin:0px 1% 1%; width:48%;} }

.header-sticky .menu-icon__line {
    background-color: 
    #000;
}
