@import url("css2.css");

body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Lato", sans-serif;
    color: #555;
    font-weight: 400
}

p {
    color: #555
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s
}

a:hover,
a:focus {
    text-decoration: none
}

button {
    margin: 0;
    padding: 0;
    outline: 0
}

button:focus {
    outline: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #10142D;
    line-height: 1.4
}

h3 {
    font-size: 22px;
    font-weight: 600
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

img {
    max-width: 100%
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-45 {
    padding-top: 45px
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-50 {
    border-radius: 50px !important
}

.margin-auto {
    margin: 0 auto
}

.section-bg {
    background-color: #F5F4F4
}

.body-color {
    background-color: #F3F3F4
}

.default-btn {
    display: inline-block;
    padding: 12px 42px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0
}

.default-btn:hover {
    color: #fff !important
}

.default-btn:hover:before {
    height: 100%;
    width: 135%;
    background-color: #10142D
}

.btn-bg-one {
    background-color: #F26667
}

.btn-bg-two {
    background-color: #E83F33
}

.btn-bg-three {
    background-color: #E8B43F
}

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1;
    color: #10142D;
    margin-bottom: 0
}

.section-title p {
    padding-top: 20px;
    margin-bottom: 0;
    max-width: 700px;
    color: #555
}

.top-header {
    padding: 7px 0 10px
}

.top-header-bg {
    background-color: #10142D
}

.top-header-form {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #0162BD
}

.top-header-form .form-group {
    margin-bottom: 0;
    position: relative
}

.top-header-form .form-group .form-control {
    height: 50px;
    padding: 0 15px;
    border: 0;
    color: #10142D;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px 0 0 5px
}

.top-header-form .form-group .form-control:first-child {
    border-right: 1px solid #0162BD;
    border-radius: 0 5px 5px 0
}

.top-header-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.top-header-form .form-group button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 44px;
    width: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    outline: 0;
    background-color: #F26667;
    line-height: 51px;
    color: #fff;
    border-radius: 5px
}

.top-header-form .form-group button i {
    color: #fff;
    font-size: 20px
}

.top-header-form .form-group button:hover {
    background-color: #F26667
}

.top-header-form .form-group button:hover i {
    color: #fff
}

.top-header-form .form-group .nice-select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    border-radius: 0;
    background-color: #fff;
    color: #555;
    border-right: 1px solid #0162BD;
    border-radius: 5px 0 0 5px;
    z-index: 5555
}

.top-header-form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.top-header-form .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #10142D;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

.top-header-form .form-group .nice-select .list .option:hover {
    background-color: #F26667 !important;
    color: #fff
}

.top-header-form .form-group .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.top-header-form .form-group .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #555;
    top: 45%;
    right: 30px
}

.top-header-right {
    float: right
}

.top-header-right .phone-btn {
    display: inline-block;
    margin-right: 25px
}

.top-header-right .phone-btn span {
    color: #fff
}

.top-header-right .phone-btn span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.top-header-right .phone-btn span a {
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.top-header-right .phone-btn:hover {
    color: #F26667
}

.top-header-right .phone-btn:hover i {
    color: #F26667
}

.top-header-right .phone-btn:hover a {
    color: #F26667
}

.other-option {
    display: inline-block
}

.other-option .option-item {
    margin-right: 30px;
    display: inline-block;
    position: relative
}

.other-option .option-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    background-color: #fff;
    width: 1px;
    height: 25px;
    border-radius: 3px
}

.other-option .option-item:last-child {
    margin-right: 0
}

.other-option .option-item:last-child::before {
    display: none
}

.other-option .option-item .language-list {
    top: -4px;
    z-index: 5555;
    position: relative
}

.other-option .option-item .language-list .language-list-dropdown {
    display: inline-block
}

.other-option .option-item .language-list .language-list-dropdown img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 3px
}

.other-option .option-item .language-list .language-list-dropdown .btn {
    font-weight: 500;
    font-size: 17px;
    padding: 0;
    border: 0;
    color: #fff
}

.other-option .option-item .language-list .language-list-dropdown .btn i {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    top: 3px
}

.other-option .option-item .language-list .language-list-dropdown .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #F26667
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 170%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    display: block;
    opacity: 0;
    visibility: hidden
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a {
    font-size: 15px;
    font-weight: 500;
    padding: 7px 10px;
    border-bottom: 1px dashed #ff79003d;
    color: #10142D;
    width: 100%;
    position: relative
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #F26667;
    -webkit-transition: all .5s;
    transition: all .5s
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a:hover {
    background-color: transparent;
    padding-left: 18px;
    color: #F26667
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a:hover::before {
    width: 100%
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
    border-bottom: 0
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: 135%
}

.other-option .option-item .language-list .language-list-dropdown .dropdown-toggle::after {
    display: none
}

.other-option .option-item .cart-btn-area .cart-btn {
    position: relative;
    font-size: 24px;
    color: #fff;
    top: 3px
}

.other-option .option-item .cart-btn-area span {
    position: absolute;
    top: 8px;
    width: 15px;
    height: 15px;
    right: -5px;
    line-height: 15px;
    background-color: #F26667;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50px
}

.other-option .option-item .cart-btn-area:hover .cart-btn {
    color: #F26667
}

.other-option .option-item .cart-btn-area:hover span {
    background-color: #fff;
    color: #F26667
}

.other-option .option-item-color::before {
    background-color: #10142D
}

.other-option .option-item-color .language-list .language-list-dropdown .btn {
    color: #10142D
}

.other-option .option-item-color .language-list .language-list-dropdown .btn:focus {
    color: #E83F33
}

.other-option .option-item-color .language-list .language-list-dropdown .dropdown-menu a::before {
    background-color: #E83F33
}

.other-option .option-item-color .language-list .language-list-dropdown .dropdown-menu a:hover {
    color: #E83F33
}

.other-option .option-item-color .cart-btn-area .cart-btn {
    color: #10142D
}

.other-option .option-item-color .cart-btn-area:hover .cart-btn {
    color: #E83F33
}

.other-option .option-item-color .cart-btn-area:hover span {
    background-color: #E83F33;
    color: #fff
}

.top-header-phone {
    float: left
}

.top-header-phone .phone-btn-two {
    display: inline-block;
    margin-right: 25px
}

.top-header-phone .phone-btn-two span {
    color: #10142D
}

.top-header-phone .phone-btn-two span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.top-header-phone .phone-btn-two span a {
    font-size: 16px;
    color: #10142D;
    font-weight: 500
}

.top-header-phone .phone-btn-two:hover {
    color: #E83F33
}

.top-header-phone .phone-btn-two:hover i {
    color: #E83F33
}

.top-header-phone .phone-btn-two:hover a {
    color: #E83F33
}

.top-header-logo {
    text-align: center
}

.header-border {
    border-bottom: 1px solid #555
}

.main-nav {
    background-color: #0162BD;
    top: 0;
    position: inherit;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto
}

.main-nav .navbar {
    padding-left: 0;
    padding-right: 0
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
    color: #fff !important
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #DEDEDE;
    font-weight: 500;
    margin-left: 12px;
    margin-right: 12px
}

.main-nav nav .navbar-nav .nav-item a i {
    line-height: 0;
    position: relative;
    top: 3px;
    font-size: 18px
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
    color: #fff !important
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #fff !important
}

.main-nav nav .navbar-nav .nav-item a .active::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    z-index: 5;
    border: 0;
    padding: 0;
    border-radius: 0;
    background-color: #F6F6F6 !important;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #e1e1e1
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    color: #10142D !important;
    position: relative;
    -webkit-transition: .7s;
    transition: .7s;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 15px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    border-radius: 0;
    color: #F26667 !important;
    padding-left: 35px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
    color: #F26667 !important;
    border-radius: 0;
    padding-left: 35px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
    color: #F26667 !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    margin-top: 18px !important;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.nav-two {
    background-color: #fff
}

.nav-two nav .navbar-nav .nav-item:hover a,
.nav-two nav .navbar-nav .nav-item .active {
    color: #E83F33 !important
}

.nav-two nav .navbar-nav .nav-item a {
    color: #10142D
}

.nav-two nav .navbar-nav .nav-item a:hover,
.nav-two nav .navbar-nav .nav-item a :focus {
    color: #E83F33 !important
}

.nav-two nav .navbar-nav .nav-item a.active {
    color: #E83F33 !important
}

.nav-two nav .navbar-nav .nav-item:hover .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #E83F33 !important
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.nav-two nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.nav-two nav .navbar-nav .nav-item .dropdown-menu li a .active {
    color: #E83F33 !important
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li.active {
    color: #E83F33 !important
}

.nav-three {
    background-color: transparent;
    position: absolute
}

.nav-three nav .navbar-nav .nav-item:hover a,
.nav-three nav .navbar-nav .nav-item .active {
    color: #E8B43F !important
}

.nav-three nav .navbar-nav .nav-item a {
    color: #10142D
}

.nav-three nav .navbar-nav .nav-item a:hover,
.nav-three nav .navbar-nav .nav-item a :focus {
    color: #E8B43F !important
}

.nav-three nav .navbar-nav .nav-item a.active {
    color: #E8B43F !important
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #E8B43F !important
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.nav-three nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.nav-three nav .navbar-nav .nav-item .dropdown-menu li a .active {
    color: #E8B43F !important
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li.active {
    color: #E8B43F !important
}

.nav-btn {
    position: relative;
    margin-top: 5px;
    margin-left: 25px
}

.nav-item-btn {
    display: none
}

.navbar-category {
    float: left
}

.navbar-category .navbar-nav .nav-item-link a {
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    padding-left: 0;
    padding-right: 80px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #10142D
}

.navbar-category .navbar-nav .nav-item-link a i {
    font-size: 24px;
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 5px
}

.navbar-category .navbar-nav .nav-item-link a:hover,
.navbar-category .navbar-nav .nav-item-link a:focus,
.navbar-category .navbar-nav .nav-item-link a.active {
    color: #E83F33
}

.navbar-category .navbar-nav .nav-item-link:hover a,
.navbar-category .navbar-nav .nav-item-link.active a {
    color: #E83F33
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu {
    border: 0;
    top: 80px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 260px;
    display: block;
    border-radius: 0;
    padding: 0;
    margin-top: -15px;
    position: absolute;
    visibility: hidden;
    background: #F6F6F6;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li {
    margin: 0
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a {
    padding: 12px 24px;
    display: block;
    color: #10142D;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:hover,
.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:focus,
.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a.active {
    color: #E83F33
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:hover::before,
.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a:focus::before,
.navbar-category .navbar-nav .nav-item-link .dropdown-menu li a.active::before {
    opacity: 1;
    visibility: visible
}

.navbar-category .navbar-nav .nav-item-link .dropdown-menu li:last-child a {
    border-bottom: 0
}

.navbar-category .navbar-nav .nav-item-link:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.navbar-category.category-two .navbar-nav .nav-item .dropdown-menu {
    display: none
}

.nav-other {
    display: inline-block
}

.nav-other .nav-other-item {
    margin-right: 30px;
    display: inline-block;
    position: relative
}

.nav-other .nav-other-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    background-color: #10142D;
    width: 1px;
    height: 25px;
    border-radius: 3px
}

.nav-other .nav-other-item:last-child {
    margin-right: 0
}

.nav-other .nav-other-item:last-child::before {
    display: none
}

.nav-other .nav-other-item .language-list {
    top: -4px;
    z-index: 55555;
    position: relative
}

.nav-other .nav-other-item .language-list .language-list-dropdown {
    display: inline-block
}

.nav-other .nav-other-item .language-list .language-list-dropdown img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 3px
}

.nav-other .nav-other-item .language-list .language-list-dropdown .btn {
    font-weight: 500;
    font-size: 17px;
    padding: 0;
    border: 0;
    color: #10142D
}

.nav-other .nav-other-item .language-list .language-list-dropdown .btn i {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    top: 3px
}

.nav-other .nav-other-item .language-list .language-list-dropdown .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #E8B43F
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 170%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    display: block;
    opacity: 0;
    visibility: hidden
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a {
    font-size: 15px;
    font-weight: 500;
    padding: 7px 10px;
    border-bottom: 1px dashed #ff79003d;
    color: #10142D;
    width: 100%;
    position: relative
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #E8B43F;
    -webkit-transition: all .5s;
    transition: all .5s
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover {
    background-color: transparent;
    padding-left: 18px;
    color: #E8B43F
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover::before {
    width: 100%
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
    border-bottom: 0
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: 135%
}

.nav-other .nav-other-item .language-list .language-list-dropdown .dropdown-toggle::after {
    display: none
}

.nav-other .nav-other-item .cart-btn-area .cart-btn {
    position: relative;
    font-size: 24px;
    color: #10142D;
    top: 3px
}

.nav-other .nav-other-item .cart-btn-area span {
    position: absolute;
    top: 8px;
    width: 15px;
    height: 15px;
    right: -5px;
    line-height: 15px;
    background-color: #E8B43F;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50px
}

.nav-other .nav-other-item .cart-btn-area:hover .cart-btn {
    color: #E8B43F
}

.nav-other .nav-other-item .cart-btn-area:hover span {
    background-color: #10142D;
    color: #fff
}

.nav-other .option-item-color::before {
    background-color: #10142D
}

.nav-other .option-item-color .language-list .language-list-dropdown .btn {
    color: #10142D
}

.nav-other .option-item-color .language-list .language-list-dropdown .btn:focus {
    color: #E83F33
}

.nav-other .option-item-color .language-list .language-list-dropdown .dropdown-menu a::before {
    background-color: #E83F33
}

.nav-other .option-item-color .language-list .language-list-dropdown .dropdown-menu a:hover {
    color: #E83F33
}

.nav-other .option-item-color .cart-btn-area .cart-btn {
    color: #10142D
}

.nav-other .option-item-color .cart-btn-area:hover .cart-btn {
    color: #E83F33
}

.nav-other .option-item-color .cart-btn-area:hover span {
    background-color: #E83F33;
    color: #fff
}

.sticky-nav {
    top: 0;
    position: fixed;
    -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
    -webkit-transition: .9s;
    transition: .9s;
    width: 100% !important;
    z-index: 999
}

.sticky-nav .main-nav {
    top: 0;
    border: 0;
    position: fixed;
    z-index: 999
}

.sticky-nav .nav-two {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

.sticky-nav .nav-three {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

.side-nav-responsive {
    display: none
}

.side-nav-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 60px;
    top: 12px
}

.side-nav-responsive .dot-menu .circle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px
}

.side-nav-responsive .dot-menu .circle-inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: .7s;
    transition: .7s;
    background-color: #fff
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
    background-color: #E8B43F
}

.side-nav-responsive .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.side-nav-responsive .container .container {
    position: absolute;
    top: 55px;
    right: 0;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.side-nav-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.side-nav-responsive .side-nav-inner {
    padding: 10px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    background-color: #E8B43F
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item {
    padding-right: 10px;
    position: relative;
    display: inline-block
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item:last-child {
    padding-right: 0
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list {
    top: -18px;
    z-index: 55555;
    position: relative
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown {
    display: inline-block
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 3px
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .btn {
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    border: 0;
    color: #fff
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .btn i {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    top: 3px
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #10142D
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 170%;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    display: block;
    opacity: 0;
    visibility: hidden
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a {
    font-size: 15px;
    font-weight: 500;
    padding: 7px 10px;
    border-bottom: 1px dashed #ff79003d;
    color: #10142D;
    width: 100%;
    position: relative
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #F26667;
    -webkit-transition: all .5s;
    transition: all .5s
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover {
    background-color: transparent;
    padding-left: 18px;
    color: #F26667
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:hover::before {
    width: 100%
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu a:last-child {
    border-bottom: 0
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: 135%
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .language-list .language-list-dropdown .dropdown-toggle::after {
    display: none
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area {
    display: inline-block;
    margin-right: 10px
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area .cart-btn {
    position: relative;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: -8px
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area span {
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    right: 10px;
    line-height: 15px;
    background-color: #10142D;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50px
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area:hover .cart-btn {
    color: #E8B43F
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .cart-btn-area:hover span {
    background-color: #10142D;
    color: #fff
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .option-btn {
    position: relative;
    margin-top: 5px
}

.side-nav-responsive .side-nav-inner .side-nav .nav-other-item .option-btn .default-btn {
    background-color: #fff;
    color: #E8B43F;
    padding: 10px 15px
}

.banner-content-area {
    background-color: #fff96;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-right: -200px;
    position: relative;
    z-index: 1;
    border-radius: 15px
}

.banner-content-area .banner-content {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 510px;
    margin-left: auto
}

.banner-content-area .banner-content span {
    color: #F26667
}

.banner-content-area .banner-content h1 {
    margin-top: 10px;
    font-size: 65px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 450px
}

.banner-content-area .banner-content p {
    max-width: 500px;
    margin-bottom: 30px;
    max-width: 450px
}

.banner-img-area {
    background-color: #E7D8D6;
    border-radius: 15px
}

.banner-img-area .banner-img {
    max-width: 670px;
    margin-right: auto;
    margin-left: 220px;
    position: relative
}

.banner-img-area .banner-img .banner-offer-tag {
    position: absolute;
    top: 100px;
    left: 110px;
    padding: 25px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center
}

.banner-img-area .banner-img .banner-offer-tag h3 {
    font-size: 32px;
    color: #F26667;
    margin-bottom: 0;
    line-height: 1
}

.banner-img-area .banner-img .banner-offer-tag span {
    color: #F26667;
    font-size: 16px
}

.banner-slider-area {
    background-color: #F6F6F6;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.banner-slider-area .owl-nav {
    margin-top: 0
}

.banner-slider-area .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: 3%;
    font-size: 25px !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: transparent !important;
    color: #E83F33 !important;
    border: 1px solid #E83F33 !important
}

.banner-slider-area .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #E83F33 !important
}

.banner-slider-area .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 3%;
    color: #555 !important;
    font-size: 25px !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: transparent !important;
    color: #E83F33 !important;
    border: 1px solid #E83F33 !important
}

.banner-slider-area .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #E83F33 !important
}

.banner-item-content h1 {
    margin-top: 10px;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px
}

.banner-item-content p {
    max-width: 500px;
    margin-bottom: 30px;
    max-width: 450px;
    font-size: 18px
}

.banner-item-img {
    position: relative;
    z-index: 1
}

.banner-item-img::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FDDFCE;
    border-radius: 50%
}

.banner-bg {
    background-color: #F6F6F6;
    padding: 160px 0 100px;
    position: relative;
    z-index: 1
}

.banner-bg::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #EAEDF2;
    right: 0;
    border-radius: 43% 0 0 43%
}

.banner-content-two {
    max-width: 540px;
    margin-left: auto
}

.banner-content-two span {
    color: #E8B43F
}

.banner-content-two h1 {
    margin-top: 10px;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px
}

.banner-content-two p {
    max-width: 430px;
    margin-bottom: 30px;
    font-size: 18px
}

.banner-img-two {
    max-width: 650px
}

.inner-banner-area {
    background-color: #F6F6F6;
    position: relative;
    z-index: 1
}

.inner-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #EAEDF2;
    right: 0;
    border-radius: 300px 0 0 300px
}

.inner-banner-content h2 {
    font-size: 40px;
    color: #10142D;
    margin-bottom: 10px
}

.inner-banner-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.inner-banner-content ul li {
    display: inline-block;
    color: #10142D;
    font-size: 20px;
    margin: 0 3px
}

.inner-banner-content ul li a {
    color: #10142D
}

.inner-banner-content ul li a:hover {
    color: #E8B43F
}

.inner-banner-content ul li i {
    font-size: 26px;
    position: relative;
    top: 5px
}

.inner-banner-content ul li .active {
    color: #E8B43F
}

.inner-banner-content ul li .active:hover {
    color: #10142D
}

.inner-banner-img {
    padding-top: 50px;
    padding-bottom: 50px
}

.about-img {
    margin-bottom: 30px
}

.about-content {
    margin-bottom: 30px
}

.about-content .section-title h2 {
    line-height: 1.2
}

.product-new-arrival .section-title {
    margin-bottom: 20px
}

.product-new-arrival .filter-menu {
    list-style-type: none;
    padding: 0;
    text-align: right;
    margin: 0 0 20px;
    cursor: pointer
}

.product-new-arrival .filter-menu li {
    display: inline-block;
    font-size: 16px;
    color: #10142D;
    margin-right: 30px;
    cursor: pointer
}

.product-new-arrival .filter-menu li:last-child {
    margin-right: 0
}

.product-new-arrival .filter-menu li:hover {
    color: #F26667
}

.product-new-arrival .filter.active {
    color: #F26667
}

.product-new-arrival #Container .mix {
    display: none
}

hr.line-bottom {
    border-color: #55580;
    width: 100%;
    height: 1px;
    margin-bottom: 30px
}

.arrival-product {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: .7s;
    transition: .7s
}

.arrival-product:hover .content a {
    color: #F26667
}

.arrival-product .arrival-img {
    position: relative;
    background-color: #E7D8D6;
    border-radius: 5px 5px 0 0
}

.arrival-product .arrival-img img {
    display: inline-block;
    padding: 30px
}

.arrival-product .arrival-img .new-tag {
    position: absolute;
    top: 10px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.arrival-product .arrival-img .new-tag h3 {
    background-color: #F26667;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px 5px 20px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0)
}

.arrival-product .content {
    padding: 20px;
    position: relative
}

.arrival-product .content h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0
}

.arrival-product .content h3 a {
    color: #10142D
}

.arrival-product .content span {
    font-size: 15px;
    color: #555;
    margin-bottom: 0
}

.arrival-product .content .price-tag {
    margin-top: 10px;
    margin-bottom: 10px
}

.arrival-product .content .price-tag h4 {
    font-size: 20px;
    color: #F26667;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

.arrival-product .content .price-tag h4 del {
    color: #555;
    margin-left: 20px;
    font-size: 15px
}

.arrival-product .content .add-btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.arrival-product .content .add-btn .add-cart-btn {
    font-size: 15px;
    color: #fff;
    background-color: #F26667;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 15px
}

.arrival-product .content .add-btn .add-cart-btn:hover {
    background-color: #10142D
}

.arrival-product .content .products-action {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 15px
}

.arrival-product .content .products-action li {
    display: inline-block;
    margin: 0 3px
}

.arrival-product .content .products-action li a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 20px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: transparent;
    border: 1px solid #F26667;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #0162BD
}

.arrival-product .content .products-action li a:hover {
    background-color: #F26667;
    color: #fff
}

.featured-product-area .section-title {
    margin-bottom: 40px
}

.featured-product-area .filter-menu {
    list-style-type: none;
    padding: 0;
    text-align: right;
    max-width: 260px;
    background-color: #F7F7F7;
    margin-left: auto;
    margin-bottom: 40px;
    cursor: pointer
}

.featured-product-area .filter-menu li {
    display: inline-block;
    font-size: 16px;
    color: #10142D;
    padding: 10px 16px
}

.featured-product-area .filter-menu li:hover {
    background-color: #E8E8E8
}

.featured-product-area .filter.active {
    background-color: #E8E8E8
}

.featured-product-area #Container .mix {
    display: none
}

.featured-product {
    margin-bottom: 30px
}

.featured-product:hover .featured-img .products-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.featured-product .featured-img {
    position: relative;
    background-color: #F6F6F6
}

.featured-product .featured-img a {
    display: block
}

.featured-product .featured-img a img {
    padding: 30px
}

.featured-product .featured-img .featured-new-tag {
    position: absolute;
    top: 30px;
    right: 20px
}

.featured-product .featured-img .featured-new-tag h3 {
    background-color: #E83F33;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px 5px 20px
}

.featured-product .featured-img .products-action {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 20px;
    top: 20px;
    margin: auto;
    margin-bottom: 0
}

.featured-product .featured-img .products-action li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 10px;
    display: block
}

.featured-product .featured-img .products-action li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #10142D;
    -webkit-transition: .5s;
    transition: .5s
}

.featured-product .featured-img .products-action li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.featured-product .featured-img .products-action li a:hover {
    color: #E83F33
}

.featured-product .featured-img .products-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.featured-product .featured-img .products-action li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.featured-product .featured-img .products-action li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.featured-product .featured-img .products-action li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.featured-product .content {
    padding-top: 20px;
    position: relative
}

.featured-product .content h3 {
    margin-bottom: 5px;
    font-size: 20px
}

.featured-product .content h3 a {
    display: block;
    color: #10142D
}

.featured-product .content .rating {
    color: #E8B43F;
    font-size: 16px
}

.featured-product .content .rating i {
    display: inline-block
}

.featured-product .content .price-tag {
    position: absolute;
    top: 25px;
    right: 0
}

.featured-product .content .price-tag h4 {
    font-size: 18px;
    color: #E83F33
}

.brand-item img {
    width: unset !important;
    text-align: center;
    margin: 0 auto
}

.new-arrival-area {
    background-color: #F6F6F6
}

.arrival-item {
    background-color: #CFDEE5;
    padding: 45px 20px;
    margin-bottom: 30px;
    text-align: center
}

.arrival-item a {
    display: block;
    text-align: center
}

.arrival-item a img {
    text-align: center
}

.arrival-item .content {
    text-align: center
}

.arrival-item .content h3 {
    font-size: 35px;
    margin-bottom: 0
}

.arrival-item .content span {
    color: #E83F33;
    display: block;
    font-size: 16px
}

.arrival-item .content .default-btn {
    display: inline-block;
    margin-top: 15px
}

.arrival-slider-area {
    position: relative
}

.arrival-slider-area .section-title {
    margin-bottom: 40px
}

.arrival-slider-area .owl-nav {
    margin-top: 0
}

.arrival-slider-area .owl-nav .owl-prev {
    position: absolute;
    top: -90px;
    right: 70px;
    font-size: 25px !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: transparent !important;
    color: #E83F33 !important;
    border: 1px solid #E83F33 !important;
    border-radius: 0
}

.arrival-slider-area .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #E83F33 !important
}

.arrival-slider-area .owl-nav .owl-next {
    position: absolute;
    top: -90px;
    right: 0;
    font-size: 25px !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: transparent !important;
    color: #E83F33 !important;
    border: 1px solid #E83F33 !important;
    border-radius: 0
}

.arrival-slider-area .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #E83F33 !important
}

.arrival-slider-item {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.arrival-slider-item:hover {
    border: 1px solid #E83F33
}

.arrival-slider-item:hover .arrival-item-img {
    background-color: #C1C1C1
}

.arrival-slider-item:hover .arrival-item-img .products-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.arrival-slider-item:hover .content {
    padding: 17px 20px
}

.arrival-slider-item:hover .content .pricing-tag {
    opacity: 0
}

.arrival-slider-item:hover .content .add-btn {
    opacity: 1;
    left: 20px
}

.arrival-slider-item:hover .content .discount-tag {
    opacity: 0
}

.arrival-slider-item:hover .content .top-price-tag {
    opacity: 1;
    right: 20px
}

.arrival-slider-item .arrival-item-img {
    position: relative;
    background-color: #fff
}

.arrival-slider-item .arrival-item-img a {
    display: block
}

.arrival-slider-item .arrival-item-img a img {
    padding: 30px
}

.arrival-slider-item .arrival-item-img .products-action {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    text-align: center
}

.arrival-slider-item .arrival-item-img .products-action li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin: 0 5px
}

.arrival-slider-item .arrival-item-img .products-action li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #10142D;
    -webkit-transition: .5s;
    transition: .5s
}

.arrival-slider-item .arrival-item-img .products-action li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.arrival-slider-item .arrival-item-img .products-action li a:hover {
    color: #E83F33
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.arrival-slider-item .arrival-item-img .products-action li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.arrival-slider-item .content {
    padding: 20px 20px 0;
    position: relative
}

.arrival-slider-item .content h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.arrival-slider-item .content h3 a {
    color: #10142D
}

.arrival-slider-item .content .pricing-tag h4 {
    font-size: 18px;
    color: #E83F33;
    font-weight: 500;
    margin-bottom: 0
}

.arrival-slider-item .content .pricing-tag h4 del {
    color: #555;
    margin-left: 20px;
    font-size: 17px
}

.arrival-slider-item .content .pricing-tag .rating {
    color: #E8B43F
}

.arrival-slider-item .content .pricing-tag .rating i {
    display: inline-block
}

.arrival-slider-item .content .add-btn {
    position: absolute;
    bottom: 15px;
    left: -100%;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.arrival-slider-item .content .add-btn .default-btn {
    padding: 8px 20px
}

.arrival-slider-item .content .discount-tag {
    position: absolute;
    top: 20px;
    right: 20px
}

.arrival-slider-item .content .discount-tag h4 {
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
    background-color: #E83F33;
    font-weight: 400;
    margin-bottom: 0
}

.arrival-slider-item .content .top-price-tag {
    position: absolute;
    top: 20px;
    right: -100%;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.arrival-slider-item .content .top-price-tag h4 {
    color: #E83F33;
    font-size: 18px;
    margin-bottom: 0
}

.new-arrival-area-two .section-title {
    margin-bottom: 40px
}

.arrival-cover-item {
    background-color: #FDF9F6;
    margin-bottom: 30px
}

.arrival-cover-item .content {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    padding-bottom: 30px
}

.arrival-cover-item .content h2 {
    font-size: 35px;
    color: #10142D;
    margin-bottom: 20px
}

.arrival-card {
    margin-bottom: 25px;
    text-align: center
}

.arrival-card:hover .arrival-card-img .arrival-card-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.arrival-card .arrival-card-img {
    position: relative;
    background-color: #EAEDF2
}

.arrival-card .arrival-card-img a {
    display: block
}

.arrival-card .arrival-card-img a img {
    padding: 20px
}

.arrival-card .arrival-card-img .arrival-card-tag {
    position: absolute;
    top: 30px;
    right: 20px
}

.arrival-card .arrival-card-img .arrival-card-tag h3 {
    background-color: #E8B43F;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px 5px 20px
}

.arrival-card .arrival-card-img .arrival-card-action {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    margin-bottom: 0
}

.arrival-card .arrival-card-img .arrival-card-action li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin: 0 5px
}

.arrival-card .arrival-card-img .arrival-card-action li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #10142D;
    -webkit-transition: .5s;
    transition: .5s
}

.arrival-card .arrival-card-img .arrival-card-action li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.arrival-card .arrival-card-img .arrival-card-action li a:hover {
    color: #E8B43F
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.arrival-card .arrival-card-img .arrival-card-action li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.arrival-card .content {
    padding-top: 20px;
    position: relative
}

.arrival-card .content h3 {
    margin-bottom: 5px;
    font-size: 20px
}

.arrival-card .content h3 a {
    display: block;
    color: #10142D
}

.arrival-card .content span {
    font-size: 18px;
    color: #E8B43F
}

.team-area {
    background-color: #F6F6F6
}

.team-area .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.team-area .owl-dots .owl-dot span {
    background-color: #E8B43F !important;
    -webkit-transition: .7s;
    transition: .7s;
    margin: 0 7px;
    width: 10px !important;
    height: 10px !important
}

.team-area .owl-dots .owl-dot.active span {
    background-color: #E8B43F !important;
    width: 30px !important
}

.team-area .owl-dots .owl-dot:hover span {
    background-color: #E8B43F !important;
    width: 30px !important
}

.team-item {
    margin-bottom: 30px;
    position: relative
}

.team-item a {
    display: block
}

.team-item:hover .content {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-item .content {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .7s;
    transition: .7s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E8B43F;
    padding: 15px 20px 20px;
    text-align: center
}

.team-item .content.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #10142D
}

.team-item .content.active:hover {
    background-color: #E8B43F
}

.team-item .content h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0
}

.team-item .content h3 a {
    color: #fff
}

.team-item .content span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.team-item .content .social-icon-link {
    margin: 10px 0 0;
    padding: 0;
    list-style: none
}

.team-item .content .social-icon-link li {
    display: inline-block;
    margin-right: 5px
}

.team-item .content .social-icon-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff
}

.team-item .content .social-icon-link li:hover a {
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    color: #F26667
}

.contact-card {
    margin-top: 35px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #E2E2E2;
    padding-bottom: 20px;
    position: relative
}

.contact-card i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 24px;
    color: #E8B43F;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    position: relative;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.contact-card h3 {
    font-size: 24px;
    margin-top: -20px;
    margin-bottom: 10px
}

.contact-card span {
    color: #10142D;
    font-weight: 500;
    font-size: 17px
}

.contact-card span a {
    color: #10142D;
    display: block
}

.contact-card span a:hover {
    color: #E8B43F
}

.contact-form {
    padding: 40px 30px 30px;
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F6F6F6
}

.contact-form h2 {
    color: #10142D;
    margin-bottom: 20px;
    font-weight: 400
}

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.contact-form .form-group label {
    color: #10142D;
    font-size: 16px;
    margin-bottom: 15px
}

.contact-form .form-group.checkbox-option {
    position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0
}

.contact-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px
}

.contact-form .form-group.checkbox-option p a {
    color: #F26667
}

.contact-form .form-group.checkbox-option p a:hover {
    color: #E83F33
}

.contact-form .form-group .form-control {
    height: 50px;
    color: #10142D;
    border: 1px solid #E8B43F;
    background-color: #F1F1F1;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    border-radius: 0
}

.contact-form .form-group .form-control:focus {
    outline: 0;
    border-color: #10142D;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form .form-group textarea.form-control {
    height: auto
}

.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative
}

.contact-form .agree-label #chb1 {
    position: absolute;
    top: 7px;
    left: 0
}

.contact-form .agree-label label {
    font-weight: 500;
    color: #10142D;
    margin-left: 25px
}

.contact-form .agree-label label a {
    color: #E8B43F
}

.contact-form .agree-label label a:hover {
    color: #E83F33
}

.contact-form .default-btn {
    width: 100%
}

.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #f00;
    font-weight: 400;
    display: block
}

.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px
}

.contact-form .default-btn {
    border: 0;
    outline: 0
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #10142D
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #10142D
}

.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #10142D
}

.contact-form .form-group .form-control::placeholder {
    color: #10142D
}

.contact-img {
    margin-bottom: 30px
}

.map-area iframe {
    display: block;
    width: 100%;
    height: 400px
}

.user-width {
    max-width: 870px;
    margin: 0 auto
}

.user-content {
    background-image: url(../image/user-img.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 175px 0;
    margin-bottom: 30px
}

.user-content h2 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px
}

.user-content p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

.user-content .user-btn {
    padding: 10px 26px;
    color: #E8B43F;
    background-color: #fff
}

.user-content .user-btn:hover {
    background-color: #10142D;
    color: #fff
}

.user-form {
    margin-bottom: 30px
}

.user-form h2 {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.2
}

.user-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.user-form .form-group i {
    font-size: 24px;
    position: absolute;
    top: 13px;
    left: 10px;
    color: #555
}

.user-form .form-group .form-control {
    height: 50px;
    color: #10142D;
    border: 1px solid #E8B43F;
    background-color: #F1F1F1;
    font-size: 14px;
    padding: 10px 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 0
}

.user-form .form-group .form-control:focus {
    outline: 0;
    border-color: #10142D;
    -webkit-box-shadow: none;
    box-shadow: none
}

.user-form .agree-label {
    margin-bottom: 15px;
    position: relative
}

.user-form .agree-label #chb1 {
    position: absolute;
    top: 7px;
    left: 0
}

.user-form .agree-label label {
    font-weight: 500;
    color: #10142D;
    margin-left: 25px
}

.user-form .agree-label label a {
    color: #E8B43F;
    position: absolute;
    right: 0
}

.user-form .agree-label label a:hover {
    color: #E83F33
}

.user-form .default-btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.forget-form {
    max-width: 650px;
    margin: auto
}

.forget-form .user-form .default-btn {
    width: 100%
}

.offer-item {
    background-color: #FDDFCE;
    padding: 110px 40px 110px;
    position: relative;
    margin-bottom: 30px
}

.offer-item h3 {
    font-size: 30px;
    color: #10142D;
    margin-bottom: 15px
}

.offer-item img {
    position: absolute;
    top: 30px;
    right: -15px;
    max-width: 270px
}

.offer-item-two {
    background-color: #FDDFCE;
    padding: 60px 30px;
    position: relative;
    margin-bottom: 30px
}

.offer-item-two h3 {
    font-size: 30px;
    color: #10142D;
    margin-bottom: 15px;
    max-width: 205px
}

.offer-item-two span {
    font-size: 25px;
    color: #E83F33;
    display: block
}

.offer-item-two img {
    position: absolute;
    top: 15px;
    left: 215px;
    max-width: 380px
}

.offer-item-two .default-btn {
    margin-top: 15px
}

.terms-conditions-img {
    margin-bottom: 30px
}

.single-content {
    margin-bottom: 30px
}

.single-content h3 {
    font-size: 24px;
    color: #10142D;
    margin-bottom: 15px
}

.single-content p {
    margin-bottom: 15px
}

.trending-card {
    margin-bottom: 20px
}

.trending-card:hover .trending-img .products-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.trending-card .trending-img {
    position: relative;
    background-color: #F6F6F6
}

.trending-card .trending-img a {
    display: block
}

.trending-card .trending-img a img {
    padding: 30px;
    text-align: center
}

.trending-card .trending-img .products-action {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 20px;
    top: 50px;
    margin: auto;
    margin-bottom: 0
}

.trending-card .trending-img .products-action li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 10px;
    display: block
}

.trending-card .trending-img .products-action li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #10142D;
    -webkit-transition: .5s;
    transition: .5s
}

.trending-card .trending-img .products-action li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.trending-card .trending-img .products-action li a:hover {
    color: #E83F33
}

.trending-card .trending-img .products-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.trending-card .trending-img .products-action li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.trending-card .trending-img .products-action li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.trending-card .trending-img .products-action li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.trending-card .content {
    padding: 10px 20px 0;
    position: relative
}

.trending-card .content h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.trending-card .content h3 a {
    display: block;
    color: #10142D
}

.trending-card .content h4 {
    font-size: 18px;
    color: #E83F33
}

.trending-card .content h4 del {
    color: #555;
    margin-left: 20px
}

.trending-card .content .rating {
    color: #E8B43F
}

.trending-card .content .rating i {
    display: inline-block
}

.trending-card .content .wish-list-btn {
    position: absolute;
    top: 20px;
    right: 20px
}

.trending-card .content .wish-list-btn a i {
    font-size: 24px;
    color: #555
}

.trending-card .content .wish-list-btn a i:hover {
    color: #E83F33
}

.error-area {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 100px
}

.error-area .error-content {
    text-align: center;
    position: relative
}

.error-area .error-content img {
    max-width: 100%
}

.error-area .error-content h3 {
    margin-bottom: 20px;
    position: relative;
    color: #10142D;
    font-size: 35px
}

.error-area .error-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    color: #555
}

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url(../image/coming-soon-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    border: 5px solid #aec5df
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 60px
}

.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 20px
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 45px;
    font-weight: 700
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: normal;
    color: #fff
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: 0;
    background-color: #fff57;
    padding-left: 15px;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #5d5d5d
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #10142D
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    border: 0;
    outline: 0;
    border-radius: 0 !important
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #fff;
    background-color: #190f3c
}

.coming-soon-area .coming-soon-content ul {
    list-style: none;
    margin-top: 30px;
    padding: 0
}

.coming-soon-area .coming-soon-content ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 18px;
    background-color: #10142D;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px
}

.coming-soon-area .coming-soon-content ul li a {
    color: #fff
}

.coming-soon-area .coming-soon-content ul li:hover {
    background-color: #E8B43F
}

.coming-soon-area #validator-newsletter {
    text-align: left;
    color: #dc3545 !important
}

.section-max-bg {
    background-color: #fff;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.product-category-form {
    margin-bottom: 0;
    position: relative
}

.product-category-form .form-control {
    height: 50px;
    padding: 0 15px;
    border: 0;
    color: #10142D;
    background-color: #F8F8F9;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #F26667
}

.product-category-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 5
}

.product-category-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 44px;
    width: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    outline: 0;
    background-color: #F26667;
    line-height: 45px;
    color: #fff;
    border-radius: 5px
}

.product-category-form button i {
    color: #fff;
    font-size: 20px
}

.product-category-form button:hover {
    background-color: #F26667
}

.product-category-form button:hover i {
    color: #fff
}

.product-category-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 52px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #F8F8F9;
    color: #555
}

.product-category-form .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.product-category-form .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #10142D;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

.product-category-form .nice-select .list .option:hover {
    background-color: #F26667 !important;
    color: #fff
}

.product-category-form .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.product-category-form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #0162BD;
    top: 45%;
    right: 30px
}

.product-category-bg-card {
    background-image: url(../image/product-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px
}

.product-category-bg-card .content {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto
}

.product-category-bg-card .content span {
    font-size: 17px;
    font-weight: 500;
    color: #F26667
}

.product-category-bg-card .content h3 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 15px
}

.product-category-bg-card .content p {
    font-size: 17px;
    color: #F26667;
    font-weight: 500;
    margin-bottom: 20px
}

.product-category-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px
}

.product-category-card:hover .product-category-img .product-category-action {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.product-category-card .product-category-img {
    position: relative;
    background-color: #E7D8D6;
    border-radius: 10px 10px 0 0
}

.product-category-card .product-category-img img {
    display: inline-block;
    padding: 30px
}

.product-category-card .product-category-img .new-tag {
    position: absolute;
    top: 10px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.product-category-card .product-category-img .new-tag h3 {
    background-color: #F26667;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px 5px 20px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0)
}

.product-category-card .product-category-img .product-category-action {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 15px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .7s;
    transition: .7s
}

.product-category-card .product-category-img .product-category-action li {
    display: block;
    margin-bottom: 10px
}

.product-category-card .product-category-img .product-category-action li:last-child {
    margin-bottom: 0
}

.product-category-card .product-category-img .product-category-action li a {
    text-align: center;
    position: relative;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #0162BD
}

.product-category-card .product-category-img .product-category-action li a:hover {
    background-color: #F26667;
    color: #fff
}

.product-category-card .content {
    padding: 20px;
    position: relative;
    border-left: 1px solid #F26667;
    border-right: 1px solid #F26667;
    border-bottom: 1px solid #F26667;
    border-radius: 0 0 10px 10px
}

.product-category-card .content h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0
}

.product-category-card .content h3 a {
    color: #10142D
}

.product-category-card .content span {
    font-size: 15px;
    color: #555;
    margin-bottom: 0
}

.product-category-card .content .price-tag {
    margin-top: 10px;
    margin-bottom: 15px
}

.product-category-card .content .price-tag h4 {
    font-size: 20px;
    color: #F26667;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

.product-category-card .content .price-tag h4 del {
    color: #555;
    margin-left: 20px;
    font-size: 15px
}

.product-category-card .content .add-btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.product-category-card .content .add-btn .add-cart-btn {
    font-size: 15px;
    color: #fff;
    background-color: #F26667;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px
}

.product-category-card .content .add-btn .add-cart-btn:hover {
    background-color: #10142D
}

.other-product-card {
    position: relative;
    background-color: #222;
    z-index: 1;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px
}

.other-product-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/bg-shape.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.other-product-card img {
    padding: 40px 90px 30px
}

.other-product-card .content {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.other-product-card .content h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2
}

.other-product-card .content h3 b {
    font-weight: 400;
    color: #F26667
}

.other-product-card .content span {
    color: #fff;
    margin-bottom: 0;
    float: right
}

.other-product-card .price-title {
    padding-bottom: 25px
}

.other-product-card .price-title h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500
}

.other-product-card .price-title h2 sup {
    font-size: 20px;
    font-weight: 400
}

.other-product-card .price-title h2 .sup-text {
    color: #F26667
}

.other-product-champaign {
    background-color: #dddcdc;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px
}

.other-product-champaign .content {
    padding: 40px 30px;
    max-width: 260px;
    display: inline-block
}

.other-product-champaign .content span {
    color: #F26667;
    font-size: 17px;
    font-weight: 500
}

.other-product-champaign .content h2 {
    font-size: 48px;
    color: #F26667;
    font-weight: 500;
    line-height: 1
}

.other-product-champaign .content h3 {
    margin-top: 25px;
    font-size: 25px;
    color: #10142D;
    margin-bottom: 0;
    font-weight: 400
}

.other-product-champaign .product-champaign-img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0
}

.other-product-champaign .product-champaign-img img {
    max-width: 250px
}

.other-product-list {
    background-color: #F26667;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 30px
}

.other-product-list i {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 30px
}

.other-product-list h3 {
    color: #fff;
    margin-bottom: 10px
}

.other-product-list p {
    color: #fff;
    margin-bottom: 15px
}

.other-product-list .default-btn {
    background-color: #fff;
    color: #10142D
}

.choose-card {
    background-color: #dddcdc6e;
    padding: 35px 30px 30px;
    border-radius: 15px;
    margin-bottom: 30px
}

.choose-card:hover {
    background-color: #fff
}

.choose-card i {
    font-size: 50px;
    color: #F26667;
    margin-bottom: 0;
    line-height: 1
}

.choose-card h3 {
    margin-top: 15px;
    font-weight: 400;
    color: #10142D;
    margin-bottom: 10px
}

.choose-card p {
    margin-bottom: 5px
}

.choose-card .read-btn {
    color: #F26667;
    font-weight: 600;
    margin-bottom: 0
}

.choose-card .read-btn:hover {
    color: #10142D;
    letter-spacing: .25px
}

.choose-card-two {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-right: 20px;
    margin-bottom: 30px;
    border: 1px solid #555;
    position: relative;
    -webkit-transition: .7s;
    transition: .7s
}

.choose-card-two:hover {
    background-color: #F6F6F6;
    border-color: #fff
}

.choose-card-two i {
    font-size: 30px;
    color: #F26667;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    left: 20px
}

.choose-card-two h3 {
    font-weight: 400;
    color: #10142D;
    margin-bottom: 10px
}

.choose-card-two p {
    margin-bottom: 10px
}

.choose-card-three {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto
}

.choose-card-three::before {
    content: '';
    position: absolute;
    top: 35px;
    height: 135px;
    width: 1px;
    right: -70px;
    background-color: #10142D
}

.choose-card-three i {
    font-size: 30px;
    color: #E8B43F;
    margin-bottom: 0
}

.choose-card-three h3 {
    font-weight: 400;
    color: #10142D;
    margin-bottom: 10px
}

.choose-card-three p {
    margin-bottom: 10px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto
}

.choose-area-three .col-lg-4:nth-child(3) .choose-card-three::before {
    display: none
}

.choose-card-color i {
    color: #E8B43F
}

.choose-card-color .read-btn {
    color: #E8B43F
}

.testimonials-area {
    position: relative
}

.testimonials-area .section-title h2 {
    max-width: 650px;
    margin: 0 auto
}

.testimonials-area .owl-nav {
    margin-top: 0
}

.testimonials-area .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -5%;
    font-size: 25px !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 40px;
    height: 40px;
    list-style: 40px;
    background-color: #fff !important;
    color: #10142D !important;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.testimonials-area .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #E8B43F !important
}

.testimonials-area .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -5%;
    color: #555 !important;
    font-size: 25px !important;
    background-color: transparent !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 40px;
    height: 40px;
    list-style: 40px;
    background-color: #fff !important;
    color: #10142D !important;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.testimonials-area .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #E8B43F !important
}

.testimonials-item {
    background-color: #F6F6F6;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 15px
}

.testimonials-item i {
    color: #E8B43F;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0
}

.testimonials-item p {
    margin-top: 10px;
    margin-bottom: 15px
}

.testimonials-item ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.testimonials-item ul li {
    display: inline-block;
    padding-left: 70px;
    position: relative
}

.testimonials-item ul li img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: unset !important
}

.testimonials-item ul li h3 {
    margin-bottom: 0
}

.testimonials-item ul li span {
    margin-bottom: 0
}

.size-guides-title {
    margin-bottom: 30px
}

.size-guides-wraps .size-guides-table table {
    margin-bottom: 0
}

.size-guides-wraps .size-guides-table table thead tr th {
    border-width: 0;
    vertical-align: middle;
    border: 0;
    padding: .95rem
}

.size-guides-wraps .size-guides-table table thead tr th.tr-head {
    background-color: #E8B43F;
    text-align: center;
    padding: 10px 40px;
    color: #fff
}

.size-guides-wraps .size-guides-table table tbody tr td {
    padding: 10px 20px;
    font-size: 15px;
    border: 0
}

.size-guides-wraps .size-guides-table table tbody tr td.td-title {
    font-size: 16px;
    color: #10142D;
    vertical-align: middle
}

.size-guides-wraps .size-guides-table table tbody tr td.td-bg {
    background-color: #EAEDF2
}

.size-guides-wraps .size-guides-table table tbody tr td.td-name {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #10142D
}

.customer-services-content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.customer-services-content .customer-services-img {
    margin-bottom: 30px
}

.customer-services-content .customer-services-contact {
    margin-bottom: 30px
}

.customer-services-content .customer-services-contact span {
    font-size: 15px;
    color: #E8B43F
}

.customer-services-content .customer-services-contact h2 {
    font-size: 26px;
    margin-bottom: 15px
}

.customer-services-content .customer-services-contact p {
    max-width: 900px;
    margin-bottom: 20px;
    display: block
}

.customer-services-content .singel-customer-services {
    margin-bottom: 30px
}

.customer-services-content .singel-customer-services h2 {
    font-size: 26px;
    margin-bottom: 15px
}

.customer-services-content .singel-customer-services h2 i {
    color: #E8B43F;
    margin-right: 10px
}

.compare-wraps .compare-table table {
    margin-bottom: 0
}

.compare-wraps .compare-table table thead tr th {
    width: 300px;
    vertical-align: middle;
    padding: .95rem
}

.compare-wraps .compare-table table thead tr th.tr-head {
    text-align: center;
    padding: 10px 20px;
    color: #10142D;
    border-bottom-width: 1px
}

.compare-wraps .compare-table table thead tr th.tr-head .product-table-view .product-card .content h3 {
    font-size: 18px
}

.compare-wraps .compare-table table tbody tr td {
    padding: 10px 20px;
    font-size: 15px;
    border-top: 0
}

.compare-wraps .compare-table table tbody tr td.td-title {
    font-size: 16px;
    color: #10142D;
    vertical-align: middle
}

.compare-wraps .compare-table table tbody tr td.td-name {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #10142D
}

.cart-wraps-area .cart-table table {
    margin-bottom: 0
}

.cart-wraps-area .cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: 0;
    font-weight: 700;
    font-size: 18px
}

.cart-wraps-area .cart-table table tbody tr td {
    vertical-align: middle;
    color: #555;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    border-color: #eee;
    border-left: none;
    border-right: 0
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
    height: 80px;
    background-color: #F6F6F6
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
    color: #555;
    font-weight: 600;
    display: inline-block;
    font-size: 16px
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
    color: #da691f !important
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
    color: #555;
    float: right;
    position: relative;
    top: 1px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 24px
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    color: #10142D
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
    font-weight: 600
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #555;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #10142D !important
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
    left: 0
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
    color: #10142D !important
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    right: 0
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
    color: #10142D !important
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #555;
    outline: 0;
    display: block;
    border: 0;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.cart-wraps-area .cart-buttons {
    margin-top: 30px
}

.cart-wraps-area .cart-totals {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px
}

.cart-wraps-area .cart-totals h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.cart-wraps-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-wraps-area .cart-totals ul li {
    border: 1px solid #b8b08c;
    padding: 10px 15px;
    color: #555;
    overflow: hidden;
    font-weight: 500
}

.cart-wraps-area .cart-totals ul li:first-child {
    border-bottom: 0
}

.cart-wraps-area .cart-totals ul li:nth-child(3) {
    border-top: 0
}

.cart-wraps-area .cart-totals ul li:last-child {
    border-top: 0
}

.cart-wraps-area .cart-totals ul li span {
    float: right;
    color: #555;
    font-weight: normal
}

.cart-wraps-area .cart-calc {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
    font-size: 24px;
    color: #555;
    padding-bottom: 20px
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
    margin-bottom: 20px
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
    height: 50px;
    padding: 7px 18px;
    color: #6c777d;
    border: 1px solid #cfcfcf
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #10142D;
    background-color: #555 !important
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
    padding: 10px
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
    background-color: #555 !important
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
    font-size: 16px;
    border: 1px solid #b8b08c;
    color: #6c777d;
    padding: 25px 18px;
    font-weight: 400
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cfcfcf
}

.cart-wraps-area .cart-calc .nice-select {
    height: 50px;
    width: 100%;
    margin-bottom: 19px;
    border: 1px solid #b8b08c
}

.cart-wraps-area .cart-calc .nice-select .list {
    width: 100%
}

.cart-wraps-area .cart-calc .nice-select .option {
    color: #555 !important
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
    color: #fff !important;
    background-color: #10142D !important
}

.cart-wraps-area .cart-calc .nice-select .current {
    position: relative;
    top: 4px;
    font-weight: 500;
    color: #6c777d
}

.cart-wraps-area .nice-select .option.focus,
.cart-wraps-area .nice-select .option.selected.focus,
.cart-wraps-area .nice-select .option:hover {
    background-color: #555 !important;
    color: #fff !important;
    font-weight: 600
}

.cart-wraps-area .cart-calc select .option.focus,
.cart-wraps-area .cart-calc .nice-select .option.selected.focus {
    background-color: #555 !important;
    color: #fff !important
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #10142D
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #10142D
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #10142D
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #10142D
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #10142D
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #10142D
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #10142D
}

.cart-wraps-area .cart-calc .cart-wraps-area form .form-control input::-webkit-input-placeholder {
    color: #6c777d
}

.cart-area .cart-calc .cart-wraps-area form .form-control input:-ms-input-placeholder {
    color: #6c777d
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
    color: #6c777d
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-webkit-input-placeholder {
    color: #495057
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input:-ms-input-placeholder {
    color: #495057
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
    color: #495057
}

.checkout-area .section-title {
    margin-bottom: 35px
}

.checkout-area .section-title h2 {
    max-width: 450px;
    margin: 0 auto;
    line-height: 1.2
}

.checkout-tab {
    margin-top: 0
}

.checkout-tab .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.checkout-tab .tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    max-width: 275px;
    height: 1px;
    background-color: #E2E2E2;
    left: 0;
    right: 0;
    margin: 0 auto
}

.checkout-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 75px;
    padding-bottom: 20px;
    position: relative
}

.checkout-tab .tabs li::before {
    content: '';
    position: absolute;
    bottom: -3px;
    max-width: 10px;
    height: 10px;
    background-color: #E2E2E2;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50px
}

.checkout-tab .tabs li:last-child {
    margin-right: 0
}

.checkout-tab .tabs li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #10142D
}

.checkout-tab .tabs li a:focus {
    color: #E8B43F
}

.checkout-tab .tabs li.active a {
    color: #E8B43F
}

.checkout-tab .tabs li.active::before {
    background-color: #E8B43F
}

.checkout-tab .tabs li.current::before {
    background-color: #E8B43F
}

.checkout-tab .tabs li.current a {
    color: #E8B43F
}

.checkout-img {
    margin-bottom: 30px
}

.checkout-form {
    margin-bottom: 30px
}

.checkout-form .contact-form {
    padding: 0;
    background-color: #fff
}

.checkout-form .contact-form .form-group .nice-select {
    height: 50px;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    background-color: #F6F6F6;
    color: #555;
    border-radius: 0;
    z-index: 5555
}

.checkout-form .contact-form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.checkout-form .contact-form .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #10142D;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

.checkout-form .contact-form .form-group .nice-select .list .option:hover {
    background-color: #E8B43F !important;
    color: #fff
}

.checkout-form .contact-form .form-group .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.checkout-form .contact-form .form-group .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #555;
    top: 47%;
    right: 20px
}

.checkout-form .contact-form .default-btn {
    margin-top: 10px
}

.checkout-order h2 {
    font-size: 26px;
    margin-bottom: 25px
}

.checkout-order .title-item {
    padding: 10px 0;
    font-size: 16px;
    color: #10142D;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6
}

.checkout-order .title-item span {
    float: right
}

.checkout-order .checkout-product {
    list-style: none;
    padding: 0;
    margin: 30px 0
}

.checkout-order .checkout-product li {
    display: block;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    margin-bottom: 0
}

.checkout-order .checkout-product li img {
    width: 80px;
    height: 80px;
    background-color: #F6F6F6;
    position: absolute;
    left: 0;
    top: 20px
}

.checkout-order .checkout-product li h3 {
    font-size: 20px;
    margin-bottom: 0
}

.checkout-order .checkout-product li span {
    color: #E8B43F;
    font-size: 16px
}

.checkout-order .checkout-product li .price-tag {
    color: #E8B43F;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50px
}

.checkout-order .total-amount {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 30px
}

.checkout-order .total-amount .amount-title {
    font-size: 16px;
    color: #10142D;
    margin-bottom: 10px
}

.checkout-order .total-amount .amount-title span {
    float: right;
    color: #E8B43F
}

.checkout-order .total-amount .vat-title {
    font-size: 16px;
    color: #10142D;
    margin-bottom: 30px
}

.checkout-order .total-amount .vat-title span {
    float: right;
    color: #E8B43F
}

.checkout-order .total-amount .total-title {
    font-size: 16px;
    color: #10142D;
    margin-bottom: 0
}

.checkout-order .total-amount .total-title span {
    float: right;
    color: #E8B43F
}

.checkout-order .amount-btn {
    margin-bottom: 0
}

.checkout-order .amount-btn .default-btn {
    width: 100%
}

.account-tab {
    margin-top: 0
}

.account-tab .tabs {
    margin: 0 0 30px;
    padding: 20px;
    list-style: none;
    background-color: #F6F6F6
}

.account-tab .tabs li {
    display: block;
    line-height: initial;
    position: relative;
    margin-bottom: 10px
}

.account-tab .tabs li:last-child {
    margin-bottom: 0
}

.account-tab .tabs li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #10142D;
    padding: 14px 20px;
    background-color: #fff;
    width: 100%
}

.account-tab .tabs li a:focus {
    background-color: #E8B43F;
    color: #fff
}

.account-tab .tabs li.active a {
    background-color: #E8B43F;
    color: #fff
}

.account-tab .tabs li.current a {
    background-color: #E8B43F;
    color: #fff
}

.account-tab-item {
    background-color: #F6F6F6;
    padding: 30px
}

.account-tab-item .account-details h2 {
    font-size: 26px;
    margin-bottom: 30px
}

.account-tab-item .account-details .account-profile {
    margin-bottom: 30px
}

.account-tab-item .account-details .account-profile .account-profile-img {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px
}

.account-tab-item .account-details .account-profile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.account-tab-item .account-details .account-profile ul li {
    display: inline-block;
    margin-right: 10px
}

.account-tab-item .account-details .account-profile ul li:last-child {
    margin-right: 0
}

.account-tab-item .account-details .account-profile ul li a {
    padding: 8px 24px;
    background-color: #E8B43F;
    color: #fff
}

.account-tab-item .account-details .account-profile ul li a:hover {
    background-color: #10142D
}

.account-tab-item .account-details .account-form h3 {
    font-size: 26px;
    margin-bottom: 20px
}

.account-tab-item .account-details .account-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.account-tab-item .account-details .account-form .form-group label {
    color: #10142D;
    font-size: 16px;
    margin-bottom: 15px
}

.account-tab-item .account-details .account-form .form-group.checkbox-option {
    position: relative
}

.account-tab-item .account-details .account-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0
}

.account-tab-item .account-details .account-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px
}

.account-tab-item .account-details .account-form .form-group.checkbox-option p a {
    color: #F26667
}

.account-tab-item .account-details .account-form .form-group.checkbox-option p a:hover {
    color: #E83F33
}

.account-tab-item .account-details .account-form .form-group .form-control {
    height: 50px;
    color: #10142D;
    border: 1px solid #E8B43F;
    background-color: #F1F1F1;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    border-radius: 0
}

.account-tab-item .account-details .account-form .form-group .form-control:focus {
    outline: 0;
    border-color: #10142D;
    -webkit-box-shadow: none;
    box-shadow: none
}

.account-tab-item .account-details .account-form .default-btn {
    border: 1px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.account-tab-item .checkout-order .title-item {
    border-color: #555
}

.account-tab-item .checkout-order .checkout-product li img {
    background-color: #fff
}

.account-tab-item .checkout-order .total-amount {
    border-color: #555
}

.account-tab-item .address-details h2 {
    font-size: 26px;
    color: #10142D;
    margin-bottom: 20px
}

.account-tab-item .address-details h2 .address-edit {
    font-size: 16px;
    float: right;
    color: #E8B43F
}

.account-tab-item .address-details h2 .address-edit:hover {
    color: #F26667
}

.account-tab-item .address-details p {
    font-size: 18px;
    margin-bottom: 0
}

.account-tab-item .address-details span {
    font-size: 15px
}

.faq-content {
    margin-bottom: 30px
}

.faq-content .section-title {
    margin-bottom: 30px
}

.faq-content .section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2
}

.faq-content .section-title p {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.faq-content .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-content .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #E8B43F
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-content .faq-accordion .accordion .accordion-title {
    padding: 10px 60px 10px 20px;
    color: #10142D;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600
}

.faq-content .faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 24px;
    width: 30px;
    height: 30px;
    color: #E8B43F;
    text-align: center;
    line-height: 30px;
    background-color: transparent
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
    content: "\edc2"
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
    margin-top: -5px
}

.faq-content .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px
}

.faq-content .faq-accordion .accordion .accordion-content p {
    margin-top: -6px;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 3px
}

.faq-content .faq-accordion .accordion .accordion-content.show {
    display: block
}

.faq-form .contact-form {
    padding: 0;
    background-color: #fff;
    max-width: 100%
}

.offer-card {
    margin-bottom: 20px
}

.offer-card h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px
}

.offer-card h3 {
    font-size: 22px;
    color: #F26667;
    font-weight: 500;
    margin-bottom: 10px
}

.offer-card h3 del {
    color: #555;
    margin-left: 10px;
    font-size: 16px
}

.offer-card #timer {
    margin-top: 30px
}

.offer-card #timer div {
    display: inline-block;
    color: #10142D;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 24px;
    font-weight: 400;
    width: 80px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    background-color: #F8F8F9;
    border-radius: 5px
}

.offer-card #timer div:first-child {
    margin-left: 0
}

.offer-card #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -35px;
    font-size: 16px;
    font-weight: normal
}

.offer-card .default-btn {
    margin-top: 30px;
    width: 100%
}

.offer-slider {
    position: relative
}

.offer-slider .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0
}

.offer-slider .owl-dots .owl-dot span {
    background-color: transparent !important;
    -webkit-transition: .7s;
    transition: .7s;
    margin: 0 7px;
    width: 15px !important;
    height: 15px !important;
    position: relative
}

.offer-slider .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    top: 1.5px;
    width: 11px;
    height: 11px;
    left: 0;
    right: 0;
    background-color: #F26667;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center
}

.offer-slider .owl-dots .owl-dot.active span {
    background-color: transparent !important;
    border: 1px solid #F26667
}

.offer-slider .owl-dots .owl-dot:hover span {
    background-color: transparent !important;
    border: 1px solid #F26667
}

.offer-img-item {
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px
}

.offer-img-item img {
    border-radius: 15px
}

.offer-img-item .offer-tag {
    position: absolute;
    top: 40px;
    left: 50px;
    padding: 25px;
    border-radius: 50%;
    background-color: #F26667;
    text-align: center
}

.offer-img-item .offer-tag h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1
}

.offer-img-item .offer-tag span {
    color: #fff;
    font-size: 16px
}

.offer-slider-two {
    position: relative
}

.offer-slider-two .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0
}

.offer-slider-two .owl-dots .owl-dot span {
    background-color: #E8B43F !important;
    -webkit-transition: .7s;
    transition: .7s;
    margin: 0 7px;
    width: 10px !important;
    height: 10px !important
}

.offer-slider-two .owl-dots .owl-dot.active span {
    background-color: #E8B43F !important;
    width: 35px !important
}

.offer-slider-two .owl-dots .owl-dot:hover span {
    background-color: #E8B43F !important;
    width: 35px !important
}

.offer-area-two {
    background-color: #EAEDF2
}

.offer-img-item-two {
    position: relative;
    margin-bottom: 30px;
    background-color: #F6F6F6;
    padding: 50px 30px 80px
}

.offer-img-item-two .offer-tag {
    position: absolute;
    top: 40px;
    right: 50px;
    padding: 25px;
    border-radius: 50%;
    background-color: #E8B43F;
    text-align: center
}

.offer-img-item-two .offer-tag h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1
}

.offer-img-item-two .offer-tag span {
    color: #fff;
    font-size: 16px
}

.offer-package-content {
    margin-bottom: 25px
}

.offer-package-content .section-title {
    margin-bottom: 30px
}

.offer-package-content .content {
    border-left: 2px solid #E8B43F;
    padding-left: 20px;
    margin-bottom: 30px
}

.offer-package-content .content span {
    font-size: 16px;
    color: #E8B43F;
    margin-bottom: 0
}

.offer-package-content .content h3 {
    font-size: 26px;
    color: #10142D
}

.offer-package-content .content h3 del {
    font-size: 18px;
    margin-left: 20px;
    color: #555
}

.offer-package-content #timer div {
    display: inline-block;
    color: #10142D;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 24px;
    font-weight: 400;
    width: 80px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 0
}

.offer-package-content #timer div:first-child {
    margin-left: 0
}

.offer-package-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -35px;
    font-size: 16px;
    font-weight: normal
}

.offer-package-content .default-btn {
    margin-top: 30px
}

.daily-product-area {
    padding-top: 85px
}

.daily-product-toper {
    border-bottom: 1px solid #E8B43F;
    padding-bottom: 30px;
    margin-bottom: 0
}

.daily-product-area .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

.daily-product-area .tabs li {
    display: inline-block;
    font-size: 16px;
    color: #555;
    padding: 10px 16px;
    position: relative;
    margin-right: 20px
}

.daily-product-area .tabs li:last-child {
    margin-right: 0
}

.daily-product-area .tabs li::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #555;
    border-radius: 50px
}

.daily-product-area .tabs li:last-child {
    margin-right: 0
}

.daily-product-area .tabs li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #10142D
}

.daily-product-area .tabs li a:focus {
    color: #E8B43F
}

.daily-product-area .tabs li a:focus::before {
    background-color: #E8B43F
}

.daily-product-area .tabs li.active a {
    color: #E8B43F
}

.daily-product-area .tabs li.active::before {
    background-color: #E8B43F
}

.daily-product-area .tabs li.current::before {
    background-color: #E8B43F
}

.daily-product-area .tabs li.current a {
    color: #E8B43F
}

.daily-product-card {
    margin-bottom: 25px;
    text-align: center
}

.daily-product-card:hover .daily-product-img .daily-product-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.daily-product-card .daily-product-img {
    position: relative;
    background-color: #EAEDF2
}

.daily-product-card .daily-product-img a {
    display: block
}

.daily-product-card .daily-product-img a img {
    padding: 40px 20px
}

.daily-product-card .daily-product-img .daily-product-tag {
    position: absolute;
    top: 30px;
    right: 20px
}

.daily-product-card .daily-product-img .daily-product-tag h3 {
    background-color: #E8B43F;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px 5px 20px
}

.daily-product-card .daily-product-img .daily-product-action {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    margin-bottom: 0
}

.daily-product-card .daily-product-img .daily-product-action li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin: 0 5px
}

.daily-product-card .daily-product-img .daily-product-action li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #10142D;
    -webkit-transition: .5s;
    transition: .5s
}

.daily-product-card .daily-product-img .daily-product-action li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.daily-product-card .daily-product-img .daily-product-action li a:hover {
    color: #E8B43F
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.daily-product-card .daily-product-img .daily-product-action li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.daily-product-card .content {
    padding-top: 20px;
    position: relative
}

.daily-product-card .content h3 {
    margin-bottom: 5px;
    font-size: 20px
}

.daily-product-card .content h3 a {
    display: block;
    color: #10142D
}

.daily-product-card .content span {
    font-size: 18px;
    color: #E8B43F
}

.daily-product-card .content span del {
    margin-left: 15px;
    color: #555
}

.daily-product-btn {
    margin-bottom: 20px
}

.popular-food-item {
    background-color: #FDDFCE;
    position: relative;
    z-index: 1
}

.popular-food-item::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/popular-food-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.popular-food-item .content {
    text-align: center;
    padding-top: 85px;
    padding-bottom: 85px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

.popular-food-item .content h2 {
    font-size: 35px;
    margin-bottom: 20px
}

.popular-product-area {
    background-color: #EAEDF2;
    position: relative
}

.popular-product-area .section-title {
    margin-bottom: 40px
}

.popular-product-area .owl-nav {
    margin-top: 0
}

.popular-product-area .owl-nav .owl-prev {
    position: absolute;
    top: -90px;
    right: 70px;
    font-size: 25px !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: transparent !important;
    color: #E8B43F !important;
    border: 1px solid #E8B43F !important;
    border-radius: 0
}

.popular-product-area .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #E8B43F !important
}

.popular-product-area .owl-nav .owl-next {
    position: absolute;
    top: -90px;
    right: 0;
    font-size: 25px !important;
    -webkit-transition: .7s;
    transition: .7s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: transparent !important;
    color: #E8B43F !important;
    border: 1px solid #E8B43F !important;
    border-radius: 0
}

.popular-product-area .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #E8B43F !important
}

.popular-slider-item {
    margin-bottom: 25px;
    text-align: center;
    -webkit-transition: .7s;
    transition: .7s;
    border: 1px solid #fff
}

.popular-slider-item:hover {
    background-color: #fff
}

.popular-slider-item:hover .popular-slider-item-img .product-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.popular-slider-item:hover .content {
    border-top: 1px solid #E8B43F
}

.popular-slider-item .popular-slider-item-img {
    position: relative;
    background-color: #fff;
    -webkit-transition: .7s;
    transition: .7s
}

.popular-slider-item .popular-slider-item-img a {
    display: block
}

.popular-slider-item .popular-slider-item-img a img {
    padding: 40px 20px;
    -webkit-transition: .7s;
    transition: .7s
}

.popular-slider-item .popular-slider-item-img .product-tag {
    position: absolute;
    top: 30px;
    right: 20px
}

.popular-slider-item .popular-slider-item-img .product-tag h3 {
    background-color: #E8B43F;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px 5px 20px
}

.popular-slider-item .popular-slider-item-img .product-action {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    margin-bottom: 0
}

.popular-slider-item .popular-slider-item-img .product-action li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin: 0 5px
}

.popular-slider-item .popular-slider-item-img .product-action li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #F6F6F6;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #10142D;
    -webkit-transition: .5s;
    transition: .5s
}

.popular-slider-item .popular-slider-item-img .product-action li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.popular-slider-item .popular-slider-item-img .product-action li a:hover {
    color: #E8B43F
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.popular-slider-item .popular-slider-item-img .product-action li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.popular-slider-item .content {
    padding: 20px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px
}

.popular-slider-item .content h3 {
    margin-bottom: 5px;
    font-size: 20px
}

.popular-slider-item .content h3 a {
    display: block;
    color: #10142D
}

.popular-slider-item .content span {
    font-size: 18px;
    color: #E8B43F
}

.popular-slider-item .content span del {
    margin-left: 15px;
    color: #555
}

.product-search-form {
    margin-bottom: 0;
    position: relative;
    border: 1px solid #F26667;
    border-radius: 5px
}

.product-search-form .form-control {
    height: 50px;
    padding: 0 15px;
    border: 0;
    color: #10142D;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px
}

.product-search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 5
}

.product-search-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 44px;
    width: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    outline: 0;
    background-color: transparent;
    line-height: 45px;
    color: #0162BD;
    border-radius: 5px
}

.product-search-form button i {
    color: #0162BD;
    font-size: 20px;
    position: relative;
    top: 3px
}

.product-search-form button:hover {
    background-color: #F26667
}

.product-search-form button:hover i {
    color: #fff
}

.best-sell-card {
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: .9s;
    transition: .9s;
    background-color: #EAEDF2
}

.best-sell-card:hover {
    background-color: #fff
}

.best-sell-card:hover .best-sell-img {
    background-color: #EAEDF2
}

.best-sell-card:hover .content {
    padding: 20px 20px
}

.best-sell-card .best-sell-img {
    position: relative;
    background-color: #E7D8D6;
    border-radius: 10px;
    -webkit-transition: .7s;
    transition: .7s
}

.best-sell-card .best-sell-img img {
    display: inline-block;
    padding: 40px 50px
}

.best-sell-card .best-sell-img .new-tag {
    position: absolute;
    top: 10px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.best-sell-card .best-sell-img .new-tag h3 {
    background-color: #F26667;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px 5px 20px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 16% 50%, 0 0)
}

.best-sell-card .content {
    padding: 20px 20px;
    position: relative;
    -webkit-transition: .7s;
    transition: .7s
}

.best-sell-card .content h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0
}

.best-sell-card .content h3 a {
    color: #10142D
}

.best-sell-card .content span {
    font-size: 15px;
    color: #555;
    margin-bottom: 0
}

.best-sell-card .content .price-tag {
    margin-top: 10px;
    margin-bottom: 15px
}

.best-sell-card .content .price-tag h4 {
    font-size: 20px;
    color: #F26667;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0
}

.best-sell-card .content .price-tag h4 del {
    color: #555;
    margin-left: 20px;
    font-size: 15px
}

.best-sell-card .content .add-btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.best-sell-card .content .add-btn .add-cart-btn {
    font-size: 15px;
    color: #fff;
    background-color: #F26667;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 24px
}

.best-sell-card .content .add-btn .add-cart-btn:hover {
    background-color: #10142D
}

.deal-border {
    border: 2px solid #EAEDF2
}

.deal-item {
    background-color: #F6F6F6;
    padding: 30px 45px;
    margin-bottom: 0
}

.deal-item #timer {
    margin-top: 30px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
}

.deal-item #timer div {
    display: inline-block;
    color: #10142D;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 400;
    width: 70px;
    height: 70px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #E83F33;
    border-radius: 0
}

.deal-item #timer div:first-child {
    margin-left: 0
}

.deal-item #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -25px;
    font-size: 16px;
    font-weight: normal
}

.deal-content {
    margin-bottom: 30px;
    margin-left: 40px
}

.deal-content .section-title {
    margin-bottom: 20px
}

.deal-content h3 {
    color: #E83F33;
    margin-bottom: 10px
}

.deal-content span {
    margin-bottom: 0;
    display: block
}

.deal-content .default-btn {
    margin-top: 20px
}

.newsletter-section {
    background-color: #F6F6F6
}

.newsletter-area-max {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.newsletter-area-max .newsletter-title h2 {
    font-size: 35px;
    margin-bottom: 0
}

.newsletter-area-max .newsletter-area .newsletter-form {
    position: relative;
    max-width: 610px;
    margin: 0 auto;
    border-radius: 50px
}

.newsletter-area-max .newsletter-area .newsletter-form .form-control {
    background: #F8F8F9;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #E83F33;
    padding: 0 25px;
    max-width: 450px
}

.newsletter-area-max .newsletter-area .newsletter-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.newsletter-area-max .newsletter-area .newsletter-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E83F33;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: 0;
    border-radius: 5px;
    font-size: 14px
}

.newsletter-area-max .newsletter-area .newsletter-form .subscribe-btn:hover {
    background: #10142D;
    color: #fff
}

.newsletter-area-max .newsletter-area .newsletter-form .validation-danger {
    font-size: 18px;
    margin-top: 5px;
    color: red
}

.blog-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: .7s;
    transition: .7s
}

.blog-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.blog-card:hover .blog-img .blog-date {
    padding: 7px 15px 7px 30px;
    background-color: #F26667;
    color: #fff;
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 18% 50%, 0% 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 18% 50%, 0% 0)
}

.blog-card:hover .content .read-btn {
    color: #F26667
}

.blog-card .blog-img {
    position: relative
}

.blog-card .blog-img a {
    display: block
}

.blog-card .blog-img a img {
    border-radius: 10px
}

.blog-card .blog-img .blog-date {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 16px;
    color: #555;
    padding: 7px 30px 7px 15px;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0, 83% 48%, 100% 100%, 0 100%, 0% 50%, 0 0);
    clip-path: polygon(100% 0, 83% 48%, 100% 100%, 0 100%, 0% 50%, 0 0);
    -webkit-transition: .9s;
    transition: .9s
}

.blog-card .content {
    padding: 20px
}

.blog-card .content h3 {
    margin-bottom: 10px
}

.blog-card .content h3 a {
    color: #10142D
}

.blog-card .content p {
    margin-bottom: 10px
}

.blog-card .content .read-btn {
    color: #10142D;
    font-weight: 600
}

.blog-card .content .read-btn:hover {
    color: #F26667
}

.blog-card-bg {
    background-color: #F6F6F6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-card-bg:hover {
    background-color: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

.blog-card-bg:hover .content .read-btn {
    color: #E83F33
}

.blog-card-bg .blog-img .blog-date {
    color: #fff;
    background-color: #E83F33
}

.blog-card-bg2 {
    background-color: #F6F6F6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-card-bg2:hover {
    background-color: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

.blog-card-bg2:hover .content .read-btn {
    color: #E8B43F
}

.blog-card-bg2:hover .blog-img .blog-date {
    background-color: #10142D
}

.blog-card-bg2 .blog-img .blog-date {
    color: #fff;
    background-color: #E8B43F
}

.search-widget {
    margin-bottom: 30px;
    background-color: #fff
}

.search-widget .search-form {
    position: relative;
    border: 1px solid #E2E2E2
}

.search-widget .search-form .form-control {
    height: 50px;
    border: 0;
    background-color: #fff;
    padding: 10px 20px;
    width: 100%;
    color: #10142D
}

.search-widget .search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.search-widget .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    outline: 0;
    background-color: transparent;
    line-height: 55px
}

.search-widget .search-form button i {
    color: #E8B43F;
    font-size: 24px;
    border-left: 1px solid #E2E2E2;
    padding-left: 10px
}

.search-widget .search-form button:hover i {
    color: #E83F33
}

.side-bar-widget {
    margin-bottom: 30px;
    background-color: #fff
}

.side-bar-widget .title {
    font-size: 20px;
    color: #10142D;
    padding: 12px 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #EAEDF2;
    width: 100%
}

.side-bar-widget .widget-popular-post {
    position: relative;
    overflow: hidden;
    padding: 0
}

.side-bar-widget .widget-popular-post .item {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2
}

.side-bar-widget .widget-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.side-bar-widget .widget-popular-post .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #F6F6F6
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
    background-image: url(../image/blog-product1.png)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
    background-image: url(../image/blog-product2.png)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
    background-image: url(../image/blog-product3.png)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
    background-image: url(../image/blog-product4.png)
}

.side-bar-widget .widget-popular-post .item .info {
    overflow: hidden;
    padding: 10px 0
}

.side-bar-widget .widget-popular-post .item .info .title-text {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    max-width: 245px
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
    display: inline-block;
    color: #10142D
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
    color: #E8B43F
}

.side-bar-widget .widget-popular-post .item .info p {
    font-size: 14px;
    margin-bottom: 0;
    max-width: 180px
}

.side-bar-widget .widget-popular-post .item .info p i {
    color: #F26667;
    font-size: 17px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.side-bar-widget .side-bar-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.side-bar-widget .side-bar-categories ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #EAEDF2
}

.side-bar-widget .side-bar-categories ul li::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #555
}

.side-bar-widget .side-bar-categories ul li:last-child {
    border-bottom: 0
}

.side-bar-widget .side-bar-categories ul li a {
    display: inline-block;
    color: #555;
    font-weight: normal;
    padding: 10px 45px;
    font-weight: 600;
    position: relative;
    width: 100%
}

.side-bar-widget .side-bar-categories ul li a span {
    right: 30px;
    position: absolute;
    top: 10px;
    color: #555
}

.side-bar-widget .side-bar-categories ul li a:hover {
    color: #E8B43F
}

.side-bar-widget .side-bar-categories ul li a:hover span {
    color: #E8B43F
}

.side-bar-widget .side-bar-categories ul li a:hover::before {
    background-color: #E8B43F;
    border-color: #E8B43F
}

.side-bar-widget .side-bar-categories ul li:hover::before {
    background-color: #E8B43F;
    border-color: #E8B43F
}

.side-bar-widget .side-bar-widget-tag {
    list-style: none;
    margin: 0;
    padding: 0
}

.side-bar-widget .side-bar-widget-tag li {
    display: inline-block;
    padding: 7px 15px;
    margin: 5px;
    -webkit-transition: .7s;
    transition: .7s;
    color: #10142D;
    font-size: 14px;
    font-weight: 600;
    background-color: #F6F6F6
}

.side-bar-widget .side-bar-widget-tag li:hover {
    background-color: #F26667
}

.side-bar-widget .side-bar-widget-tag li a {
    color: #555
}

.side-bar-widget .side-bar-widget-tag li:hover a {
    color: #fff
}

.blog-article {
    margin-bottom: 30px
}

.blog-article .blog-article-img {
    margin-bottom: 30px
}

.blog-article .blog-article-title {
    margin-bottom: 20px
}

.blog-article .blog-article-title h2 {
    margin-top: 0;
    font-size: 26px;
    max-width: 650px;
    margin-bottom: 20px
}

.blog-article .blog-article-title ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-article-title ul li {
    display: inline-block;
    font-size: 15px;
    color: #E8B43F;
    margin-right: 30px
}

.blog-article .blog-article-title ul li:last-child {
    margin-right: 0
}

.blog-article .blog-article-title ul li i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.blog-article .article-content {
    padding-bottom: 10px
}

.blog-article .article-content p {
    margin-bottom: 20px
}

.blog-article .article-content .blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #F6F6F6;
    padding: 10px 20px
}

.blog-article .article-content .blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #E8B43F
}

.blog-article .article-content .blockquote p {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
}

.blog-article .another-content p {
    margin-bottom: 20px
}

.blog-article .another-content .content-img {
    margin-bottom: 20px
}

.blog-article .comments-wrap .comment-title {
    position: relative;
    margin-bottom: 30px
}

.blog-article .comments-wrap .comment-title .title {
    font-size: 26px;
    margin-bottom: 0;
    color: #10142D;
    font-weight: 500
}

.blog-article .comments-wrap .comment-title .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0
}

.blog-article .comments-wrap .comment-title .social-icon li {
    display: inline-block;
    margin-right: 7px;
    font-size: 16px
}

.blog-article .comments-wrap .comment-title .social-icon li a {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #E8B43F;
    border: 1px solid #E8B43F
}

.blog-article .comments-wrap .comment-title .social-icon li a:hover {
    background-color: #E8B43F;
    color: #fff
}

.blog-article .comments-wrap .comment-form {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .comments-wrap .comment-form li {
    position: relative;
    padding: 30px;
    padding-left: 95px;
    margin-bottom: 30px;
    background-color: #F6F6F6
}

.blog-article .comments-wrap .comment-form li:last-child {
    margin-bottom: 0
}

.blog-article .comments-wrap .comment-form li img {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50%
}

.blog-article .comments-wrap .comment-form li h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600
}

.blog-article .comments-wrap .comment-form li span {
    position: absolute;
    top: 35px;
    right: 30px;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    color: #10142D
}

.blog-article .comments-wrap .comment-form li span i {
    margin-right: 5px;
    color: #E8B43F
}

.blog-article .comments-wrap .comment-form li p {
    margin-bottom: 10px
}

.blog-article .comments-wrap .comment-form li .content h4 {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-right: 15px
}

.blog-article .comments-wrap .comment-form li .content h4 a {
    color: #10142D
}

.blog-article .comments-wrap .comment-form li .content h4 a:hover {
    color: #E8B43F
}

.blog-article .comments-form {
    margin-top: 30px;
    margin-bottom: 30px
}

.blog-article .comments-form .title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #10142D
}

.blog-article .comments-form .contact-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: #fff
}

.blog-article .comments-form .default-btn {
    width: unset
}

.blog-topper {
    margin-bottom: 40px
}

.blog-topper .blog-topper-title h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.blog-topper .blog-category .form-group {
    margin-bottom: 0;
    position: relative
}

.blog-topper .blog-category .form-group .form-control {
    height: 50px;
    padding: 0 15px;
    border: 0;
    color: #10142D;
    background-color: #F6F6F6;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px 0 0 5px
}

.blog-topper .blog-category .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.blog-topper .blog-category .form-group .nice-select {
    height: 50px;
    width: 100%;
    line-height: 52px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    border-radius: 0;
    background-color: #F6F6F6;
    color: #555;
    border-radius: 5px 0 0 5px;
    z-index: 99999
}

.blog-topper .blog-category .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-topper .blog-category .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #10142D;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

.blog-topper .blog-category .form-group .nice-select .list .option:hover {
    background-color: #F26667 !important;
    color: #fff
}

.blog-topper .blog-category .form-group .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.blog-topper .blog-category .form-group .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #555;
    top: 45%;
    right: 30px
}

.product-side-bar-widget {
    margin-bottom: 30px;
    background-color: #fff
}

.product-side-bar-widget .title {
    font-size: 20px;
    color: #10142D;
    padding: 12px 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #EAEDF2;
    width: 100%
}

.product-side-bar-widget .product-popular-post {
    position: relative;
    overflow: hidden;
    padding: 0
}

.product-side-bar-widget .product-popular-post .item {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2
}

.product-side-bar-widget .product-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.product-side-bar-widget .product-popular-post .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px
}

.product-side-bar-widget .product-popular-post .item .thumb .full-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #F6F6F6
}

.product-side-bar-widget .product-popular-post .item .thumb .full-image.bg1 {
    background-image: url(../image/blog-product2.png)
}

.product-side-bar-widget .product-popular-post .item .thumb .full-image.bg2 {
    background-image: url(../image/blog-product4.png)
}

.product-side-bar-widget .product-popular-post .item .thumb .full-image.bg3 {
    background-image: url(../image/propular-style7.png)
}

.product-side-bar-widget .product-popular-post .item .info {
    overflow: hidden;
    padding: 10px 0
}

.product-side-bar-widget .product-popular-post .item .info .title-text {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    max-width: 245px
}

.product-side-bar-widget .product-popular-post .item .info .title-text a {
    display: inline-block;
    color: #10142D
}

.product-side-bar-widget .product-popular-post .item .info .title-text a:hover {
    color: #E8B43F
}

.product-side-bar-widget .product-popular-post .item .info p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #E8B43F
}

.product-side-bar-widget .product-popular-post .item .info p del {
    color: #555;
    margin-left: 15px
}

.product-side-bar-widget .product-side-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.product-side-bar-widget .product-side-categories ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #EAEDF2
}

.product-side-bar-widget .product-side-categories ul li::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #555
}

.product-side-bar-widget .product-side-categories ul li:last-child {
    border-bottom: 0
}

.product-side-bar-widget .product-side-categories ul li a {
    display: inline-block;
    color: #555;
    font-weight: normal;
    padding: 10px 0 10px 35px;
    font-weight: 600;
    position: relative;
    width: 100%
}

.product-side-bar-widget .product-side-categories ul li a span {
    right: 30px;
    position: absolute;
    top: 10px;
    color: #555
}

.product-side-bar-widget .product-side-categories ul li a:hover {
    color: #E8B43F;
    background-color: #F6F6F6
}

.product-side-bar-widget .product-side-categories ul li a:hover span {
    color: #E8B43F
}

.product-side-bar-widget .product-side-categories ul li a:hover::before {
    background-color: #E8B43F;
    border-color: #E8B43F
}

.product-side-bar-widget .product-side-categories ul li:hover::before {
    background-color: #E8B43F;
    border-color: #E8B43F;
    z-index: 1
}

.product-side-bar-widget .product-side-categories ul li.active a {
    color: #E8B43F;
    background-color: #F6F6F6
}

.product-side-bar-widget .product-side-categories ul li.active a span {
    color: #E8B43F
}

.product-side-bar-widget .product-side-categories ul li.active a::before {
    background-color: #E8B43F;
    border-color: #E8B43F
}

.product-side-bar-widget .product-side-categories ul li.active::before {
    background-color: #E8B43F;
    border-color: #E8B43F;
    z-index: 1
}

.product-side-bar-widget .product-widget-tag {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-side-bar-widget .product-widget-tag li {
    display: inline-block;
    padding: 7px 15px;
    margin: 5px;
    -webkit-transition: .7s;
    transition: .7s;
    color: #10142D;
    font-size: 14px;
    font-weight: 600;
    background-color: #F6F6F6
}

.product-side-bar-widget .product-widget-tag li:hover {
    background-color: #F26667
}

.product-side-bar-widget .product-widget-tag li a {
    color: #555
}

.product-side-bar-widget .product-widget-tag li:hover a {
    color: #fff
}

.product-topper {
    margin-bottom: 40px
}

.product-topper .product-topper-title h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.product-topper .product-topper-title h3 span {
    font-size: 15px !important;
    color: #555 !important
}

.product-topper .product-category .form-group {
    margin-bottom: 0;
    position: relative
}

.product-topper .product-category .form-group .form-control {
    height: 50px;
    padding: 0 15px;
    border: 0;
    color: #10142D;
    background-color: #F6F6F6;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px 0 0 5px
}

.product-topper .product-category .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.product-topper .product-category .form-group .nice-select {
    height: 50px;
    width: 100%;
    line-height: 52px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    border-radius: 0;
    background-color: #F6F6F6;
    color: #555;
    border-radius: 5px 0 0 5px;
    z-index: 1
}

.product-topper .product-category .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.product-topper .product-category .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #10142D;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0
}

.product-topper .product-category .form-group .nice-select .list .option:hover {
    background-color: #F26667 !important;
    color: #fff
}

.product-topper .product-category .form-group .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.product-topper .product-category .form-group .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #555;
    top: 45%;
    right: 30px
}

.product-card {
    margin-bottom: 25px;
    text-align: center
}

.product-card:hover .product-card-img .product-card-action li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.product-card .product-card-img {
    position: relative;
    background-color: #EAEDF2
}

.product-card .product-card-img a {
    display: block
}

.product-card .product-card-img a img {
    padding: 30px 10px
}

.product-card .product-card-img .product-card-tag {
    position: absolute;
    top: 30px;
    right: 20px
}

.product-card .product-card-img .product-card-tag h3 {
    background-color: #E8B43F;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px 5px 20px
}

.product-card .product-card-img .product-card-action {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    margin-bottom: 0
}

.product-card .product-card-img .product-card-action li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin: 0 5px
}

.product-card .product-card-img .product-card-action li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #10142D;
    -webkit-transition: .5s;
    transition: .5s
}

.product-card .product-card-img .product-card-action li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.product-card .product-card-img .product-card-action li a:hover {
    color: #E8B43F
}

.product-card .product-card-img .product-card-action li:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.product-card .product-card-img .product-card-action li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.product-card .product-card-img .product-card-action li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.product-card .product-card-img .product-card-action li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.product-card .content {
    padding-top: 20px;
    position: relative
}

.product-card .content h3 {
    margin-bottom: 5px;
    font-size: 20px
}

.product-card .content h3 a {
    display: block;
    color: #10142D
}

.product-card .content span {
    font-size: 18px;
    color: #E8B43F;
    font-weight: 600
}

.product-card .content span del {
    color: #555;
    margin-left: 15px
}

.product-detls-image {
    margin-bottom: 30px;
    background-color: #F6F6F6
}

.product-desc {
    margin-bottom: 30px
}

.product-desc h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600
}

.product-desc .price {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #10142D
}

.product-desc .price .old-price {
    text-decoration: line-through;
    color: #555;
    margin-left: 10px
}

.product-desc .product-review {
    margin-bottom: 15px
}

.product-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-desc .product-review .rating i {
    color: #E8B43F
}

.product-desc .product-review .rating-count {
    margin-left: 5px;
    display: inline-block;
    color: #555;
    border-bottom: 1px solid #555;
    line-height: initial
}

.product-desc .product-review .rating-count:hover {
    color: #10142D;
    border-color: #10142D
}

.product-desc p {
    margin-bottom: 0
}

.product-desc .input-count-area h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    margin-right: 15px
}

.product-desc .input-count-area .input-counter {
    margin-top: 10px;
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.product-desc .input-count-area .input-counter span {
    position: absolute;
    top: 2px;
    background-color: transparent;
    cursor: pointer;
    color: #555;
    width: 50px;
    height: 100%;
    line-height: 45px;
    -webkit-transition: .5s;
    transition: .5s
}

.product-desc .input-count-area .input-counter span:hover {
    color: #10142D
}

.product-desc .input-count-area .input-counter .minus-btn {
    left: 0
}

.product-desc .input-count-area .input-counter .plus-btn {
    right: 0
}

.product-desc .input-count-area .input-counter input {
    height: 45px;
    color: #10142D;
    outline: 0;
    display: block;
    border: 0;
    background-color: #F6F6F6;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500
}

.product-desc .product-add-btn {
    margin-top: 20px
}

.product-desc .product-add-btn .default-btn {
    border: 0;
    margin-right: 20px;
    border-radius: 0
}

.product-desc .product-share {
    margin-top: 30px
}

.product-desc .product-share ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.product-desc .product-share ul li {
    display: inline-block;
    margin: 0 3px
}

.product-desc .product-share ul li span {
    color: #10142D;
    margin-right: 5px;
    font-size: 16px
}

.product-desc .product-share ul li a {
    width: 35px;
    height: 35px;
    background-color: #E8B43F;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    border-radius: 50px;
    text-align: center
}

.product-desc .product-share ul li a:hover {
    background-color: #F26667
}

.product .input-count-area .input-counter input::-webkit-input-placeholder {
    color: #555
}

.product .input-count-area .input-counter input:-ms-input-placeholder {
    color: #555
}

.product .input-count-area .input-counter input::-ms-input-placeholder {
    color: #555
}

.product .input-count-area .input-counter input::placeholder {
    color: #555
}

.product-tab {
    background-color: #F6F6F6
}

.products-details-tab .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #555
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 10px
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #10142D;
    padding: 14px 26px;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #555
}

.products-details-tab .tabs li a:focus {
    color: #fff;
    background-color: #E8B43F;
    border-color: #E8B43F
}

.products-details-tab .tabs li.active a {
    color: #fff;
    background-color: #E8B43F;
    border-color: #E8B43F
}

.products-details-tab .tabs li.current a {
    color: #fff;
    background-color: #E8B43F;
    border-color: #E8B43F
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.products-tabs-decs {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 840px;
    text-align: left
}

.products-tabs-decs p {
    color: #555;
    font-weight: 600;
    margin-bottom: 30px
}

.products-tabs-reviews {
    margin-top: 35px
}

.products-tabs-reviews .products-review-tab {
    margin-bottom: 30px
}

.products-tabs-reviews .products-review-tab ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.products-tabs-reviews .products-review-tab ul li {
    position: relative;
    padding: 30px;
    padding-left: 95px;
    margin-bottom: 30px;
    background-color: #fff
}

.products-tabs-reviews .products-review-tab ul li:last-child {
    margin-bottom: 0
}

.products-tabs-reviews .products-review-tab ul li img {
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50%
}

.products-tabs-reviews .products-review-tab ul li h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600
}

.products-tabs-reviews .products-review-tab ul li span {
    position: absolute;
    top: 35px;
    right: 30px;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    color: #10142D
}

.products-tabs-reviews .products-review-tab ul li span i {
    margin-right: 5px;
    color: #E8B43F
}

.products-tabs-reviews .products-review-tab ul li p {
    margin-bottom: 10px
}

.products-tabs-reviews .products-review-tab ul li .content h4 {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-right: 15px
}

.products-tabs-reviews .products-review-tab ul li .content h4 a {
    color: #10142D
}

.products-tabs-reviews .products-review-tab ul li .content h4 a:hover {
    color: #E8B43F
}

.reviews-form {
    margin-bottom: 30px
}

.reviews-form .contact-form {
    padding: 40px 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.reviews-form .contact-form h3 {
    text-align: center;
    font-size: 24px;
    color: #10142D;
    margin-bottom: 10px
}

.reviews-form p {
    text-align: center;
    color: #555;
    margin-bottom: 10px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

.reviews-form .rating {
    text-align: center;
    color: #E8B43F;
    position: relative;
    margin-bottom: 30px
}

.products-tabs-shipping {
    margin-top: 30px;
    margin-bottom: 30px
}

.products-tabs-shipping ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.products-tabs-shipping ul li {
    display: block;
    font-size: 16px;
    color: #10142D;
    margin-bottom: 10px;
    font-weight: 600
}

.products-tabs-shipping ul li:last-child {
    margin-bottom: 0
}

.products-tabs-shipping ul li span {
    color: #555
}

.products-tabs-shipping ul li a {
    color: #555
}

.products-tabs-shipping ul li a:hover {
    color: #E8B43F
}

.product-tab-view .products-review-tab ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-tab-view .products-review-tab ul li {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

.product-tab-view .reviews-form .contact-form {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    max-width: 100%
}

.tracking-order-img {
    margin-bottom: 30px
}

.tracking-order-form {
    margin-bottom: 30px
}

.tracking-order-form .contact-form {
    padding: 0;
    background-color: #fff
}

.tracking-order-form .contact-form p {
    margin-bottom: 20px
}

.pagination-area {
    margin-top: 10px;
    margin-bottom: 30px
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #10142D;
    background-color: #F6F6F6;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 18px;
    border-radius: 0
}

.pagination-area .page-numbers:hover {
    background-color: #E8B43F;
    color: #fff
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px
}

.pagination-area .page-numbers.current {
    background-color: #E8B43F;
    color: #fff
}

.footer-bg {
    background-color: #10142D
}

.footer-area {
    margin-top: 100px;
    padding-top: 20px;
}

.footer-contact {
    position: relative;
    top: -100px
}

.footer-contact .newsletter-area {
    padding: 90px 0 100px;
    text-align: center;
    border-radius: 15px;
    background-color: #fff
}

.footer-contact .newsletter-area h2 {
    font-size: 35px;
    color: #10142D;
    margin-bottom: 30px
}

.footer-contact .newsletter-form {
    position: relative;
    max-width: 610px;
    margin: 0 auto;
    border-radius: 50px
}

.footer-contact .newsletter-form .form-control {
    background: #F8F8F9;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #F26667;
    padding: 0 25px;
    max-width: 450px
}

.footer-contact .newsletter-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.footer-contact .newsletter-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F26667;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: 0;
    border-radius: 5px;
    font-size: 14px
}

.footer-contact .newsletter-form .subscribe-btn:hover {
    background: #10142D;
    color: #fff
}

.footer-contact .newsletter-form .validation-danger {
    font-size: 18px;
    margin-top: 5px;
    color: red
}

.newsletter-shape .shape1 {
    position: absolute;
    top: 25px;
    left: 50px
}

.newsletter-shape .shape2 {
    position: absolute;
    top: 120px;
    left: 195px
}

.newsletter-shape .shape3 {
    position: absolute;
    bottom: 25px;
    left: 60px
}

.newsletter-shape .shape4 {
    position: absolute;
    top: 25px;
    right: 50px
}

.newsletter-shape .shape5 {
    position: absolute;
    top: 125px;
    right: 190px
}

.newsletter-shape .shape6 {
    position: absolute;
    bottom: 25px;
    right: 50px
}

.footer-newsletter {
    position: relative;
    top: -100px;
    background-color: #F6F6F6
}

.newsletter-max-width {
    max-width: 924px;
    margin-left: auto;
    margin-right: auto
}

.newsletter-max-width .newsletter-title h2 {
    font-size: 35px;
    margin-bottom: 0
}

.newsletter-max-width .newsletter-area .newsletter-form {
    position: relative;
    max-width: 630px;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #E8B43F
}

.newsletter-max-width .newsletter-area .newsletter-form .form-control {
    background: #F8F8F9;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-radius: 0;
    padding: 0 25px;
    max-width: 450px;
    border: 0
}

.newsletter-max-width .newsletter-area .newsletter-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.newsletter-max-width .newsletter-area .newsletter-form .subscribe-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #E8B43F;
    color: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
    border: 0;
    border-radius: 0;
    font-size: 14px
}

.newsletter-max-width .newsletter-area .newsletter-form .subscribe-btn:hover {
    background: #10142D;
    color: #fff
}

.newsletter-max-width .newsletter-area .newsletter-form .validation-danger {
    font-size: 18px;
    margin-top: 5px;
    color: red
}

.footer-widget {
    margin-bottom: 30px
}

.footer-widget .footer-logo {
    margin-bottom: 20px;
    position: relative;
    top: -5px
}

.footer-widget h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2
}

.footer-widget p {
    margin-bottom: 20px;
    color: #fff;
    max-width: 290px
}

.footer-widget .footer-list-contact {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-list-contact li {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px
}

.footer-widget .footer-list-contact li:last-child {
    margin-bottom: 0
}

.footer-widget .footer-list-contact li i {
    color: #fff;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px
}

.footer-widget .footer-list-contact li a {
    color: #fff
}

.footer-widget .footer-list-contact li:hover i {
    color: #F26667
}

.footer-widget .footer-list-contact li:hover a {
    color: #F26667
}

.footer-widget .social-link {
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

.footer-widget .social-link li {
    display: inline-block;
    margin-right: 5px
}

.footer-widget .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff
}

.footer-widget .social-link li:hover a {
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    color: #F26667
}

.footer-widget .footer-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-list li {
    display: block;
    margin-bottom: 10px;
    font-weight: 500
}

.footer-widget .footer-list li:last-child {
    margin-bottom: 0
}

.footer-widget .footer-list li a {
    color: #fff;
    font-weight: 500
}

.footer-widget .footer-list li a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.footer-widget .footer-list li a:hover {
    color: #F26667
}

.footer-widget .footer-work-hour-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-work-hour-list li {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    color: #fff
}

.footer-widget .footer-work-hour-list li span {
    font-weight: 600
}

.copy-right-area {
    padding: 15px 0;
    border-top: 1px solid #fff63
}

.copy-right-text {
    text-align: center
}

.copy-right-text p {
    color: #fff;
    margin-bottom: 0
}

.copy-right-text p a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.copy-right-text p a:hover {
    color: #F26667;
    border-color: #F26667
}

.productsQuickView .modal-dialog {
    max-width: 950px;
    margin: 0 auto
}

.productsQuickView .modal-content {
    border: 0;
    padding: 40px 25px;
    border-radius: 0
}

.productsQuickView .modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #111;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: 0
}

.productsQuickView .modal-content .close:hover {
    background-color: #E8B43F;
    color: #fff
}

.productsQuickView .products-image {
    background-color: #F6F6F6
}

.productsQuickView .product-content h3 {
    font-size: 24px;
    color: #10142D;
    margin-bottom: 15px
}

.productsQuickView .product-content .product-text p {
    margin-bottom: 20px
}

.productsQuickView .product-content .price-status {
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 20px;
    padding-bottom: 20px
}

.productsQuickView .product-content .price-status .price {
    display: inline-block;
    max-width: 120px;
    position: relative;
    margin-right: 30px
}

.productsQuickView .product-content .price-status .price::before {
    content: '';
    position: absolute;
    top: 8px;
    right: -15px;
    width: 1px;
    height: 50px;
    background-color: #E8B43F
}

.productsQuickView .product-content .price-status .price .new-price {
    font-size: 20px;
    color: #E8B43F;
    margin-bottom: 0;
    display: block
}

.productsQuickView .product-content .price-status .price .rating {
    display: block;
    color: #E8B43F
}

.productsQuickView .product-content .price-status .price .rating i {
    display: inline-block
}

.productsQuickView .product-content .price-status .availability-status {
    display: inline-block;
    position: relative;
    top: -3px
}

.productsQuickView .product-content .price-status .availability-status ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.productsQuickView .product-content .price-status .availability-status ul li {
    display: block;
    font-size: 16px;
    color: #10142D;
    font-weight: 400
}

.productsQuickView .product-content .price-status .availability-status ul li span {
    color: #E8B43F
}

.productsQuickView .product-content .product-add-to-cart {
    margin-top: 20px
}

.productsQuickView .product-content .product-add-to-cart .input-counter {
    max-width: 70px;
    min-width: 70px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    position: relative
}

.productsQuickView .product-content .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #10142D;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: .5s;
    transition: .5s
}

.productsQuickView .product-content .product-add-to-cart .input-counter span.minus-btn {
    left: -10px
}

.productsQuickView .product-content .product-add-to-cart .input-counter span.plus-btn {
    right: -10px
}

.productsQuickView .product-content .product-add-to-cart .input-counter span:hover {
    color: #E8B43F
}

.productsQuickView .product-content .product-add-to-cart .input-counter input {
    height: 50px;
    color: #E8B43F;
    outline: 0;
    display: block;
    border: 0;
    background-color: transparent;
    border: 1px solid #E8B43F;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #E8B43F
}

.productsQuickView .product-content .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #E8B43F
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #E8B43F
}

.productsQuickView .product-content .product-add-to-cart .input-counter input::placeholder {
    color: #E8B43F
}

.productsQuickView .product-content .product-add-to-cart .default-btn {
    border: 0;
    cursor: pointer;
    margin-right: 15px
}

.productsQuickView .product-content .product-add-to-cart .default-btn:last-child {
    margin-right: 0
}

.productsQuickView .product-content .advantage-list {
    margin-top: 20px
}

.productsQuickView .product-content .advantage-list h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400
}

.productsQuickView .product-content .advantage-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.productsQuickView .product-content .advantage-list ul li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.productsQuickView .product-content .advantage-list ul li:last-child {
    margin-bottom: 0
}

.productsQuickView .product-content .advantage-list ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #E8B43F;
    border-radius: 50px
}

.productsQuickView .product-content .products-share {
    margin-top: 20px
}

.productsQuickView .product-content .products-share .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.productsQuickView .product-content .products-share .social li {
    display: inline-block
}

.productsQuickView .product-content .products-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
    position: relative;
    top: -2px
}

.productsQuickView .product-content .products-share .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #E8B43F;
    color: #fff;
    border: 1px solid #E8B43F;
    text-align: center;
    font-size: 18px;
    margin-left: 2px
}

.productsQuickView .product-content .products-share .social li a:hover,
.productsQuickView .product-content .products-share .social li a:focus {
    color: #E8B43F;
    background-color: transparent
}

.productsQuickView .product-content .products-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.productsQuickView .product-content .products-share .social li a.facebook:hover,
.productsQuickView .product-content .products-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent
}

.productsQuickView .product-content .products-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff
}

.productsQuickView .product-content .products-share .social li a.twitter:hover,
.productsQuickView .product-content .products-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent
}

.productsQuickView .product-content .products-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #fff
}

.productsQuickView .product-content .products-share .social li a.linkedin:hover,
.productsQuickView .product-content .products-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent
}

.productsQuickView .product-content .products-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #fff
}

.productsQuickView .product-content .products-share .social li a.instagram:hover,
.productsQuickView .product-content .products-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent
}

.preloader {
    position: fixed;
    background: #fff;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.preloader .spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear
}

.preloader .dot1,
.preloader .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #623BCC;
    border-radius: 100%;
    -webkit-animation: sk-bounce 1.0s infinite ease-in-out;
    animation: sk-bounce 3.0s infinite ease-in-out
}

.preloader .dot1 {
    background-color: #E8B43F
}

.preloader .dot2 {
    top: auto;
    background-color: #F26667;
    bottom: 0;
    -webkit-animation-delay: -2.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    50% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.go-top {
    position: fixed;
    top: 60%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #F26667;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 35px;
    z-index: 100;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top i {
    -webkit-transition: .5s;
    transition: .5s;
    vertical-align: middle
}

.go-top:hover {
    background-color: #10142D
}

.go-top:hover i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.go-top.active {
    top: 95%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible
}
