body {
    margin: 0px;
    padding: 0px;
    font-family: 'Calibri';
}

@font-face {
    font-family: 'HelveticaNeue LT 67 MdCn';
    src: url('../fonts/HelveticaNeueLT-MediumCond.eot');
    src: url('../fonts/HelveticaNeueLT-MediumCond.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLT-MediumCond.woff2') format('woff2'), url('../fonts/HelveticaNeueLT-MediumCond.woff') format('woff'), url('../fonts/HelveticaNeueLT-MediumCond.ttf') format('truetype'), url('../fonts/HelveticaNeueLT-MediumCond.svg#HelveticaNeueLT-MediumCond') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff2') format('woff2'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibribold';
    src: url('../fonts/calibribold.eot');
    src: url('../fonts/calibribold.eot') format('embedded-opentype'), url('../fonts/calibribold.woff2') format('woff2'), url('../fonts/calibribold.woff') format('woff'), url('../fonts/calibribold.ttf') format('truetype'), url('../fonts/calibribold.svg#calibribold') format('svg');
}

@font-face {
    font-family: 'Baskerville Semi';
    src: url('../fonts/Baskerville-SemiBoldItalic.eot');
    src: url('../fonts/Baskerville-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Baskerville-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Baskerville-SemiBoldItalic.woff') format('woff'), url('../fonts/Baskerville-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Baskerville-SemiBoldItalic.svg#Baskerville-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

a:hover,
a:focus {
    text-decoration: none !important
}

img {
    max-width: 100%;
    height: auto
}

a:focus,
a:active,
.bootstrap-select .btn:focus {
    outline: none !important
}

.btn:active,
.btn.active {
    box-shadow: none
}

.logo {
    padding: 10px 0;
    display: table
}

.logo a {
    display: table-cell;
}

.logo img {
    padding-left: 15px;
}

.home-class header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

.home-class header.fixed-header{background:#4d4d4d;/*#6666*/}


header {
    box-shadow: 0px 1px 2px #ddd;
    /*background-color:#000;*/
}

.header-top {
    margin: 20px 0 30px;
    padding: 0px;
    text-align: right;
}

.header-top a {
    font-size: 24px;
    color: #7e7e7e;
    margin: 0 10px;
}

.header-right-btn {
    float: right;
    font-family: 'HelveticaNeue LT 67 MdCn';
    position: relative
}

.header-right-btn button {
    font-size: 20px;
    text-transform: uppercase;
    background: #666666;
    padding: 8px 18px;
    color: #fff;
    margin: 0 5px;
    min-width: 156px;
    display: inline-block;
    text-align: center;
    border: none
}

.header-right-btn button.btn-categories {
    background: #666;
}

.country-btn {
    background: none
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
    outline: none !important
}

.btn-group.open .dropdown-menu li a {
    padding: 0px;
}

.navbar {
    min-height: inherit;
    border: none
}

.navbar-nav {
    display: inline-block
}

.home-class .navbar-nav>li>a {
    color: #fff;
}

.home-class .shopping-cart a {color:#fff;}


.navbar-nav>li>a {
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 10px 5px;
    font-family: 'HelveticaNeue LT 67 MdCn';
}

.navbar-collapse {
    padding: 0px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active a {
    background: none;
    border-bottom: solid 3px #666
}

.navbar {
    margin-bottom: 0
}

.header-top .dropdown-menu {
    border-radius: 0px;
    box-shadow: none;
    width: 48px !important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent !important;
    border-bottom: solid 3px #666
}

.carousel-control {
    font-size: 50px;
    height: 70px;
    margin: auto;
    width: 50px;
    background-image: none !important
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.search-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 0px;
    position: absolute;
    max-width: 448px;
    right: 5px;
    z-index: 100;
    width: 100%
}

.search-box h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'HelveticaNeue LT 67 MdCn';
    border-bottom: solid 1px #666;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 0 5px;
    padding-left: 15px;
    margin: 0
}

.search-box input {
    background: #666;
    border: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Calibri';
    font-style: italic
}

.search-box button {
    background: #666;
    margin: 0px;
    font-size: 18px;
    padding: 7px 25px;
    min-width: auto;
}

.search-box button:hover {
    background: #4a87b0
}

.search-form {
    padding: 15px;
}

.search-box .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    background: none;
    font-family: arial;
    opacity: 1;
    font-weight: normal;
    padding: 0;
    min-width: 20px;
}

.search-box .close:hover {
    background: none
}

.search-box ul {
    margin: 0px;
    padding: 10px 0px;
    width: 50%;
    float: left
}

.search-box ul li {
    list-style: none;
    text-align: left;
    margin: 5px 0;
}

.search-box ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.search-box ul li a:hover {
    text-decoration: none;
    color: #666
}

.body-content {
    padding: 20px 0 10px;
    font-size: 24px;
    line-height: 25px;
    font-style: italic;
    text-align: center;
}

h1 {
    /*text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 25px 0;
    font-family: 'HelveticaNeue LT 67 MdCn';
    color: #666;
    font-size: 36px;*/
        margin: 0px;
    padding: 15px 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size:50px;
    letter-spacing:2.5px;
    color: #525252;
    font-family: 'EB Garamond', serif;
    font-weight:normal;
}
/*
h1 span {
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 5px 15px;
    top: 0;
}

h1:before {
    content: '';
    position: absolute;
    text-align: center;
    margin: auto;
    top: 45px;
    border-top: solid 1px #baa170;
    left: 0;
    right: 0;
}*/

.body-section {
    background: #f1f1f1;
    padding: 0px 0;
}

.body-section .container {
    background: #fff;
}

.body-box {
    padding: 20px 10px;
    text-align: center
}

.body-box h2 {
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0
}

.body-box h2 a:hover {
    text-decoration: none
}

.body-box span {
    color: red;
}

.body-box img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden
}

.box-image {
    position: relative;
    height: 145px;
}

.body-box p {
    margin: 0px;
}

.home-category {
    margin-bottom: 40px;
}

.body-section h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}


.body-box-home {
    padding: 0px;
    text-align: center;
    position: relative;
    height: 450px;
    overflow: hidden
}
.body-box-home{overflow:visible; height:auto;}


.body-box-home img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.body-box-home:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.body-box-home img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
 .body-box-home img{ height:auto; position:static}
/*.featured-section .owl-carousel .owl-item:nth-child(even) {
    top: 30px;
}
.owl-carousel .owl-item:nth-child(even) .body-box-home .title-outer{bottom:30px;}*/


.body-box-home .title-outer{
    margin-bottom:0px;
    background-color: #fff;
    width: 87%;
        position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    padding:15px;
}

.body-box-home h3 {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    color:#5f5f5f;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0;
    vertical-align: middle;
    background:#fff;
    letter-spacing:2.5px;
}

.body-box-home h3 a:hover {
    text-decoration: none
}

.body-box-home:hover img {
    /*opacity: 0.5*/
}

.body-box-home span {
    color: red;
}

.body-box-home a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.body-box-home:hover:before {
    content: '';
    /*background:rgba(0,0,0,0.5);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.carousel-inner {
    height: 100vh;
}

.inner-container {
    padding: 30px 0;
    font-size: 15px;
}

.btn-share {
    padding-top: 15px;
    display: block
}

footer {
    background: url(../images/back-footer.jpg) center top;
    color: #fff;
    padding: 20px 0;
    position: relative
}

footer h2 {
    font-size: 16px;
    color: #fff;
    font-family: 'HelveticaNeue LT 67 MdCn';
    margin: 15px 0 60px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    /*border-bottom:solid 1px #baa170*/
}

footer h2 span {
    background: url(../uploads/settings/1521257305.jpg) center -125px;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 180px;
    top: -8px;
}

footer ul {
    /*margin:40px 0 0px;
    padding: 0px;
    margin-bottom: 20px;*/
    display:flex;
    flex-wrap:wrap;
    padding:0;
    /*justify-content:center;*/
}

footer ul li {
    border-right: solid 1px #fff;
    list-style: none;
    padding: 0 10px 0;
    line-height: 15px;
    margin-bottom:15px;
}

footer ul li:last-child {
    border: none
}

footer ul li:first-child {
    padding-left: 0px;
}



footer a {
    color: #fff
}

footer i {
    margin-right: 8px;
}

footer a:hover {
    color: #000;
    text-decoration: none;
}

footer .social-icons {
    /*margin:40px 0px 40px;*/
    padding: 0px;
    text-align: center;
    float: none;
}

footer .social-icons li {
    list-style: none;
    display: inline-block;
    border: none !important;
    margin: 0px 0px 0 0;
    padding: 0 0px !important;
    float: none !important
}

.subscribe-box {
    background: none;
    padding: 0px 0 20px;
    max-width: 490px;
    float: right
}

.subscribe-box h3 {
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-size: 16px;
    margin: 0px;
    /*padding:20px 0 10px;*/
    text-align: center;
}

.subscribe-box input {
    background: none;
    border: solid 1px #fff;
    display: table-cell;
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
}

.subscribe-box input::placeholder {
    color: #fff;
}

.subscribe-box select {
    background: none;
    border: solid 1px #fff;
    display: table-cell;
    width: 100%;
    padding: 7px;
}

.subscribe-box select option{
    color:#000;
}

.subscribe-box form {
    width: 425px;
    margin: 20px 0 0;
    text-align: c
}

.form-outer {
    display: table;
    width: 100%;
}

.subscribe-box label {
    display: table-cell;
    font-weight: normal;
    padding-right: 15px;
    width: 100px;
    padding-bottom: 5px;
}

.subscribe-box button {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 45px;
    margin: 0px 0 0 10px;
    font-family: 'HelveticaNeue LT 67 MdCn';
    text-transform: uppercase
}

.subscribe-box button:hover {
    background: #000
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 40px;
    right: 0px;
    left: 0;
    margin: auto;
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    color: #fff;
    font-size: 35px;
    opacity: 1;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    color: #fff;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
    color: #fff;
}

#opener {
    display: inline-block
}

#opener1 {
    display: inline-block
}

.direction-link:hover .direction {
    display: block;
    position: absolute;
    left: -67px;
    right: 0;
    margin: auto;
    z-index: 100
}

.direction-link {
    position: relative
}

.direction {
    display: none;
}

.tel-link:hover .tel {
    display: block;
    position: absolute;
    left: -67px;
    right: 0;
    margin: auto;
    z-index: 100
}

.tel-link {
    position: relative
}

.tel {
    display: none
}

.tel,
.direction {
    background: #666;
    border-radius: 10px;
    width: 150px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-style: italic;
    letter-spacing: 1px;
}

.tel:before,
.direction:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #666;
    border-width: 10px;
    margin-left: -10px;
}

.product-slider {
    margin-right: 30px;
}

.product-detail {
    padding: 0px 0;
    margin-bottom: 20px;
}

.product-detail h2 {
    margin: 0px;
    padding: 0px 0 15px;
    text-transform: uppercase;
    font-family: 'calibribold'
}

.product-detail select {
    margin-left: 15px;
    min-width: 70px;
    padding: 5px;
}

.product-detail span {
    min-width: 50px;
    display: inline-block;
    font-family: 'calibribold';
    *width:30%;
}

.product-price {
    font-size: 27px;
    font-weight: 800;
    padding: 15px 0;
}

.product-quantity {
    margin: 0px;
    padding: 15px 0;
}

.btn-cart {
    background: #666;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0
}

.btn-cart:hover {
    background: #4a87b0;
    color: #fff
}

.social-link {
    margin: 15px 0 0px;
    padding: 0px;
}

.social-link li {
    list-style: none;
    margin: 0 0 0 5px;
    float: left
}

.product-detail table {
    width: 100%;
}

.product-detail table td {
    padding: 5px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #eee
}

#offer-tab,#offer-tab a{
    background: #228B22;
    color:#fff !important;
}

#image-gallery img {
    width: 100%;
}

.calc {
    background: #f3f3f3;
    border: solid 1px #d1d0d0;
    margin-bottom: 30px;
}

.calc h2 {
    font-size: 18px;
    font-weight: 500;
    color: #c4af88;
    background: #fff url(../images/subheading-logo.jpg) right top no-repeat;
    padding: 5px 20px;
    margin: 0px;
}

.calc form {
    padding: 20px 20px 0;
}

.calc form .form-group {
    display: table;
    width: 100%
}

.calc label {
    display: table-cell;
    font-weight: normal;
    width: 50%;
}

.calc input {
    display: table-cell;
    border-radius: 0px;
}

.calc button {
    background: #666;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 25px;
    float: right;
    font-family: 'HelveticaNeue LT 67 MdCn';
    border: none;
    margin-bottom: 20px;
}

.product-des {
    margin: 50px 0px;
    padding: 0px;
    display: block
}

.product-des h2 {
    font-size: 18px;
    color: #666666;
    font-family: 'calibribold';
}

.product-des a {
    color: #666;
}

.product-des a:hover {
    color: #000;
}

.product-video {
    margin: 35px 30px 0 0;
}

.social-icons {
    margin: 10px 0px 0;
    padding: 0px;
    justify-content:center !important;
}

.social-icons li {
    list-style: none;
    float: left;
    margin: 0px 10px 0 0;
}

.jssorb03 {
    position: absolute;
    display: none
}

.jssorb03 div {
    background-position: -5px -4px;
}

.jssorb03 div:hover,
.jssorb03 .av:hover {
    background-position: -35px -4px;
}

.jssorb03 .av {
    background-position: -65px -4px;
}

.jssorb03 .dn,
.jssorb03 .dn:hover {
    background-position: -95px -4px;
}

label {
    font-weight: normal
}

.form-control {
    border-radius: 0px;
}

.btn-default {
    background: #666;
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-family: 'HelveticaNeue LT 67 MdCn';
    margin-bottom: 15px;
}

.section {
    margin: 20px 10px
}

.search-form input::placeholder {
    color: #fff;
}

.logo-sellez {
    margin-top: 14px;
    display: block;
    width: 150px;
}

.form-group .error-msg {
    color: red
}

.product-right-detail {
    float: right
}

.owl-carousel {
    padding: 30px 0
}

.lg-outer.lg-start-zoom #lg-download {
    display: none !important
}

.inner-banner {
    text-align: center
}


/*add new css 13/09/2017*/

.media-left,
.media>.pull-left {
    padding-right: 5px;
    margin-right: 20px;
}

.cards {
    margin: 0px;
    padding: 0px;
}

.cards li {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url('../images/cards.jpg');
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px;
    list-style: none
}

.cards .mastercard {
    background-position: -51px 0;
}

.cards li:last-child {
    margin-right: 0;
}

.cards .amex {
    background-position: -102px 0;
}

.steps {
    margin-top: -41px;
    display: inline-block;
    float: right;
    font-size: 16px
}

.step {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 100px;
    position: relative
}

.step_line {
    margin: 0;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 1008;
    position: absolute;
    left: 99px;
    top: 1px
}

.step_line.backline {
    border-left: 20px solid #f7f7f7;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 1006;
    position: absolute;
    left: 99px;
    top: -3px
}

.step_complete {
    background: #357ebd
}

.step_complete a.check-bc,
.step_complete a.check-bc:hover,
.afix-1,
.afix-1:hover {
    color: #eee;
}

.step_line.step_complete {
    background: 0;
    border-left: 16px solid #357ebd
}

.step_thankyou {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 100px;
}

.step.check_step {
    margin-left: 5px;
}

.ch_pp {
    text-decoration: underline;
}

.ch_pp.sip {
    margin-left: 10px;
}

.check-bc,
.check-bc:hover {
    color: #222;
}

.SuccessField {
    border-color: #458845 !important;
    -webkit-box-shadow: 0 0 7px #9acc9a !important;
    -moz-box-shadow: 0 0 7px #9acc9a !important;
    box-shadow: 0 0 7px #9acc9a !important;
    background: #f9f9f9 url(../images/valid.png) no-repeat 98% center !important
}

.cart-table th {
    font-size: 18px;
    color: #000;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal
}

.cart-table .media-heading a {
    color: #000;
    font-family: 'HelveticaNeue LT 67 MdCn';
}

.cart-table td {
    padding: 20px 10px 0 !important
}

.cart-table tfoot {
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal !important;
}

.cart-table tfoot strong,
.cart-table tfoot h5 {
    font-weight: normal !important;
    line-height: 25px !important;
}

.cart-table h3 {
    color: #000;
    font-family: 'HelveticaNeue LT 67 MdCn';
}

.panel-info>.panel-heading {
    color: #fff;
    background-color: #4a87b0;
    border-color: #4a87b0;
}

.panel-info {
    border-color: #4a87b0;
}

.inner-container {
    min-height: 500px;
}

.shopping-cart {
    display: inline-block;
    vertical-align: top
}

.navbar {
    display: inline-block;
    float: right
}

.shopping-cart a {
    color: #666;
    font-size: 25px;
}

.shopping-cart span {
    width: 18px;
    height: 18px;
    background: #4a87b0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 17px;
    position: relative;
    top: -10px;
}

.cartbtn {
    background: #666;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 25px;
    font-family: 'HelveticaNeue LT 67 MdCn';
    border: none;
    margin-bottom: 20px;
}

.home-logos .owl-item {
    position: relative;
    min-height: 150px !important;
}

.home-logos .owl-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto !important
}

.featured-section,.featured-product-section {
    /* position:absolute;*/
    left: 0;
    right: 0;
    z-index: 1;
    top: 40px;
    background: rgba(241, 241, 241, 0.8);
    padding-bottom: 15px;
}

.featured-section h2 {
    margin: 0px;
    padding: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size:50px;
    letter-spacing:2.5px;
    color: #525252;
    font-family: 'EB Garamond', serif;
    font-weight:normal;
 }
 
 .featured-product-section h2 {
    margin: 0px;
    padding: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size:50px;
    color: #525252;
    font-family: 'EB Garamond', serif;
    font-weight:normal;
 }

section.content {
    position: relative
}

.quotation {
    text-align: center;
    /*background:rgba(24,24,24,0.7);*/
    color: #000;
    padding: 0px;
    font-family: 'Baskerville Semi';
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
}

.carousel-fade .carousel-inner .item a {
    display: block
}

.carousel-indicators {
    display: none
}

.quotation-inner {
    margin: 0px;
    font-family: arial;
    background: #fff;
    padding: 10px 15px;
    font-size: 15px;
    color: #666;
    text-align: left;
    padding: 0 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.quotation-inner p {
    margin: 0;
    padding-bottom: 10px;
}

.quotation span {
    padding: 10px 0;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
}

.quotation h2 {
    margin: 0;
    font-size: 25px;
    text-transform: none;
    padding: 0;
    max-width: 700px;
    margin: auto
}

.home-slider {
    position: relative
}

.arimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.body-box-services1 {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.body-box-services1 img {
    width: 100%;
    height: 100%
}

.body-box-services1 .overlay {
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.body-box-services1 a:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.body-box-services1 .overlay h3 {
    vertical-align: middle;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.body-box-home img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.body-box-services1 a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.body-box-services1 a img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.services-text {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #3ECCB5;
    color: #fff;
}

.parallax-caption{background-repeat:no-repeat;background-size:cover !important;}

.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 800px;
  width: 100%;
  margin:0px 0 0;
  display: flex;
  justify-content:flex-start;
  align-items: center;
}

.background-caption{color:#fff;font-size:18px;}

.background-caption h2{color:#fff;font-size:40px;}


.wp-block-cover-image {
  background-attachment: fixed;
  background-position: 50% 0;
}

.about-caption{/*max-width:422px;*/padding-left:50px;color:#6d6d6d;letter-spacing:1px;}
.about-caption h2{text-transform: uppercase;letter-spacing: 0.5em; font-size: 15px;font-weight:600; font-style: normal;margin-bottom:15px;}
/*.about-caption a{border:solid 1px #6d6d6d;color:#6d6d6d;padding:8px 20px;margin-top:15px;display:inline-block;text-transform:uppercase;}*/
.about-caption a:hover{opacity:0.5;}
.d-flex{display:flex;}
.align-items-center{align-items:center;}
.section-about{background:#f7f7f7;padding:100px 0;}

.contact-section{background:#e2d8d3;padding:0 10px;}
.contact-section h2{text-align:center;text-transform: uppercase;line-height: 2;letter-spacing: 0.4em; font-size: 14px;font-weight: 400;font-style: normal;font-weight:600;margin-bottom:50px;}
.contact-section .container{margin:auto;padding:50px 0;}
.contact-section input{background:rgba(255,255,255,0.3);padding:12px;border:none;letter-spacing:1px;}
.contact-section textarea{background:rgba(255,255,255,0.3);padding:12px;border:none;letter-spacing:1px;width:100%;}
.contact-section button{text-transform:uppercase;color:#fff;padding:6px 25px;background:none;border:solid 1px #fff;}

.contact-section button:hover{background:rgba(255,255,255,0.5);}
.contact-section iframe{height:400px;}

.body-box-home{ height:auto !important; overflow:hidden !important; padding-bottom:50px; } 
.body-box-home img {
    position: static !important;}
    
.body-box-home .title-outer { bottom:0px !important;
    margin-bottom: 0px;}    
    
.archive-section{
    background: #fff;
    min-height: 300px;
    padding: 20px;
    font: 16px "Helvetica Neue", Arial, sans-serif;
    height:auto;
    border-radius:5px;
    height:100%;
}
.archive-section  ul{ display:block; text-align:left; margin-top:15px;}
.archive-section  ul li,.archive-section  ul li:first-child{padding-left:40px !important; position:relative;}
.archive-section ul li:before { content: ""; display: inline-block;  background: url(../images/icon_news.jpg)no-repeat; width: 27px;
    height: 21px; vertical-align: middle; position: absolute; left: 0; top:0}
.archive-section ul, .archive-section ul li{ padding-left:0px;}
.archive-section ul li{line-height:25px;border:0px;}
.archive-section ul li a{color:#000;}
.footer-section{display:flex; color:#fff;}
.footer-middle a{color:#fff;}
.text-bottom{display:flex;align-items:flex-end;justify-content:center;}
footer{ padding-bottom:80px !important}
.bt-2x{font-size:36px;}  

.offer-heading h3{text-transform:uppercase;font-size:25px;}
.offer-heading span{font-size:15px;}
.offer-box{box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);padding:20px;text-align:left;margin-top:30px;}
.imgwith-des{display:flex;align-items:center;}
.imgwith-des h3{padding:0px;margin:0px 0 15px;}
.thumb-img{width:15%;padding-right:20px;}

.double-border{border-top:solid 1px #f2f2f2;border-bottom:solid 1px #f2f2f2;margin: 10px 0;display: inline-block;padding: 5px 0;}
.org-price{float:right;font-size:20px;margin-top:-10px;}
.org-price span{display:block;}
.bottom-button{display:flex;justify-content:space-between;margin:30px 0;}
.bottom-button a{border:solid 1px #000;font-size:15px;padding:10px;width:45%;border-radius:30px;color:#000;}
.bottom-button a.btn-red{background:#c22a1d;color:#fff;padding:10px;border-radius:30px;}
.thumb-des span{float:left;margin-right:10px}
.thumb-des .social-link{display:flex;margin:10px 0 5px;width:130px;}
.thumb-des .social-link a{width:30px;height:30px;border:solid 1px #f2f2f2;border-radius:50%;margin-right:10px;display: flex;align-items: center;justify-content: center;}
.footer-menu li,.footer-menu li a{color:#fff !important;}
.login-box-body, .register-box-body{margin:20px !important;}
.services-title{font-size:22px;}
.services-img{padding-top:8px;}

.featured-product-section img {
    display: block;
    /*max-width:300px !important;*/
    max-height:300px !important;
    width: auto;
    height: auto;
}

.fixed-header .nav-link,.fixed-header .direction-link,.fixed-header .tel-link{color:#fff!important;}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


.c-social__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    cursor: pointer;
    max-width: 100%;
}

footer .c-social__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-social__icon .c-icon {
    fill: inherit;
    height: 32px;
    width: 32px;
}