

! * Start Bootstrap - Stylish Portfolio (http: //startbootstrap.com/) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */

/* Global Styles */

@font-face {
     font-family: 'baskerville_old_faceregular';
     src: url('../fonts/baskvill_0-webfont.woff2') format('woff2'), url('../fonts/baskvill_0-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

html,
body {
     width: 100%;
     height: 100%;
}

body {
     font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
     padding-right: 15px;
     padding-left: 15px;
     width: 100%;
}

.text-vertical-center {
     display: table-cell;
     text-align: center;
     vertical-align: middle;
}

.text-vertical-center h1 {
     margin: 0;
     padding: 0;
     font-size: 4.5em;
     font-weight: 700;
}


/* Custom Button Styles */

.btn-light {
     border-radius: 0;
     color: #333;
     background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
     color: #333;
     background-color: rgba(255, 255, 255, 0.8);
}


/* Custom Horizontal Rule */

hr.small {
     max-width: 100px;
}


/* Side Menu */

#sidebar-wrapper {
     z-index: 1000;
     position: fixed;
     left: -500px;
     width: 250px;
     height: 100%;
     transform: translateX(250px);
     overflow-y: auto;
     background: #222;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
}

#sidebar-wrapper1 {
     z-index: 1000;
     position: fixed;
     right: 0;
     width: 250px;
     height: 100%;
     transform: translateX(250px);
     overflow-y: auto;
     background: #222;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
}

.sidebar-nav {
     position: absolute;
     top: 0;
     width: 250px;
     margin: 0;
     padding: 0;
     list-style: none;
}

.sidebar-nav li {
     text-indent: 20px;
     line-height: 40px;
}

.sidebar-nav li a {
     display: block;
     text-decoration: none;
     color: #999;
}

.sidebar-nav li a:hover {
     text-decoration: none;
     color: #fff;
     background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
     text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
     height: 55px;
     font-size: 18px;
     line-height: 55px;
}

.sidebar-nav>.sidebar-brand a {
     color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
     color: #fff;
     background: none;
}

#menu-toggle1 {
     z-index: 1;
     position: fixed;
     top: 0;
     right: 0;
     transition: .3s;
}

#search {
     z-index: 1;
     position: absolute;
     top: 0;
     right: 0;
     transition: .3s;
     float: left;
}

.festi-cart-window-content.festi-cart-horizontal-position-right.festi-cart-vertical-position-top.festi-cart-fixed-position {
     margin-top: 55px !important;
     margin-left: 0px !important;
     margin-right: 25px !important;
}

a.festi-cart div.festi-cart-content img.festi-cart-icon {
     margin-right: 10px;
}

body div.festi-cart-products-content>table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title a.festi-cart-title,
body div.festi-cart-products-content>table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title span.festi-cart-title {
     color: #dd9008 !important;
}

td.festi-cart-product-title {
     text-align: left;
}

span.festi-cart-quantity,
span.woocommerce-Price-amount.amount {
     font-size: 18px !important;
}

body a#festi-cart.festi-cart.festi-cart-customize {
     background-color: rgb(208, 207, 207);
}

#menu-toggle {
     z-index: 1000;
     position: absolute;
     top: 0;
     left: 0;
     transition: .3s;
}

#sidebar-wrapper.active {
     left: -250px;
     width: 250px;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
}

#sidebar-wrapper1.active {
     right: 250px;
     width: 250px;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
}

.toggle {
     margin: 49px 10px 0;
}

a#menu-close1,
a#menu-close {
     margin: 0;
}

.toggle i.fa {
     font-size: 32px;
     color: #000;
}


/* Header */

.header {
     position: fixed;
     left: 50%;
     margin-left: -80px !important;
     display: block;
     z-index: 10;
     top: 34px;
     z-index: 999;
}

.brand img {
     width: 100%;
     transition: .1s ease-in all;
}

.main {
     width: 100%;
     font-family: helvetica, arial;
     font-size: 9pt;
     float: left;
     margin-top: 0px;
}

.info {
     width: 180px;
     font-family: helvetica, arial;
     font-size: 9pt;
     float: left;
     margin-left: 885px;
     position: fixed;
}

p.content {
     width: 180px;
     border-top: 1px solid #CCCCCC;
     padding-bottom: 5px;
     padding-top: 5px;
     margin: 0px;
}

.post {
     background: #e9e9e9;
     margin-bottom: 30px;
     height: 682px;
}

#date {
     position: fixed;
     top: 170px;
     left: 200px;
     height: 90px;
     width: 445px;
}

.pro-img img {
     width: 100%;
     padding: 6px;
     border: 1px solid #bbb;
     border-radius: 17px;
     overflow: hidden;
}

#filters {
     margin: 0 0 30px 5px;
     padding: 0;
     list-style: none;
}

#filters li {
     float: left;
}

#filters li span {
     display: block;
     padding-right: 10px;
     text-decoration: none;
     color: #181818;
     cursor: pointer;
     font-size: 14px;
     font-family: arial;
     text-transform: capitalize;
}

#filters li span.active {
     color: #dd9008;
     text-decoration: underline;
}

div.wpcf7-validation-errors {
     float: left !important;
}

.f-pro .portfolio {
     float: left;
     width: 32.3%;
     margin: .5%;
     height: auto;
}

.catalog #portfoliolist .portfolio {
     box-sizing: border-box;
     display: block;
     float: left;
     margin: 0.5%;
     overflow: hidden;
     width: 24.0%;
     border-radius: 17px;
}

#portfoliolist .portfolio {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     width: 24.3%;
     margin: 0.3%;
     display: block;
     float: left;
     overflow: hidden;
}

.catalog-related #portfoliolist .portfolio {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     width: 24.3%;
     margin: 0.3%;
     display: block;
     float: left;
     overflow: hidden;
}

.portfolio-wrapper {
     overflow: hidden;
     position: relative !important;
     background: #e9e9e9;
     cursor: pointer;
     z-index: 0;
     border-radius: 17px;
     border: 1px solid #bbb;
}

.catalog .portfolio-wrapper {
     height: 275px;
     text-align: center;
}

.featured .portfolio img {
     width: 100%;
}

.fail .portfolio img {
     height: 275px;
     overflow: hidden;
     width: auto;
     position: relative;
     top: 0;
     -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
     transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio img {
     height: 275px;
     overflow: hidden;
     width: auto;
     position: relative;
     top: 0;
     -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
     transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
     position: absolute;
     width: 100%;
     height: 0px;
     bottom: -6px;
     -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
     transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
     left: 0;
}

.portfolio .label-bg {
     background: rgba(255, 255, 255, 0.57);
     width: 100%;
     height: 100%;
     position: absolute;
     bottom: 0px;
     left: 0;
}

.f-pro .portfolio .label-bg {
     background: rgba(0, 0, 0, 0.56);
}

.portfolio .label-text {
     color: #fff;
     position: relative;
     z-index: 500;
     padding: 5px 10px;
     text-align: left;
     height: 100%;
     overflow: hidden;
}

.portfolio-wrapper:hover a.text-title {
     opacity: 1
}

a.text-title {
     opacity: 0;
     position: absolute;
     bottom: 10px;
     font-size: 22px;
     font-family: arial;
     text-decoration: underline;
     color: #fff;
     line-height: 35px;
     font-weight: normal;
}

h2.woocommerce-loop-product__title {
     opacity: 0;
     position: absolute;
     bottom: 10px;
     font-size: 22px !important;
     font-family: arial;
     text-decoration: underline;
     color: #000 !important;
     line-height: 35px;
}

#portfoliolist a.text-title {
     color: #000;
}

span.price {
     color: #dd9008;
     position: absolute;
     bottom: 54px;
     font-size: 32px;
     font-family: arial;
     opacity: 0;
     text-decoration: none;
}

.portfolio-wrapper:hover span.price,
.portfolio-wrapper:hover h2.woocommerce-loop-product__title {
     opacity: 1;
}

span.sale,
span.onsale {
     position: absolute;
     top: 15px;
     right: 15px;
     background: #dd9008;
     font-size: 16px;
     font-family: arial;
     font-weight: bold;
     color: #545454;
     padding: 2px 10px;
     border-radius: 10px;
     z-index: 10;
}

span.soldout {
     position: absolute;
     top: 15px;
     right: 15px;
     color: #dd9008;
     font-size: 16px;
     font-family: arial;
     font-weight: bold;
     background: #545454;
     padding: 2px 10px;
     border-radius: 10px;
}

span.price del {
     font-size: 23px;
     margin-right: 10px;
}

.portfolio .text-category {
     display: block;
     font-size: 9px;
}

.portfolio:hover .label {
     top: 0;
     bottom: auto;
     height: 100%;
}

#portfoliolist .portfolio:hover img {
     top: 0;
     transform: scale(1.5, 1.5);
     transition: all .5s ease-in-out;
}


/** testimonials **/


/* carousel */

#quote-carousel {
     padding: 0;
     margin-top: 20px;
     text-align: left;
}


/* indicator position */

#quote-carousel .carousel-indicators {
     right: 50%;
     top: auto;
     bottom: -10px;
     margin-right: -19px;
}


/* indicator color */

#quote-carousel .carousel-indicators li {
     background: #c0c0c0;
}


/* active indicator */

#quote-carousel .carousel-indicators .active {
     background: #333333;
     height: 10px;
     width: 10px;
     margin-bottom: 1px;
}


/* typography */

h1 {
     text-align: center;
     margin-bottom: -20px !important;
}

p {
     float: left;
     font-style: normal;
     margin-right: 2px;
}

.quick li a {
     color: #fff;
     text-decoration: none;
}

section.textual {
     float: left;
     width: 100%;
     text-align: center;
     padding: 30px 125px 60px 125px;
}

section.textual p {
     font-size: 30px;
     line-height: 46px;
     font-weight: bold;
     font-style: normal;
     font-family: arial;
     color: #545454;
}

section.featured,
section.catalog {
     float: left;
     width: 100%;
     margin-bottom: 70px;
}

section.featured h3, section.catalog h3, section.why h3, section#related h2 {
     color: #dd9008;
     font-size: 32px;
     text-decoration: underline;
     font-family: arial;
     padding-left: 0px;
     padding-bottom: 20px;
     font-weight: bold;
}

section#related h2 {
     padding-bottom: 0px !important;
}

.why-choose {
     padding: 0px 5px;
     float: left;
}

.home .why-choose {
     padding: 0px 5px;
     float: left;
     text-align: center;
     margin: 43px 0 44px;
}

section#why.promotion .why-choose {
     margin: 0;
     text-align: left;
}

section#why.promotion .why-choose br {
     display: none;
}

section#why.promotion .why-choose h4 {
     width: auto;
     float: left;
     display: inline;
     margin-left: 16px;
}

section#why.promotion .why-choose p {
     font-weight: bold;
}

.testi {
     float: left;
}

.testi h3 {
     color: #4e4e4e !important;
}

.why-choose p {
     font-size: 16px;
     line-height: 26px;
     font-family: arial;
     font-style: normal;
     color: #525252;
     padding-right: 70px;
     margin-bottom: 20px;
}

a.readmore {
     color: #545454;
     font-size: 16px;
     font-family: arial;
     font-weight: bold;
     border: 3px solid #545454;
     padding: 11px 22px 9px;
     text-decoration: none;
     border-radius: 20px;
     text-transform: uppercase;
}

.carousel-control {
     position: absolute;
     bottom: 35px;
     right: 40px;
     font-size: 30px;
     color: #000;
     text-shadow: none;
     background-color: rgba(0, 0, 0, 0);
     filter: alpha(opacity=50);
     opacity: 1;
     background-image: none !important;
     width: 40px;
     top: auto;
     left: auto;
}

.carousel-control:focus,
.carousel-control:hover {
     color: #000;
}

span.testi-icon {
     font-size: 75px;
     font-family: arial;
     line-height: 60px;
}

.item p {
     color: #525252;
     font-size: 16px;
     line-height: 26px;
     font-family: arial;
     margin-top: -30px;
     padding-right: 50px;
}

.item strong {
     color: #dd9008;
     font-size: 20px;
     font-weight: bold;
}

.testi-text {
     margin-bottom: 35px;
}

footer {
     float: left;
     width: 100%;
     background: #3e4450;
     padding: 30px 5px;
     margin-top: 70px;
}

footer h4 {
     color: #dd9008;
     float: left;
     width: 100%;
     font-size: 20px;
     font-weight: bold;
     margin-bottom: 20px;
}

footer ul {
     width: 100%;
     float: left;
     list-style: none;
     padding: 0;
}

.quick li {
     width: 50%;
     float: left;
}

footer li,
footer li a {
     font-size: 18px;
     line-height: 34px;
     color: #fff;
     text-decoration: none;
}

footer li a:hover {
     font-size: 18px;
     line-height: 34px;
     color: #dd9008;
     text-decoration: none;
     transition: .2s ease-in all;
}

.subs input[type="submit"]:hover,
.modal-body input[type="submit"]:hover,
a.chkout:hover,
input.search-submit:hover {
     background: #575556;
     transition: .2s ease-in all;
}

.address li {
     padding-left: 40px;
     position: relative;
     padding-right: 45px;
}

.address li span.fa {
     position: absolute;
     left: 0px;
     line-height: 36px;
}

.subs input[type="email"],
.modal-body input[type="email"] {
     height: 40px;
     width: 297px;
     color: #000;
     padding: 0 10px;
     font-size: 16px;
     font-family: arial;
}

.subs input[type="submit"],
.modal-body input[type="submit"],
a.chkout,
input.search-submit {
     height: 40px;
     border: 3px solid #dd9008;
     font-size: 16px;
     font-family: arial;
     font-weight: bold;
     color: #dd9008;
     background: none;
     padding: 0px 18px;
}

a.chkout {
     line-height: 34px;
     text-align: center;
     text-indent: 0px;
     margin: 10px;
}

.subt strong {
     font-size: 20px;
     color: #fff;
     font-weight: normal;
     font-family: arial;
}

table#cart thead tr th {
     color: #dd9008;
     text-indent: 0px;
}

.cart tbody td {
     text-indent: 0px;
}

table#cart thead {
     background: #3e4450;
}

table#cart {
     margin-top: 20px;
}

h4.nomargin {
     text-indent: 0px;
     color: #dd9008;
     font-size: 16px;
}

.product img.img-responsive {
     width: 50px;
     height: 50px;
}

.modal-header .close {
     margin-top: -2px;
     font-size: 50px;
}

 ::-webkit-input-placeholder {
     /* Chrome/Opera/Safari */
     color: #545454;
}

 ::-moz-placeholder {
     /* Firefox 19+ */
     color: #545454;
}

 :-ms-input-placeholder {
     /* IE 10+ */
     color: #545454;
}

 :-moz-placeholder {
     /* Firefox 18- */
     color: #545454;
}

.social li a {
     color: #fff;
     float: left;
     padding-right: 20px;
}

.bottom-f {
     background: #2a2d32;
     color: #a6afbf;
     font-size: 14px;
     padding: 20px 30px;
     text-align: right;
     float: left;
     width: 100%;
}

.modal-content {
     position: relative;
     background-color: rgba(255, 255, 255, 0.79);
     float: left;
     width: 100%;
}

.modal-body {
     position: relative;
     padding: 90px 0px;
     float: left;
     width: 100%;
}

#date h2 {
     font-size: 60px;
     line-height: 61px;
     font-family: arial;
     text-transform: capitalize;
     font-weight: bold;
     color: #545454;
}

span.price-b {
     font-size: 60px;
     font-family: arial;
     font-weight: bold;
     color: #dd9008;
     float: left;
     width: 100%;
     margin: 10px 0 40px 0;
}

span.price-b del {
     font-size: 48px;
     padding-right: 20px;
}

a.buy,
.btn.btn-default.cnct {
     float: left;
     font-size: 18px;
     font-family: arial;
     color: #545454;
     border: 4px solid #545454;
     border-radius: 20px;
     font-weight: bold;
     padding: 7px 28px 8px;
     margin-right: 25px;
     text-transform: uppercase;
}

a.buy:hover,
.btn.btn-default.cnct:hover,
a.readmore:hover {
     background: #dd9008 !important;
     text-decoration: none;
     transition: .2s ease-in all;
     color: #fff;
}

.checkout .thumb-tab img {
     width: 100%;
}

.checkout .thumb-tab a,
.checkout .thumb-tab li.active a,
.checkout .thumb-tab li:hover a,
.checkout .thumb-tab li:focus a {
     background: #dddcdc;
}

.checkout .tab-pane img {
     width: 100%;
}

.radio-toolbar input[type="radio"] {
     display: none;
}

.radio-toolbar label,
.woocommerce div.product form.cart .variations select {
     display: inline-block;
     background-color: rgba(255, 255, 255, 0);
     padding: 0px 8px;
     font-family: Arial;
     font-size: 22px;
     cursor: pointer;
     border: 3px solid #575556;
     line-height: 25px;
     margin-right: 5px;
     margin-bottom: 5px;
     color: #575556;
}

.radio-toolbar input[type="radio"]:checked+label {
     background-color: rgba(187, 187, 187, 0);
     border-color: #dd9008;
}

.count-input {
     position: relative;
     width: 100%;
     max-width: 165px;
     margin: 10px 0;
}

.count-input input {
     width: 100px;
     height: 34.923077px;
     border: 3px solid #dd9008;
     border-radius: 0px;
     background: none;
     text-align: center;
     color: #545454;
     font-size: 22px;
     font-family: arial;
     font-weight: bold;
}

.count-input input:focus {
     outline: none;
}

.count-input .incr-btn {
     display: block;
     position: absolute;
     width: 30px;
     height: 30px;
     text-align: center;
     line-height: 30px;
     top: 50%;
     right: 66px;
     margin-top: -15px;
     text-decoration: none;
     color: #575556;
     font-size: 22px;
     font-weight: bold;
     font-family: arial;
}

.count-input .incr-btn:first-child {
     right: auto;
     left: 0;
     top: 46%;
}

.count-input.count-input-sm {
     max-width: 125px;
}

.count-input.count-input-sm input {
     height: 34px;
}

.count-input.count-input-lg {
     max-width: 200px;
}

.count-input.count-input-lg input {
     height: 70px;
     border-radius: 3px;
}

section.checkout {
     float: left;
     width: 100%;
}

section.checkout .post {
     background: #e9e9e9;
     margin-bottom: 0px;
     height: auto;
     float: left;
     width: 100%;
     padding-top: 70px;
}

.preview {
     padding: 0 80px 0 40px;
     float: left;
}

.chkout-form {
     float: left;
}

.preview div.tab-pane {
     background: #dddcdc;
     position: relative;
}

.thumb-tab ul.nav.nav-tabs li {
     margin-bottom: 15px;
}

.thumb-tab ul.nav.nav-tabs {
     border: 0px;
}

.properties {
     width: 79%;
     float: left;
     background: #1a1927;
     text-align: center;
     margin: 15px 2% 0 0;
}

textarea.copyme.bigg {
     position: absolute;
     top: 41%;
     left: 33%;
     -ms-transform: rotate(-1deg);
     -webkit-transform: rotate(-1deg);
     transform: rotate(-1deg);
     font-size: 40px;
     height: 50px;
     color: #fff;
     width: 235px;
     background: rgba(0, 0, 0, 0);
     border: 0px;
     text-align: center;
     bottom: auto;
     line-height: 1;
     resize: none;
}

.chkout-form {
     padding: 0px 20px 0 0;
}

.chkout-form h3 {
     color: #575556;
     font-size: 25px;
     text-decoration: underline;
     font-family: arial;
     padding-left: 0px;
     padding-bottom: 0px;
     font-weight: bold;
     margin-top: 0px;
}

.chkout-form span.price-b {
     font-size: 42px;
     font-family: arial;
     font-weight: bold;
     color: #dd9008;
     float: left;
     width: 100%;
     margin: 0px 0 10px 0;
}

.chkout-form span.price-b del {
     font-size: 31px;
     padding-right: 15px;
}

.radio-toolbar p,
.quantity-outer p,
.product-short-d h3 {
     color: #545454;
     font-size: 22px;
     font-family: arial;
     font-weight: bold;
     font-style: normal;
     margin-top: 20px;
     margin-bottom: 5px;
     text-decoration: none;
}

.sub-btns {
     margin-top: 40px;
}

textarea.copyme.smalll {
     background: #909090;
     border: 3px solid #575556;
     color: #fff;
     font-size: 30px !important;
     padding: 0 10px;
     height: 60px;
     line-height: 50px;
     margin-top: 15px;
}

.desc {
     padding: 25px 55px;
     float: left;
     width: 100%;
}

.desc h3,
#why-us strong {
     color: #545454;
     font-size: 32px;
     font-family: arial;
     font-weight: bold;
     margin: 0px 0 10px 0;
}

#why-us h3 strong,
#why-us h3 {
     text-decoration: none;
}

.desc p,
section.error-404.not-found p,
.woocommerce-product-details__short-description p,
.wp-social-login-connect-with,
span#reply-title {
     font-size: 16px;
     line-height: 26px;
     font-family: arial;
     color: #545454;
     font-weight: normal;
}

.wp-social-login-connect-with {
     font-weight: bold;
}

.wp-social-login-widget {
     margin: 20px 0;
}

section#related {
     margin-bottom: 0px;
     margin-top: 60px;
}


/** 6 april 2017 **/

section.about,
section.contact {
     float: left;
     width: 100%;
}

section.about .post {
     height: auto;
     float: left;
     width: 100%;
     padding: 75px 25px 75px 0;
}

img.abt-img {
     width: 100%;
     float: left;
     margin-top: 50px;
}

section.contact .post {
     height: auto;
     float: left;
     width: 100%;
}

/*section.contact .desc p {
     padding-top: 40px;
}*/

.desc.desc-one {
     padding-top: 175px;
}

.cnct-frm {
     padding-right: 30%;
}

.form-control {
     font-size: 18px;
     font-family: arial;
     color: #545454;
     border: 2px solid #545454;
}

.desc.desc-two {
     padding: 55px;
}

a.social-links {
     color: #dd9008;
}

section.featured.inner-f .post {
     height: auto;
     float: left;
     width: 100%;
     padding-bottom: 20px;
     padding-top: 175px;
}

section.featured.inner-f {
     margin-bottom: 0px;
     margin-top: 60px;
}

section.catalog.inner-c {
     padding-top: 175px;
     margin-bottom: 0px;
}

section.inner-portfolio {
     float: left;
     width: 100%;
     background: #fff;
     padding-top: 175px;
     margin-bottom: 0px;
}

.entry-content p {
     width: 100%;
}


/*9-nov-2017*/

.custom-caption {
     position: absolute;
     z-index: 999;
     top: 67px;
     left: 69px;
     width: 40%;
}

.banner-desc img {
     width: 54%;
     margin: 0 auto;
     display: block;
}

.custom-caption .banner-title h2 {
     color: #fff !important;
     font-size: 53px !important;
     text-align: center !important;
}

a.readmore.custmize {
     margin: 0 auto;
     text-align: center;
     margin-top: 28px !important;
     width: 33%;
     margin: 0 auto;
     float: none;
     display: table;
}

.bundle_wrap .bundle_button {
     margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
     padding: 18px 12px !important;
     margin: 0;
}

.woocommerce span.onsale {
     line-height: 27px !important;
     top: 26px !important;
     right: 21px !important;
     width: 18% !important;
     background-color: #DD9008 !important;
     color: #000;
     font-size: 12px !important;
}

.single_add_to_cart_button.bundle_add_to_cart_button.button.alt.disabled {
     margin-top: 30px;
     padding: 8px 13px !important;
}

.col-md-6.why-image img {
     width: 100%;
}

.col-md-6.why-choose h3 {
     text-align: left;
}

.col-md-6.why-choose p {
     text-align: left;
}

.why-choose p {
     padding-right: 0px;
}

.col-md-6.why-choose .readmore {
     float: left !important;
}

.banner-button-f {
     position: absolute;
     bottom: 50px;
     right: 0;
     background-color: #f29200;
}

.banner-button-s {
     position: absolute;
     bottom: 50px;
     right: 0;
     background-color: #7d3b42;
}

.banner-button-t {
     position: absolute;
     bottom: 50px;
     right: 0;
     background-color: #059eca;
}

.banner-button-v {
     position: absolute;
     bottom: 50px;
     right: 0;
     background-color: #88b317;
}

.banner-button-f a {
     color: #fff;
     padding: 0px 29px;
     font-weight: bold;
     font-size: 33px;
     text-transform: uppercase;
     line-height: 61px;
}

.banner-button-s a {
     color: #fff;
     padding: 0px 29px;
     font-weight: bold;
     font-size: 33px;
     text-transform: uppercase;
     line-height: 61px;
}

.banner-button-t a {
     color: #fff;
     padding: 0px 29px;
     font-weight: bold;
     font-size: 33px;
     text-transform: uppercase;
     line-height: 61px;
}

.banner-button-v a {
     color: #fff;
     padding: 0px 29px;
     font-weight: bold;
     font-size: 33px;
     text-transform: uppercase;
     line-height: 61px;
}

.banner-button-f::before {
     width: 0;
     height: 0;
     border-top: 61px solid #F29200;
     border-left: 26px solid transparent;
     content: "";
     position: absolute;
     left: -26px;
}

.banner-button-f::after {
     width: 0;
     height: 0;
     border-top: 61px solid #F29200;
     border-left: 26px solid transparent;
     content: "";
     position: absolute;
     left: -26px;
}

.banner-button-s::before {
     width: 0;
     height: 0;
     border-top: 61px solid #7d3b42;
     border-left: 26px solid transparent;
     content: "";
     position: absolute;
     left: -26px;
}

.banner-button-t::before {
     width: 0;
     height: 0;
     border-top: 61px solid #059eca;
     border-left: 26px solid transparent;
     content: "";
     position: absolute;
     left: -26px;
}

.banner-button-v::before {
     width: 0;
     height: 0;
     border-top: 61px solid #88b317;
     border-left: 26px solid transparent;
     content: "";
     position: absolute;
     left: -26px;
}

.header-part.myClass #search {
     margin-top: 49px;
}


/*contact 14-nov-2017*/


/*#contact .desc.desc-one {
     padding: 55px;
}
 #contact .desc {
     padding: 55px;
}
*/

#contact .col-md-4.text-right h3 {
     margin: 0;
}

.coupon #coupon_code {
     margin: 0px -2px 6px 0px;
     padding: 0 10px;
}

.header-part.myClass #top img {
     width: 120px !important;
     margin: 0px !important;
     float: left;
}

.layimports-front-page .slide-right {
     margin-top: 130px;
     width: 100%;
     float: left;
}

.slide-right {
     margin-top: 0px;
     width: 100%;
     float: left;
}

#post-56 .wc-item-meta-label {
     font-size: 20px;
}

#post-56 .woocommerce-Price-amount.amount {
     font-size: 16px !important;
}

#post-56 .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td {
     font-size: 16px !important;
}

.carousel-indicators {
     z-index: 0 !important;
}

#post-55 .shop_table.shop_table_responsive tr td {
     font-size: 18px !important;
}

#post-55 .woocommerce-Price-amount.amount {
     font-size: 18px !important;
}

#post-56 .woocommerce-billing-fields h3 {
     font-size: 18px !important;
     padding: 15px 0 0;
}

#post-56 .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
     font-size: 16px !important;
}

#post-56 #order_review_heading {
     font-size: 20px !important;
}

#post-56 .shop_table.woocommerce-checkout-review-order-table tr td {
     font-size: 15px !important;
     color: #000;
     font-weight: normal;
     padding: 12px;
}
#order_review table {
     background-color: #fff;
}
.woocommerce table.shop_table th {
     font-weight: 600;
     padding: 10px 15px !important;
     font-size: 14px !important;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
     .carousel-inner>.item.next.left,
     .carousel-inner>.item.prev.right {
          top: auto !important;
     }
     .carousel-inner>.item {
          float: left;
     }
}

a.text-title h2 {
     bottom: 10px;
     font-size: 22px;
     font-family: arial;
     text-decoration: underline;
     line-height: 35px;
}

input.search-field {
     height: 40px;
     width: 297px;
     color: #000;
     padding: 0 10px;
     font-size: 16px;
     font-family: arial;
     border: 2px solid #a6a6a6;
}

.testi-inner {
     margin-bottom: 30px;
}

.testi-inner strong {
     color: #dd9008;
     font-size: 20px;
     font-weight: bold;
}

.testi-inner p {
     color: #525252;
     font-size: 16px;
     line-height: 26px;
     font-family: arial;
     font-style: italic;
}

section.search-page .desc {
     background: #E9E9E9;
     margin-top: 30px;
     padding: 200px 55px 25px 55px;
}

.search-page h1.page-title,
.pagination h2.screen-reader-text,
section.error-404.not-found h1.page-title {
     color: #545454;
     font-size: 32px;
     font-family: arial;
     font-weight: bold;
     margin: 0px 0 20px 0;
     width: 100%;
     text-align: left;
}

.search-page article a {
     color: #dd9008;
     font-size: 22px;
     font-weight: bold;
}

.search-page article {
     border-bottom: 1px solid #c5c5c5;
     padding-bottom: 20px;
     float: left;
     width: 100%;
}

.search-page article .entry-summary {
     float: left;
     width: 100%;
}

svg.icon.icon-arrow-right,
svg.icon.icon-arrow-left {
     display: none;
}

nav.navigation.pagination {
     float: right;
}

a.page-numbers {
     padding-left: 15px;
     color: #dd9008;
     font-size: 20px;
}

span.page-numbers.current {
     padding-left: 15px;
     color: #000000;
     font-size: 20px;
}

nav.navigation.pagination h2.screen-reader-text {
     display: none;
}

.entry-meta {
     float: right;
}

time.entry-date.published.updated {
     font-size: 15px;
}

article.post {
     height: auto;
}

a.more-link {
     float: left;
     font-size: 25px;
     font-family: arial;
     color: #545454 !important;
     border: 4px solid #545454;
     border-radius: 20px;
     font-weight: bold;
     padding: 5px 13px;
     margin-right: 25px;
     background: #fff;
     text-decoration: none;
}

a.more-link:hover {
     background: #dd9008;
     text-decoration: none;
}

div#portfoliolist {
     float: left;
     width: 100%;
     margin: 0%;
}

nav.woocommerce-breadcrumb,
p.woocommerce-result-count,
form.woocommerce-ordering {
     display: none;
}

header.woocommerce-products-header {
     width: 100%;
     float: left;
     padding: 0 20px;
}

h1.woocommerce-products-header__title.page-title {
     margin: 0 !important;
     float: left;
     width: 100%;
     line-height: 30px;
     color: #dd9008;
     font-size: 40px;
     text-decoration: underline;
     font-family: arial;
     padding-left: 0px;
     padding-bottom: 20px;
     font-weight: bold;
     text-align: left;
}

body.archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page.hfeed section.checkout .post {
     background: none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_variable.add_to_cart_button,
a.button.product_type_variable {
     display: none !important;
}

table.variations {
     width: 100%;
}

td.label,
td.value {
     float: left;
     width: 100%;
}


/*input[type="radio"] {
     display: none;
}
*/

td.value label {
     display: inline-block;
     background-color: rgba(255, 255, 255, 0);
     padding: 0px 8px;
     font-family: Arial;
     font-size: 22px;
     cursor: pointer;
     border: 3px solid #575556;
     line-height: 25px;
     margin-right: 5px;
     margin-bottom: 5px;
     color: #575556;
     float: left;
}

input[type="radio"]:checked+label {
     background-color: rgba(187, 187, 187, 0);
     border-color: #dd9008;
}

td.label {
     padding: 0;
}

td.label label {
     color: #545454;
     font-size: 22px;
     font-family: arial;
     font-weight: bold;
     font-style: normal;
     margin-top: 20px;
     float: left;
}

.radio-toolbar.personalize {
     float: left;
     width: 100%;
}

.radio-toolbar.personalize p,
.quantity-outer p {
     float: left;
     width: 100%;
}

.quantity-outer {
     position: relative;
     width: 100%;
     margin: 0 0 10px;
     float: left;
}

a.incr-btn {
     display: block;
     position: absolute;
     width: 30px;
     height: 30px;
     text-align: center;
     line-height: 30px;
     top: 80%;
     left: 67px;
     margin-top: -15px;
     text-decoration: none;
     color: #575556;
     font-size: 22px;
     font-weight: bold;
     font-family: arial;
}

a.incr-btn:nth-child(2) {
     right: auto;
     left: 0;
     top: 79%;
}

input.input-text.qty.text {
     width: 100px;
     height: 34.923077px;
     /*border: 3px solid #dd9008;*/
     border:none;
     border-radius: 0px;
     background: none;
     text-align: center;
     color: #545454;
     font-size: 22px;
     font-family: arial;
     font-weight: bold;
     /*text-indent: 13px;
    */
}
.woocommerce-cart .quantity {
    width: 106px;
    height: 38.923077px;
    border: 3px solid #dd9008;
}

.product_meta {
     display: none;
}

button.single_add_to_cart_button.button.alt:hover {
     background: #dd9008 !important;
     text-decoration: none;
     color: #575556 !important;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
button.single_add_to_cart_button.button.alt {
     float: left;
     font-size: 25px;
     font-family: arial;
     color: #545454 !important;
     border: 4px solid #545454;
     border-radius: 20px;
     font-weight: bold;
     padding: 8px 13px;
     margin-right: 25px;
     background: none !important;
     height: auto;
}

.woocommerce-variation-add-to-cart.variations_button {
     float: left;
     width: 100%;
     margin-top: 30px;
}

a.reset_variations {
     display: none !important;
}

p.stock.in-stock {
     position: absolute;
     left: 0;
}

.product-short-d {
     float: left;
     width: 100%;
     margin: 0px
}

ul.tabs.wc-tabs li {
     float: left;
     list-style: none;
     padding: 0 15px;
     border-right: 4px solid #575556;
     line-height: 20px !important;
}

ul.tabs.wc-tabs li:first-child {
     padding-left: 0px;
}

ul.tabs.wc-tabs li:last-child {
     border-right: 1px;
}

ul.tabs.wc-tabs li a {
     color: #545454;
     font-size: 22px;
     font-family: arial;
     font-weight: bold;
     font-style: normal;
     margin-top: 20px;
     margin-bottom: 5px;
     text-decoration: none;
}

.woocommerce-tabs.wc-tabs-wrapper.col-md-12.desc {
     background: #e9e9e9;
     margin: 50px 0 0 0;
}

ul.tabs.wc-tabs {
     float: left;
     padding: 0;
     width: 100%;
     margin-bottom: 40px;
}

section#related div#portfoliolist {
     float: left;
     width: 100%;
     margin: 0;
}

ins {
     text-decoration: none;
}

.panel {
     background: none;
     float: left;
     width: 100%;
}

.panel>h2 {
     display: none;
}

.woocommerce table.shop_attributes a {
     color: #575556;
     font-size: 16px;
     pointer-events: none;
}

.woocommerce table.shop_attributes th {
     font-size: 18px;
     color: #575556;
}

form.search-form {
     float: left;
     width: 100%;
     margin: 10px 0 50px 0;
}

section.error-404.not-found {
     background: #E9E9E9;
     margin-top: 30px;
     padding: 200px 55px 25px 55px;
     float: left;
     width: 100%;
}

form.comment-form input.submit {
     color: #545454;
     font-size: 16px !important;
     font-family: arial !important;
     font-weight: bold !important;
     border: 3px solid #545454;
     padding: 5px 10px !important;
     text-decoration: none;
     background: none !important;
}

form.comment-form p.comment-form-author,
form.comment-form p.comment-form-email,
form.comment-form p.form-submit {
     float: left;
     width: 33%;
}

textarea#comment,
input#author,
input#email,
.woocommerce-billing-fields input,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
     font-size: 18px;
     font-family: arial;
     color: #545454;
     border: 2px solid #545454;
     padding: 0 5px;
}

p.comment-notes,
h2.woocommerce-Reviews-title {
     display: none;
}

table#cart tbody {
     background: #fff;
}

i.fa.fa-trash-o {
     color: #000;
}

section.catalog-related {
     background: #fff;
     padding: 60px 0 0 0;
}

.woocommerce p.stars a {
     color: #dd9008;
}

i.fa:hover {
     text-shadow: 0px 0px 20px #dd8835;
     transition: .2s ease-in all;
     color: #575556;
}

.tab-content {
     float: left;
     width: 100%;
}

.woocommerce-product-gallery__image.main-image {
     float: left;
     width: 100%;
     background: transparent;
     margin: 0;
     border: 1px solid #bbb;
     border-radius: 17px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .properties {
     display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images img {
     border-radius: 17px;
     background-color: transparent;
     padding: 4px;
}

.header-part.myClass {
     background: #fff;
     float: left;
     height: 130px;
     position: fixed;
     width: 100%;
     z-index: 2;
     transition: .3s;
}

.home.page-template-default.page.page-id-6.layimports-front-page.has-header-image.page-two-column.colors-light .header-part {
     transition: .1s;
     float: left;
     width: 100%;
     height: 130px !important;
     position: fixed;
     z-index: 1;
}

.home.page-template-default.page.page-id-6.layimports-front-page.has-header-image.page-two-column.colors-light .header-part.myClass {
     height: 130px;
}

.col-md-4.subs>input {
     margin-top: 10px;
}

.header-part.myClass .toggle {
     margin: 49px 10px 0;
}

.woocommerce #review_form #respond .form-submit input:hover {
     background: #575556 !important;
     border: 3px solid #dd9008 !important;
}

a:focus {
     outline-offset: 0;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
     float: right;
     margin-left: 0;
     margin-right: -20px;
     margin-top: 14px;
     position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #545454;
     line-height: 28px;
}

.select2-container--default .select2-selection--single {
     background-color: #ffffff;
     border: 2px solid #545454 !important;
     border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
     border-color: #545454 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.product-name > a, .shipping-calculator-button {
     color: #dd9008;
     font-size: 16px;
     text-transform: capitalize;
     font-weight: normal;
     color: #000;
}

.product-name>a:hover,
.shipping-calculator-button:hover,
.shipping-calculator-button:focus {
     color: #dd9008;
}

.variation-Color,
.variation-Material,
.variation-Size {
     float: left;
     font-size: 9pt;
     line-height: 20px;
}

.variation-Color p,
.variation-Material p,
.variation-Size p {
     font-size: 9pt;
     line-height: 20px;
     font-weight: 700;
}

.woocommerce .woocommerce-billing-fields .select2 .select2-selection__rendered {
     line-height: 37px;
}

a.showcoupon,
a.showlogin,
p.lost_password a {
     color: #dd9008;
}

.carousel-control.right:hover span,
.carousel-control.left:hover span {
     color: #dd9008;
}

.pro-img img {
     width: 100%;
}

section#why {
     float: left;
     width: 100%;
}

.woocommerce .portfolio-wrapper {
     height: 275px;
     text-align: center;
}

.page-id-57.logged-in .woocommerce {
     width: 100%;
     margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
     list-style: none;
     float: left;
     margin: 0;
     padding: 0;
     width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
     line-height: 30px;
     font-size: 18px;
     padding: 0 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
     color: #575556;
     display: block;
     text-decoration: none;
}

a,
.page-id-57.logged-in a:focus,
.page-id-57.logged-in a:hover {
     color: #dd9008;
}

.panel {
     box-shadow: none;
     -webkit-box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
}

input[type="number"] {
     -moz-appearance: textfield;
}

.mc4wp-alert.mc4wp-success p {
     color: #dd900e;
     width: 65%;
}

.mc4wp-alert.mc4wp-error p,
.mc4wp-alert.mc4wp-notice p {
     color: #c9c9c9;
     width: 65%;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a,
th.woocommerce-orders-table__header,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th time {
     font-size: 9pt;
}

.woocommerce table.shop_table ul.wc-item-meta {
     float: left;
     width: 100%;
     padding: 0;
}

.woocommerce table.shop_table ul.wc-item-meta li {
     float: left;
}

span.woocommerce-Price-amount.amount,
.woocommerce table.shop_table td {
     font-weight: bold;
}

address {
     font-style: normal;
     line-height: 1.42857143;
     font-size: 16px;
     border: 1px solid #d4d4d4;
     border-radius: 5px;
     padding: 10px;
     color: #333333;
     float: left;
     width: 100%;
     font-weight: bold;
}

h2.woocommerce-order-details__title,
section.woocommerce-customer-details h2 {
     color: #575556;
}

h3.woocommerce-column__title {
     font-weight: normal;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
     line-height: 26px;
}

fieldset {
     float: left;
     width: 100%;
     margin-top: 40px;
}

legend {
     color: #575556;
     font-size: 24px;
     font-weight: bold;
}

section.shipping-calculator-form select#calc_shipping_country option,
section.shipping-calculator-form input#calc_shipping_state,
section.shipping-calculator-form input#calc_shipping_postcode {
     font-weight: normal;
}

.page-id-57.logged-in .woocommerce td.woocommerce-table__product-name.product-name {
     float: none !important;
}

.page-id-57.logged-in section.woocommerce-order-details {
     float: left;
     width: 100%;
}

.page-id-57.logged-in .woocommerce td.product-name .wc-item-meta p,
.page-id-57.logged-in .woocommerce td.woocommerce-table__product-name.product-name a {
     font-size: 16px;
}


/** woocommerce **/

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
     width: 13% !important;
     display: inline-block;
     background: #dddcdc;
     margin: 0 2% 1% 2%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
     list-style: none;
     padding: 0 0 15px 0;
     margin: 0 0 1.618em;
     overflow: hidden;
     position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
     position: absolute;
     content: ' ';
     width: 100%;
     bottom: 0;
     left: 0;
     border-bottom: 1px solid #d3ced2;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
     height: 40px;
     border: 3px solid #dd9008;
     font-size: 16px;
     font-family: arial;
     font-weight: bold;
     color: #dd9008;
     background: none;
     padding: 4px 18px;
     display: inline-block;
     text-decoration: none;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
     background: #575556;
     transition: .2s ease-in all;
}

.woocommerce #review_form #respond .form-submit input {
     left: auto;
     height: 30px;
     line-height: 15px;
}

.woocommerce table.shop_attributes {
     border: 0;
     margin-bottom: 1.618em;
     width: 100%
}

.woocommerce table.my_account_orders .button {
     white-space: nowrap;
     line-height: 26px;
}

.woocommerce-LostPassword.lost_password>a {
     color: #dd9008;
}

.woocommerce form .form-row label {
     line-height: 26px;
}

.woocommerce form .form-row label.inline {
     display: block;
}

.woocommerce form .form-row .input-checkbox {
     display: inline;
     margin: 12px 0 0 10px;
     text-align: center;
     vertical-align: middle;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
     box-sizing: border-box;
     width: 100%;
     margin: 0;
     outline: 0;
     line-height: 1;
     height: 40px;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
     line-height: normal;
     color: #545454 !important;
}

.woocommerce form .form-row :-moz-placeholder {
     line-height: normal;
     color: #545454 !important;
}

.woocommerce form .form-row :-ms-input-placeholder {
     line-height: normal;
     color: #545454 !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
     border: 1px solid #d3ced2;
     border-radius: 5px;
     display: table;
     float: none;
     margin: 2em auto;
     padding: 20px;
     text-align: left;
}

.woocommerce-info {
     border-top-color: #dd9008;
}

.woocommerce-info::before {
     color: #dd9008;
}

#add_payment_method table.cart td.actions .woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
     float: left;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     border: 1px solid #d3ced2;
     padding: 6px 6px 5px;
     margin: 0 4px 0 0;
     outline: 0;
     line-height: 1
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
     display: block;
     text-align: center;
     margin-bottom: 1em;
     font-size: 1.25em;
     padding: 0 10px;
     line-height: 35px;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
     width: 100%;
     border: 2px solid #545454;
     height: 34px;
}

#order_review #payment .payment_box.payment_method_paypal p {
     line-height: 24px;
}

#order_review #payment .payment_box.payment_method_paypal {
     padding: 20px 1em;
     float: left;
}


/** woocommerce end **/

.woocommerce .star-rating span {
     color: #dd9008;
}

p.stock.out-of-stock {
     font-size: 18px !important;
}

.preview span.onsale {
     left: 10%;
     right: auto;
     z-index: 1;
}

.portfolio .label-text .star-rating {
     display: none;
}

.modal {
     top: 15%;
}

.woocommerce div.product p.stock {
     color: #dd9008;
     font-size: 16px !important;
     position: absolute;
     top: -16px;
     left: 0;
     background: #575556;
     padding: 1px 5px;
     display: none; //custom product quantity
}

.woocommerce-message {
     border-top-color: #8fae1b;
     font-size: 16px;
}

td,
th {
     font-size: 16px;
}
dd, dt, dd p {
     font-size: 14px !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
     width: 70px !important;
}

a.checkout-button.button.alt.wc-forward {
     float: right;
     font-size: 16px;
     padding: 2px 18px;
     height: auto;
}

.cart td {
     font-weight: bold;
}

.select2-dropdown {
     border: 2px solid #545454;
     font-size: 18px;
     color: #444;
     font-family: arial;
}

.payment_box.payment_method_cod {
     float: left;
}

input[type="radio"]:checked+label {
     font-size: 16px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
     font-size: 16px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
     background-color: #989898;
}

li.woocommerce-MyAccount-navigation-link.is-active,
li.woocommerce-MyAccount-navigation-link.is-active:hover {
     background: #575556;
}

li.woocommerce-MyAccount-navigation-link:hover {
     background: #8d8d8d;
}

li.woocommerce-MyAccount-navigation-link.is-active a,
li.woocommerce-MyAccount-navigation-link:hover a {
     color: #e9e9e9 !important;
}

.woocommerce-account .addresses .title .edit {
     font-size: 18px;
}

li.wc_payment_method.payment_method_cod label {
     line-height: 15px;
     float: left;
}

input#payment_method_cod {
     display: block !important;
     float: left;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
     background: #fff;
     padding: 10px;
     text-align: center;
     border-radius: 5px;
}

.woocommerce ul.order_details li {
     width: 23% !important;
     font-size: 16px !important;
     margin: 0px !important;
     padding-left: 10px !important;
     padding-right: 0 !important;
     border: 0px !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
     width: 100%;
     float: left;
     background: #c9c8c8;
     padding: 10px;
     border-radius: 5px;
}

section.woocommerce-order-details {
     float: left;
     width: 100%;
     background: white;
     padding: 10px;
     border-radius: 5px;
}

body.page-template-default.page.page-id-57.woocommerce-account.woocommerce-page h2 {
     text-align: center;
}

.woocommerce-MyAccount-content h2 {
     text-align: left !important;
}

.woocommerce table.shop_table,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
address {
     margin: 0 !important;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
     position: absolute;
     right: 10px;
     top: 30px;
}

header.woocommerce-Address-title.title {
     position: relative;
     float: left;
     width: 100%;
}

p.cart-empty {
     margin: 20px 0;
}

.woocommerce-variation.single_variation {
     position: relative;
}

.woocommerce-variation-price {
     display: none;
}

form.woocommerce-cart-form {
     float: left;
     width: 100%;
     margin-top: 10px;
}

input.woocommerce-Button.button.disabled {
     line-height: 10px;
}

dl.customize-text {
     float: left;
     width: 100%;
     margin: 0;
}

dl.customize-text dd.variation-Size {
     color: #545454;
}

dl.customize-text dt.variation-Material {
     margin-right: .25em;
}

form.variations_form.cart {
     position: relative;
}

.wccpf-fields-group-1 {
     display: none;
}

table.variations .tawcvs-swatches .swatch {
     border-radius: 4px;
}

table.variations .tawcvs-swatches .swatch.swatch-label {
     width: auto;
     display: inline-block;
     background-color: rgba(255, 255, 255, 0);
     padding: 0px 12px;
     font-family: Arial;
     font-size: 18px;
     cursor: pointer;
     border: 3px solid #575556;
     line-height: 27px;
     margin-right: 7px;
     margin-bottom: 5px;
     color: #575556;
     border-radius: 0px;
     letter-spacing: 0.8px;
}

.cust_qty {
     border: 1px solid #ccc;
     box-sizing: border-box;
     float: left;
     height: 88px;
     margin: 0 2% 0 0;
     padding: 15px;
     width: 23%;
}

.cust_qty p {
     font-size: 18px;
     line-height: 30px;
     margin: 0;
     padding: 0;
     text-align: center;
}

.cust_qty p:first-child {
     color: #000;
     font-size: 20px;
}

input#coupon_code {
     height: 40px;
     width: 150px;
     font-size: 18px;
     font-family: arial;
     color: #545454;
     border: 2px solid #545454;
     padding: 0 5px;
}

textarea.copyme.bigg {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 0 none;
     bottom: auto;
     color: rgba(255, 255, 255, 0.8);
     filter: blur(1px);
     font-family: "baskerville_old_faceregular";
     font-weight: bold;
     height: 50px;
     left: 35%;
     line-height: 1;
     position: absolute;
     resize: none;
     text-align: center;
     /*text-transform: uppercase;*/
     top: 41%;
     transform: rotate(-17deg);
     width: 235px;
}

.portfolio .label-text a.text-title,
#portfoliolist a.text-title {
     float: left;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 100%;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:focus,
button.single_add_to_cart_button.button.alt:focus {
     outline: none !important;
}

.page-id-14 div.wpcf7-mail-sent-ok {
     float: left;
     margin: 0;
}

.woocommerce div.product .preview div.images .woocommerce-product-gallery__image:nth-child(n+2) {
     margin: 10px 1% 1% 0;
     width: 13%;
     border: 1px solid rgba(0, 0, 0, .1)
}

body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart, body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout {
     background-color: #6caff7;
     border-color: #e0e0e0;
     height: 36px;
     border: 3px solid #dd9008 !important;
     font-size: 14px !important;
     font-family: arial;
     font-weight: bold;
     color: #dd9008 !important;
     background: none !important;
     padding: 0px 15px;
}

body div.festi-cart-products-content>div.festi-cart-total {
     color: #575556;
}

td.festi-cart-product-title {
     color: #575556;
}

body div.festi-cart-products-content > table.festi-cart-list tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-product-count, body div.festi-cart-products-content > table.festi-cart-list tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-product-price, body div.festi-cart-products-content > table.festi-cart-list tr.festi-cart-item > td.festi-cart-product-title span.festi-cart-product-price span.amount {
     color: #575556 !important;
     font-size: 20px !important;
}

.header-part.myClass .festi-cart-window-content.festi-cart-horizontal-position-right.festi-cart-vertical-position-top.festi-cart-fixed-position {
     margin-top: 22px !important;
}

section.catalog.inner-c+section.catalog.inner-c {
     padding-top: 0px;
     margin-top: 67px;
}

.quantity {
     position: relative;
}

.quantity input.minus {
     border: none;
     background: transparent;
     color: #565556;
     position: absolute;
     top: 6px;
     font-weight: bold;
     font-size: 26px;
}

.quantity input.plus {
     border: none;
     background: transparent;
     color: #565556;
     position: absolute;
     top: 6px;
     font-weight: bold;
     font-size: 22px;
     right: 0;
}

.quantity input.plus:focus,
.quantity input.minus {
     outline: none;
}

td.product-quantity .quantity input.minus {
     border: none;
     background: transparent;
     color: #565556;
     position: absolute;
     top: 8px;
     font-weight: bold;
     font-size: 26px;
}

td.product-quantity .quantity input.plus {
     border: none;
     background: transparent;
     color: #565556;
     position: absolute;
     top: 10px;
     font-weight: bold;
     font-size: 22px;
     left: 63px;
}


/* 5-June-2018 */

#featured .portfolio img {
     width: 100%;
     height: auto;
     padding: 4px;
     overflow: hidden;
     background-color: #fff;
     border-radius: 17px;
}

.why-image img {
     border: 1px solid #bbb;
     padding: 6px;
     margin: 30px 0;
     border-radius: 17px;
     overflow: hidden;
     background-color: #eee;
}

.header-part {
     background-color: #fff;
     border-bottom: 1px solid #eef;
     z-index: 111 !important;
     height: 130px;
}

#top img {
     width: 120px !important;
     margin-left: 0 !important;
}


/*13 jun style start here*/

.postid-266 .custom-product-container {
     width: 1170px;
     margin: 0 auto;
}

.postid-266 section.checkout {
     background-color: #e9e9e9;
}

.postid-266 .custom-product-container table.dynamic-pricing-table tr td,
.postid-266 .custom-product-container table.dynamic-pricing-table tr th {
     font-size: 15px !important;
}

.postid-266 .custom-product-container .preview {
     padding: 0 44px 0 20px;
     float: left;
}
.festi-cart-window-content.festi-cart-horizontal-position-right.festi-cart-vertical-position-top.festi-cart-fixed-position .woocommerce-Price-amount.amount {
     font-size: 25px !important;
}

.postid-266 .custom-product-container textarea.copyme.bigg {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 0 none;
     bottom: auto;
     color: rgba(255, 255, 255, 0.8);
     filter: none;
     /*-webkit-filter: blur(0.4px);*/
     font-family: "baskerville_old_faceregular";
     font-weight: bold;
     height: 50px;
     left: 148px;
     line-height: 1;
     position: absolute;
     resize: none;
     text-align: center;
     /*text-transform: uppercase;*/
     top: inherit;
     bottom: 92px;
     transform: rotate(-17deg);
     width: 296px;
     font-size: 26px;
}

.postid-266 .custom-product-container .woocommerce-product-gallery__image.main-image {
     position: relative;
}


/* 28-June */

#save_custom_design {
     height: 42px;
     padding: 0 22px;
     display: inline-block;
     vertical-align: middle;
     background: none;
     color: #575556;
     font-size: 16px;
     font-weight: bold;
     font-family: arial;
     text-transform: uppercase;
     line-height: 39px;
     letter-spacing: .3px;
     border: 3px solid #575556;
     border-radius: 11px;
     margin-top: 12px;
     text-decoration: none;
}

#save_custom_design:hover {
     background: #dd9008;
     color: #fff;
}

.custom-design-success {
     background: #4eaf05;
     display: table;
     margin-top: 10px;
     color: #fff;
     padding: 6px 10px 5px 10px;
     font-size: 13px;
     letter-spacing: .3px;
     font-family: arial;
     font-weight: normal;
     border-radius: 7px;
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
}

.single_variation_wrap .personalize>p {
     text-transform: capitalize;
}

.cart-hover-div {
     position: relative;
     display: inline-block;
     vertical-align: middle;
}

.cart-hover-div .product-image-text {
     position: absolute;
     background: #fff;
     width: 170px;
     border-radius: 5px;
     padding: 10px;
     display: flex;
     display: -webkit-flex;
     display: -moz-flex;
     align-items: center;
     -webkit-align-items: center;
     -moz-align-items: center;
     z-index: 9;
     flex-direction: column;
     -webkit-flex-direction: column;
     -moz-flex-direction: column;
}

.cart-hover-div .product-image-text h3 {
     margin: 0 0 5px;
     font-size: 18px;
     font-family: arial;
     font-weight: bold;
     text-align: center;
     order: 1;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 100%;
     position: relative;
     z-index: 1;
}

.cart-hover-div .product-image-text:before {
     content: "";
     border-left: 17px solid #fff;
     position: absolute;
     top: -6px;
     border-right: 0px solid #fff;
     border-top: 17px solid #fff;
     border-bottom: 0px solid #fff;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     left: 15px;
}

.woocommerce .cart-hover-div .product-image-text img {
     position: relative;
     width: 150px !important;
     order: 2;
}


/*18-July-2018*/

.free-shipping-text {
     width: 100%;
     float: left;
     text-align: center;
     background-color: #000;
     color: #fff;
     font-size: 15px;
     padding: 3px 0;
     font-family: arial;
     font-weight: 600;
}

.admin-bar header {
     top: 66px;
}

.admin-bar .festi-cart-window-content.festi-cart-horizontal-position-right.festi-cart-vertical-position-top.festi-cart-fixed-position {
     margin-top: 99px !important;
}


/*8-Aug-2018*/

/*.logged-in .festi-cart-window-content.festi-cart-horizontal-position-right.festi-cart-vertical-position-top.festi-cart-fixed-position {
     margin-top: 87px !important;
}*/

/*.logged-in #search {
     top: 1px;
     right: 225px;
}*/

/*.logged-in .toggle {
     margin: 82px 10px 0;
}*/

.logged-in.layimports-front-page .toggle {
     margin: 48px 10px 0;
}

.form-row.terms.wc-terms-and-conditions .input-checkbox {
     float: left;
     padding: 0;
     margin: 6px 10px 0 0;
}

.woocommerce-shipping-fields #ship-to-different-address-checkbox {
     float: left;
     margin-right: 10px;
}

.woocommerce form input {
     padding: 0 15px !important;
     font-size: 15px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
     padding-left: 0px;
     font-size: 15px;
}

.woocommerce form .form-row label {
     line-height: 16px;
     font-size: 15px;
     padding-bottom: 0px;
     padding-top: 5px;
     font-weight: normal;
     letter-spacing: 0.2px;
     line-height: 22px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
     margin-left: -14px !important;
     margin-top: 3px !important;
}

.select2-dropdown {
     font-size: 15px;
}

.wc_payment_method.payment_method_paypalpro label {
     font-size: 17px;
}

#order_comments {
     padding: 7px 15px;
     font-size: 15px;
}

.checkout.woocommerce-checkout {
     margin: 25px 0;
}

body div.festi-cart-products-content>table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-img a.festi-cart-img img,
body div.festi-cart-products-content>table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-img span.festi-cart-img img {
     height: 40px;
}

.woocommerce-account-fields #createaccount {
     float: left;
     margin: 5px 10px 0 0;
}

.woocommerce-billing-fields {
     margin-bottom: 25px;
}

.form-control {
     font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
     background-color: #fff !important;
     border-radius: 0px !important;
     margin: 0px !important;
}
ul.tabs.wc-tabs li a {
     font-size: 16px;
}
.radio-toolbar label, .woocommerce div.product form.cart .variations select {
     padding: 4px 14px;
     font-size: 18px;
     text-transform: capitalize;
}
.radio-toolbar p, .quantity-outer p, .product-short-d h3 {
     font-size: 16px;
     text-transform: capitalize;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed, button.single_add_to_cart_button.button.alt {
     font-size: 18px;
     border-radius: 0px;
     padding: 8px 21px;
}

.woocommerce-tabs.wc-tabs-wrapper.col-md-12.desc {
     margin: 10px 0 0 0;
}
td.label label {
     color: #545454;
     font-size: 18px;
     font-family: arial;
     font-weight: bold;
     font-style: normal;
     margin-top: 10px;
     float: left;
}
.woocommerce span.onsale {
     padding: 16px !important;
     left: 71px !important;
     line-height: 8px !important;
     box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.5);
     top: 28px !important;
     width: 59px !important;
}
section#related h2 {
     padding-bottom: 0px !important;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 100%;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
     height: 37px;
     border: 3px solid #dd9008;
     font-size: 15px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
     background-color: #fff;
}
.cart_totals table {
     background-color: #fff;
}
.label-text span.title_product {
     color: #000;
     font-size: 23px;
     text-decoration: underline;
     position: absolute;
     bottom: 22px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     width: 100%;
     text-shadow: 1px 1px #ccc;
}
.title_product_featured {
     position: absolute;
     bottom: 28px;
     font-size: 23px;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     text-decoration: underline;
     width: 100%;
}
.slide-right #myCarousel .item {
     width: 100%;
}
.slide-right #myCarousel .item img {
     width: 100%;
}

/*checkout page style start here*/
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    padding: 8px 12px;
    border: 2px solid #bbb3b9;
}
p.form-row.form-row-wide.create-account.woocommerce-validated {
    margin-bottom: 15px;
}
#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,
.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img {
    margin: -2px 0.5em 0 .5em;
}
.woocommerce #respond .checkout_coupon input#submit,
.woocommerce .checkout_coupon a.button,
.woocommerce .checkout_coupon button.button,
.woocommerce .checkout_coupon input.button{
     width: 100%;
}
dd.variation-CustomizeText p {
    font-size: 15px !important;
    line-height: 20px;
    color: #545454;
    font-weight: 700;
}
dd.variation-CustomizeText {
    float: left;
}
.woocommerce table.shop_table tr.shipping p {
    margin: 0;
}
.woocommerce-checkout .woocommerce table.shop_table td:last-child {
    width: 196px;
}
.bundled_table_item .bundled_table_item_indent {
    padding-left: 0 !important;
}
.page-id-56 li.wc_payment_method.payment_method_paypal {
    position: relative;
    padding-left: 34px;
}
.page-id-56 li.wc_payment_method.payment_method_paypal input#payment_method_paypal {
    position: absolute;
    top: 17px;
    left: 0;
}
.page-id-56 li.wc_payment_method.payment_method_paypal input#payment_method_paypal[type="radio"]:checked+label ,
.page-id-56 li.wc_payment_method.payment_method_paypal{
    font-size: 16px;
}
/*checkout page style end here*/

/*log in my order style start here*/

.woocommerce-MyAccount-orders span.woocommerce-Price-amount.amount,
.woocommerce .woocommerce-MyAccount-orders table.shop_table td {
    color: #dd9008;
    font-family: arial;
    font-size: 12px !important;
    font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-orders table.shop_table #respond input#submit,
.woocommerce .woocommerce-MyAccount-orders table.shop_table a.button,
.woocommerce .woocommerce-MyAccount-orders table.shop_table button.button,
.woocommerce .woocommerce-MyAccount-orders table.shop_table input.button {
    height: 29px;
    border: 1px solid #dd9008;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    color: #dd9008 !important;
    background: none !important;
    padding: 0px 18px;
    display: inline-block;
    margin: 0 3px;
    text-decoration: none;
}
/*log in my order style end here*/

div.festi-cart-horizontal-position-right {
    right: 50px !important;
}
div#myModal {
    padding-right: 0 !important;
}

.bundled-product-name.bundled_table_item_indent a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.bundled-product-name.bundled_table_item_indent a:hover{
    color: #dd9008;
}
/* responsive-media-start */

@media (max-width: 1199px) {
     .postid-266 .custom-product-container {
          width: 970px;
     }
     .postid-266 .custom-product-container textarea.copyme.bigg {
          left: 84px;
          bottom: 67px;
          font-size: 22px !important;
     }
}

@media (max-width: 1080px) {
.label-text span.title_product {
     color: #000;
     font-size: 20px;
     text-decoration: underline;
     position: absolute;
     bottom: 12px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     width: 100%;
     text-shadow: 1px 1px #ccc;
     background-color: rgba(255, 255, 255, 0.8);
     padding: 6px 6px 8px 11px;
     border-radius: 8px;
}
.title_product_featured {
     position: absolute;
     bottom: 19px;
     font-size: 20px;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     text-decoration: underline;
     width: 100%;
}
}


@media (max-width: 1024px) {
     .postid-266 .custom-product-container {
          width: 750px;
     }
     .postid-266 .custom-product-container textarea.copyme.bigg {
          left: 199px;
          bottom: 112px;
          font-size: 25px !important;
     }
     /*.logged-in header {
          top: 35px;
     }
     .logged-in.single-product header {
          top: 66px;
     }
     .logged-in.single-product .header-part.myClass header {
          top: 35px;
     }
     .logged-in .header-part header {
          top: 66px;
     }
     .logged-in .header-part.myClass header {
          top: 35px;
     }*/
}

@media (max-width: 991px) {
     .postid-266 .custom-product-container {
          width: 750px;
     }
     #post-56 #order_review_heading {
          margin-top: 30px;
     }
     .form-row.place-order #terms {
          margin-right: 10px !important;
     }
     span.woocommerce-Price-amount.amount,
     .woocommerce table.shop_table td {
          font-size: 25px !important;
     }
}

@media (max-width: 800px) {
     .woocommerce-message a.button {
          float: left !important;
          margin-top: 17px;
     }
     span.cart-msg {
          width: 100%;
          float: left;
     }
     /*.logged-in .festi-cart-window-content.festi-cart-horizontal-position-right.festi-cart-vertical-position-top.festi-cart-fixed-position {
          margin-top: 98px !important;
     }
     .logged-in header {
          top: 32px;
     }*/
}

@media (max-width: 767px) {
     .postid-266 .custom-product-container {
          width: 100%;
     }
     .postid-266 .custom-product-container textarea.copyme.bigg {
          left: 30%;
          bottom: 21%;
          width: 198px;
          font-size: 19px !important;
     }
     .logged-in #search {
          top: 0px;
          right: 22px;
     }
     .logged-in header {
          top: 35px;
     }
     .logged-in.single-product .toggle {
          margin: 18px 12px 0;
     }
     .logged-in.single-product header {
          top: 35px;
     }
     .logged-in.single-product #search {
          top: 0px;
          right: 0px;
     }
     .logged-in.single-product .header-part.myClass #search {
          top: 0px;
          right: 22px;
     }
     .logged-in .toggle {
          margin: 18px 12px 0;
     }
     .logged-in .header-part #search {
          top: 0px;
          right: 0px;
     }
     .logged-in .header-part.myClass #search {
          top: 0px;
          right: 24px;
     }
     .logged-in .header-part header {
          top: 34px;
     }
     .logged-in.layimports-front-page .toggle {
          margin: 18px 12px 0;
     }
}

@media (max-width: 530px) {
     .postid-266 .custom-product-container textarea.copyme.bigg {
          left: 24%;
          bottom: 17%;
          font-size: 15px !important;
     }
}
@media (max-width: 480px) {
.page-id-56 li.wc_payment_method.payment_method_paypal input#payment_method_paypal {
    position: absolute;
    top: 9px;
    left: 0;
}
}
@media (max-width:400px) {
     .postid-266 .custom-product-container textarea.copyme.bigg {
          left: 18%;
          bottom: 14%;
          font-size: 15px !important;
     }
}


/*13 jun style end here
