@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
/*    letter-spacing: 0.7px;*/
}

strong, b{
    font-weight: 600;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

/*
p{
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
*/

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.5;
}

iframe {
    border: 0;
}

img{
    max-width: 100%;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {

	font-weight: normal;

}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 70px 0;
}



.dark-btn {
    background: #2c396b;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.06em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    /* margin-top: 30px; */
    min-width: 210px;
    text-align: center;
    border: 2px solid #2c396b;
    box-shadow: 0px 1px 10px 5px rgba(51, 51, 51, 0.18);
    border-radius: 0;
    display: inline-block;
}

.dark-btn:hover {
    background: #333;
    color: #f78dbe;
}

.dark-btn:focus {
    outline: 0;
}


.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    /*    margin-left: 10px;*/
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #da8728;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-primary:hover{
	color: #da8728;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}



/*============================================================
    .t3-breadcrumbs
============================================================*/
.t3-breadcrumbs {
/*    background: #fff;*/
    /* padding: 1px 0; */
}

.t3-breadcrumbs li {
  padding: 0;
  display: inline-block;
	font-weight: 400;
	line-height: 32px
}
.t3-breadcrumbs li .divider {
/*  display: none;*/
}
.t3-breadcrumbs li.active {
  color: #fff;
}
.t3-breadcrumbs li.active span {
  color: #fff;
  font-weight: 500;
}
.t3-breadcrumbs li > span {
  color: #777777;
}
/*
.t3-breadcrumbs li + li:before {
  content: "\f105";
  font: 14px/32px 'FontAwesome';
  color: #777777;
  position: relative;
  padding: 0px 20px 0 17px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    display: none;
}
*/
.t3-breadcrumbs a {
  	color: #999;
  	line-height: 32px;
  	font-weight: 500;
}
.t3-breadcrumbs a:hover {
  color: #da8728;
  text-decoration: none;
}
.t3-breadcrumbs .firstItem > a.pathway {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: transparent;
}



#banner {
	/*background: url(../img/banner.jpeg) no-repeat 0px 0px;*/
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    padding: 70px 0;
    background-position-y: 50%;
    margin-top: 12px;
}

#banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,.5);
}

#banner h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    /* letter-spacing: 1px; */
    line-height: 1.2;
    position: relative;
    z-index: 0;
}


/*
#banner h1:before {
    border-bottom: 4px double rgba(229, 11, 23, 0.5);
    top: 15px;
    content: '';
    left: 0%;
    position: absolute;
    width: 50%;
    z-index: -1;
}*/












/********************************/
/*          .our-products       */
/********************************/


.products-grid {
	margin-bottom: 40px;
}

.products-grid-image {
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(31, 31, 31, 0.24);
}

.products-grid-content{
    text-align: center;
}

.products-grid-content h3 {
    font-family: 'Boogaloo', cursive;
    line-height: 1.2;
    color: #4b2a1c;
    font-size: 26px;
    text-align: center;
}

.products-grid-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: .4s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    max-height: 250px;
}

.products-grid:hover .products-grid-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* opacity: .5; */
}








/********************************/
/*          #new-arrivals       */
/********************************/

#new-arrivals {
	
}

.top_seller .product-grid-item {
    margin: 0 15px;
}


/*---------------
  PRODUCT STYLE
----------------*/
.itemProduct {
    /* margin-bottom: 20px; */
}


.product-item {
    position: relative;
    text-align: center;
    list-style: none;
        margin-bottom: 30px;

    /* margin: 0 15px */
}
.product-item .product-inner .product-thumb {
    position: relative;
    overflow: hidden;
}
.product-item .product-inner .product-thumb .thumb-link img {
    width: 100%;
    max-height: 280px;
    margin: 0 auto;
    object-fit: contain;
    padding: 15px;
}
.product-item .product-inner .product-thumb .thumb-inner {
    font-size: 0;
    line-height: 0;
}
.product-item .product-inner .product-thumb .thumb-link {
    line-height: 24px;
    font-size: 14px;
    position: relative;
    min-height: 310px;
    display: flex;
    align-items: center;
}
.product-item .product-inner .product-thumb .thumb-link::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.product-item .product-inner:hover .thumb-link::before {
    opacity: 1;
    visibility: visible;
}
.product-item .product-inner .flash {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 5px;
}
.product-item .product-inner .flash > span {
    text-align: center;
    margin: 0 5px 5px;
    padding: 0 10px;
    line-height: 26px;
    border: solid 2px;
    display: list-item;
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 70px;
}
.product-item .product-inner .flash span.onsale {
    border-color: #ff7a5f;
    color: #ff7a5f;
}
.product-item .product-inner .flash span.onnew {
    color: #3bb18f;
    border-color: #3bb18f;
}
.product-item .product-inner .group-button-left {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-item .product-inner .group-button-left .inner > div {
    margin: 2px;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    display: inline-block;
}
.product-item .product-inner .group-button-left .inner .loop-wishlist {
    -webkit-transition: 0.4s ease 0s;
    transition: 0.4s ease 0s;
}
.product-item .product-inner .group-button-left .inner .loop-compare {
    -webkit-transition: 0.7s ease 0s;
    transition: 0.7s ease 0s;
}
.product-item .product-inner .group-button-left .inner .loop-quickview {
    -webkit-transition: 1s ease 0s;
    transition: 1s ease 0s;
}
.product-item .product-inner:hover .group-button-left .inner > div {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.product-item .product-inner .itemProduct-add-to-wishlist {
    margin: 0;
    
}
.product-item .product-inner .itemProduct-add-to-wishlist a,
.product-item .product-inner .compare-button .compare,
.product-item .product-inner .loop-quickview .itemProduct-button {
    position: relative;
    display: list-item;
    list-style: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-color: transparent;
    padding: 0;
}
.product-item .product-inner .itemProduct-add-to-wishlist a::before,
.product-item .product-inner .compare-button .compare::before,
.product-item .product-inner .loop-quickview .itemProduct-button::before {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-family: "FontAwesome";
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #262e31;
    content: "";
    -webkit-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.product-item .product-inner .itemProduct-add-to-wishlist a:hover::before,
.product-item .product-inner .compare-button .compare:hover::before,
.product-item .product-inner .loop-quickview .itemProduct-button:hover::before {
    color: #fff;
}
.product-item .product-inner .itemProduct-add-to-wishlist a::before {
    content: "\f08a";
    font-weight: 700;
}
.product-item .product-inner .itemProduct-wishlistaddedbrowse a::before,
.product-item .product-inner .itemProduct-wishlistexistsbrowse a::before {
    content: "\f004";
}
.product-item .product-inner .compare-button .compare::before {
    content: "\f021";
}
.product-item .product-inner .loop-quickview .itemProduct-button::before {
    content: "\f002"
}
.product-item .product-inner .itemProduct-add-loop-wishlist > div {
    position: relative;
}
.product-item .product-inner .itemProduct-add-to-wishlist .feedback,
.product-item .product-inner .itemProduct-wishlistaddedbrowse .feedback,
.product-item .product-inner .itemProduct-wishlistexistsbrowse .feedback {
    position: absolute;
    z-index: 1;
    left: 100%;
    line-height: 40px;
    width: 100px;
    display: none;
}
.product-item .product-inner .itemProduct-add-to-wishlist .ajax-loading {
    position: absolute;
    z-index: 12;
    text-align: center;
    line-height: 40px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-item .product-inner .itemProduct-wishlistaddedbrowse a::before {
    content: "\f004";
}
.product-item .product-inner .itemProduct-add-to-wishlist a:hover::after,
.product-item .product-inner .compare-button .compare:hover::after,
.product-item .product-inner .loop-quickview .itemProduct-button:hover::after {
    /* top: calc(-100% + 5px); */
    opacity: 1;
    visibility: visible;
}
.product-item .product-inner .itemProduct-add-to-wishlist a::after,
.product-item .product-inner .compare-button .compare::after,
.product-item .product-inner .loop-quickview .itemProduct-button::after {
    content: attr(data-title);
    text-shadow: none !important;
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 11px;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: -35px;
    left: 50%;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateX(-50%);
    min-width: 90px;
    font-weight: 400;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    background: #333;
}
.product-item .product-inner .itemProduct-add-to-wishlist a::after {
    min-width: 130px;
}
.product-item .product-inner .group-button-left .inner > div {
    position: relative;
}
.product-item .product-inner .loop-group-button .inner > div::after {
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -10px;
    /* bottom: 0; */
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    background: #333;
}
.product-item .product-inner .loop-group-button .inner > div:hover::after {
    opacity: 1;
    visibility: visible;
/*    left: calc( 100% + 4px);*/
}
.product-item .product-inner .loop-add-to-cart {
    position: absolute;
    z-index: 2;
    bottom: -42px;
    width: calc(100% - 4px);
    background-color: #fff;
    left: 2px;
    -webkit-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.product-item .product-inner:hover .loop-add-to-cart {
    bottom: 2px;
}
.product-item .product-inner .loop-add-to-cart a {
    color: #262e31;
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 0;
    line-height: 40px;
    padding: 0;
    background-color: #fff;
    text-transform: capitalize;
}
.product-item .product-inner .loop-add-to-cart a::before {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 400;
    color: #262e31;
    content: "\f290";
    -webkit-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.product-item .product-inner .loop-add-to-cart a::after {
    position: absolute;
    z-index: 11;
    left: 40px;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #e5e5e5;
}
.product-item .product-inner .loop-add-to-cart .product_type_variable::before,
.product-item .product-inner .loop-add-to-cart a.product_type_grouped::before,
.product-item .product-inner .loop-add-to-cart a.product_type_external::before {
    content: "\f0c1";
}
.product-item .product-inner .loop-add-to-cart .add_to_cart_button.loading::before {
    content: "\f110";
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    background-color: transparent;
    border: none;
}
.product-item .product-inner .loop-add-to-cart .add_to_cart_button.added {
    display: none;
}
.product-item .product-inner .loop-add-to-cart .added_to_cart::before {
    content: "\f00c";
}
.product-item .product-info .product-name {
    margin: 0;
    clear: left;
}

.product-item .product-info {
    padding: 15px 10px 5px;
    position: relative;
}
.product-item .product-info .product-name a {
    font-size: 16px;
    color: #6c7177;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.product-item .product-info .product-name a::after {
    width: 16px;
    height: 3px;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #dee1e7;
}
.product-item .product-info .price,
.product-item .product-info .price span,
.product-item .product-info .price ins {
    font-size: 16px;
    color: #262e31;
    font-weight: 700;
    text-decoration: none;
}
.product-item .product-info .price .price-currencySymbol {
    font-size: 14px;
    display: inline-block;
    float: left;
}
.product-item .product-info .price del,
.product-item .product-info .price del span {
    text-decoration: line-through;
    color: #a1a8ae;
    font-size: 14px;
}
.product-item .product-info .price {
    line-height: 0;
}
.product-item .product-info .price > * {
    display: inline-block;
    line-height: 24px;
}
.product-item .product-inner.product-style1 {/* background-color: #222; */box-shadow: 0px 5px 15px 0px rgba(148, 144, 144, 0.32);}
.product-item .product-inner.product-style1 .product-info {
    padding: 13px 10px;
}
.product-item .product-inner.product-style1 .itemProduct-add-to-wishlist a::before,
.product-item .product-inner.product-style1 .compare-button .compare::before,
.product-item .product-inner.product-style1 .loop-quickview .itemProduct-button::before,
.product-item .product-inner.product-style1 .loop-add-to-cart a::before,
.product-item .product-inner.product-style1 .loop-add-to-cart a {
    color: #333;
}
.product-item .product-inner.product-style1 .itemProduct-add-to-wishlist a:hover::before,
.product-item .product-inner.product-style1 .compare-button .compare:hover::before,
.product-item .product-inner.product-style1 .loop-quickview .itemProduct-button:hover::before,
.product-item .product-inner.product-style1 .loop-add-to-cart a:hover {
    background-color: #fff;
}
.product-item .product-inner.product-style1 .loop-add-to-cart a:hover::before {
    background-color: transparent;
}
.product-item .product-inner.product-style1 .loop-add-to-cart a::after {
    background-color: rgba(255, 255, 255, 0.3);
}
.product-item .product-inner.product-style1 .flash span.onsale,
.product-item .product-inner.product-style1 .flash span.onnew {
    color: #fff;
}
.product-item .product-inner.product-style1 .product-info .product-name a {
    font-weight: 700;
    color: #aab1b8;
}
.product-item .product-inner.product-style1 .product-info .price,
.product-item .product-inner.product-style1 .product-info .price span {
    color: #fff;
}
.product-item .product-inner.product-style1 .product-info .price del span {
    color: #a1a8ae;
}

.product-item .product-inner.product-style1 .loop-add-to-cart a,   .blog-desc::after, .product-item .product-inner .group-button-left .inner > a {
      background-color: #ec3636;
}





/*flat-link*/

.flat-link {
    left: 50%;
    margin-top: -15px;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    position: absolute;
    
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    z-index: 2;
        width: 100%;
}
.product-inner:hover .flat-link {
        opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.flat-link > a {
    border: 1px solid #fff;
    color: #333;
    font-family: "montserrat";
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 30px;
    text-transform: uppercase;
    border-radius: 2px;
    background: #fff;
}
.flat-link > a:hover {
    background: #da8728;
    border: 1px solid #da8728;
    color: #fff;
}





.itemProduct-footer{
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
}

.itemProduct-footer h3{
    margin: 0;
    line-height: 1.2;
    /* max-width: 185px; */
}

.itemProduct-footer h3 a{
    font-size: 18px;
    color: #232158;
    line-height: 1.1;
    font-weight: 600;
}

.itemProduct-footer p{
    font-size: 13px;
    line-height: 18px;
}

.itemProduct-footer h3 a:hover{
    color: #da8728;
}

.itemProduct-footer h5{
    font-size: 18px;
    font-weight: 600;
    color: #da8728;
    margin-top: 10px;
}


/*============================================================
    .sorting-bar
============================================================*/


.sorting-bar {
    /* border: 1px solid #ddd; */
    display: inline-block;
    padding-top: 18px;
    margin-bottom: 20px;
    background: #eee;
}


.sorting-bar .form-group a{
    color: #333;
    font-weight: 500;
}

.sorting-bar label.input-group-addon {
    font-weight: 600;
    background: #da8728;
    color: #fff;
    border: 0;
}



.list-group-item:first-child, .list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.footer-info-heading {
    font-size: 15px;
    color: #2d2d2d;
    margin-bottom: 11px;
}

.footer-info a{
    color: #989898;
}

.footer-info a:hover{
    color: #4f4f4f;
}

.footer-info-list a {
        color: #989898;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}

.footer-info-col--small address{
    font-style: italic;
        color: #989898;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}

.footer-info-col > :last-child {
    margin-bottom: 0;
    font-size: 13px;
}

.form-input {
    background-color: #fff;
    border-color: #dfdfdf;
    color: #454545;
    font-size: 1rem;
    height: 4rem;
    padding: .75rem 1rem;
    transition: border-color .1s ease-out;
    width: 100%;
}



.is-srOnly, .u-hiddenVisually {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}

.footer-info-col p {
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 500;
}




.pagination {
    margin: 0 0px 0px;
    /* text-align: center; */
    font-size: 0;
    /* display: block; */
/*    float: left;*/
}

.products-wrap + .pagination {
	margin: 30px 0 0;
}

.pagination span {
	display: inline-block;
	background: url(../images/ico_pagination.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 1px;
}

.pagination a:hover,
.pagination .active a {
	text-decoration: none;
	background-color: #cecece;
}

.pagination span.ico-next {
	background-position: 100% 0;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	margin-left: -1px;
}

.pagination li a {
	width: 33px;
	vertical-align: top;
	text-align: center;
	color: #656567;
	font-size: 12px;
	font-weight: 500;
	line-height: 29px;
	height: 33px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	display: inline-block;
}



#input-sort {
    height: 45px;
    border: 0;
}







/*============================================================
    .quantity
============================================================*/

.quantity {
    position: relative;
    max-width: 205px;
    /*text-align: center;*/
    /* float: left; */
    display: block;
    margin-bottom: 30px;
}

.quantity input.form-control.input-number{
    text-align: center;
    height: 43px;
        border-color: #ddd;
}

.quantity .btn-number:focus{
    outline: none;
}

.quantity .input-group {
/*    margin-top: 8px;*/
    margin-right: 15px;
}


.quantity button.btn.btn-default.btn-number {
    border-radius: 2px;
    padding: 10px 20px 11px;
    border: 1px solid #ddd;
}


.quantity .input-group-btn:first-child>.btn, .quantity .input-group-btn:first-child>.btn-group {
/*    border-radius: 25px 0 0 25px !important;*/
}


.quantity .input-group-btn:last-child>.btn, .quantity .input-group-btn:last-child>.btn-group {
/*    border-radius: 0px 25px 25px 0px !important;*/
}


.item-list {
    padding: 20px 0;
/*    border-top: 1px solid #ccc;*/
}

.item-list ul {
    padding-left: 15px;
    list-style-type: disc;
}
.item-list ul li {
    padding: 5px 0;
    color: #777;
    font-size: 15px;
    font-weight: 500;
}
.item-list ul li a{
	text-decoration:underline;
	color:#999;
	font-size:0.95em;
}





.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    margin-bottom: 30px;
}

.product-title,
.price,
.availability,
.colors {
    text-transform: capitalize;
    font-weight: 600;
    color: #555;
}

.price span {
    color: #da8728;
    font-size: 28px;
    font-weight: 600;
}

.price span s {
    font-size: 70%;
    color: #999;
    font-style: italic;
}

.checked {
    color: #ff9f1a;
}

.rating {
    border-bottom: 1px solid rgba(52, 46, 144, 0.3);
    border-top: 1px solid rgba(52, 46, 144, 0.3);
    padding: 10px 0;
}

.stars {
    float: left;
    margin-right: 15px;
}

.review-no a {
    color: #333;
    font-weight: 500;
}

.action {
    /*
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
*/
    padding-bottom: 15px;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.availability {
    margin-bottom: 10px;
    color: #555;
}


.availability span {
    text-transform: capitalize;
    font-weight: 500;
}

.product-title {
    margin-top: 0;
    color: #2c396b;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart,
.like {
        background: #ccc;
    /* border: 2px solid #000; */
    font-weight: bold;
    color: #da8728;
    padding: 17px 18px;
    font-size: 15px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: #da8728;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.colors .black {
    background: #000;
}

.colors .cobalt {
    background: #0047ab !important
}

.colors .gray {
    background: #808080;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*============================================================
    #single-main
============================================================*/

#single-main {
/*	background: #f8f8f8;*/
}









/*============================================================
    .single-product-tabs
============================================================*/


#single-description {
    /* padding: 0 0 30px; */
}


.single-product-details-tab {
    /* padding-top: 40px; */
}

.btn-group-justified>.btn-group .btn {
        outline: none;
    /* text-transform: uppercase; */
    font-weight: 500;
    box-shadow: none;
    font-size: 16px;
}


.single-product-details-tab .btn-success {
     color: #fff;
    background: transparent;
    color: #da8728;
    border: 2px solid transparent;
    border-bottom-color: #da8728;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.single-product-details-tab  .btn-primary.active, .single-product-details-tab .btn-success.focus, .single-product-details-tab .btn-success:active, .single-product-details-tab .btn-success:focus, .single-product-details-tab .btn-success:hover, .single-product-details-tab .open>.dropdown-toggle.btn-primary {
     color: #da8728;
    background-color: transparent;
    border-color: #da8728;
    border: 2px solid transparent;
    border-bottom-color: #da8728;
}

.single-product-details-tab .btn-default {
    color: #777;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.single-product-details-tab .well {
    background: #fff;
    border: none;
    box-shadow: none;
    padding-top: 35px;
    border-top: 1px solid #ddd;
    border-radius: 0;
}






.single-comments-inner {
    padding: 20px 0 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.single-comments-inner p{
    margin-top: 0px !important;
}



.single-comments-inner-image{
/*
    max-width: 80px;
    float: left;
    margin-right: 20px;
*/
}

.single-comments-inner-image img{
    border-radius: 5px;
    max-width: 80px;
    margin: 0 auto;
}

.single-comments-inner-content {
    float: left;
}


.single-comments-inner-content-date{
    padding: 2px 0px 20px 0px;
    font-size: 12px;
    color: #777;
}


.single-comments-inner-content h5{
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 0px;
    color: #1b1b1b;
}






ul.social_icon li i {
    height: 40px;
    text-align: center;
    width: 40px;
    border: 1px solid #ddd;
    line-height: 36px;
    border-radius: 2px;
    color: #000;
    font-size: 16px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
}
ul.social_icon {
    margin-top: 30px;
}
ul.social_icon li i:hover{
	background:#da8728;
    color: #fff;
    border-color: #da8728;
}


#single-main .t3-breadcrumbs li.active span {
    color: #333;
    font-weight: 500;
}




/* Reset Select */
.btn-section-single select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
/* Custom Select */
.btn-section-single .select {
    position: relative;
    display: inline-block;
    min-width: 250px;
    /* height: 3em; */
    line-height: 4;
    background: #ffffff;
    /* overflow: hidden; */
    /* margin: 30px auto; */
}
.btn-section-single select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px 0px 2px 1em;
  color: #fff;
  cursor: pointer;
  background: #222;
  border-radius: 4px;
  font-weight: 500;
}
.btn-section-single select::-ms-expand {
  display: none;
}
/* Arrow */
.btn-section-single .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 17px;
  background: #da8728;
  pointer-events: none;
  color: #fff;
  border-radius: 0 4px 4px 0px;
}
/* Transition */
.btn-section-single .select:hover::after {
  color: #fff;
}
.btn-section-single .select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}




/*============================================================
    #single-description-main
============================================================*/

#single-description-main {
    background: #f6f6f6;
}

#single-description .itemProduct {
    margin: 15px;
}

.single-product-details {
    /* background: #fff; */
    border: none;
    box-shadow: none;
    /* padding-top: 35px; */
    /* border-top: 1px solid #ddd; */
    border-radius: 0;
}


.single-product-details h3 {
    border-bottom: 2px solid #2c396b;
    padding-bottom: 5px;
    /* text-transform: uppercase; */
    color: #da8728;
    /* display: inline-block; */
    font-weight: 600;
    font-size: 30px;
}

.single-product-details h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    background: #333;
    padding: 10px;
    display: inline-block;
}

.single-product-details h5 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-top: 35px;
}

.single-product-details p {
    margin-top: 20px;
    line-height: 24px;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.single-product-details p a{
    color: #da8728;
    text-decoration: underline;
}


.single-product-details p a:hover{
    color: #000;
}




/*============================================================
    owl-slider
============================================================*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
}


.owl-next, 
.owl-prev {
	color: #fff;
    background: #2c396b!important;
    width: 35px;
    height: 35px;
    line-height: 30px;
    opacity: 0.9 !important;
    position: absolute;
}

.owl-next{
    right: -15px;
}

.owl-prev{
    left: -15px;
}



/*============================================================
    #cunsultation-main
============================================================*/

#cunsultation-main {
	
}


.consultaion-filter-list-heading {
    padding: 10px 0;
    text-align: center;
    background: #2c396b;
}

.consultaion-filter-list-heading h4{
    color: #fff;
}

.consultaion-filter-list-inner {
    padding: 15px;
    background: #eee;
}


.consultaion-filter-list-inner li {
    padding: 10px 0;
}

.consultaion-filter-list-inner li a{
    color: #111;
    font-weight: 500;
}



#consultation-main .product-item .product-inner .product-thumb .thumb-link {
    min-height: 230px;
}

#consultation-main .product-item .product-inner .product-thumb .thumb-link img {
    max-height: 150px;
}

#consultation-main .itemProduct-footer h3 a {
    font-size: 16px;
}

.woocommerce .woocommerce-product-gallery{
    opacity: 1 !important;
    width: 50%;
    transition: opacity .25s ease-in-out;
    display: block;
    float: left;
}

.woocommerce .summary.entry-summary{
    width: 50%;
    display: block;
    float: left;
}

.woocommerce  .related.products{
    clear: both;
}

.woocommerce .woocommerce-product-gallery__image img{
    width: 50% !important;
    height: auto !important;
    margin: 0px auto;
    object-fit: contain;
}

section.related.products h3 {
    text-align: center;
}



section.related.products img {
    width: 300px;
    height: 235px;
}

h2.woocommerce-loop-product__title {
    font-size: 20px;
}

span.woocommerce-Price-amount.amount {
    font-size: 20px;
}

span.woocommerce-Price-currencySymbol {
    font-size: 20px;
}

.quantity .input-text.qty.text{
    width: 30%;
    padding: 5px 5px;
    border: 1px solid grey;
    font-size: medium;
}


 /* Product Sinigle Page css*/

 .wrap {
    /*width: 1170px;*/
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding:72px;
}

button.single_add_to_cart_button:hover{
    color: #da8728;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
    button.single_add_to_cart_button {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    /* margin-left: 10px; */
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #da8728;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.woocommerce .quantity {
    position: relative;
    max-width: 100%;
    text-align: left;
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}
.woocommerce label {
    margin-right: 15px;
}

section.related.products {
    padding-top: 50px;
}
section.related.products img {
    width: 300px;
    height: 220px;
    object-fit: contain;
}
section.related.products .products li {
    border: 1px solid #eee;
    margin: 5px;
    padding: 10px;
}


svg:not(:root) {
    overflow: hidden;
    height: 12px;
    width: 0px;
}

section.related.products ul {
    margin: 0;
    /*padding: 72px;*/
    list-style: none;
    display: flex;
}
.form-field .wrap {
    padding: 0;
}
.header-logo-image-container:after {
    padding-bottom: 40px;
}

#menu-header-menu   {
    display: inline-flex !important;
    margin-top: 35px;
}

#menu-header-menu  a {
    padding: .78571rem 1.14286rem 1.14286rem;
    text-transform: uppercase;
    color: #4f4f4f;
    font-weight: 700;
}

#menu-header-menu  a:hover {
    color: #a5a5a5;
}

.form-row.form-row--half{
    margin-top: 30px;
}

.wpcf7-form-control.wpcf7-submit.button:hover{
    background-color: #666;
    border-color: #666;
    color: #fff;
}

.wpcf7-form-control.wpcf7-submit.button{
    background-color: #454545;
    border-color: #454545;
    color: #fff;
}

#filter_paradise{
    height: 30px;
}

.itemProduct-footer h3{
    height: 80px;
}

.product_meta{
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-product-details__short-description h4{
    font-weight: 500;
    text-decoration: underline;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {  
height: 400px;
overflow: hidden;
display: block;
width: 100%;
}



/*========================== 
          NEW CSS 
=============================*/

.product-view-boxes ul li {
    border: 1px solid #ddd;
    list-style: none;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}

.col-left {
    width: 15%;
    float: left;
    text-align: left;
}
.col-right {
    width: 85%;
    float: right;
    text-align: left;
}
.product-view-boxes img {
    width: auto;
    height: 80px !important;
}

.product-discrptinn-new h3{
    color:#333;
    font-size: 15px;
}
.product-discrptinn-new {
    margin-top: 25px;
}

.product-discrptinn-new h3 input{
    margin-right: 10px;
}

.related .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    padding:15px !important;
}

.related .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height:auto;
}

.related  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 200px !important;
}
.related h2.woocommerce-loop-product__title {
    height: 70px;
}

.woocommerce-product-details__short-description h4 {
    font-size: 26px;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 5px;
    border-bottom: 5px solid #ddd;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}