/*********custom styles*********/
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);



a, button {
  outline: none; 
}


a {
  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}


#uNMenuDiv1 > ul.uMenuRoot {
  list-style:none; 
} 

#uNMenuDiv1 > ul.uMenuRoot  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.select-menu {
  display: none !important;
}

ul.display {
  min-height: 32px;
  padding-left: 0;
}


 #shop-currency-select {
    -moz-appearance: none;
    background-image: url("../image/select_arrow1.png");
    background-position: 97% center;
    background-color: #76ab27;
    background-repeat: no-repeat;
    border: 1px solid white;
    color: white;
    height: 35px;
    line-height: 1em;
    text-indent: 0.01px;
    text-overflow: "";
    width: 150px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}

li.uWithSubmenu {
  position: relative;
}

 

#uNMenuDiv1 .uWithSubmenu > ul {
  list-style: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    opacity: 1;
    padding: 15px 0;
    position: absolute;
    right: -67px;
    top: 25px;
    width: 120px;
    z-index: 100 !important;
    background-color: black;
    text-align: left;
    padding-left: 10px;
}



#uNMenuDiv2 > ul.uMenuRoot {
  list-style:none;
}

#uNMenuDiv2 > ul.uMenuRoot  > li {
    display: inline-block;
   padding: 0 15px;
}

#uNMenuDiv2 > ul.uMenuRoot  > li > a {
   background-color: rgba(0, 0, 0, 0);
    color: #0f1112;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 17px 0;
    text-transform: uppercase;
}



#uNMenuDiv2 > ul.uMenuRoot  > li > a:hover {
    border-color: #000000;
    color: #e74047;
} 





#uNMenuDiv2 .uWithSubmenu > ul {
  list-style: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    opacity: 1;
    padding: 15px 0;
    position: absolute;
    right: 40px;
    top: 51px;
    width: 120px;
    z-index: 100 !important;
    background-color: white;
    text-align: left;
    padding-left: 10px;
    padding: 24px 20px;


    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
   
    position: absolute;
  
    z-index: 1000;
}

 
#uNMenuDiv2 ul.uWithSubmenu > li > a {

    font-size: 13px;
    line-height: 20px;
    min-width: 166px;
    padding: 3px 10px;
}


#uNMenuDiv2 ul.uWithSubmenu > li > a:hover {
  color: #ffffff;
  background-color: #e74047;
}


/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-controls .owl-buttons .owl-prev{
  left: 10px;
  top: 50%; 
}
 
.owl-controls .owl-buttons .owl-next{
  right: 10px;
  top: 50%;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* OpenCart Code */
.owl-carousel {
  margin: 0 0 60px; 
  background: #fff; 
  border: 4px solid #fff; 
  position: relative; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -o-border-radius: 4px; 
  border-radius: 4px; 
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
  -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
  box-shadow: 0 1px 4px rgba(0,0,0,.2); 
}
.owl-carousel .owl-buttons div {
  opacity: 0; 
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
  opacity: 0.7;
}
.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0;
}

.owl-carousel .owl-buttons .owl-prev {
  left: -50px;  
}
.owl-carousel .owl-buttons .owl-next {
  right: -50px; 
}
.owl-carousel:hover .owl-buttons .owl-prev {
  left: 10px; 
}
.owl-carousel:hover .owl-buttons .owl-next {
  right: 10px; 
}
.owl-pagination {
  text-align: center;
  top: 40px;
  position: relative;
}
.owl-controls .owl-page {
  display: inline-block;
  margin: 0px 6px;
}
.owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);  
}
.owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0.9);
}


.product-thumb .description {
  min-height: 24px;
}




#camera_wrap_0 .owl-wrapper-outer {
  overflow: hidden;
  padding-top: 0px;
}
#camera_wrap_0 .owl-wrapper {
  overflow: hidden;
}
#camera_wrap_0  .owl-next {
  right: 15px;
  background-position: right bottom;
}
#camera_wrap_0  .owl-next:hover {
  background-position: right 0;
}
#camera_wrap_0  .owl-prev:hover {
  background-position: 0 bottom;
}
/* Owl content */
#camera_wrap_0 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}


#camera_wrap_0  .owl-item {
  float: left;
}
#camera_wrap_0  .item {
  padding: 0;
  position: relative;
  line-height: 21px;
  padding: 0 10px;
  float: none;
}


#banner0 {
    background-attachment: fixed;
    background-image: url("../image/catalog/banner_parallax.jpg");
    background-position: 50% center;
    background-size: cover;

}

#uNMenuDiv2 ul.uMenuRoot {
  margin-bottom: 0;
}


#banner1 {
    background-attachment: fixed;
    background-image: url("../image/catalog/parallax-1.jpg");
    background-position: 50% center;
     background-size: cover;

    
}


div.parallax > div {
  padding: 120px 0;
} 




 .wish {
    background-image: none !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 43px !important;
    
    padding-top: 0 !important;
    position: relative;
    text-align: center !important;
    top: 0px;
    width: 49px !important;
    background-color: #FFD101;
    border: medium none;
   display: inline-block;
    color: white;
    cursor: pointer;
     -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
   
} 

 
.product-thumb .wish  {
  opacity: 0;
    position: relative;
   top: 7px;
       -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -60px;
} 


.goods-list .wish {
  padding-top: 0 !important;
}

 

.box .product-thumb:hover .wish {
   display: inline-block;
    left: 0;
    opacity: 1;
    top: 7px;
    left: auto;
    right: 0;
} 
  
 
.wish.wadd::before, .wish.wait::before {
    color: #ffffff;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 23px;
    line-height: 49px;
    text-align: center;
}



.wish.wdel::before {
    color: #ffffff;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 23px;
    line-height: 49px;
    text-align: center !important;
}


.btn i {
  font-size: 21px;  
}




.photo-wrap {
    float: left;
    list-style-type: none;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 270px;
}

.uphoto {
    display: block !important;
    margin: 0 !important;
}

.uphoto {
    width: auto !important;
}




.photo {
 position: relative;
 line-height: 0;
}
.photo img {
 width: 100%;
}

.ph-wrap .ph-link {
 display: block;
 position: absolute;
 z-index: 2;
 width: 0 !important;
 height: 0 !important;
 background: rgba(255, 255, 255, 0.7);
 top: 50%;
 left: 50%;
 margin: 0;
 opacity: 0;
 overflow: hidden;
 transition: all .3s ease;
}
.ph-wrap:hover .ph-link {
 opacity: 1;
 width: 100% !important;
 height: 100% !important;

 top: 0;
 left: 0;
}
.photo .ulightbox:before, .photo .ulightbox:after {
 content: '';
 display: block;
 position: absolute; 
 background: #1a1a1a;


 z-index: 3;
 top: 50%; 
 left: 50%;
 opacity: 0;
 transition: all .3s ease;
}
.photo:hover .ulightbox:before, .photo:hover .ulightbox:after {
 opacity: 1;
}
.photo .ulightbox:before {
 margin-top: -1px;
 margin-left: -25px;
 width: 50px;
 height: 2px;
}
.photo .ulightbox:after {
 margin-top: -25px;
 margin-left: -1px;
 width: 2px;
 height: 50px;
}


.uphoto {
    height: auto !important;
    
}




.photo img {
  -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.photo:hover img {
    transform: scale(1.1); 
}



#uEntriesList .uEntryWrap {
    width: 25% !important;
} 


#uEntriesList .entryBlock {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0 3px;
}


#photo-page.box {
    padding: 0 7px;
}

.albums table tr {
    float: left;
    width: 82px;
    border-left: 1px solid white
}

.albums .list {
  list-style: none;
}


.albums .catsTableI {
    margin-left: -40px;
} 





/* FORUM -------------------------- */

.gTable {
    background: none;
    border-spacing: 0;
}
.gTable td {
    padding: 5px 20px;
    font-size: 13px;
}
.gTableTop {
    line-height: 40px;
    padding: 0 20px !important;
    color: #fff;
    text-decoration: none;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Arimo';
    letter-spacing: 1px;
    background: #54525e;
}
.gTableTop a {
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
}
.gTableSubTop {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 13px;
}
.catLink {
    color: #fff !important;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Arimo';
    letter-spacing: 1px;
}
.catLink:hover, .gTableTop a:hover {
    color: #fff !important;
}
.funcBlock {
    padding-right: 10px;
}
.forumIcoTd {
    text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
    padding: 5px 10px; 
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
    vertical-align: middle;
    padding-left: 20px;
}
.forumNameTd {
    line-height: 24px;
}
.forumNameTd a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Arimo';
    letter-spacing: 1px;
    font-weight: 700;
}
.forumNamesBar {
    padding-left: 10px !important;
}
.frmBtns {
    text-align: right;
    padding-right: 10px;
}
.legendTd {
    padding: 0 10px;
}
.threadIcoTd,
.threadIcoTd {
    text-align: center;
    vertical-align: middle;
}
.threadsDetails {
    padding: 5px;
}
.postTdTop {
    text-align: center;
    padding: 5px; 
}
.postTdInfo {
    text-align: center;
}
.posttdMessage {
    vertical-align: top;
    padding: 5px;
}

.threadsDetails,
.postTdTop {
    background: none;
}
.gTable tr {
    background: none;
}
.gDivBottomRight {
    height: 50px;
}
.pagesInfo { 
    padding: 0 10px;
    line-height: 24px;
}
.switchActive {
    padding: 0 10px;
    color: #fff;
}
.postBottom {
    padding: 0 20px !important;
}
#thread_search_form {
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}
#thread_search_button {
    position: absolute;
    top: 0;
    right: 0;
}
.fNavLink {
    display: inline-block;
    margin-bottom: 30px;
}
#forum_filter {
    text-align: right;
    padding-bottom: 10px;
    margin-top: -32px;
}
#forum_filter form {
    display: inline-block;
}
#filter_by {
    display: inline-block;
    line-height: 34px;
}
.postPreview, #iplus, .ucoz-editor-panel input, .allUsersBtn, .uSearchFlSbm {
    width: auto !important;
}
#selectPhotosBtn, #order-button {
    width: auto !important;
    height: auto !important;
}
#thread_search_field {
    float: left !important;
    width: 165px !important;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd,
.postTdTop,
.postBottom
{
    border-bottom: 1px solid #d8d8d8; 
}

.postTdTop,
.postBottom
{
    border-top: 1px solid #d8d8d8;
}

.gTableSubTop,
.pagesInfo
{
    background: #f2f2f2;
}

.gTableSubTop,
.gTableSubTop a
{
    color: #1a1a1a !important;
}

.postTdInfo {border-right: 1px solid #d8d8d8;}
.forumNameTd {color: #7a7a7a;}
a.forum {color: #1a1a1a;}
.forumContent a:hover
{
    color: #54525e;
}


.cnt {
  padding-top: 40px;
}

.postTdInfo {
  text-align: left;
}

#subscribe {

    padding-top: 11px;
} 

.forumContent {
  font-size: 13px !important;
}

.forumContent input[type="button"], .forumContent input[type="submit"], .forumContent input[type="reset"]  {
   background: none repeat scroll 0 0 #fff;
    border: medium none;
    box-shadow: 0 0 0 2px #1a1a1a inset;
    color: #1a1a1a;
    cursor: pointer;
    font-family: "Arimo";
    font-size: 11px;
    font-weight: 700;
    height: 28px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 3px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.forumContent input[type="button"]:hover, .forumContent input[type="submit"]:hover,.forumContent input[type="reset"]:hover  {
  background: none repeat scroll 0 0 #1a1a1a;
    color: #fff;
  }

  #thread_search_button {
    float: right;
    margin-top: 0 !important;
}


/* end FORUM -------------------------- */  




.mt-img {
  position: relative;
  display: block;
}
.mt-img .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.mt-img .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: black;
  font-size: 0px;
}
.mt-img:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}
.mt-img:hover .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
  left: 4%;
}



/*================== Start GOOGLE MAP  ======================*/
.map_full_width{margin-bottom: 15px;}
.map_model {
  height: 400px;
  
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
  /* height: 100%;*/
  }
}
@media (max-width: 479px) {
  .map_model {
  /* height: 100%;*/
  }
}
.map_locations {
  display: none;
}
/* End Google Map
 ========================================================*/


 .form-group input[type="text"], .form-group textarea {
    margin-bottom: 15px;
}





.header-cart  .block-content {
    position: relative;
}
 
.header-cart .cart-content {
    background: none repeat scroll 0 0 #f9f9f9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
    cursor: default;
    display: none;
    min-width: 280px;
    position: absolute;
    left: 75px;
    top: -12px;
    width: 100%;
    z-index: 2147483647 !important;

   
    overflow: hidden;
}


.cart-content .subtotal {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    margin-bottom: 0;
    padding: 15px 20px;
}


.mini-products-list .product-control-buttons {
    color: #777;
    height: 19px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}
#shop-basket .btn-remove, #shop-basket .btn-edit {
    float: right;
    margin: 0 5px 0 0;
}
.sb-func.remove.btn-remove {
    color: #777;
    font-size: 12px;
}

.btn-remove:hover:before {
  color: #de7d5b;
}

.cart-content .subtotal {
    background: none repeat scroll 0 0 #e74047;
    border: 0 none;
    margin-bottom: 0;
    padding: 15px 20px;
}

.subtotal, .disc {
    text-align: left;
}

.subtotal {
    color: white;
    font-size: 15px;
    line-height: 20px;
}

.subtotal span {
  font-weight: 700;
}

#shop-basket .actions {
    background: none repeat scroll 0 0 black;
    margin: 0;
    overflow: hidden;
    padding: 20px 12px 10px;
}
#shop-basket .mini-products-list li.item {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    clear: both;
    float: left;
    min-height: 85px;
    padding: 6px 3px 24px;
    position: relative;
    width: 100%;

    margin-left: 11px;
}  


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

.mini-products-list .product-image {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-right: 10px;
    width: 90px;
}


.mini-products-list .product-control-buttons {
    color: #777;
    height: 19px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    margin-right: 13px;
} 

.mini-products-list .product-name {
    display: block;
    margin-left: 10px;
    overflow: hidden;
}

.mini-products-list .product-details {
    overflow: hidden;
    padding-top: 3px;
}

ol {
    list-style: outside none none;
}

.header-cart  .cart-content .price {
    color: white;
}

.mini-products-list .price {
    color: #777 !important;
}

.product-details {
  color: #777; 
}
.basketclear, .basketorder {
   background: none repeat scroll 0 0 #e74047;
    color: white;
    display: table;
    font-size: 14px;
    line-height: 38px;
    margin-top: 10px;
    padding: 0 6px;
    position: relative;
    z-index: 2;
   
    overflow: hidden;
}
.basketclear {
    float: left;
    margin-right: 15px;
}

.basketclear:hover, .basketorder:hover {
    color: #e74047;
    background: none repeat scroll 0 0 white;
} 


.header-cart  {
  cursor: pointer;
}


.header-cart .fa.fa-shopping-cart {
    font-size: 42px;
}
 

 
.summary span {
    background-color: #e74047;
    border-radius: 50%;
    color: #ffffff;
    float: right;
    margin-left: 7px;
    line-height: 23px;
    text-align: center;
    width: 23px;
} 



.post_wrapper .post .featured-thumbnail {

   
    padding: 10px;
}


.post_wrapper {
    padding-bottom: 35px;
}

header.post-header {
  background: none !important;
}


.post_wrapper img {
    width: 100%;
}

.post-header h2 {
  margin-top: 0;
}



.post_meta {
    border-bottom: 1px solid #e9e0db;
    border-top: 1px solid #e9e0db;
}


.post_meta div[class^="post_"] {
    display: inline-block;
    line-height: 20px;
    padding: 2px 5px;
}


.post_meta .fa {
    color: #e74047;
}



ul.display #grid, ul.display #list {
    color: #cde0e5;
    display: block;
    float: left;
    height: 22px;
    width: 25px;
    cursor: pointer;
    
  font-size: 27px; 
  margin-right: 5px;
      -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

    }
    ul.display #list
    {
     
    }

    ul.display .selected {
     color: #e74047 !important;
    }

    ul.display #grid:hover, ul.display #list:hover {
       
        color: #e74047;
    } 


    ul.display #list {
    
    margin-left: 7px; 
}

.products-grid .product-thumb .wish {
  opacity: 1;
  right: -4px;
}


.products-grid {
    padding-top: 22px;
}

 
.products-grid.list .col-lg-4 {
  width: 100%;
}


 


.products-grid.list .image {
    width: 25%;
    float: left !important;
}

.description_big {
  display: none;
} 
 

.products-grid.list  .description_big {
  display: inline-block;
}


.products-grid.list .description {
  display: none;
}

.products-grid.list .sale {
  display: none;
}  


.products-grid.list .caption {
  width: 70%;
  float: right;
  text-align: left;
}  


.products-grid.list .cart-button {
 float: right;
    text-align: left;
    width: 70%;
}


.product-grid .product-thumb {
  padding: 10px 10px 32px;
}  

 
 
#order-table .order-item td {
    border-bottom: 1px solid !important;
}
#order-table table td {
    padding: 10px 5px;
}

#order-table .order-head th {
    border-bottom: 2px solid !important;
} 


#order-submit input[type="button"],
#order-table input[type="button"],
#order-but-recalc {
  padding: 8px;

}   
 

.methods-list td label, #checkout-form span.label {
    color: #777777;
    font-size: 16px;
    text-align: left;
}

#total-sum td {
    border-top: 1px solid !important;
}




.images .thumbnails {
    float: left;
    text-align: left !important;
    width: 19%;
}


.slider-photo.tumbSlider-none {

    padding-left: 9px;
}


.thumbnails .item {
 
    width: 50%;
float: left;
}


.images .image {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    float: right;
    height: auto !important;
    margin: 0 0 8px;
    padding: 2px;
    transition: all 0.2s ease-in-out 0s;
    width: 80% !important;
}


.thumbnails .item img {
   
    margin: 0 0 8px;
    border: 1px solid #cccccc;
    transition: all 0.2s ease-in-out 0s;
    width: 100% !important;
}

.images .image img {
    width: 100%;
}
  .zoomWindow {
    z-index: 40 !important;
}
.zoomWindow {
    background-color: #ffffff;
} 


.zoomWrapper .gphoto {
    position: relative !important;
}



.pre-info {
    font-size: 14px;
}
.pre-info {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
}


.product-code {
    float: left;
    margin-right: 20px;
}


.pre-info .value {
    color: #e74047;
    font-weight: 700;
}

.availability.av-punkt.in-stock {
    float: left;
    margin-right: 27px;
}

.availability.av-punkt.in-stock > span {
    color: #e74047;
    font-weight: 700;
}


.availability-only strong {
    color: #e74047;
}
strong {
    font-weight: bold;
}  

.availability-only {
    border-top: none;
    padding-top: 0;
}


#content .product-name {
    color: #e74047;
   
    font-size: 40px;
}

#content .product-name {
    margin: 10px 0;
}


.product-name h1 {
    font-size: 40.5px;
    font-weight: 300;
}

.price-rating {
    min-height: 44px;
    padding: 10px 0;
}

.price-box {
    float: left;
}

.price-box .price {
    font-size: 22px;
}

.rating-section {
    float: right;
}
.rating {
    margin-top: 0;
}

.products-grid.list .cart-button {
  bottom: 0;
}


ul.tabs-menu {
  padding-left: 0;
  margin-bottom: 0;
}


.rating ul {
    float: left;
    height: 19px;
    margin-right: 10px;
    width: 105px;
}

.ratin-value {
    font-weight: 700;
    margin-right: 12px;
}

.product_details {
    padding-top: 29px;
}

.rating a {
    -webkit-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
    transition: all 0s ease !important;
} 

.product-options-bottom {
    min-height: 73px;
}


.add-to-cart {
    float: left;
    margin-right: 10px;
    min-height: 59px;
}




  /******* start add-to-cart plus minus ***************/
.add-to-cart {
   float: left;
    margin-right: 10px;
    min-height: 59px;
}

.add-to-cart > span { 
 display: block;
 width: 40px;
 height: 45px;
 background: #FFD101;
 color: white;
 text-align: center;
 line-height: 45px;
 cursor: pointer;
 font-size: 12px;

 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.add-to-cart > span:hover, .add-to-cart > span:active {
    color: #fff;
 background-color: #2f2e2e;
}
.fa-plus-sign:before {
content: "\f067";
}
.fa-minus-sign:before {
content: "\f068";
} 
.add-to-cart > * {
float: left;
}
/******* end add-to-cart plus minus ***************/

 
.add-to-cart input[type="text"] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    width: 51px;
}
.add-to-cart input[type="text"] {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 12px;
    height: 45px !important;
    line-height: 36px;
    margin-bottom: 0;
    padding: 3px 6px 4px 7px;
    text-align: center;
}
 

.fa.fa-plus-sign {
    margin-right: 10px;
}
 


.brief {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding: 20px 0;
}



.information {
    border-bottom: 1px solid #d8d8d8;
    line-height: 26px;
}


.information .feature-type {
    width: 130px;
}
.slider-photo {
  list-style: none;
}





/*---------------Start Tabs styles---------------*/
#tabs-container{
    display:flex;/* */
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}
.tabs-menu {
    display: flex;/* */
    width: 200px;
}
.tabs-menu li {
    display: block;
    line-height: 20px;
    box-sizing: border-box;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;/* */
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: -1px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color .3s ease;
    color: #000;
}
.tabs-menu li.current{
    border-left: 3px solid #1a1a1a;
    color: #777;
    margin-right: -1px;
}
.tabs-menu li:hover {
     color: #777;
}
.tabs-menu li a {
    display: block;
    margin-right: 193.7px;/* */
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;/* */
    color: inherit;
}

.tabs-menu li a:hover {
    color: #e74047;
}

.tab {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    width: auto;
    overflow: hidden;
     min-height: 163px;
}
.tab-content {
    padding: 15px;
    display: none;
}
#tab-1 {
 display: block;   
}
.tab img{transition: opacity .3s ease; 
    moz-box-sizing:border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    border: 1px solid #eaeaea;
}
.tab img:hover{/*opacity:0.85;*/ border: 1px solid #000;}
.shop-imgs img {
    float: left;
    margin: 0 1% 15px 0 !important;
    max-width: 100%;
    width: 32%;
}

@media only screen and (max-width: 1167px) {
    .tabs-menu {
        width: 100%;
        float: none;
    }
    .tabs-menu li {border-right: 1px solid #d8d8d8;}
    .tabs-menu li.current{margin-right: 0;}
    .shop-imgs img {margin-right: 1% !important;}
}
/*---------------End Tabs styles---------------*/




.product_type > table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    width: 100%;
}
.product_type > table tr {
    height: 30px;
}

.product_type > table td {
    border: 1px solid #e5e5e5;
    padding: 5px;
}


.product-section span {
  color: black;
}



.add-to-cart input[type="button"] {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 12px;
}  



.common-products .owl-carousel .owl-buttons .owl-prev {
  left: auto;
  top: -35px;
  opacity: 1;
  right: 30px;
}

.common-products  .owl-carousel:hover .owl-buttons .owl-prev {
  left: auto; 
  right: 30px;
}


.common-products  .owl-controls .owl-buttons .owl-next {
  top: -35px;
  opacity: 1;
  left: auto;
  right: 0; 
} 

.common-products .owl-carousel:hover .owl-buttons .owl-next {
  left: auto;
  right: 0;
}  


#filter_by {
  line-height: 22px;
}


.basketorder {
    color: white !important;
}

.basketorder:hover {
  color: #e74047 !important;
}
 

 @media (max-width: 991px) { 
#uNMenuDiv2 > ul.uMenuRoot > li {
  padding: 0 9px;
}


.banners .container > div .s-desc {
  padding-left: 10px;
  padding-right: 10px;
}
 }  


  @media (max-width: 767px) { 
    .select-menu {
      display: block !important;
    }


    ul.uMenuRoot {
      display: none;
    }

    #top {
      padding-top: 33px;
    } 

    #uNMenuDiv1 {
      position: relative;
    } 

    #uNMenuDiv1 .select-menu {
      position: absolute;
      left: 0;
      top: 0;
    }

    #top-links {
      float: left;
    }


    .collapse {
      display: block;
    }

    #uNMenuDiv2 .select-menu {
      width: 100%;
      margin-top: 17px;
    }  

.product-thumb .wish {
  opacity: 1;
  right: 0;
    top: 7px;
    display: inline-block; 
    left: auto;
}

.breadcrumb {
  margin-top: 12px;
}


#forum_filter {
    clear: right;
    float: none;
    margin-top: 0;
}
 

#uEntriesList .uEntryWrap {
    width: 50% !important;
}

.product-filter { 
  display: none;
}
 
.products-grid.list .image {
  width: 100%;
  float: none;
}
.products-grid.list .caption, .products-grid.list .cart-button {
  width: 100%;
  float: none;
}

.item-page .col-xs-5, .item-page .col-xs-7 {
  width: 100%;
  float: none;
} 




.banners .container > div .s-desc {
  padding: 20px 0 0;
}

#banner0 {
  background-position: 50% center !important;
  background-attachment: fixed !important;
}

  }     
 

   @media (max-width: 384px) {  
      #top-links {
        float: none;
         margin-top: 49px;
      }
   } 
  

.banner-box  img {
  -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.banner-box :hover img {
  transform: scale(1.1); 
}

 
.list .product-thumb .image {
  margin-bottom: 0;
}


.list .product-thumb {
  padding: 10px;
  padding-bottom: 10px; 
}
 
 
#uNMenuDiv1 > ul.uMenuRoot {
  padding-left: 0px;
}


.plist {
    display: inline-block;
    margin-bottom: 14px;
}

.pgSwchA {
  color:  #e74047;
}


#content > h1 {
    color: #000000;
}

.dropcap {
  border-radius: 500px;
  background-color: #e74047;
}

.dropcapfilter {
  border-radius: 10px;
  background-color: #e74047
}


 .recent-posts h5 a {
  color: black;
  font-size: 14px;
}

.box h3 {
  text-align: left;
}


.post-title.wow.fadeIn > a {
    color: #000000;
}


.post-title.wow.fadeIn > a:hover {
    color: #e74047;
}


#shop-currency-select {
  cursor: pointer;
}

.album-name a {
  display: inline-block;
  background-color: #e74047;
  color: white;
  padding: 10px;
}

.album-name a:hover {
  background-color: white;
   color: #e74047;
}


.pagesBlockuz1 b.swchItemA {
  display: inline-block;
  background-color: #e74047;
  padding: 5px;
  color: white;
}


.pagesBlockuz1  a.swchItem {
  display: inline-block;
  background-color: #777;
  padding: 5px;
  color: white
}

.pagesBlockuz1  a.swchItem:hover {
  background-color: #e74047;
}

.box-currency {
  min-width: 5px;
  list-style:none;
}

.box-currency-link {
  color: #fff!important;
}
.box-language i, .box-currency i  {
  font-size:20px;
  margin-right:5px;
}


#back-top span {
  background-image: none;
  position: relative;
}

#back-top span:after {
  position: absolute;
  left: 0;
  top: 0;
  color: #777;
    content: "\f0aa";
    display: block;
    font-family: "FontAwesome";

    font-size: 26px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#back-top:hover span:after { 
  color: #e74047;
}


.box-collateral.common-products .owl-item .list-item .col-lg-4 {
  width: 100%;
}


.box-heading h3 {
  text-align: center;
}


#content {
    min-height: 5px;
}


.fluid_container {
    overflow: hidden;
    padding: 0 0 42px;
}

#search {
  top: 111%; /* */
  display: block !important;
  margin-top:35px;
  margin-right:61px;
  overflow:visible !important;
}

#ya-site-form0 .ya-site-form__search,   /* */
#ya-site-form0 .yaform__precise-i{
 background-color:#f5f5f5 !important;
 border: 0.5px solid #ddd;
}

#ya-site-form0 .ya-site-form__search td {
border: none;
}

#ya-site-form0 .ya-site-form__search-input {  /* */
 padding: 0 !important;
}

ya-site-form__search-input-layout-r {  /* */
 background-color: none !important;
}

#ya-site-form0 .ya-site-form__submit {  /* */
 margin-left: 0 !important;
}

.fa.fa-times:hover {
    color: red;
}

.select-menu:hover {
  cursor: pointer;
} 


footer h5 {
  display: inline-block;
}



.plist .pgSwchA b {
  display: inline-block;
  background-color: #e74047;
  padding: 5px;
  color: white;
}


.plist  a.pgSwch {
  display: inline-block;
  background-color: #777;
  padding: 5px;
  color: white
}

.plist  a.pgSwch:hover {
  background-color: #e74047;
}


.box-cart {
  min-width: 53px;
}


.select-menu {
    -moz-appearance: none;
    background-image: url("../image/select_arrow.png");
    background-position: 97% center;
    background-color: white;
    background-repeat: no-repeat;
    border: 1px solid black;
    color: black;
    height: 35px;
    line-height: 1em;
    text-indent: 0.01px;
    text-overflow: "";
    width: 150px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none; 
}


#banner0 {
  padding: 0;
}


#banner0 .banner0-inner {
   padding: 30px 0;
}

.recent-posts h5 a:hover {
  color: #e74047;
}



