#productdetailimg .thumbnailimg li{
	height: 80px;
    float: left;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: -30px;
}
#productdetailimg .thumbnailimg li img{
	width: 80px;
	padding: 10px;
    cursor: pointer;
}
.firstview{
    background-color: #fff; padding: 0px 25px; height: 500px;
    position: relative;
    
}
.artviewfirstimg{
	width: 46.7857px;
    display: inline-block;
    margin: 15% 40%;
    top: 12.926px;
    cursor: default;
    position: absolute;
}
.firstviewimg{
	height: 500px;
    min-width: 200px;
    margin: 0 auto;
}
.artview{
	display: none;
}
.classname {
  -webkit-animation-name: cssAnimation;
  -webkit-animation-duration:0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(2);
  }
  to {
    -webkit-transform:scale(1);
    /*-webkit-transform: rotate(0deg) scale(1) skew(0deg) translateX(50px);*/
  }
}

.classname1 {
    overflow: hidden;
    max-height: 500px; /* approximate max height */

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#myImg {
    /*border-radius: 5px;*/
     cursor: url('../images/plus.png'), auto;    
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
#zoomimg1 .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
#zoomimg .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1150px;
    /*cursor: url('../images/minus.png'), auto;*/
}

/* Caption of Modal Image */
#zoomimg #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
#zoomimg .modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#zoomimg .close1 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#zoomimg .close1:hover,
#zoomimg .close1:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 767px){
    #zoomimg .modal-content {
        width: 100%;
    }
    #productdetailimg .thumbnailimg li{
        height: 80px;
        float: none !important;
        list-style: none;
        display: block;
        margin-bottom: 10px;
        margin-left: -30px;
    }
    .footersignin{
        margin: auto !important;
    }
    .footernewsletter{
        text-align: center !important;
    }
    #artistpage .artistdetail{
        width: 100% !important;
        margin: 0 auto;
    }
    #artistpage .btn-profile {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 3px;
        color: #fff;
        word-spacing: 5px;
         width: 100% !important; 
        text-transform: uppercase;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.closenavbar{
    font-size: 18px;
    color: #A6A6A6;
}
.footersignin{
    margin: 0;
}
.footernewsletter{
    text-align: left;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}
#listing .subtitle{
    text-align: left;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
}
#listing .subtitle span{
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 500;
}
#listing .sortby{
    float: right;
    /*padding: 5px 7px;
    border: 1px solid #C16260;
    border-radius: 3px;*/
}
#listing hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #C4C4C4;
}
.customcheck {
    display: block;
    position: relative;
    padding-left: 30px;
    border-radius: 4px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    margin: 0px !important;
    top: 5px;
    border-radius: 2px;
    left: 2px;
    height: 14px;
    border: 1px solid #ccc;
    width: 14px;
    background-color: #ffffff !important;
    box-shadow: none;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc !important;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #ab2f2d !important;
    border: 1px solid #ab2f2d;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 3px;
    top: 1px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.vlabel{
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 15px;
}
ul.provider li{
  list-style: none;
  margin-left: -42px;
  padding: 5px 0px 0px;
}
#color .refinement-image-container {
    height: 32px;
    width: 32px;
    border: 1px solid #fff;
}
#color .refinement-image {
    height: 26px;
    width: 26px;
}
ul#color li{
  list-style: none;
  display: inline-block;
  margin-left: 0px;
  padding: 5px 0px 0px;
  margin-right: 10px;
}
#color .refinement-image-container .red {
    background-color: #d0021b;
}
#color .refinement-image-container .yellow {
    background-color: #F8E71C;
}
#color .refinement-image-container .green {
    background-color: #BDD200;
}
#color .refinement-image-container .blue {
    background-color: #7ED1ED;
}
#color .refinement-image-container .purple {
    background-color: #bc56d2;
}
#color .refinement-image-container .pink {
    background-color: #fe88ff;
}
#color .refinement-image-container .brown {
    background-color: #d7b265;
}
#color .refinement-image-container .black-and-white {
    background-color: #3b3b3b;
}
#color .refinement-image-container .white {
    background-color: #fff;
    border: 1px solid #3b3b3b;
}
#color .refinement-image-container .darkyellow {
    background-color: #E8C452;
}
#filter h5{
    cursor: pointer;
}
ul.listingsec{
    list-style: none;
}

/* style for waterfall grid */
.wf-container {
    margin: 0 auto;
}
.wf-container:before,.wf-container:after {
    content: '';
    display: table;
}
.wf-container:after {
    clear: both;
}
.wf-box {
    margin: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 20px 4px #0000002e;
}
.wf-box img { 
    display: block;
    width: 100%;
    position: relative;
    /*border-radius: 2px;*/
}
.wf-box .content {
    border: 1px solid #ccc;
    border-top-width: 0;
    padding: 5px 8px;
}
.wf-box:hover {
    border: 1px solid #ab2f2d;
    box-shadow: 0 0 20px 9px #0000002e;
}
.wf-column {
    float: left;
    /*width: 33.333333% !important;*/
}

/*@media screen and (min-width: 768px) {
    .wf-container { width: 750px; }
}
@media screen  and (min-width: 992px) {
    .wf-container { width: 970px; }
}
@media screen and (min-width: 1200px) {
    .wf-container { width: 1170px; }
}*/

.filterlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}

.filterlist li {
    border: 1px solid #ddd;
    margin-top: 2px;
    background-color: #ffffff;
    padding: 2px 17px 2px 5px;
    text-decoration: none;
    font-size: 14px;
    color: #7b7b7b;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    display: inline-block;
    position: relative;
}


.closefilter {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 20px;
  right: 2%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px){
    #filtermv .btnwidth {
        width: 100% !important;
        margin: 5px;
        /*padding-left: 20px;
        padding-right: 20px;*/
    }
    #listing .sortby {
        float: right;
        width: 100% !important;
    }
    .tab {
        float: left;
        /*border: 1px solid #ccc;*/
        /*background-color: #f1f1f1;*/
        width: 100% !important;
        /*height: 300px;*/
    }
    .tabcontent {
        float: left;
        /*padding: 0px 12px;*/
        /*border: 1px solid #ccc;*/
        width: 100% !important;
        border-left: none;
        /*height: 300px;*/
    }
    #productreview .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 5px !important;
    }
    #artwork .sortby{
        float: none !important;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #review .reviewdiv{
        border: 1px solid #ccc;
        border-radius: 2px;
        margin: 10px 10px;
        width: 95% !important;
    }
    #soldartwork .solddiv img{
        height: 100% !important;
        width: 100%;
    }
    #artwork .dropmb{
        text-align: center !important;
    }
}

#filtermv .bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 0 !important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}
#filtermv .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ab2f2d;
    outline: 0;
}
#filtermv .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    color: #fff;
    width: 100%;
    text-align: left;
}

/*********My account css*******/

#myaccount .tab {
    float: left;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    width: 20%;
    /*height: 300px;*/
}

/* Style the buttons inside the tab */
#myaccount .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 3px 0px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
}

/* Change background color of buttons on hover */
#myaccount .tab button:hover {
    color: #ab2f2d;
}

/* Create an active/current "tab button" class */
#myaccount .tab button.active {
    color: #ab2f2d;
}

/* Style the tab content */
#myaccount .tabcontent {
    float: left;
    /*padding: 0px 12px;*/
    /*border: 1px solid #ccc;*/
    width: 80%;
    border-left: none;
    /*height: 300px;*/
}

#myaccount h3 {
    /*margin-top: 2px;*/
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
    font-size: 20px;
}
#myaccount h3:after {
    content: '';
    position: absolute;
    width: 40px;
    border-top: 2px solid;
    bottom: 17px;
    right: auto;
    left: 48%;
    left: 0;
    border-color: #ab2f2d;
}
.accinfodash{
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 10px;
}
.accinfoheading{
    padding: 12px 20px;
    background-color: #F8F8F8;
    font-size: 15px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.accountdetaildash{
    padding-top: 20px;
}
.accountdetaildash p{
    margin-bottom: 0px;
    padding: 0px 20px;
}
.accountdetaildash .btmchange{
    background-color: #ccc;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
}
.editaddress{
    text-align: right !important;
    margin: 20px 0px;
    color: #000;
}
.editaddress:hover{
    text-align: right;
    margin: 20px 0px;
    color: #ab2f2d;
}
.editaddress i{
    color: #ab2f2d;
}
#information form{
    width: 80%;
    /*margin: 0 auto;*/
}
#information form .my-form{
    width: 100%;
}
.mt30{
    margin-top: 30px;
}
.orderprocced{
    text-align: right;
}
.orderdetail{
    border: 1px solid #ccc;
    padding: 10px 0px;
    overflow: hidden;
}
#orders h4{
    margin-top: 0px;
}
#orders h5{
    margin-top: 0px;
}
.mt10{
    margin-top: 10px;
}
.headingtable{
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ccc !important;
}
#productreview .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    width: 20%;
    border-top: 1px solid #ddd;
}
.rightbtnlink{
    color: #333333;
    cursor: pointer;
    float: right;
}
.rightbtnlink:hover{
    color: #ab2f2d;
    cursor: pointer;
    float: right;
}
#addaddress form{
    padding: 5px 20px;
}
#addaddress form .my-form{
    width: 100%;
}
#artwork .sortby{
    float: right;
    margin-bottom: 30px;
}
#artwork .dropdownartwork{
    margin: 40px 0 40px;
}
#about .sociallinks{
    font-size: 15px;
}
#about .sociallinks i{
    margin-right: 15px;
}
#about .sociallinks a{
    color: #8e8e8e;
}
#about .sociallinks a:hover{
    color: #1d1d1d !important;
}
#about .sociallinks a:hover i{
    color: #ad302e;
}
#about h3
{
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
#review{
    padding: 50px 0px;
}
#review .reviewdiv{
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 10px 10px;
    /*width: 50%;*/
}
#review .reviewrating{
    border-bottom: 1px solid #ccc;
    padding: 5px 20px;
    background-color: #e5e5e5;
}
#review .reviewtext{
    padding: 20px 20px 10px;
}
#soldartwork{
    padding: 30px;
}
#soldartwork .solddiv img{
    height: 300px;
    width: 100%;
}
#soldartwork .solddiv {
    margin: 10px -5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 20px 4px #0000002e;
}
#soldartwork .solddiv:hover {
    margin: 10px -5px;
    border: 1px solid #ab2f2d;
    border-radius: 2px;
    box-shadow: 0 0 20px 9px #0000002e;
}
#soldartwork .solddiv .content {
    border: 1px solid #ccc;
    border-top-width: 0;
    padding: 5px 8px;
}
.cartcount{
	
	position: absolute;
    background: #ab2f2d;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 6px;
    border-radius: 10px;
    left: 27px;
    bottom: 18px;
	
}

.active{
	
	color:#ab2f2d !important;
}


#showSearchDiv{
        position: absolute;
    top: 100%;
    left: 0px;
    display:none;
    z-index: 100;
    right: 0;
}

.tt-dropdown-menu {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 12px;
    background-color: #fff;
    /*border: 1px solid #e0e0e0;*/
    margin-top: 2px;
    margin-left: 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.tt-suggestionhead{
        background-color: #000; color: #fff;
        padding: 10px 20px;
}
.tt-suggestion{
        margin-left: -10%;
}
.tt-suggestion li{
    font-size: 18px;
    list-style: none;
    line-height: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 5px 20px;
    text-transform: capitalize;
}

#showSearchDivmb{
        position: absolute;
    top: 100%;
    left: 0px;
    display:none;
    z-index: 100;
    right: 0;
}
#review>.fa-star{
    color: #000000e6;
}
#review>.checked{
    color : #ab2f2d !important
}
#review>.fa{
    cursor: pointer;
}
.mobile-new {
    border:2px solid #cccccc;
    border-radius:5px;
    margin-bottom:10px;
    padding: 2px;
}
.mobile-new ul {
    background-color: #f8f8f8
}
.mobile-new .manu_list {
    padding-left:0;
    margin-bottom:0;
}
.mobile-new li {
    list-style:none;
    text-transform:capitalize;
}
.mobile-new li a.parent {
    display:block;
    padding:5px;
}
.mobile-new li.li:hover {
    background-color:#e7e7e7;
}
.mobile-new a.open{
    display:block;
    padding:5px;
    background-color:#e7e7e7;
}
.mobile-new .sub-menu {
    display:none;
}
.mobile-new .sub-menu a {
    padding:3px 0;
    display:block;
}