Advertisement
Pacifik

Файл tools.css приложения "Сайт"

Dec 5th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 87.13 KB | None | 0 0
  1. html {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5. html, body {
  6.     margin:0;
  7. }
  8. body {
  9.     color: #7e7e7e;
  10.     font-family: 'Roboto', Helvetica, sans-serif;
  11.     margin: 0px;
  12.     background:#ffffff;
  13.     font-size:13px;
  14.     line-height:18px;
  15.     min-width:260px;
  16.     font-family: 'Roboto', sans-serif;
  17. }
  18. td, th, input, textarea, select, a {
  19.     font-size: 13px;
  20. }
  21. fieldset {
  22.     padding: 0;
  23.     margin: 0;
  24.     border: 0;
  25. }
  26. iframe {border: 1px solid #C5C5C5;}
  27. legend {
  28.     display: block;
  29.     width: 100%;
  30.     padding: 0;
  31.     margin-bottom: 20px;
  32.     font-size: 21px;
  33.     line-height: 40px;
  34.     color: #333333;
  35.     border: 0;
  36.     border-bottom: 1px solid #C5C5C5;
  37. }
  38. img {max-width:100%}
  39. legend small {
  40.     font-size: 15px;
  41.     color: #999999;
  42. }
  43.  
  44. label,
  45. input,
  46. button,
  47. select,
  48. textarea {
  49.     font-size: 14px;
  50.     font-weight: normal;
  51.     line-height: 20px;
  52. }
  53.  
  54. input,
  55. button,
  56. select,
  57. textarea {
  58.     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  59. }
  60.  
  61. label {
  62.     margin-bottom: 5px;
  63. }
  64.  
  65. select,
  66. textarea,
  67. input[type="text"],
  68. input[type="password"],
  69. input[type="datetime"],
  70. input[type="datetime-local"],
  71. input[type="date"],
  72. input[type="month"],
  73. input[type="time"],
  74. input[type="week"],
  75. input[type="number"],
  76. input[type="email"],
  77. input[type="url"],
  78. input[type="search"],
  79. input[type="tel"],
  80. input[type="color"],
  81. .uneditable-input {
  82.     display: inline-block;
  83.     padding: 4px 6px;
  84.     font-size: 14px;
  85.     line-height: 20px;
  86.     color: #555555;
  87.     vertical-align: middle;
  88.  
  89.     height:34px
  90. }
  91.  
  92. input,
  93. textarea,
  94. .uneditable-input {
  95.     width: 300px;
  96.     max-width:100%
  97. }
  98.  
  99. textarea {
  100.     height: auto;
  101. }
  102.  
  103. textarea,
  104. input[type="text"],
  105. input[type="password"],
  106. input[type="datetime"],
  107. input[type="datetime-local"],
  108. input[type="date"],
  109. input[type="month"],
  110. input[type="time"],
  111. input[type="week"],
  112. input[type="number"],
  113. input[type="email"],
  114. input[type="url"],
  115. input[type="search"],
  116. input[type="tel"],
  117. input[type="color"],
  118. .uneditable-input {
  119.     background-color: #ffffff;
  120.     border: 1px solid #d7d7d7;
  121.     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  122.     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  123.     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  124.     -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  125.     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  126.     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  127.     transition: border linear 0.2s, box-shadow linear 0.2s;
  128. }
  129.  
  130. textarea:focus,
  131. input[type="text"]:focus,
  132. input[type="password"]:focus,
  133. input[type="datetime"]:focus,
  134. input[type="datetime-local"]:focus,
  135. input[type="date"]:focus,
  136. input[type="month"]:focus,
  137. input[type="time"]:focus,
  138. input[type="week"]:focus,
  139. input[type="number"]:focus,
  140. input[type="email"]:focus,
  141. input[type="url"]:focus,
  142. input[type="search"]:focus,
  143. input[type="tel"]:focus,
  144. input[type="color"]:focus,
  145. .uneditable-input:focus {
  146.  
  147.     outline: 0;
  148.     outline: thin dotted \9;
  149.     /* IE6-9 */
  150.  
  151. }
  152.  
  153. input[type="radio"],
  154. input[type="checkbox"] {
  155.     margin: 4px 0 0;
  156.     margin-top: 1px \9;
  157.     *margin-top: 0;
  158.     line-height: normal;
  159. }
  160.  
  161. input[type="file"],
  162. input[type="image"],
  163. input[type="submit"],
  164. input[type="reset"],
  165. input[type="button"],
  166. input[type="radio"],
  167. input[type="checkbox"] {
  168.     width: auto;
  169. }
  170.  
  171. select,
  172. input[type="file"] {
  173.     height: 30px;
  174.     /* In IE7, the height of the select element cannot be changed by height, only font-size */
  175.  
  176.     *margin-top: 4px;
  177.     /* For IE7, add top margin to align select with labels */
  178.  
  179.     line-height: 30px;
  180. }
  181.  
  182. select {
  183.     width: 300px;
  184.     max-width:100%;
  185.     background-color: #ffffff;
  186.     border: 1px solid #cccccc;
  187. }
  188.  
  189. select[multiple],
  190. select[size] {
  191.     height: auto;
  192. }
  193.  
  194. select:focus,
  195. input[type="file"]:focus,
  196. input[type="radio"]:focus,
  197. input[type="checkbox"]:focus {
  198.     outline: thin dotted #333;
  199.     outline: 5px auto -webkit-focus-ring-color;
  200.     outline-offset: -2px;
  201. }
  202.  
  203. p {
  204.     margin-top: 0px;
  205.     margin-bottom: 20px;
  206. }
  207. a, a:visited, a:focus {
  208.     color: #323232;
  209.     cursor: pointer;
  210.     text-decoration:none;
  211.     outline:none
  212. }
  213. a:hover {
  214.     text-decoration:none;
  215.     color:#ffe402
  216. }
  217. a img {
  218.     border: none;
  219. }
  220. form {
  221.     margin-bottom:0;
  222. }
  223. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  224.     font-weight:bold;
  225.     font-family: 'Roboto', sans-serif;
  226. }
  227. /***********************/
  228. h1 {
  229.     font-size:17px;
  230.     color:#ffe402;
  231.     text-transform:uppercase;
  232. }
  233. h2 {
  234.     font-size:13px;
  235.     color:#ffe402;
  236.     text-transform:uppercase;
  237. }
  238. h3 {
  239.     color:#323232;
  240.     font-size:16px;
  241. }
  242. .p0 {
  243.     padding:0px !important
  244. }
  245. .m0 {
  246.     margin:0px !important
  247. }
  248. .mt0 {
  249.     margin-top:0px !important
  250. }
  251. /***********************/
  252. @font-face {
  253.     font-family: 'FontAwesome';
  254.     src: url('./fonts/fontawesome-webfont.eot');
  255.     src: url('./fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff') format('woff'), url('./fonts/fontawesome-webfont.ttf') format('truetype'), url('./fonts/fontawesome-webfont.svg') format('svg');
  256.     font-weight: normal;
  257.     font-style: normal;
  258. }
  259. /****************/
  260. .fleft {
  261.     float:left;
  262. }
  263. .fright {
  264.     float:right;
  265. }
  266. .tcenter {text-align:center !important;}
  267. .fancybox {
  268.     text-decoration:none;
  269. }
  270. .fancybox:hover {
  271.     text-decoration:underline;
  272. }
  273. .account-success #content p {
  274.     margin-bottom:5px;
  275. }
  276. .wrapper {
  277.     width:100%;
  278.     overflow:hidden;
  279. }
  280. .extra-wrap {
  281.     overflow:hidden;
  282. }
  283. .clear {
  284.     clear: both;
  285.     display: block;
  286.     overflow: hidden;
  287.     visibility: hidden;
  288.     width: 0;
  289.     height: 0;
  290. }
  291. a#hidden {
  292.     display:none;
  293.     visibility:hidden
  294. }
  295. /********************************************************************************back to top******************************************************************************/
  296. #back-top {
  297.     position: fixed;
  298.     bottom: 30px;
  299.     z-index:9999;
  300.     left:50%;
  301.     margin-left:640px;
  302. }
  303. #back-top a:hover {
  304.     color:#79ec3e;
  305. }
  306. #back-top span {
  307.     width:42px;
  308.     height:26px;
  309.     display: block;
  310.     margin-bottom: 7px;
  311.     background:url(img/up-arrow.png) no-repeat left 0px;
  312. }
  313. #back-top a:hover span {
  314.     background-position:left bottom;
  315. }
  316. /***********************************************************************************header-style**********************************************************************************/
  317. .header-modules {
  318.     position:relative;
  319.     z-index:1;
  320. }
  321. /* layout */
  322. #content {
  323.  
  324. }
  325. #container {
  326.     text-align: left;
  327. }
  328.  
  329. #column-right { }
  330. /* header */
  331. .common-home #content {
  332.     padding-top:0;
  333. }
  334. #content {
  335.     /*    padding-top:20px;
  336.         padding-bottom: 20px;*/
  337. }
  338. header {
  339.     position: relative;
  340.     color:#9d9d9d;
  341.     background-color:#ffe402;
  342. }
  343. header #logo a img {
  344.     vertical-align:top;
  345.     max-width:100%;
  346.     /*width:100%;*/
  347. }
  348. header #logo {
  349.     float:left;
  350.     margin:0px 0px 15px -6px;
  351.     width: 275px;
  352.     text-align: center;
  353. }
  354. #language {
  355.     color: #999;
  356.     line-height: 17px;
  357. }
  358. #language img {
  359.     cursor: pointer;
  360. }
  361. .header-top1 {
  362.     float:right;
  363. }
  364.  
  365. /************************************************************************************currency******************************************************/
  366. .swipe-left {
  367.     width:20px;
  368.     left:0;
  369.     top:0;
  370.     position:fixed;
  371.     height:100%;
  372.     z-index:98
  373. }
  374. body.ind .swipe-left {
  375.     display:none !important;
  376.     visibility:hidden
  377. }
  378. .swipe {
  379.     display:none;
  380. }
  381. .swipe-control  {display:none;}
  382. #currency {
  383.     float:right;
  384. }
  385. #currency >div .heading-1 {display:none;}
  386. .swipe-menu #currency {
  387.     float:none;
  388. }
  389. .swipe-menu #currency > ul form {margin:0;}
  390. .swipe-menu #currency > ul {
  391.     top:0;
  392.     left:0;
  393.     right:auto;
  394.     position:relative;
  395.     width:100%;
  396.     background:#2b2b2b;
  397.     border:0;
  398.     border-bottom:1px solid #000000;
  399.     padding:0
  400. }
  401. .swipe-menu #currency > ul li:first-child {padding-left:30px;}
  402. .swipe-menu #currency > ul li {
  403.     display:inline-block;
  404.     padding:0px 0 0px 10px;
  405.     line-height:20px;
  406. }
  407. .swipe-menu #currency > ul li a {
  408.     padding:14px;
  409.     display:block;
  410. }
  411. .swipe-menu #currency > ul li span.act {color:#ffe402}
  412. #body .swipe .swipe-menu #currency .heading {display:none;}
  413. #body .swipe .swipe-menu #currency>div {display:block;}
  414. #body .swipe .swipe-menu #currency .heading-1{
  415.     display:block;
  416.     padding:11px 20px;
  417.     float:none;
  418.     border-bottom:1px solid #000;
  419.     font-size:13px;
  420. }
  421. #body .swipe .swipe-menu #currency .heading-1 i {
  422.     display:inline-block;
  423.     font-size:26px;
  424.     line-height:26px;
  425.     vertical-align:middle;
  426.     margin-top:0px;
  427.     color:#7e7e7e;
  428.     padding-left:0;
  429.     margin-right:9px;
  430. }
  431. #body .swipe .swipe-menu #currency .heading-1 i.fa.fa-angle-down {
  432.     font-size:21px;
  433.     text-align:center;
  434.     float:right;
  435. }
  436.  
  437. /*********************************************************************************************language*******************************************************************************************/
  438. #language {
  439.     float:right;
  440. }
  441. #language .heading{
  442.  
  443. }
  444. #language .heading1 {display:none;}
  445. .swipe-menu #language  {
  446.     float:none;
  447. }
  448. .swipe-menu #language> ul {
  449.     position:relative;
  450. }
  451. .swipe-menu #language .heading {
  452.     display:none;
  453. }
  454. .swipe-menu #language {
  455.     float:none;
  456. }
  457. .swipe-menu #language > ul {
  458.     top:0;
  459.     left:0;
  460.     right:auto;
  461.     position:relative;
  462.     width:100%;
  463.     background:#2b2b2b;
  464.     border:0;
  465.     border-bottom:1px solid #000000;
  466.     padding:0
  467. }
  468. .swipe-menu #language > ul li>span{
  469.     display:block;
  470.     padding:14px;
  471.     font-size:14px;
  472.     cursor:pointer
  473. }
  474. .swipe-menu #language > ul li {
  475.     display:inline-block;
  476.     padding:0px 0 0px 5px;
  477.     line-height:20px;
  478. }
  479. .swipe-menu #language > ul li span.act {color:#ffe402}
  480. #body .swipe .swipe-menu #language .heading {display:none;}
  481. #body .swipe .swipe-menu #language>div {display:block;}
  482. #body .swipe .swipe-menu #language .heading1{
  483.     display:block;
  484.     padding:11px 20px;
  485.     float:none;
  486.     border-bottom:1px solid #000;
  487.     font-size:13px;
  488.     color:#fff
  489. }
  490. #body .swipe .swipe-menu #language .heading1 i {
  491.     display:inline-block;
  492.     font-size:26px;
  493.     line-height:26px;
  494.     vertical-align:middle;
  495.     margin-top:0px;
  496.     color:#7e7e7e;
  497.     text-align:center;
  498.     margin-right:9px;
  499. }
  500. #body .swipe .swipe-menu #language .heading1 i.fa.fa-angle-down {
  501.     font-size:21px;
  502.     float:right;
  503. }
  504. /*********************************************************************************************header button*******************************************************************************************/
  505. .header-button {position:relative;z-index:10}
  506. .header-button>ul {
  507.     display:none;
  508.     position:absolute;
  509.     background-color:grey;
  510.     width:200px;
  511. }
  512. .header-button>div:hover {cursor:pointer;}
  513. header .header-button>div i{
  514.     font-size:14px;
  515.     color:#fff;
  516.     margin-left:8px;
  517. }
  518. header .header-button.active>div i, header .header-button>div:hover i{
  519.     color:#fff
  520. }
  521. header .header-button.active>div, header .header-button>div:hover {
  522.     color:#ffe402
  523. }
  524. header .header-button>div {
  525.     display:inline-block;
  526.     font-size:14px;
  527.     color:#ffffff;
  528.     text-transform:capitalize;
  529.     margin:10px 0 10px 11px;
  530.     line-height:20px;
  531. }
  532. header .header-button>ul {
  533.     background-color:#1c1c1c;
  534.     width:32px;
  535.     left:auto;
  536.     right:0
  537. }
  538. header .header-button>ul li {
  539.     text-align:center;
  540.     padding:5px 0;
  541. }
  542. header .header-button>ul li span:hover {color:#ffe402}
  543. header .header-button>ul li span {
  544.     font-size:14px;
  545.     text-transform:capitalize;
  546.     cursor:pointer;
  547.     color:#fff;
  548. }
  549. /*********************************************************************************************Swipe Control*******************************************************************************************/
  550. body div.shadow{display:none;}
  551. #body .swipe .swipe-menu li a:hover {color:#ffe402}
  552. #body .swipe .swipe-menu li a {color:#7E7E7E}
  553. #body .swipe .swipe-menu li a i {
  554.     color:#7e7e7e;
  555.     font-size:26px;
  556.     margin-right:9px;
  557. }
  558. #body .swipe .swipe-menu > ul li a {
  559.     display:block;
  560.     font-size:13px;
  561.     line-height:26px;
  562.     color:#fff;
  563.     padding:10px 20px 11px;
  564.     border-bottom:1px solid #000;
  565.     position:relative;
  566. }
  567. /*****************************************************/
  568. #body .swipe .swipe-menu .foot li a:before {
  569.     content:"\f05a";
  570.     background-image: none;
  571.     background-position: 0 0;
  572.     background-repeat: repeat;
  573.     display: inline;
  574.     font-family: FontAwesome;
  575.     font-style: normal;
  576.     font-weight: normal;
  577.     height: auto;
  578.     line-height: normal;
  579.     margin-top: 0;
  580.     text-decoration: inherit;
  581.     vertical-align: baseline;
  582.     width: auto;
  583.     display: inline-block;
  584.     text-decoration: inherit;
  585.     text-align: center;
  586.     font-size:26px;
  587.     color:#7e7e7e;
  588.     margin-right:9px;
  589. }
  590. #body .swipe .swipe-menu .foot li+li a:before {content:"\f0d1"}
  591. #body .swipe .swipe-menu .foot li+li+li a:before {content:"\f06a"}
  592. #body .swipe .swipe-menu .foot li+li+li+li a:before {content:"\f085"}
  593.  
  594. #body .swipe .swipe-menu .foot.foot-1 li a:before {content:"\f0ac"}
  595. #body .swipe .swipe-menu .foot.foot-1 li+li a:before {content:"\f079"}
  596. #body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {content:"\f0e8"}
  597.  
  598. #body .swipe .swipe-menu .foot.foot-2 li a:before {content:"\f02c"}
  599. #body .swipe .swipe-menu .foot.foot-2 li+li a:before {content:"\f06b"}
  600. #body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {content:"\f0c0"}
  601. #body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {content:"\f0a3"}
  602.  
  603. #body .swipe .swipe-menu .foot.foot-3 li a:before {content:"\f0cb"}
  604. #body .swipe .swipe-menu .foot.foot-3 li+li a:before {content:"\f003"}
  605.  
  606. /*********************************************************************************************header-cart*******************************************************************************************/
  607. .cart-position {
  608.     float:right;
  609.     position:relative;
  610.     margin:9px 7px 10px 30px;
  611. }
  612. #cart .heading span.link_a i {
  613.     font-size:32px;
  614.     line-height:normal;
  615.     line-height:61px;
  616. }
  617. #cart .heading span.link_a i.fa.fa-angle-down {
  618.     display:none;
  619. }
  620. #cart .heading span.link_a strong, #cart .heading span.link_a b {
  621.     display:none;
  622. }
  623. #cart .heading span.link_a {
  624.     display:block;
  625.     background-color:#EBEAEA;
  626.     color:#ffe402;
  627.     text-decoration:none;
  628.     font-size:15px;
  629.     line-height:61px;
  630.     width:61px;
  631.     height:61px;
  632.     text-align:center;
  633.     cursor:pointer;
  634.     position:relative;
  635.     vertical-align:top;
  636.     border-radius:50%
  637. }
  638. #cart.active .content {
  639.     display:block;
  640. }
  641. .cart-position #cart .heading span.link_a #cart-total {display:none;}
  642. .cart-position #cart .heading span.link_a #cart-total2 {
  643.     width:36px;
  644.     height:36px;
  645.     line-height:36px;
  646.     border-radius:50%;
  647.     background-color:#fff;
  648.     top:-9px;
  649.     right:-7px;
  650.     position:absolute;
  651.     display:block;
  652.     font-size:18px;
  653.     font-weight:bold;
  654.     color:#1c1c1c
  655. }
  656. #cart .content {
  657.     clear: both;
  658.     display:none;
  659.     position: absolute;
  660.     top:60px;
  661.     background:#fff;
  662.     z-index:99999;
  663.     width:270px;
  664.     padding:10px 5px;
  665.     float:right;
  666.     box-shadow:0px 5px 13px rgba(0,0,0,0.13);
  667.     right:0px;
  668.     border:1px solid #C5C5C5;
  669. }
  670. header #cart.active .content {
  671.     display: block;
  672. }
  673. header #cart.active .content .mini-cart-info{
  674.     display: block;
  675. }
  676. header #cart .cart {
  677.     width: 100%;
  678.     margin-bottom: 5px;
  679. }
  680. header #cart .cart td.price {
  681.     font-size:12px;
  682.  
  683.     line-height:12px;
  684. }
  685. header #cart .cart td.total {
  686.     font-size:12px;
  687.  
  688. }
  689. header #cart .cart td.name a:hover {
  690.  
  691. }
  692. header #cart .cart td.name a i {text-decoration:none;}
  693. header #cart .cart td.name a {
  694.     margin-top:0px;
  695.     display:inline-block;
  696. }
  697. header #cart .cart td .total {
  698.     font-size:11px;
  699.     font-weight:bold;
  700.     color:#000;
  701. }
  702. header #cart .cart td .total .quantity {
  703. }
  704. header #cart .cart td.name {
  705.  
  706. }
  707. header #cart .cart .item-cart-1 td {
  708.     padding-top:0;
  709. }
  710. header #cart .cart td {
  711.     color: #000;
  712.     vertical-align: top;
  713. }
  714. header #cart .cart .image {
  715.     padding-right:15px;
  716. }
  717.  
  718. .cart-module .cart tr {
  719.     background:none;
  720. }
  721. header #cart .cart .image img {
  722.     text-align: left;
  723. }
  724. header #cart .cart .name small {
  725.     color: #666;
  726. }
  727. header #cart .cart .quantity {
  728.     font-family:Arial, Helvetica, sans-serif;
  729.     font-size:11px;
  730.     font-weight:bold;
  731.     color:#a6a4a4;
  732.     text-transform:uppercase;
  733. }
  734. header #cart .cart td.total {
  735.     font-size:12px;
  736.  
  737.     color:#c81908;
  738.     text-align: right;
  739. }
  740. .cart-module .remove img:hover {
  741.     overflow:hidden;
  742.     margin-top:-11px;
  743. }
  744. .cart-module .cart .remove img {
  745.     float:left;
  746. }
  747. .remove span:hover i{color:#ffe402}
  748. .cart-module .cart .remove span {
  749.     width:11px;
  750.     height:11px;
  751.     overflow:hidden;
  752.     display: inline-block;
  753. }
  754. .cart-module .cart .remove {
  755.     width:20px;
  756.     text-align:center!important;
  757.     padding-top:8px;
  758. }
  759. .cart-module .cart .remove img {
  760.     cursor: pointer;
  761. }
  762. header #cart .cart .remove i:hover {cursor:pointer}
  763. header #cart .cart .remove i {
  764.     font-size:14px;
  765.     line-height:normal;
  766.     margin-right:3px;
  767. }
  768. header #cart .cart .remove img:hover {
  769.     overflow:hidden;
  770.     margin-top:-11px;
  771. }
  772. header #cart .cart .remove img {
  773.     float:left;
  774. }
  775. header #cart .cart .remove {
  776.     padding:10px 0
  777. }
  778. header #cart .cart .remove>span:hover {
  779.     color:##ffe402
  780. }
  781. header #cart .cart .remove>span{
  782.     font-size:15px;
  783.  
  784.     cursor:pointer
  785. }
  786. header #cart .cart .remove img {
  787.     cursor: pointer;
  788. }
  789. header #cart table.total {
  790.     font-size:11px;
  791.     padding: 5px 10px 5px 10px;
  792.     margin-top:5px;
  793.     float: right;
  794.     clear: left;
  795.     margin-bottom: 5px;
  796. }
  797. header #cart table.total tr {
  798.     padding:0px 10px 0px 10px;
  799. }
  800. header #cart table.total td b {
  801.     color:#7e7e7e;
  802.     font-size:13px;
  803.     font-style:italic;
  804. }
  805. header #cart table.total td {
  806.     color: #323232;
  807.     padding-left:5px;
  808.     padding-right:10px;
  809.     text-align:left;
  810.  
  811. }
  812. header #cart table.total td .t-price {
  813.     font-size:13px;
  814.     font-weight:bold
  815. }
  816. header #cart .content .checkout a.button {
  817.     margin-bottom:5px;
  818. }
  819. header #cart .content .checkout {
  820.     text-align: right;
  821.     clear: both;
  822.     padding-right:8px;
  823.     padding-bottom:0px;
  824.     padding-top:5px;
  825. }
  826. header #cart .empty {
  827.     padding-top:20px;
  828.     text-align: center;
  829.     padding-bottom:20px;
  830. }
  831. /****************************************************************************************************************************************************************************************/
  832. /* menu */
  833. /****************************************************************************************************************************************************************************************/
  834. .header-top {
  835.     width:100%;
  836. /*    background-color:#1c1c1c;*/
  837.     margin-bottom:19px;
  838. }
  839. .phone {
  840.     float: left;
  841.     font-size:23px;
  842.     line-height:40px;
  843.     margin-right: 10px;
  844. }
  845. .phone span {
  846.     font-size:16px;
  847.     color:#777777;
  848. }
  849. .workhours{
  850.     float: left;
  851.     line-height: 40px;
  852.     font-size: 16px;
  853. }
  854. #welcome {
  855.     float:right;
  856.     margin-top:30px;
  857.     margin-left:20px;
  858. }
  859. #welcome li a i{display:none;}
  860. #welcome li {
  861.     float:right;
  862.     padding:0 8px;
  863. }
  864. #welcome li a:hover {text-decoration:underline;}
  865. #welcome li a{
  866.     font-size:14px;
  867.     color:#1c1c1c;
  868. }
  869. /****************************************************************************************************************************************************************************************/
  870. header .toprow {
  871.     width:100%;
  872.     background:url(img/toprow.png) repeat-x left top #323232;
  873.     border-bottom:1px solid #262626;
  874.     border-radius:5px 5px 0 0;
  875.     float:right;
  876.     padding-left:12px;
  877. }
  878. header .toprow-1 {
  879.     z-index:100;
  880.     position:fixed;
  881.     display:none;
  882.     background-color:#323232;
  883.     width:100%;
  884.     left:0;
  885.     top:0;
  886. }
  887. header .toprow-1 #cart .heading span.link_a i {}
  888. /**************************************************************************************/
  889. header .links {
  890.     font-size:12px;
  891. }
  892. header .links li a i {
  893.     display:none;
  894. }
  895. header .links li {
  896.     float:left;
  897.     padding:8px  8px
  898. }
  899. header .links a.active, header .links a:hover {
  900.     color:#ffe402;
  901.     text-decoration:none;
  902. }
  903. header .links a {
  904.     display:inline-block;
  905.     font-size:14px;
  906.     color:#ffffff;
  907.     line-height:26px;
  908.     vertical-align:top;
  909. }
  910. .toprow .links .login_h a {
  911.     max-height:26px;
  912.     max-width:104px;
  913.     overflow:hidden;
  914.     white-space:nowrap;
  915. }
  916. /***************************************************************************************menu-gadget**********************************************************************************/
  917. #menu-gadget {display:none;}
  918. /***************************************************************************************search**********************************************************************************/
  919. header .col-sm-12 {position:relative;}
  920. .top-search  {
  921.     line-height:50px;
  922.     border-right:1px solid #000;
  923.     display:inline-block;
  924.     padding:0 20px;
  925. }
  926. .top-search:hover {
  927.     cursor:pointer
  928. }
  929. .top-search i {
  930.     font-size:26px;
  931.     color:#7e7e7e;
  932. }
  933. .top-search #search {display:none;}
  934. #search {
  935.     position:relative;
  936.     float:right;
  937.     border:1px solid #262626;
  938.     border-radius:3px;
  939. }
  940. #search .button-search {
  941.     float:right;
  942.     background:url(img/button-serach.png) repeat-x left top #fee306;
  943.     width:53px;
  944.     line-height:27px;
  945.     color:#1c1c1c;
  946.     font-size:14px;
  947.     text-align:center;
  948.     border-left:1px solid #262626;
  949.     border-radius:0 2px 2px 0;
  950. }
  951. #search .button-search:hover {
  952.     color:#fff;
  953.     background:#333333;
  954.     border-color:#333333;
  955.     cursor:pointer;
  956.  
  957. }
  958. #search input {
  959.     float:left;
  960.     border:0;
  961.     line-height:21px;
  962.     height:27px;
  963.     max-width:207px;
  964.     margin:0;
  965.     padding:3px 8px;
  966.     background-color:#fff;
  967.     border-radius:2px 0px 0px 2px;
  968.     box-shadow:inset 5px 5px 7px rgba(0,0,0,0.2)
  969. }
  970. /*******************************************************************************************************************************************************************************/
  971. .name a {
  972.     text-decoration:none;
  973.     font-size:13px;
  974.     color:#1c1c1c;
  975.     line-height:19px;
  976. }
  977. .name a:hover {
  978.     text-decoration:underline;
  979. }
  980. .price.price-min {display:none;}
  981. .price {
  982.     font-size:15px;
  983.     color:#1c1c1c;
  984.     font-weight:500;
  985. }
  986. .price .price-new {
  987.     margin-right:5px;
  988. }
  989. .price .price-old {
  990.     text-decoration:line-through;
  991.     font-size:13px;
  992. }
  993. /*****************************************************************************box price *************************************************************************/
  994. .box-product .price{
  995.     line-height:normal;
  996.     margin-bottom:13px;
  997. }
  998. .box-product .price .price-new {
  999.     margin-right:8px;
  1000. }
  1001. .box.box-filter input[type="checkbox"] {
  1002.     float: left;
  1003. }
  1004. /****************************************************************************** tooltip ***********************************************************************/
  1005. .related-info .tooltip-inner {max-width:120px !important; white-space:normal !important}
  1006. .tooltip {
  1007.     position: absolute;
  1008.     z-index: 1030;
  1009.     display: block;
  1010.     font-size: 13px;
  1011.     font-weight:bold;
  1012.     line-height: 1.4;
  1013.     opacity: 0;
  1014.     filter: alpha(opacity=0);
  1015.     visibility: visible;
  1016. }
  1017.  
  1018. .tooltip.in {
  1019.     opacity: 1;
  1020.     filter: alpha(opacity=100);
  1021. }
  1022.  
  1023. .tooltip.top {
  1024.     padding: 5px 0;
  1025.     margin-top: -3px;
  1026. }
  1027.  
  1028. .tooltip.right {
  1029.     padding: 0 5px;
  1030.     margin-left: 3px;
  1031. }
  1032.  
  1033. .tooltip.bottom {
  1034.     padding: 5px 0;
  1035.     margin-top: 3px;
  1036. }
  1037.  
  1038. .tooltip.left {
  1039.     padding: 0 5px;
  1040.     margin-left: -3px;
  1041. }
  1042.  
  1043. .tooltip-inner {
  1044.     white-space:nowrap;
  1045.     max-width: 300px;
  1046.     padding:5px;
  1047.     color: #ffffff;
  1048.     text-align: center;
  1049.     text-decoration: none;
  1050.     background-color: #ffe402;
  1051.  
  1052.     -webkit-border-radius: 0px;
  1053.     -moz-border-radius: 0px;
  1054.     border-radius: 0px;
  1055. }
  1056.  
  1057. .tooltip-arrow {
  1058.     position: absolute;
  1059.     width: 0;
  1060.     height: 0;
  1061.     border-color: transparent;
  1062.     border-style: solid;
  1063. }
  1064.  
  1065. .tooltip.top .tooltip-arrow {
  1066.     bottom: 0;
  1067.     left: 50%;
  1068.     margin-left: -5px;
  1069.     border-top-color: #ffe402;
  1070.     border-width: 5px 5px 0;
  1071. }
  1072.  
  1073. .tooltip.right .tooltip-arrow {
  1074.     top: 50%;
  1075.     left: 0;
  1076.     margin-top: -5px;
  1077.     border-right-color: #ffe402;
  1078.     border-width: 5px 5px 5px 0;
  1079. }
  1080.  
  1081. .tooltip.left .tooltip-arrow {
  1082.     top: 50%;
  1083.     right: 0;
  1084.     margin-top: -5px;
  1085.     border-left-color: #ffe402;
  1086.     border-width: 5px 0 5px 5px;
  1087. }
  1088.  
  1089. .tooltip.bottom .tooltip-arrow {
  1090.     top: 0;
  1091.     left: 50%;
  1092.     margin-left: -5px;
  1093.     border-bottom-color: #ffe402;
  1094.     border-width: 0 5px 5px;
  1095. }
  1096. /*******************************************************************************Icon: wishlist and Comapare************************************************************************************/
  1097. .tooltip-1 {white-space:nowrap}
  1098.  
  1099. .product-list .wishlist, .product-list .compare {
  1100.     margin:5px 0 0 10px
  1101. }
  1102. .compare {margin-right:20px;}
  1103. .preview .cart {margin-right:15px;}
  1104. .preview .wishlist a,.preview  .compare a {display:inline;}
  1105. .preview .wishlist,.preview  .compare  {display:block;}
  1106. .wishlist, .compare  {display:inline-block;}
  1107. .wishlist a:hover, .compare a:hover {color:#1c1c1c}
  1108. .wishlist a, .compare a{
  1109.     display:inline-block;
  1110.     font-size:12px;
  1111.     color:#a0a0a0;
  1112.     font-weight:500;
  1113. }
  1114. .wishlist a i, .compare a i{
  1115.     font-size:20px;
  1116.     margin-right: 5px;
  1117. }
  1118.  
  1119. .wishlist a.checked, .compare a.checked{
  1120.     color:#000;
  1121. }
  1122.  
  1123. /*********************************************************************leftinfo***************************************************************************************************/
  1124. aside .info li,
  1125. aside .brands li{
  1126.     position: relative;
  1127.     clear:both;
  1128.     padding:7px 20px;
  1129.     border-top:1px dotted #c5c5c5;
  1130. }
  1131.  
  1132. aside .info li a i, .afine li a i, .acount li a i {
  1133.     font-size:17px;
  1134.     margin-right:10px;
  1135. }
  1136.  
  1137. aside .info li a, aside .brands li a, .afine li a, .acount li a {
  1138.     line-height:20px;
  1139.     font-size:14px;
  1140.     font-size:14px;
  1141.     color:#777777;
  1142. }
  1143. aside .info li:first-child,aside .brands li:first-child, aside.info li:first-child, .afine li:first-child, .acount li:first-child {border-top:0;}
  1144. aside.info li, .afine li, .acount li {
  1145.     padding:7px 20px;
  1146.     border-top:1px dotted #c5c5c5;
  1147. }
  1148. aside .info li a + a i, .afine li a + a i, .acount li a + a i{
  1149.     display:none;
  1150. }
  1151. aside .info li a + a, .afine li a + a, .acount li a + a {
  1152.     padding-left:0;
  1153.     background:none;
  1154. }
  1155. aside .info li a:hover, .afine li a:hover, .acount li a:hover {
  1156.     color:#1c1c1c
  1157. }
  1158. /********************************************************************************************************************************************************************************/
  1159. .box-filter .box-content .button {margin-top:10px}
  1160. /********************************************************************************specials*****************************************************************************************/
  1161. .breadcrumb a.last {
  1162.     color:#ffe402
  1163. }
  1164. .breadcrumb {
  1165.     background-color:#f7f7f7;
  1166.     border-radius:0;
  1167.     padding:12px 20px;
  1168.     font-weight:bold;
  1169.     border:1px solid #C5C5C5;
  1170. }
  1171. .success, .warning, .attention, .information {
  1172.     padding: 10px 10px 10px 33px;
  1173.     margin-bottom: 15px;
  1174. }
  1175. .success {
  1176.     background: #EAF7D9 url('img/success.png') 10px center no-repeat;
  1177.     border: 1px solid #C5C5C5;
  1178. }
  1179. .warning {
  1180.     background: #FFD1D1 url('img/warning.png') 10px center no-repeat;
  1181.     border: 1px solid #F8ACAC;
  1182.     padding-left:30px!important;
  1183.     width:74%;
  1184.     float:right;
  1185.     margin:10px 0 0
  1186. }
  1187. .attention {
  1188.     background: #FFF5CC url('img/attention.png') 10px center no-repeat;
  1189.     border: 1px solid #F2DD8C;
  1190. }
  1191. .success .close, .warning .close, .attention .close, .information .close {
  1192.     float: right;
  1193.     cursor: pointer;
  1194. }
  1195. .required {
  1196.     color: #ff7409;
  1197.     font-weight: bold;
  1198. }
  1199. .error {
  1200.     display: block;
  1201.     color: #FF0000;
  1202. }
  1203. .help {
  1204.     color: #999;
  1205.     font-size: 10px;
  1206.     font-weight: normal;
  1207.     font-family: Verdana, Geneva, sans-serif;
  1208.     display: block;
  1209. }
  1210. table.form {
  1211.     width: 100%;
  1212.     margin-bottom: 20px;
  1213. }
  1214. .checkout-product thead td .checkout-product thead td {
  1215.     text-align:center!important;
  1216. }
  1217. .checkout-content .buttons #button-payment {
  1218.     margin-top:10px;
  1219. }
  1220. .checkout-product td.price {
  1221.     font-size:12px;
  1222. }
  1223. .checkout-product td.total {
  1224.     text-align:center!important;
  1225. }
  1226. table.list thead td a, .list thead td {
  1227.     text-decoration: none;
  1228. }
  1229. table.list tbody td a {
  1230.     text-decoration: underline;
  1231. }
  1232. table.list tbody td {
  1233.     vertical-align: top;
  1234. }
  1235. table.list .left {
  1236.     text-align: left;
  1237. }
  1238. table.list .right {
  1239.     text-align: right;
  1240. }
  1241. table.list .center {
  1242.     text-align: center;
  1243. }
  1244. .pagination {
  1245.     display: inline-block;
  1246.     width: 100%;
  1247. }
  1248. .account-order .button-order-right {
  1249.     float:right;
  1250.     margin-top:-3px;
  1251. }
  1252. .account-order .pagination {
  1253.     margin-bottom:25px;
  1254. }
  1255. .pagination .links {
  1256.     float: left;
  1257.     margin-right:10px;
  1258. }
  1259.  
  1260. .pagination .links li {
  1261.     display: inline-block;
  1262.     margin-right: 5px;
  1263. }
  1264.  
  1265. .pagination .links a {
  1266.     display: inline-block;
  1267.     padding: 4px 10px;
  1268.     text-decoration: none;
  1269.     border:1px solid #C5C5C5;
  1270. }
  1271. .pagination .links a:hover,.pagination .links li.selected a {
  1272.     border:1px solid #ffe402;
  1273. }
  1274.  
  1275. /* button */
  1276. a.button.details {margin-left:10px;}
  1277. a.button {
  1278.     display: inline-block;
  1279.     text-decoration: none;
  1280.     cursor: pointer;
  1281.     background:#fe6419;
  1282.     font-size:12px;
  1283.     line-height:18px;
  1284.     background: #454545;
  1285.     border-right:1px solid #2c2c2c;
  1286.     border-bottom:1px solid #262626;
  1287.     background: -moz-linear-gradient(top, top,#464e89,#8489a9);
  1288.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464e89), color-stop(100%,#8489a9));
  1289.     background: -webkit-linear-gradient(top, #464e89,#8489a9);
  1290.     background: -o-linear-gradient(top, #464e89,#8489a9);
  1291.     background: -ms-linear-gradient(top, #464e89,#8489a9);
  1292.     background: linear-gradient(to bottom, #464e89,#8489a9);
  1293.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464e89', endColorstr='#8489a9',GradientType=0 );
  1294.     border-radius:3px;
  1295. }
  1296. a.button>i {display:none;}
  1297. a.button span {
  1298.     color: #fff;
  1299.     display: inline-block;
  1300.     padding:9px 12px;
  1301.     white-space:nowrap;
  1302.     font-size:14px;
  1303.     font-weight:400;
  1304.     line-height:18px;
  1305.  
  1306. }
  1307. a.button:hover {
  1308.     background: #464e89;
  1309.     background: -moz-linear-gradient(top, #464e89 0%, #475589  21%, #5c68b2 73%, #fee306 100%);
  1310.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464e89), color-stop(21%,#475589 ), color-stop(73%,#5c68b2), color-stop(100%,#fee306));
  1311.     background: -webkit-linear-gradient(top, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1312.     background: -o-linear-gradient(top, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1313.     background: -ms-linear-gradient(top, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1314.     background: linear-gradient(to bottom, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1315.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464e89', endColorstr='#fee306',GradientType=0 );
  1316.     border-right:1px solid #dac409;
  1317.     border-bottom:1px solid #c5b004;
  1318. }
  1319. a.button:hover span {
  1320.     color:#1c1c1c;
  1321. }
  1322.  
  1323. a.button.disabled{
  1324.     border: none;
  1325.     background: #a0a0a0;
  1326.     cursor: default;
  1327. }
  1328. a.button.disabled  span{
  1329.     color: #fff;
  1330. }
  1331. a.button.disabled>i{
  1332.     color: #fff !important;
  1333. }
  1334.  
  1335.  
  1336. input[type="submit"],
  1337. input[type="button"],
  1338. button{
  1339.     padding:9px 12px;
  1340.     color: #fff;
  1341.     display: inline-block;
  1342.     text-decoration: none;
  1343.     cursor: pointer;
  1344.     background:#fe6419;
  1345.     font-size:12px;
  1346.     line-height:18px;
  1347.     background: #454545;
  1348.     border-right:1px solid #2c2c2c;
  1349.     border-bottom:1px solid #262626;
  1350.     background: -moz-linear-gradient(top, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
  1351.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(18%,#434343), color-stop(73%,#363636), color-stop(100%,#323232));
  1352.     background: -webkit-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
  1353.     background: -o-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
  1354.     background: -ms-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
  1355.     background: linear-gradient(to bottom, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
  1356.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#323232',GradientType=0 );
  1357.     border-radius:3px;
  1358.     border: 0px;
  1359. }
  1360.  
  1361. input[type="submit"]:hover,
  1362. input[type="button"]:hover,
  1363. button:hover{
  1364.     color:#1c1c1c;
  1365.     background: #464e89;
  1366.     background: -moz-linear-gradient(top, #464e89 0%, #475589  21%, #5c68b2 73%, #fee306 100%);
  1367.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464e89), color-stop(21%,#475589 ), color-stop(73%,#5c68b2), color-stop(100%,#fee306));
  1368.     background: -webkit-linear-gradient(top, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1369.     background: -o-linear-gradient(top, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1370.     background: -ms-linear-gradient(top, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1371.     background: linear-gradient(to bottom, #464e89 0%,#475589  21%,#5c68b2 73%,#fee306 100%);
  1372.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464e89', endColorstr='#fee306',GradientType=0 );
  1373.     border-right:1px solid #dac409;
  1374.     border-bottom:1px solid #c5b004;
  1375. }
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381. a.button-i {
  1382.     display:inline-block;
  1383.     padding:5px;
  1384. }
  1385. a.button-i i {
  1386.     font-size:26px;
  1387.     color:#ffe402
  1388. }
  1389. a.button-i i:hover {
  1390.     color:#7E7E7E
  1391. }
  1392. /*******************************************background image ***********************************************************/
  1393. .image2 {position:relative;}
  1394. .image img, .image2 img, .image3 img {
  1395.     vertical-align:top;
  1396. }
  1397.  
  1398. .product-grid .image, .box-product .image2 {
  1399.     text-align:center;
  1400. }
  1401. /*****************************************************************************************************************/
  1402. .buttons {
  1403.     overflow: auto;
  1404. }
  1405. .buttons .left {
  1406.     float: left;
  1407.     text-align: left;
  1408. }
  1409. .buttons .right .mt {
  1410.     margin-top:10px
  1411. }
  1412. .buttons .right {
  1413.     float: right;
  1414.     text-align: right;
  1415. }
  1416. .buttons .center {
  1417.     text-align: center;
  1418.     margin-left: auto;
  1419.     margin-right: auto;
  1420. }
  1421. #module_cart .content {
  1422.     background: none repeat scroll 0 0 #FFFFFF;
  1423.     border-color: #EEEEEE;
  1424.     border-style: solid;
  1425.     border-width: 1px;
  1426.     box-shadow: 0 2px 2px #DDDDDD;
  1427.     clear: both;
  1428.     display: none;
  1429.  
  1430.     padding: 8px;
  1431.     position: relative;
  1432.     top: -1px;
  1433. }
  1434. #module_cart.active .heading {
  1435.     border-left: 1px solid #C5C5C5;
  1436.     border-right: 1px solid #C5C5C5;
  1437.     border-top: 1px solid #C5C5C5;
  1438.     margin-top: 5px;
  1439.     padding-bottom: 6px;
  1440.     padding-top: 10px;
  1441. }
  1442. #module_cart.active .content {
  1443.     display: block;
  1444. }
  1445. #module_cart .cart .name {
  1446.     padding-top:5px;
  1447.     padding-bottom:10px;
  1448.     padding-top:10px;
  1449. }
  1450. #module_cart .cart {
  1451.     margin-bottom:10px;
  1452.     width: 100%;
  1453. }
  1454. #module_cart .cart td .quantity {
  1455.     font-weight:bold;
  1456. }
  1457. #module_cart .cart td {
  1458.     border-bottom: 1px solid #C5C5C5;
  1459.     padding: 2px 3px;
  1460.     vertical-align: top;
  1461. }
  1462. #module_cart .cart td a {
  1463.     font-weight:normal;
  1464. }
  1465. #module_cart .cart .image {
  1466.     display: none;
  1467. }
  1468. #module_cart .cart .image img {
  1469.     border: 1px solid #C5C5C5;
  1470.     text-align: left;
  1471. }
  1472. #module_cart .cart .name small {
  1473.     line-height: 14px;
  1474. }
  1475. #module_cart .cart td.quantity {
  1476.     font-family: Arial, Helvetica, sans-serif;
  1477.     padding-top:0px;
  1478.     vertical-align:middle;
  1479. }
  1480. #module_cart .cart td.total {
  1481.     text-align: center;
  1482.     vertical-align: middle;
  1483. }
  1484. #module_cart .cart .remove {
  1485.     text-align: right;
  1486.     padding:2px 2px;
  1487.     vertical-align: middle;
  1488. }
  1489. #module_cart .cart .remove img {
  1490.     cursor: pointer;
  1491. }
  1492. #module_cart table.total {
  1493.     clear: left;
  1494.     float: right;
  1495.     margin-bottom:10px;
  1496.     padding: 5px;
  1497. }
  1498. .total-right {
  1499.     text-align:right!important;
  1500. }
  1501. #module_cart .total-left {
  1502.     padding-right:18px;
  1503. }
  1504. #module_cart table.total td b {
  1505.  
  1506. }
  1507. #module_cart table.total td {
  1508.     padding-top:3px;
  1509.     padding-bottom:3px;
  1510.     padding-left:5px;
  1511.     text-align:left;
  1512. }
  1513. #module_cart .checkout .button {
  1514.     margin-bottom:10px;
  1515. }
  1516. #module_cart .checkout {
  1517.     clear: both;
  1518.     text-align: right;
  1519. }
  1520. #module_cart .empty {
  1521.     text-align:left;
  1522.     line-height:17px;
  1523.     padding:5px 0;
  1524. }
  1525. .product-list #image {
  1526.     float: left;
  1527.     margin-top:0px;
  1528.     z-index: 0;
  1529. }
  1530. .product-grid #image {
  1531.     float: left;
  1532.     margin-top:0px;
  1533.     z-index: 0;
  1534. }
  1535. .home-block #image {
  1536.     float: left;
  1537.     margin-top:0px;
  1538.     z-index: 0;
  1539. }
  1540. /* box */
  1541. .box {
  1542.     margin-bottom:30px;
  1543. }
  1544. .box .box-heading {
  1545.     font-size:14px;
  1546.     line-height:23px;
  1547.     background:url(img/heading.png) repeat-x left top #eae9e9;
  1548.     padding:9px 20px;
  1549.     border:1px solid #c5c5c5;
  1550.     color:#313131;
  1551.     margin-bottom:30px;
  1552.     border-radius:5px 5px 0 0
  1553. }
  1554. #content .box.specials {
  1555.     margin-bottom:0;
  1556.     border-bottom:0;
  1557.     padding-bottom:0;
  1558. }
  1559. #column-right .box .box-heading, #column-left .box .box-heading {
  1560.     margin-bottom:0px;
  1561. }
  1562. .box-heading a{
  1563.     font-weight: 500;
  1564.     font-size: 18px;
  1565.     text-transform: uppercase;
  1566. }
  1567. /* box products */
  1568. .box .box-content .box-product ul li.first-in-line {
  1569.     clear:left
  1570. }
  1571. aside .box .box-content .box-product ul  {
  1572.     width:auto;
  1573.     margin:0;
  1574. }
  1575. aside .box .box-content .box-product ul>li {
  1576.     width:100%;
  1577.     margin:0;
  1578.     max-width:270px;
  1579.     padding:0
  1580. }
  1581. aside .box .box-content .box-product ul li {
  1582.     margin-bottom:0px;
  1583. }
  1584. aside .box .box-content .box-product ul li .padding {
  1585.     border:1px solid #c5c5c5;
  1586.     border-radius: 0 0 5px 5px;
  1587.     border-top:0;
  1588. }
  1589. aside .box .box-content .box-product ul li .padding .image2 {
  1590.     padding:41px 0
  1591. }
  1592. aside .box .box-content .box-product ul li .padding .rating {
  1593.     margin:0 20px 20px 20px
  1594. }
  1595. aside .box .box-content .box-product ul li .padding .cart a.button:hover i {color:#fff}
  1596. .box .box-content .box-product ul li .padding .cart a.button i {display:none;}
  1597. aside .box .box-content .box-product ul li .padding .cart a.button i {
  1598.     font-size:22px;
  1599.     color:#ffe402;
  1600.     vertical-align:-3px;
  1601.     display:inline;
  1602. }
  1603. aside .box .box-content .box-product ul li .padding .cart a.button:hover span {color:#fff;}
  1604. aside .box .box-content .box-product ul li .padding .cart a.button:hover {
  1605.     background:#323232;
  1606.     border-color:#323232
  1607. }
  1608. aside .box .box-content .box-product ul li .padding .cart a.button {
  1609.     width:100%;
  1610.     text-align:center;
  1611. }
  1612. aside .box .box-content .box-product ul li .padding .cart {
  1613.     float:none;
  1614.     margin-bottom:0px;
  1615. }
  1616. aside .box .box-content .box-product ul li .padding .inner {
  1617.     background-color:#464e89;
  1618.     padding:20px;
  1619.     border-radius:0 0 4px 4px;
  1620. }
  1621. /*************************************/
  1622. .box-filter li {
  1623.     line-height:25px;
  1624.     padding: 3px 0px;
  1625.     font-size: 14px;
  1626. }
  1627. .box-filter label {
  1628.     cursor:pointer;
  1629.  
  1630.     display:inline;
  1631.     padding-left:5px;
  1632. }
  1633. .prod-stock {
  1634.     font-style:italic;
  1635.     color:#6ba239;
  1636.     font-size:16px;
  1637. }
  1638. .box-product {
  1639.     width:100%;
  1640.     margin:0;
  1641.     padding:0;
  1642. }
  1643. .box.subcat {
  1644.     border-bottom:0;
  1645.     padding-bottom:0;
  1646. }
  1647. .box-product.box-subcat {
  1648.     margin-top:0 !important
  1649. }
  1650. .box-product.box-subcat .name.subcatname {
  1651.     padding-top:4px;
  1652.     height:42px;
  1653.     overflow:hidden;
  1654. }
  1655.  
  1656. .box-product.box-subcat .name.subcatname a {
  1657.     margin-bottom:0;
  1658.     font-style:normal
  1659. }
  1660. #content .box .box-content .box-product ul li.cat-height  .image {
  1661.     border:1px solid #c5c5c5;
  1662.     padding: 5px;
  1663.     border-radius:5px;
  1664. }
  1665. #content .box .box-content .box-product ul li.cat-height  {
  1666.     border:0px;
  1667.     margin-bottom:5px;
  1668. }
  1669. .zoom-top img {
  1670.     opacity:0;
  1671.     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  1672. }
  1673. .zoom-top a:hover {
  1674.     background-color:#7E7E7E;
  1675. }
  1676. .zoom-top a{
  1677.     display:block;
  1678.     width:30px!important;
  1679.     height:30px!important;
  1680.     background-color: #ffe402;
  1681.     color:#fff;
  1682.     overflow:hidden;
  1683.     position:absolute;
  1684.     right:0;
  1685.     top:0;
  1686.     z-index:25;
  1687.     font-size:25px;
  1688.     text-align:center;
  1689.     line-height:30px;
  1690. }
  1691. .zoom-top a:before{
  1692.     background-image: none;
  1693.     background-position: 0 0;
  1694.     background-repeat: repeat;
  1695.     display: inline;
  1696.     font-family: FontAwesome;
  1697.     font-style: normal;
  1698.     font-weight: normal;
  1699.     height: auto;
  1700.     margin-top: 0;
  1701.     text-decoration: inherit;
  1702.     vertical-align: baseline;
  1703.     width: auto;
  1704.     content: "\f00e";
  1705.     width:30px;
  1706.     line-height:30px;
  1707. }
  1708. .box-product > li.tree-div {
  1709.     margin-right:0;
  1710. }
  1711. .box-product > li {
  1712.     width:176px;
  1713.     display: inline-block;
  1714.     vertical-align: top;
  1715.     margin-right:42px;
  1716.     margin-bottom:28px;
  1717. }
  1718. #module_cart .cart .name a {
  1719.     text-decoration:none;
  1720.     line-height:17px;
  1721. }
  1722. #module_cart .cart .name a:hover {
  1723.     text-decoration:underline;
  1724. }
  1725. .box-product .image {
  1726.     display: block;
  1727.     text-align:center;
  1728. }
  1729. .box-product .name {
  1730.     margin-bottom:3px;
  1731. }
  1732. .box-product .name a {
  1733.     display: inline;
  1734. }
  1735. .related-info .rating img {
  1736.     display:inline-block;
  1737. }
  1738. .related-info .rating {
  1739.     text-align:center;
  1740. }
  1741. .box-product .rating {
  1742.     display: block;
  1743.     margin-top:7px;
  1744.     margin-bottom: 0px;
  1745. }
  1746. .box-category ul {
  1747.     list-style: none;
  1748.     margin: 0;
  1749.     padding: 0;
  1750. }
  1751. .afine {
  1752.     list-style:none;
  1753.     margin:0;
  1754.     padding:0;
  1755. }
  1756. .afine li:first-child, .acount li:first-child {
  1757.     border:0px
  1758. }
  1759. .afine li, .acount li {
  1760.  
  1761. }
  1762. .afine li a + a {
  1763.     background:none;
  1764.     padding-left:0;
  1765. }
  1766. .acount {
  1767.     list-style:none;
  1768. }
  1769. .content ul {
  1770.     list-style:none;
  1771.     margin:0;
  1772.     padding:0;
  1773. }
  1774. .content ul li a {
  1775.     text-decoration:none;
  1776.     line-height:normal;
  1777. }
  1778. .content ul li:first-child {
  1779.     border:none;
  1780. }
  1781. .content ul li {
  1782.     padding-bottom:4px;
  1783.     padding-top:4px;
  1784. }
  1785. .content ul li a {
  1786.  
  1787. }
  1788. .content ul li a i{
  1789.  
  1790.     font-size: 17px;
  1791.     margin-right:9px;
  1792. }
  1793. .wishlist-product td a {
  1794.     text-decoration:none;
  1795. }
  1796. .wishlist-product td {
  1797.     vertical-align: middle!important;
  1798.     text-align:center;
  1799. }
  1800. ul {
  1801.     list-style:none;
  1802.     margin:0;
  1803.     padding:0;
  1804. }
  1805. /***********************************************************************category*************************************************************/
  1806. .fa.fa-chevron-circle-up:before             { content: "\f139" !important; }
  1807. li.parent> i:hover {
  1808.     cursor:pointer
  1809. }
  1810. li.parent> i {
  1811.     float:right;
  1812.     font-size:12px;
  1813.     position:absolute;
  1814.     right:20px;
  1815.     top:11px;
  1816.     color:#7f7f7f
  1817. }
  1818. .box li li.parent> i {top:0px; right:0}
  1819. .box.category li{
  1820.     position:relative
  1821. }
  1822. .box.category .box-content {
  1823.     overflow:hidden;
  1824.     border-radius:0 0 5px 5px;
  1825.     border-bottom:1px solid #262626;
  1826.     background-color:#313131;
  1827. }
  1828. .box.category .box-heading {
  1829.     background:url(img/heading-cat.png) repeat-x left top #323232;
  1830.     border-width:0 0 1px 0;
  1831.     border-color:#262626;
  1832.     font-weight:500;
  1833.     font-size:18px;
  1834.     text-transform:uppercase;
  1835.     color:#ffe402
  1836. }
  1837. .box-category > ul > li > a {
  1838.     display:inline-block;
  1839.     font-size:14px;
  1840.     color:#fff;
  1841.  
  1842. }
  1843. .box-category > ul > li.selected>a, .box-category > ul > li>a:hover {
  1844.     color:#ffe402
  1845. }
  1846. .box-category > ul > li {
  1847.     position:relative;
  1848.     padding:7px 19px;
  1849.     background-color:#313131;
  1850.     border-top:1px solid #4a4a4a;
  1851.     line-height:20px;
  1852. }
  1853. .box-category > ul > li strong {
  1854.     display:none;
  1855. }
  1856. .box-category > ul > li.last {
  1857.     border:none;
  1858. }
  1859. .box-category > ul > li>ul {
  1860.     display:none;
  1861.     margin:7px -19px -7px;
  1862.     background-color:#1c1c1c;
  1863.     padding:12px 20px
  1864. }
  1865. .box-category > ul > li>ul ul {
  1866.     display:none;
  1867.     padding: 5px 0px 5px 10px;
  1868. }
  1869. .box-category > ul > li span.close:hover {
  1870.     cursor:pointer;
  1871. }
  1872. .box-category > ul > li li.parent> i {
  1873.     line-height:20px;
  1874.     vertical-align:middle;;
  1875. }
  1876. .box-category > ul > li ul > li.selected > a, .box-category > ul > li ul > li > a:hover {
  1877.     color: #fff;
  1878. }
  1879. .box-category > ul > li ul > li {
  1880.     line-height:20px;
  1881. }
  1882. .box-category > ul > li ul > li > a {
  1883.     text-decoration: none;
  1884.     display: inline-block;
  1885.     color:#7a7a7a;
  1886.     font-size:12px;
  1887. }
  1888. .box-category > ul > li ul > li > a.selected {
  1889.     color:#ffe402
  1890. }
  1891.  
  1892. .act-cat {
  1893.     position:absolute;
  1894.     top:9px;
  1895.     right:6px;
  1896. }
  1897. /*************************************************************************************************************************************************************/
  1898. .info-about2, .info-about3, .info-about4 {
  1899.     display:none;
  1900. }
  1901. /* category */
  1902. h1.style-1 {
  1903.     border-bottom: 1px solid #C5C5C5;
  1904.     line-height: 30px;
  1905.     margin-bottom: 20px;
  1906.     padding-bottom: 10px;
  1907. }
  1908. h3.style-1 {
  1909.     border-bottom: 1px solid #C5C5C5;
  1910.     line-height: 30px;
  1911.     margin-bottom: 20px;
  1912.     padding-bottom: 10px;
  1913. }
  1914. .category-list {
  1915.     overflow: auto;
  1916.     margin-bottom: 20px;
  1917. }
  1918.  
  1919. .category-list ul {
  1920.     float: left;
  1921.     width:25%;
  1922.     list-style:none;
  1923.     padding:0;
  1924. }
  1925. .capcha {
  1926.     width:143px;
  1927. }
  1928.  
  1929. .category-list .div a {
  1930.     text-decoration: underline;
  1931.  
  1932. }
  1933.  
  1934. /* product */
  1935. .product-filter .product-compare {
  1936.     float:left;
  1937.     margin-left:10px;
  1938. }
  1939. .product-filter select {
  1940.     margin-bottom:0;
  1941. }
  1942. .product-filter {
  1943.     overflow:hidden;
  1944.     line-height:32px;
  1945.     border:1px solid #C5C5C5;
  1946.     border-width:1px 0;
  1947.     padding:10px 0;
  1948.     margin-bottom:30px;
  1949. }
  1950. .product-filter .display {
  1951.     float:right;
  1952. }
  1953.  
  1954. .product-filter .display a {
  1955.     font-weight: bold;
  1956. }
  1957. .product-filter .sort b {
  1958.     padding-right:7px;
  1959.     color:#323232;
  1960.     text-transform:uppercase;
  1961. }
  1962. .product-filter .sort select {
  1963.     width:140px;
  1964. }
  1965. .product-filter .sort {
  1966.     float:left;
  1967.     font-weight:bold;
  1968. }
  1969. .product-filter .limit select {
  1970.     width:72px;
  1971. }
  1972. .product-filter .limit b {
  1973.     padding-right:5px;
  1974.     color:#323232;
  1975.     text-transform:uppercase;
  1976. }
  1977. .product-filter .limit {
  1978.     margin-left: 13px;
  1979.     float:left;
  1980. }
  1981. .product-list ul li:first-child {
  1982.     border-top:0;
  1983.     padding-top:0;
  1984.     margin-top:0;
  1985. }
  1986. .product-list ul li {
  1987.     padding-top:30px;
  1988.     margin-top:30px;
  1989.     border-top:1px solid #C5C5C5;
  1990. }
  1991. .product-list .left {
  1992.     position:relative;
  1993.  
  1994. }
  1995. .product-list .right {
  1996.     text-align:left;
  1997. }
  1998. .product-list ul li {
  1999.  
  2000. }
  2001. .product-list .name {
  2002.     margin-bottom:10px;
  2003. }
  2004. #grid_a, #list_a, #grid_b, #list_b {
  2005.     vertical-align:top;
  2006.     font-size:28px;
  2007.     float:left;
  2008.     display:block;
  2009.     width:32px;
  2010.     height:32px;
  2011.     margin-left:6px;
  2012. }
  2013. #list_b i, #grid_b i {
  2014.     color:#ffe402;
  2015.     cursor:default
  2016. }
  2017. .product-filter .display {
  2018.     position:relative;
  2019. }
  2020. .product-filter .display b {
  2021.     float:left;
  2022.     color:#323232;
  2023.     text-transform:uppercase;
  2024.     display:none;
  2025. }
  2026. .product-list .description {
  2027.     overflow:hidden;
  2028.     margin-bottom: 5px;
  2029. }
  2030. .product-grid ul li {
  2031.     text-align:left;
  2032.     position:relative;
  2033.     margin-bottom:30px;
  2034.     /*float: none;
  2035.     display: inline-block;
  2036.     vertical-align: top;
  2037.     width: 296px;*/
  2038. }
  2039. .product-grid ul li.first-in-line {
  2040.     clear:left
  2041. }
  2042. .extra-prod input {
  2043.     padding-bottom:4px;
  2044. }
  2045. .extra-prod {
  2046.     padding-top:6px;
  2047. }
  2048. .or {
  2049.     padding-top:3px;
  2050. }
  2051. .product-grid .image,.product-list .image {
  2052.     display: block;
  2053.     margin:0 0 15px 0;
  2054.     text-align:center;
  2055. }
  2056. .product-grid .name {
  2057.     text-align:left;
  2058.     height:40px;
  2059.     margin-bottom:5px;
  2060.     overflow:hidden;
  2061. }
  2062. .product-grid .description {
  2063.     overflow:hidden;
  2064.     display:none;
  2065. }
  2066. .product-grid .price {
  2067.  
  2068. }
  2069. .product-grid .rating {
  2070.     display: block;
  2071.     height:13px;
  2072.     margin-bottom:10px;
  2073.  
  2074. }
  2075. .product-list .price, .product-grid .price {
  2076.     display: block;
  2077.     margin-bottom:5px;
  2078. }
  2079. .product-list .cart-button {
  2080.  
  2081. }
  2082. .cart-button .cart {float:left;}
  2083.  
  2084. .product-list .price-tax {
  2085.     font-size:12px;
  2086.     display:block;
  2087. }
  2088. .product-grid .price-old {
  2089.     text-decoration: line-through;
  2090. }
  2091. .product-list .price-new, .product-grid .price-new {
  2092.  
  2093. }
  2094. .product-grid .price .price-tax {
  2095.     display: none;
  2096. }
  2097. .product-grid .price-old {
  2098.     font-weight:normal;
  2099. }
  2100. .product-grid .cart {
  2101.     float:left;
  2102. }
  2103. .content-border h2{
  2104.     margin-bottom:30px;
  2105. }
  2106. .content-border {
  2107.     border:1px solid #C5C5C5;
  2108.     padding:30px 40px;
  2109.     margin-bottom:30px;
  2110. }
  2111. /*************************** Product ***************************************/
  2112. #compare {
  2113.     display:none;
  2114.     -webkit-transition: all 0.5s ease;
  2115.     -moz-transition: all 0.5s ease;
  2116.     -o-transition: all 0.5s ease;
  2117.     transition: all 0.5s ease;
  2118. }
  2119. #full_gallery{
  2120.     display:none;
  2121.     max-width:270px;
  2122.     position:relative;
  2123. }
  2124. #full_gallery .prev {left:0}
  2125. #full_gallery .next {right:0}
  2126. #full_gallery .prev:hover, #full_gallery .next:hover{
  2127.     color:#ffe402
  2128. }
  2129. #full_gallery .prev, #full_gallery .next{
  2130.     color:#7e7e7e;
  2131.     font-size:19px;
  2132.     position:absolute;
  2133.     top:50%;
  2134.     margin-top:-23px;
  2135. }
  2136. .bx-controls-direction a.bx-prev {
  2137.     margin-left:-10px;
  2138. }
  2139. .bx-controls-direction a.bx-next {
  2140.     margin-right:-10px;
  2141. }
  2142. .bx-controls-direction a {
  2143.     padding:10px;
  2144.  
  2145. }
  2146. .product-info {
  2147.     padding-bottom:7px;
  2148.     margin-top:20px;
  2149. }
  2150. .product-info h1.view {display:none;}
  2151. .product-info h1 {
  2152.     color:#323232;
  2153.     border-bottom:1px solid #C5C5C5;
  2154.     margin-bottom:10px;
  2155.     padding-bottom:15px;
  2156. }
  2157. .product-info .left {
  2158.     position:relative;
  2159.     z-index:5;
  2160.     margin-bottom:20px;
  2161. }
  2162. .product-info .image {
  2163.     float: left;
  2164.     width:100%;
  2165.     max-width:270px;
  2166.     max-height:424px;
  2167.     height:100%;
  2168.     margin-bottom:7px;
  2169.     /*background-color:#efeeee;*/
  2170.     text-align: center;
  2171. }
  2172. .product-info .image-additional {
  2173.     overflow:hidden;
  2174.     max-width:270px;
  2175.     position:relative;
  2176.     clear: both;
  2177.     padding:0 20px;
  2178. }
  2179. .product-info .image-additional li {
  2180.     float:left;
  2181.     max-width:70px;
  2182. }
  2183. .product-info .image-additional li.last {
  2184.     margin-right:0;
  2185. }
  2186. .product-info .image-additional img {
  2187.     background:#efeeee;
  2188.     display: inline-block;
  2189. }
  2190. #zoom1 img {
  2191.     background:#efeeee;
  2192. }
  2193. .product-info .image-additional li a {
  2194.     display: block;
  2195.     height: 70px;
  2196.     line-height: 70px;
  2197.     text-align: center;
  2198. }
  2199. .image-additional .next:hover, .image-additional .prev:hover  {
  2200.     color:#ffe402
  2201. }
  2202. .image-additional .prev  {
  2203.     position:absolute;
  2204.     width:15px;
  2205.     height:15px;
  2206.     left:0;
  2207.     top:40%;
  2208.     margin:0;
  2209.     font-size:19px;
  2210.     color:#7e7e7e
  2211. }
  2212. .image-additional .next  {
  2213.     color:#7e7e7e;
  2214.     position:absolute;
  2215.     width:15px;
  2216.     height:15px;
  2217.     right:0;
  2218.     top:40%;
  2219.     margin:0;
  2220.     font-size:19px;
  2221. }
  2222. .product-info .share >span{
  2223.     margin-bottom:20px;
  2224.     display:inline-block;
  2225. }
  2226. .product-info .description .product-section {
  2227.     font-weight:bold;
  2228.     color:#ffe402;
  2229.     text-transform:uppercase;
  2230.     line-height:24px;
  2231.     margin-bottom:20px;
  2232. }
  2233. .product-info .description .product-section a{
  2234.     /*color:#ffe402*/
  2235. }
  2236. .product-info .description .product-section a:hover{
  2237.     color:#323232
  2238. }
  2239. .product-info .description .product-section span {
  2240.     color:#323232;
  2241.     font-weight:bold;
  2242. }
  2243. .product-info .description .product-section .prod-stock{
  2244.     display:inline-block;
  2245.     background-color:#6ba239;
  2246.     color:#fff;
  2247.     font-style:normal;
  2248.     padding:0 7px;
  2249.     margin:0 9px;
  2250. }
  2251. .product-info #cart-form > .price {
  2252.     font-family: Arial, sans-serif;
  2253.     text-transform:uppercase;
  2254.     color:#323232;
  2255.     font-size:13px;
  2256.     border-top:1px solid #C5C5C5;
  2257.     border-bottom:1px solid #C5C5C5;
  2258.     font-weight:bold;
  2259.     padding:23px 0;
  2260.     margin-bottom:20px;
  2261. }
  2262. .product-info .price .price-new{
  2263.     color:#ffe402;
  2264.     font-size:31px;
  2265.  
  2266. }
  2267. .product-info .price .price-old{
  2268.     color:#7e7e7e;
  2269.     margin-left:10px;
  2270. }
  2271.  
  2272. .product-info .price .discount{
  2273.     text-transform:none;
  2274.     font-weight:normal;
  2275. }
  2276. .product-info .price .reward{
  2277.     padding-top:10px;
  2278.     display:block;
  2279. }
  2280. .tab-content ul{
  2281.     margin-left:25px;
  2282.     margin-bottom:20px;
  2283.     list-style-type:disc
  2284. }
  2285. .product-info .minimum {
  2286.     margin-top:5px;
  2287. }
  2288. .product-info .cart-top-padd {
  2289.     float:left;
  2290. }
  2291. .product-info .extra-button {
  2292.     float:left;
  2293. }
  2294.  
  2295. .product-info .extra-button>div {
  2296.  
  2297. }
  2298. .product-info .wishlist a span, .product-info .compare a span {
  2299.     display:inline-block;
  2300. }
  2301.  
  2302. .product-info .wishlist a i, .product-info .compare a i {
  2303.     margin-right:9px;
  2304.     font-size:17px;
  2305.     line-height:24px;
  2306. }
  2307. .product-info .wishlist a:hover, .product-info .compare a:hover {
  2308.     color:#323232
  2309. }
  2310. .product-info .extra-button {
  2311.     margin-top:7px;
  2312.     margin-left: 20px;
  2313. }
  2314. .product-info .wishlist, .product-info .compare {
  2315.     display:block;
  2316. }
  2317. .product-info .wishlist a, .product-info .compare a{
  2318.     line-height:18px;
  2319.     width:auto;
  2320.     height:auto;
  2321.     font-size:13px;
  2322.     float:none;
  2323.     margin:0;
  2324.     padding:0;
  2325.     border:0px;
  2326.     background:none;
  2327.     text-align:left;
  2328.     display:inline;
  2329. }
  2330. .product-info .options {
  2331.     border-bottom:1px solid #C5C5C5;
  2332.     margin-bottom:20px;
  2333.     padding-bottom:20px;
  2334. }
  2335. .product-info .cart-top {
  2336.     border-bottom:1px solid #C5C5C5;
  2337.     padding-bottom:20px;
  2338.     margin-bottom:20px;
  2339. }
  2340. .q-mini {
  2341.     width:30px;
  2342. }
  2343. img#captcha {
  2344.     vertical-align:top;
  2345.     margin-bottom:20px;
  2346. }
  2347. #tab-review input[name="captcha"] {
  2348.     margin-right:20px;
  2349. }
  2350. .border {
  2351.     border-bottom:1px solid #C5C5C5;
  2352.     padding-bottom:15px;
  2353.     margin-bottom:15px;
  2354. }
  2355. /******************************/
  2356. .product-info .gallery li {
  2357.     max-width:270px;
  2358.     float:left;
  2359.     height:424px
  2360. }
  2361. .ps-carousel-item img {background-color:#EFEEEE;}
  2362. .ps-zoom-pan-rotate img {background-color:#EFEEEE;}
  2363. .product-info .gallery li img{
  2364.     background-color:#EFEEEE;
  2365. }
  2366. /*****************************/
  2367. a.button-prod i, .quickorder-button i{
  2368.     font-size:26px;
  2369.     vertical-align:middle;
  2370.     margin-right:9px;
  2371. }
  2372. a.button-prod:hover i{color:#fff}
  2373. a.button-prod:hover {
  2374.  
  2375.     background-color:#ffe402;
  2376. }
  2377. a.button-prod i{color:#ffe402}
  2378. a.button-prod, .quickorder-button, a[name="kupilegko"] {
  2379.     display:inline-block;
  2380.     background-color:#464e89;
  2381.     font-size:15px;
  2382.     color:#ffffff;
  2383.     padding:9px 19px 10px 11px;
  2384.     margin-left: 20px;
  2385.     line-height:31px;
  2386.     border-radius:5px;
  2387. }
  2388. a.button-prod.disabled{
  2389.     background-color: #a0a0a0;
  2390.     cursor: default;
  2391. }
  2392. a.button-prod.disabled i{color:#FFF}
  2393. .product-info .review {
  2394.     font-weight:bold;
  2395.     padding-bottom:20px;
  2396.     border-bottom:1px solid #C5C5C5;
  2397.     margin-bottom:20px;
  2398. }
  2399. .product-info .review>div img{
  2400.     margin-bottom:10px;
  2401. }
  2402. .product-info .review a:hover {
  2403.     color:#ffe402
  2404. }
  2405. .product-info .review a{
  2406.     color:#7e7e7e;
  2407. }
  2408. .product-info .review a+a:hover {
  2409.     color:#7e7e7e
  2410. }
  2411. .product-info .review a+a {
  2412.     color:#ffe402;
  2413.     margin-left:20px;
  2414. }
  2415. .product-info .review img{
  2416.     float:left;
  2417.     margin-right:20px;
  2418. }
  2419. .product-info .review .btn-rew {
  2420.     float:left;
  2421. }
  2422. .product-info .review .btn-rew a i{
  2423.     font-size:26px;
  2424.     color:#7e7e7e;
  2425.     line-height:16px;
  2426.     width:1.25em
  2427. }
  2428. .tabs {
  2429.     margin-bottom:10px;
  2430. }
  2431. .tabs .tab-heading i{
  2432.     font-size:26px;
  2433.     color:#7e7e7e;
  2434.     float:right;
  2435. }
  2436.  
  2437. .tabs .tab-heading {
  2438.     padding:13px 20px;
  2439.     line-height:32px;
  2440.     color:#323232;
  2441.     font-weight:bold;
  2442.     text-transform:uppercase;
  2443.     border:1px solid #C5C5C5;
  2444.     border-bottom:4px solid #ffe402;
  2445.     background-color:#f9f9f9;
  2446. }
  2447. .tabs .tab-content {
  2448.     padding:20px 0;
  2449. }
  2450. #tab-review.tabs .tab-content {
  2451.     padding:20px 0 0;
  2452. }
  2453. /**************compare block****************************/
  2454. .compare-block {
  2455.     margin-bottom:20px;
  2456. }
  2457. .compare-block .image {
  2458.     margin-right:10px;
  2459. }
  2460. .compare-block .remove a{
  2461.     font-size:19px;
  2462.     line-height:normla;
  2463. }
  2464. /**************************************************/
  2465. .compare-info {
  2466.     width: 100%;
  2467. }
  2468. .block-compare {
  2469.     position:relative;
  2470.     overflow:hidden;
  2471. }
  2472. .td-price {
  2473.     font-weight:bold;
  2474.     font-size:16px;
  2475. }
  2476. .compare-info .prod-stock {
  2477.     margin:0 auto;
  2478.     float:none;
  2479.     font-weight:bold;
  2480.     font-size:13px;
  2481.  
  2482.     text-transform:uppercase;
  2483.     background-color: #6BA239;
  2484.     color: #FFFFFF;
  2485.     display: inline-block;
  2486.     font-style: normal;
  2487.     margin: 0 9px;
  2488.     padding: 0 7px;
  2489. }
  2490. .compare-info td.name a:hover {color:#7e7e7e}
  2491. .compare-info td.name a {
  2492.     text-decoration:none;
  2493.     font-size:16px;
  2494.     color:#ffe402
  2495. }
  2496. .compare-info td.name a:hover {
  2497.  
  2498. }
  2499. .compare-info td.last {
  2500.     border-right:0;
  2501. }
  2502. .compare-info thead td:first-child {
  2503.     text-align:left;
  2504. }
  2505. .compare-info td:first-child {
  2506.     background-color:#F9F9F9;
  2507.     color:#323232;
  2508.     font-weight:bold;
  2509.     text-align:right;
  2510. }
  2511. .compare-info td.image2 {
  2512.     text-align:center;
  2513. }
  2514. .compare-info td {
  2515.     padding: 7px;
  2516.     width: 20%;
  2517.     text-align: left;
  2518.     vertical-align: top;
  2519. }
  2520. .compare-info .price-old {
  2521.     font-weight: normal;
  2522.     text-decoration: line-through;
  2523.     display:block;
  2524.     font-size:15px;
  2525. }
  2526. .compare-info td.td-price .price-old{color:#7E7E7E}
  2527. .compare-info td.td-price {
  2528.     font-weight: bold;
  2529.     font-size:17px;
  2530.     line-height:normal;
  2531.     color:#ffe402
  2532. }
  2533. /* wishlist */
  2534. .wishlist-product2 {
  2535.     display:none;
  2536. }
  2537. .wishlist-product {
  2538.     margin-bottom:25px;
  2539.  
  2540. }
  2541. .wishlist-product tbody .name a:hover {
  2542.     color:#4a4a4a
  2543. }
  2544. .wishlist-product tbody .name a {
  2545.     font-family: Arial, sans-serif;
  2546.     color:#ffe402;
  2547.     font-size:16px;
  2548. }
  2549. .wishlist-product tbody .model {
  2550.     text-align: center;
  2551.     font-size:17px;
  2552. }
  2553. .wishlist-product tbody .stock {
  2554.     text-align: center;
  2555. }
  2556. .wishlist-product tbody .stock .prod-stock {
  2557.  
  2558. }
  2559. .wishlist-product tbody .quantity {
  2560.     text-align: right;
  2561. }
  2562. .checkout-product .table td.price {
  2563.     text-align:left;
  2564.     font-size:13px;
  2565.     color:##7E7E7E
  2566. }
  2567. .table .total, .table .price {
  2568.     text-align: center;
  2569.     font-size:17px;
  2570.     font-family: Arial, sans-serif;
  2571.     color:#ffe402;
  2572.     font-weight:bold;
  2573. }
  2574. .table thead td {font-size:12px !important;}
  2575. .table .price s {
  2576.     color:#323232;
  2577.     font-weight:normal;
  2578.     display:block;
  2579. }
  2580.  
  2581. input#sub_category {
  2582.     background:none;
  2583.     float: left;
  2584.     margin-left: -20px;
  2585. }
  2586.  
  2587. /************************** checkout page *********************/
  2588. .checkout-heading {
  2589.     background-color:#f9f9f9;
  2590.     color:#323232;
  2591.     text-transform:uppercase;
  2592.     border:1px solid #C5C5C5;
  2593.     border-top:4px solid #ffe402;
  2594.     font-weight:bold;
  2595.     padding:15px 100px 15px 15px;
  2596. }
  2597.  
  2598. .checkout-content {
  2599.     margin-top:-1px;
  2600.     padding:20px 40px;
  2601.  
  2602. }
  2603. .checkout-content .login-content .heading h2 {
  2604.     font-size:20px;
  2605. }
  2606. .checkout-content .login-content p.login-padd {
  2607.     border-bottom: 1px solid #C5C5C5;
  2608.     padding-bottom: 6px;
  2609. }
  2610. .checkout-heading {
  2611.     position:relative;
  2612. }
  2613. .checkout-heading>a{
  2614.     position:absolute;
  2615.     right:20px;
  2616.     top:15px
  2617. }
  2618. .checkout-content label a:hover {
  2619.     text-decoration:underline;
  2620. }
  2621. .checkout-content label a {
  2622.     color:#ffe402;
  2623. }
  2624.  
  2625. .buttons .right label {
  2626.     text-align:left;
  2627. }
  2628. .login-content {
  2629.     overflow:hidden;
  2630. }
  2631. .box-container {
  2632.  
  2633. }
  2634. .login-content .left p + p {
  2635.     margin-bottom:16px;
  2636. }
  2637. .link-login {
  2638.     text-decoration:underline;
  2639.     display:inline-block;
  2640.     color:#333;
  2641.     font-style:italic;
  2642.     margin-left:15px;
  2643. }
  2644. .link-login:hover {
  2645.     text-decoration:none;
  2646. }
  2647. .padd-form {
  2648.     display:block;
  2649.     padding-bottom:5px;
  2650. }
  2651.  
  2652. .login-content .right .content p {
  2653.     margin-bottom:15px;
  2654. }
  2655. .login-content .right .content b {
  2656.     display:block;
  2657. }
  2658. #register select {
  2659.  
  2660. }
  2661. #register .q1 {
  2662.  
  2663. }
  2664. #register .content {
  2665.     border:none!important;
  2666.     padding:0!important;
  2667. }
  2668.  
  2669. /* returns */
  2670. .return-box-2 {
  2671.     padding:15px 20px 19px 20px;
  2672.     margin-bottom:10px;
  2673. }
  2674. .return-box-2 .buttons .right {
  2675.     float:left;
  2676. }
  2677. .return-box-2 .buttons {
  2678.     padding-left:0;
  2679.     padding-top:12px;
  2680.     padding-bottom:0;
  2681.     margin-bottom:0;
  2682. }
  2683. .return-box {
  2684.  
  2685. }
  2686. .return-p {
  2687.     padding-left:17px;
  2688. }
  2689. .return-p p {
  2690.     margin-bottom:13px;
  2691. }
  2692. .return-list {
  2693.     margin-bottom: 10px;
  2694. }
  2695. #content .content.return-box {
  2696.     padding:14px 10px 11px 20px;
  2697.     margin-bottom:10px;
  2698. }
  2699. .content.return-box h2 {
  2700.     margin-bottom:14px;
  2701. }
  2702. #content .content.return-box .left {
  2703.     width:320px;
  2704. }
  2705. #content .content.return-box .right {
  2706.     width:320px;
  2707. }
  2708. .content.return-box label {
  2709.     font-size:12px;
  2710.     font-weight:bold;
  2711. }
  2712. .content.return-box span {
  2713. }
  2714. .content.return-box input {
  2715.     margin-top:6px;
  2716.     margin-bottom:7px;
  2717.     width:310px;
  2718. }
  2719. .content.return-box .error {
  2720.     padding-bottom:5px;
  2721.     display:block;
  2722. }
  2723. .return-box-3 {
  2724.     margin-bottom:20px;
  2725.     padding:14px 10px 10px 20px;
  2726. }
  2727. .return-box-3 h2 {
  2728.     margin-bottom:15px;
  2729. }
  2730. .return-box-3 textarea {
  2731.     width:310px;
  2732.     height:188px;
  2733.     max-width:310px;
  2734.     max-height:188px;
  2735. }
  2736. .return-box-3 .return-captcha {
  2737.     width:320px;
  2738.     margin-top:-3px;
  2739. }
  2740. .return-box-3 .return-captcha b {
  2741.     padding-bottom:6px;
  2742.     display:block;
  2743. }
  2744. .return-box-3 .return-captcha input {
  2745.     width:170px;
  2746.     margin-bottom:10px;
  2747. }
  2748. .return-box-3 .return-additional {
  2749.     margin-bottom:11px;
  2750. }
  2751. .return-box-3 .buttons {
  2752.     padding:0;
  2753.     margin-bottom:0;
  2754. }
  2755. /* button */
  2756. .button-return-right-i:hover, .button-return-right:hover {color:#ffe402; cursor:pointer;}
  2757. .button-return-right{
  2758.     border:0px;
  2759.     background:none;
  2760.     font-weight:bold;
  2761.     color:#757475;
  2762.     padding:0;
  2763.     line-height:32px;
  2764.     min-height:32px;
  2765.     display:inline-block;
  2766. }
  2767. #return-product .button-return-right-i {position:relative;}
  2768. #return-product .button-return-right-i i.fa.fa-arrow-circle-right {position:absolute; right:0; z-index:4; top:3px}
  2769. #return-product input.button-return-right{
  2770.     padding-right:31px;
  2771.     position:relative;
  2772.     z-index:5
  2773. }
  2774. a.button-return-left:hover, a.button-return-right:hover, a.button-order-right:hover, a.button-cont-right:hover, a.button-back-left:hover, a.button-inf-left:hover {
  2775.     color:#333
  2776. }
  2777. a.button-return-left, a.button-return-right, a.button-order-right, a.button-cont-right, a.button-back-left, a.button-inf-left {
  2778.     display: inline-block;
  2779.     text-decoration: none;
  2780.     cursor: pointer;
  2781.  
  2782.     padding-right:0px;
  2783.     color:#7e7e7e;
  2784.     vertical-align:top;
  2785. }
  2786. a.button-back-left i,.button-back-left i, .button-return-right-i i, a.button-return-left i, a.button-cont-right i {
  2787.     font-size:26px;
  2788.     text-align:center;
  2789.     vertical-align:middle;
  2790.     margin:0 9px
  2791. }
  2792. i.fa.fa-arrow-circle-right {margin-right:0 !important;}
  2793. a.button-order-right {
  2794.     padding:0;
  2795. }
  2796.  
  2797.  
  2798. .cart-bottom a i.fa.fa-check {
  2799.     margin-right:0;
  2800. }
  2801. .cart-bottom a.button-cont-right {
  2802.     margin-right:20px;
  2803. }
  2804. /* button */
  2805.  
  2806.  
  2807.  
  2808. .return-list .return-id {
  2809.     width: 49%;
  2810.     float: left;
  2811.     margin-bottom: 2px;
  2812. }
  2813. .return-list .return-status {
  2814.     width: 49%;
  2815.     float: right;
  2816.     text-align: right;
  2817.     margin-bottom: 2px;
  2818. }
  2819.  
  2820. .return-list .return-info {
  2821.     text-align: right;
  2822. }
  2823. .return-product {
  2824.  
  2825. }
  2826. .return-name {
  2827.  
  2828. }
  2829. .return-model {
  2830.  
  2831. }
  2832. .return-quantity {
  2833.  
  2834. }
  2835. .return-detail {
  2836.  
  2837. }
  2838. .return-reason {
  2839.  
  2840. }
  2841. .return-opened {
  2842.  
  2843. }
  2844. .return-remove {
  2845.     float: left;
  2846.     width: 33.3%;
  2847.     padding-top: 90px;
  2848.     text-align: center;
  2849.     vertical-align: middle;
  2850. }
  2851. .return-additional {
  2852.     overflow: auto;
  2853.     margin-bottom: 20px;
  2854. }
  2855. .return-comment {
  2856.     float: left;
  2857.     width: 49%;
  2858. }
  2859. .return-captcha {
  2860.  
  2861. }
  2862. .download-list {
  2863.     margin-bottom: 10px;
  2864. }
  2865. .download-list .download-id {
  2866.     width: 49%;
  2867.     float: left;
  2868.     margin-bottom: 2px;
  2869. }
  2870. .download-list .download-status {
  2871.     width: 49%;
  2872.     float: right;
  2873.     text-align: right;
  2874.     margin-bottom: 2px;
  2875. }
  2876. .download-list .download-content {
  2877.     padding: 10px 0px;
  2878.     display: inline-block;
  2879.     width: 100%;
  2880.     margin-bottom: 20px;
  2881.     border-top: 1px solid #C5C5C5;
  2882.     border-bottom: 1px solid #C5C5C5;
  2883. }
  2884. .download-list .download-content div {
  2885.     float: left;
  2886.     width: 33.3%;
  2887. }
  2888. .download-list .download-info {
  2889.     text-align: right;
  2890. }
  2891. /* cart */
  2892. a {
  2893.     outline:none;
  2894. }
  2895. a:hover i.fa.fa-trash-o-o {
  2896.     color:#ffe402
  2897. }
  2898. a i.fa.fa-trash-o-o {
  2899.     color:#7e7e7e
  2900. }
  2901. i.fa.fa-trash-o-o {
  2902.     font-size:26px;
  2903. }
  2904. .shop-cart {
  2905.     border-bottom:none;
  2906.     overflow:hidden;
  2907.     position:relative;
  2908. }
  2909. .cart-info2 .table td+td {
  2910.     text-align:center;
  2911. }
  2912. .shop-cart .table td.quantity, .shop-cart .table td.image {text-align:center;}
  2913. .shop-cart .table td {
  2914.     vertical-align:middle;
  2915. }
  2916. .cart-module .cart-content {
  2917.     padding:18px 0px 19px 18px;
  2918.     display: none;
  2919.     overflow: auto;
  2920.     border-top:none;
  2921.  
  2922. }
  2923. .cart-info2 {display:none;}
  2924. .cart-info {
  2925.     overflow:hidden;
  2926.     margin:20px 0;
  2927. }
  2928. .cart-info td.name a:hover {
  2929.     color:#323232
  2930. }
  2931. .cart-info td.name a {
  2932.     color:#ffe402;
  2933.     font-size:16px;
  2934.     font-style:italic;
  2935. }
  2936. .content.shop-cart-content>p{
  2937.     border:1px solid #C5C5C5;
  2938.     border-bottom:0;
  2939.     margin:0;
  2940.     padding:20px;
  2941. }
  2942. a.input-update {
  2943.  
  2944. }
  2945. .mt5 {margin-top:5px;}
  2946. a.input-update i{
  2947.     color: #7E7E7E;
  2948.     font-size:26px;
  2949. }
  2950. a.input-update:hover i{
  2951.     color: #ffe402;
  2952. }
  2953. #cboxLoadedContent td>input[type="radio"]{
  2954.     margin:0px;
  2955.     float:none
  2956. }
  2957. td.quantity>input[type="text"] {
  2958.     width:40px
  2959. }
  2960. table#total  td {
  2961.     background-color:#f9f9f9;
  2962.     padding:20px;
  2963.     text-transform:uppercase;
  2964.     width:80%
  2965. }
  2966. table#total  td+td {
  2967.     background-color:#fff;
  2968.     color:#ffe402;
  2969.     text-align:left;
  2970.     font-size:16px;
  2971.     font-weight:bold;
  2972. }
  2973. td.price {
  2974.     font-weight:bold;
  2975.     font-size:17px;
  2976. }
  2977. table.radio {
  2978.     padding:0
  2979. }
  2980. .cart-module {
  2981.  
  2982.  
  2983.  
  2984. }
  2985. .cart-module>div{
  2986.     padding:20px 20px;
  2987.  
  2988.     display:none;
  2989.     border:1px solid #C5C5C5;
  2990.     border-top:0;
  2991.     border-bottom:0;
  2992. }
  2993. /*********************************************************************/
  2994. table.radio tbody td {width:100%}
  2995. .sitemap-info ul {
  2996.     margin-top:10px;
  2997. }
  2998. .sitemap-info li a {
  2999.     text-decoration:none;
  3000. }
  3001. .sitemap-info {
  3002.     overflow: auto;
  3003.     margin-bottom: 40px;
  3004. }
  3005. #newsletter .content {
  3006.     margin:0;
  3007.     padding:0;
  3008.     border:none;
  3009. }
  3010. .sitemap-info .left {
  3011.     float: left;
  3012.     width: 48%;
  3013. }
  3014. #newsletter .form tr td:first-child {
  3015.     width:58px;
  3016. }
  3017. .sitemap-info .right {
  3018.     float: left;
  3019.     width: 48%;
  3020. }
  3021. /* footer */
  3022. .common-home footer {margin-top:0;}
  3023. footer {
  3024.     padding-bottom: 20px;
  3025.     clear: both;
  3026.     overflow: hidden;
  3027.     background-color:#1c1c1c;
  3028. }
  3029. footer h3 {
  3030.     font-weight:400;
  3031.     color:#ffffff;
  3032.     line-height:normal;
  3033.     font-size:14px;
  3034.     word-wrap:break-word ;
  3035.  
  3036. }
  3037. footer li {
  3038.     padding:5px 0 4px
  3039. }
  3040. footer .row li a:hover {
  3041.     color:#fff
  3042. }
  3043. footer .row li a {
  3044.     font-size:12px;
  3045.     color:#464e89;
  3046.     word-wrap:break-word
  3047. }
  3048. footer .foot-phone div>div {
  3049.     font-size:24px;
  3050.     color:#fff;
  3051.     margin-bottom:15px;
  3052. }
  3053. footer .foot-phone div {
  3054.     color:#a1a1a1;
  3055.     line-height:24px;
  3056.     font-size:16px;
  3057. }
  3058. span.toggle {
  3059.     display:none;
  3060. }
  3061. footer .foot-phone li a {
  3062.     color:#999999
  3063. }
  3064. footer .foot-phone li+li a i {color:#48b2ed}
  3065. footer .foot-phone li+li+li a i {color:#fea904}
  3066. footer .foot-phone li a i {
  3067.     font-size:18px;
  3068.     margin-right:10px;
  3069.     color:#3067d7
  3070. }
  3071. .foot-phone {
  3072.     margin-top:13px;
  3073. }
  3074. #powered br {display:none;}
  3075. #powered a {
  3076.     font-size:13px;
  3077.     text-decoration:none;
  3078.     color:#777777
  3079. }
  3080. #powered a:hover {
  3081.     color:#fff;
  3082. }
  3083. #powered {
  3084.     margin-top:40px;
  3085.     padding:30px 0;
  3086.     font-size:13px;
  3087.     color:#777777
  3088. }
  3089. .return-captcha input img {vertical-align:top;}
  3090. .return-captcha input {
  3091.     margin-bottom:10px;
  3092.     vertical-align:top;
  3093. }
  3094. /********************************************************************************************************************************************************************************************************/
  3095. /* banner */
  3096. #body {
  3097.     overflow:hidden;
  3098. }
  3099. .content_bottom:before {
  3100.     left: -100%;
  3101. }
  3102. .content_bottom:after, .content_bottom:before {
  3103.     background:#464e89;
  3104.     content: "";
  3105.     display: block;
  3106.     height: 100%;
  3107.     position: absolute;
  3108.     right: -100%;
  3109.     top: 0;
  3110.     width: 100%;
  3111. }
  3112. .content_bottom {
  3113.     position:relative;
  3114. }
  3115. .content_bottom .banner {
  3116.     width:100%;
  3117.     margin:0px;
  3118.     background-color:#464e89;
  3119.     position:relative;
  3120.     min-height:42px
  3121. }
  3122. .content_bottom .banner>div .s-desc i {
  3123.     font-size:27px;
  3124.     margin-right:14px;
  3125.     color:#fff
  3126. }
  3127. .content_bottom .banner>div .s-desc span {
  3128.     font-size:14px;
  3129.     text-transform:none;
  3130. }
  3131. .content_bottom .banner>div .s-desc {
  3132.     text-align:left;
  3133.     line-height:42px;
  3134.     color:#1c1c1c;
  3135.     text-transform:uppercase;
  3136.     font-size:19px;
  3137. }
  3138. .content_bottom .banner>div, .content_bottom .banner>div a {
  3139.     border:0px;
  3140.     border-radius:0;
  3141.     text-align:left;
  3142. }
  3143. .content_bottom .banner>div {
  3144.     width:100%;
  3145.     margin:0px;
  3146.     max-width:100%
  3147. }
  3148.  
  3149.  
  3150.  
  3151. /* AJAX Add to Cart Confirm by Harryo*/
  3152. .success, .warning, .attention, .information, .rev-success {
  3153.     padding: 10px 10px 10px 10px;
  3154.     margin-bottom: 5px;
  3155.     color: #555;
  3156. }
  3157. .success a, .warning a, .attention a, .information a {
  3158.     color: #333;
  3159. }
  3160. #cart-success {
  3161.     position: fixed;
  3162.     z-index:9998;
  3163. }
  3164. .success i.fa.fa-times-circle {
  3165.     font-size:26px;
  3166.     padding:10px;
  3167. }
  3168. .success .close i {
  3169.     padding:10px
  3170. }
  3171. .success {
  3172.     color:#000
  3173. }
  3174. .success>img{
  3175.     max-width:70px;
  3176.     height:auto;
  3177.     float:left;
  3178.     background-color:#efeeee;
  3179.     margin-right:10px;
  3180.     border:1px solid #C5C5C5
  3181. }
  3182. .success a:hover {
  3183.     text-decoration:none;
  3184.     color:#ffe402
  3185. }
  3186. .success a {
  3187.     text-decoration:none;
  3188.     color:#252525
  3189. }
  3190. .success span:hover img {
  3191.     margin-top:-11px;
  3192. }
  3193. .success p {
  3194.     margin-bottom:11px;
  3195.     font-size:24px;
  3196.     color:#1b1b1b;
  3197. }
  3198. .success span:hover {cursor:pointer; color:#ffe402}
  3199. .success span {
  3200.     overflow:hidden;
  3201.     position:absolute;
  3202.     right:8px;
  3203.     top:8px;
  3204.     opacity:1
  3205. }
  3206. .success i {color:#6d6d6d}
  3207. .success i:hover {color:#ffe402;}
  3208. .success i.fa.fa-thumbs-up{
  3209.     font-size:31px;
  3210.     color:#ffe402;
  3211.     margin-right:10px;
  3212. }
  3213. .close {color:transparent; text-shadow:none}
  3214. .success a {color:#ffe402;}
  3215. .success a:hover {text-decoration:underline;}
  3216. .success {
  3217.     width:100%;
  3218.     position:fixed;
  3219.     z-index:99999!important;
  3220.     /*box-shadow:0 0 20px rgba(0,0,0,0.13);*/
  3221.     top:0;
  3222.     left:0;
  3223.     padding:20px 20%;
  3224.     z-index:9999;
  3225.     line-height:18px;
  3226.     text-align:center;
  3227.     -webkit-transition: all 0.3s ease-in-out;
  3228.     -moz-transition: all 0.3s ease-in-out;
  3229.     -o-transition: all 0.3s ease-in-out;
  3230.     -ms-transition: all 0.3s ease-in-out;
  3231.     transition: all 0.3s ease-in-out;
  3232.     border:none;
  3233.     background:#323232;
  3234.     display:none;
  3235.     font-size:13px;
  3236.     color:#fff;
  3237.     font-weight:bold;
  3238. }
  3239. #wrap {
  3240.     z-index:10!important;
  3241. }
  3242. .rev-success {
  3243.     background: #EAF7D9 url('img/success.png') left no-repeat;
  3244.     border: 1px solid #C5C5C5;
  3245.     padding-left:20px;
  3246. }
  3247. /**************************************************************related****************************************************************/
  3248. .prev {
  3249.     float: left;
  3250.     margin-left: 10px;
  3251. }
  3252. .next {
  3253.     float: right;
  3254.     margin-right: 10px;
  3255. }
  3256. /***/
  3257. .image {position:relative}
  3258. .related-info .cart-button .cart {
  3259.     float:none;
  3260. }
  3261. .related-info .wishlist, .related-info .compare {
  3262.     display:inline-block;
  3263. }
  3264. .related-info .wishlist {margin-top:7px;}
  3265. .related-info .compare {
  3266.     margin:0;
  3267. }
  3268. .related-info {
  3269.     display:inline-block;
  3270.     float: left;
  3271.     text-align: center;
  3272.     position:relative;
  3273.  
  3274.     border-bottom:0 !important;
  3275. }
  3276. .related {
  3277.     padding:0 50px;
  3278.     position:relative;
  3279. }
  3280. .related .name {
  3281.     height:40px;
  3282.     overflow:hidden;
  3283. }
  3284. .related .prev:hover, .related .next:hover {
  3285.     color:#ffe402
  3286. }
  3287. .related .prev, .related .next {
  3288.     position:absolute;
  3289.     top:50%;
  3290.     font-size:26px;
  3291.     color:#7e7e7e;
  3292.     margin-top:-31px;
  3293. }
  3294. .related .prev {
  3295.     left:0
  3296. }
  3297. .related .next {
  3298.     right:0
  3299. }
  3300.  
  3301. /******************************************************************************************************************************************/
  3302. #colorbox {
  3303.     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  3304. }
  3305. .preview {
  3306.     padding:15px;
  3307.  
  3308. }
  3309. .preview .marg { margin-bottom:25px;}
  3310. .preview .price { width:100%; overflow:hidden;}
  3311. .preview .price span { float:left; margin-right:10px;}
  3312.  
  3313. .preview .right .inf span { display:block;margin-bottom:10px;}
  3314. .preview .right .inf span.text-price { margin-left:0;}
  3315. .preview .right h2 {
  3316.     font-size: 20px;
  3317.     margin-bottom: 20px;
  3318. }
  3319. .preview .inf .prod-stock {
  3320.     margin-bottom: 10px;
  3321. }
  3322. .preview .description {
  3323.     height:160px;
  3324.     padding:15px;
  3325.     overflow:auto;
  3326.     border:1px solid #C5C5C5;
  3327. }
  3328. .preview .cart {
  3329.     float:left;
  3330. }
  3331. .preview .extra-button {
  3332.     float:left;
  3333.     width:150px;
  3334.     margin-top:3px;
  3335.     margin-left:15px;
  3336. }
  3337. #cboxContent #cboxTitle {
  3338.     width:60%;
  3339.     padding:0 20%;
  3340. }
  3341. #colorbox { z-index:100  !important;}
  3342. #cboxOverlay { z-index:100 !important;}
  3343. .preview .rating { margin-top:15px;}
  3344. .box li {
  3345.     position:relative
  3346. }
  3347. .box .box-content .box-product ul li .quick-view-button, .box .box-content .box-product ul li .image2 img,.box .box-content .box-product ul li{
  3348.     -webkit-transition: all 0.5s ease;
  3349.     -moz-transition: all 0.5s ease;
  3350.     -o-transition: all 0.5s ease;
  3351.     transition: all 0.5s ease;
  3352. }
  3353.  
  3354. .box .box-content .box-product ul li .image2{
  3355.     overflow:hidden;
  3356. }
  3357. .box .box-content .box-product ul li >div:hover .image2 img{
  3358.     /*box-shadow:0 0 10px rgba(0, 0, 0, 0.25);*/
  3359.     transform: scale(1.1,1.1);
  3360.     -o-transform: scale(1.1,1.1);
  3361.     -moz-transform: scale(1.1,1.1);
  3362.     -webkit-transform: scale(1.1,1.1);
  3363. }
  3364. .box .box-content .box-product ul li .quick-view-button:hover {
  3365.     color:#ffe402
  3366. }
  3367. .box .box-content .box-product ul li .quick-view-button i {
  3368.     width:30px
  3369. }
  3370. .box .box-content .box-product ul li .quick-view-button {
  3371.     opacity:0;
  3372.     visibility:hidden;
  3373.     left:20px;
  3374.     position: absolute;
  3375.     top: 10px;
  3376.     font-size:22px;
  3377.     color:#fff;
  3378.     line-height:30px;
  3379.     width:30px;
  3380.     text-align:center;
  3381.     -webkit-transition: all 0.5s ease;
  3382.     -moz-transition: all 0.5s ease;
  3383.     -o-transition: all 0.5s ease;
  3384.     transition: all 0.5s ease;
  3385.     color:#B3B2AE;
  3386. }
  3387. .image3 img {}
  3388. .box .box-content .box-product ul li>div:hover .quick-view-button {
  3389.     opacity:1;
  3390.     visibility:visible
  3391. }
  3392. /**************************************************** bootstrap reset ************************************************************************/
  3393. .table-bordered {
  3394.     border-radius:0
  3395. }
  3396. .table thead td {
  3397.     text-transform:uppercase;
  3398.     font-weight:bold;
  3399.     color:#323232 !important;
  3400.  
  3401.     font-family:Arial;
  3402.     font-size:13px;
  3403.     background-color:#f9f9f9;
  3404. }
  3405. .table th, .table td {
  3406.     padding:20px;
  3407.     border-color:#d7d7d7;
  3408.     -moz-box-sizing: border-box; /* Для Firefox */  
  3409.     box-sizing: border-box; /* Ширина блока с полями */
  3410. }
  3411. .block-compare .table th, .block-compare .table td {
  3412.     padding:7px
  3413. }
  3414. /**************************/
  3415. select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  3416.     font-size:13px;
  3417. }
  3418. select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  3419.     border-radius:0;
  3420.     box-shadow:none
  3421. }
  3422. .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
  3423.     border-radius:0
  3424. }
  3425. .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
  3426.     border-radius:0;
  3427. }
  3428. .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  3429.     border-radius:0
  3430. }
  3431. .table-bordered {
  3432.     border-color:#d7d7d7
  3433. }
  3434. label, input, button, select, textarea {
  3435.     font-size:13px;
  3436.     color:#323232
  3437. }
  3438. label {font-weight:bold;}
  3439. textarea {
  3440.     resize:none
  3441. }
  3442. label{
  3443.     cursor:default
  3444. }
  3445. .close:hover, .close:focus {
  3446.     opacity:1
  3447. }
  3448. .pp_gallery ul a img {
  3449.     width:50px;
  3450.     height:50px;
  3451.     max-width:none
  3452. }
  3453. .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {border-bottom-width:1px}
  3454. table.radio {margin:0; display:table}
  3455. .table > tbody + tbody {border-width:1px;}
  3456. .stButton .stButton_gradient, .stButton .chicklets,.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {height:22px !important;}
  3457. #fancybox-content>div {background-color:#fff;}
  3458. #cboxContent .about-page {padding:0 25px}
  3459. #fancybox-content {background-color:#fff;}
  3460.  
  3461. .related-info div.image a{
  3462.     height: 200px;
  3463.     display: block;
  3464.     line-height: 200px;
  3465. }
  3466.  
  3467.  
  3468.  
  3469. #last_photos ul li{
  3470.     text-align: center;
  3471. }
  3472. .man.box .box-content{
  3473.     padding: 10px;
  3474.     background-color: #F7F4EE;
  3475. }
  3476.  
  3477.  
  3478.  
  3479. /* Menus
  3480. -------- */
  3481.  
  3482. ul.menu-v { margin: 0 0 20px -6px; padding: 0; }
  3483. ul.menu-v li { list-style: none; padding: 0; margin: 3px 0 8px; line-height: 1.1em; }
  3484. ul.menu-v li a { padding: 5px 6px; display: block;}
  3485. ul.menu-v li.selected a { color: #000; text-decoration: none; background: #eee; }
  3486. ul.menu-v li.selected ul li a { background: inherit; color: #03c; text-decoration: underline; }
  3487. ul.menu-v li ul.menu-v { margin-left: 10px; margin-top: 5px; margin-bottom: 15px; }
  3488. ul.menu-v li ul.menu-v li a { padding: 2px 6px; font-size: 0.9em; }
  3489. ul.menu-v li ul.menu-v li ul.menu-v li a { font-size: 0.8em; }
  3490.  
  3491. ul.menu-h { margin: 0 0 15px; padding: 0; }
  3492. ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; display:block\9; float:left\9; /* ie8 hack */ }
  3493. ul.menu-h li a { display: inline-block; padding: 0px 5px; display:block\9; float:left\9; /* ie8 hack */ }
  3494. ul.menu-h li a img.icon16 { position: relative; top: 3px; left: -3px; }
  3495. ul.menu-h li a i.icon16 { margin-top: 0em; }
  3496. ul.menu-h li.selected a { color: #000; text-decoration: none; background: #eee; }
  3497. ul.menu-h li.selected ul * { background: #fff !important; }
  3498.  
  3499. .dropdown .popup { display: none; background: #eee; box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.4); padding: 20px; min-width: 150px; font-size: 115%; }
  3500. .dropdown:hover .popup { display: block; position: absolute; z-index: 1312; }
  3501.  
  3502. /* Sign up & Login forms
  3503. ------------------------ */
  3504.  
  3505. .wa-auth-adapters ul { padding: 0; min-height: 16px; }
  3506. .wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
  3507. .wa-auth-adapters ul li a { display: block; padding: 0px 5px; }
  3508. .wa-auth-adapters ul li a img { position: relative; top: 3px; left: -3px; }
  3509. .wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 40%; }
  3510.  
  3511. .wa-form { margin: 10px 0; overflow: visible; }
  3512. .wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
  3513. .wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; }
  3514. .wa-form .wa-field.wa-separator { height: 10px; }
  3515. .wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
  3516. .wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
  3517. .wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
  3518. .wa-form .wa-field .wa-value input[type="text"],
  3519. .wa-form .wa-field .wa-value input[type="email"],
  3520. .wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
  3521. .wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
  3522. .wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
  3523. .wa-form .wa-field .wa-value label { display: block; }
  3524. .wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
  3525. .wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
  3526. .wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
  3527. .wa-form .wa-field .wa-value p label { display: block; margin: 0; }
  3528. .wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
  3529. .wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
  3530. .wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
  3531. .wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
  3532. .wa-form .wa-field .wa-value p input[type="radio"],
  3533. .wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
  3534. .wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
  3535. .wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
  3536.  
  3537. .wa-captcha { padding: 7px 0 10px; }
  3538. .wa-captcha p { clear: left; margin: 0; }
  3539. .wa-captcha strong { font-size: 1.2em; }
  3540. .wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
  3541. .wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
  3542. .wa-captcha .wa-captcha-input { display: inline !important; }
  3543. .wa-captcha .errormsg { display: inline; margin-left: 10px; }
  3544.  
  3545. input.error, textarea.error { border: 2px solid red; }
  3546. .errormsg { color: red; margin-left: 170px; display: block; }
  3547.  
  3548.  
  3549. a[disabled] {
  3550.     cursor: not-allowed;
  3551.     pointer-events: none;
  3552.     opacity: 0.65;
  3553.     box-shadow: none;
  3554. }
  3555.  
  3556. /* 16x16 Icons
  3557. -------------- */
  3558.  
  3559. i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
  3560. * i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
  3561. .icon16.loading { background-image: url('/wa-content/img/loading16.gif'); }
  3562.  
  3563.  
  3564. .icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 14px; height: 14px; }
  3565.  
  3566.  
  3567. * i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
  3568.  
  3569. .icon16.checkmark { background-position:-192px -16px; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
  3570. .icon16.stock-red { background-position:-128px -16px;  background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */;}
  3571. .icon16.stock-yellow { background-position:-144px -16px;  background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */;}
  3572. .icon16.stock-green { background-position: -160px -16px; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
  3573. .icon16.stock-transparent { background-position:-176px -16px;  background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */;}
  3574.  
  3575. /* 10x10 Icons
  3576. -------------- */
  3577.  
  3578. i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
  3579. * i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
  3580. #inner_content{
  3581.     background-color: #FFF;
  3582.     padding: 20px;
  3583. }
  3584. .ui-autocomplete .ui-menu-item div{
  3585.     display: table;
  3586. }
  3587. .ui-autocomplete .ui-menu-item img{
  3588.     width: 47px;
  3589.     height: 47px;
  3590.     float: left;
  3591.     display: block;
  3592. }
  3593. .ui-autocomplete .ui-menu-item .item-name{
  3594.     display: block;
  3595.     margin-left: 70px
  3596. }
  3597. .ui-autocomplete .ui-menu-item .item-price{
  3598.     display: block;
  3599.     margin-left: 70px;
  3600.     font-size: 16px;
  3601.     font-weight: bold;
  3602. }
  3603.  
  3604. .related-slider li .image img{
  3605.     margin: 0 auto;  
  3606.     vertical-align: middle;
  3607.     display: inline-block;
  3608. }
  3609.  
  3610. #panel{
  3611.     background: #252525;
  3612.     bottom: 0;
  3613.     box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  3614.     left: 0;
  3615.     position: fixed;
  3616.     width: 100%;
  3617.     z-index: 100;
  3618. }
  3619. #panel .col-sm-3{
  3620.     float: left;  
  3621.     width: 25%;
  3622. }
  3623.  
  3624. @media (max-width: 717px) {
  3625.     #panel .col-sm-3 .text{
  3626.         display: none;
  3627.     }
  3628.     #panel a{
  3629.         font-size: 20px;
  3630.     }
  3631. }
  3632.  
  3633. #panel a {
  3634.     display: inline-block;
  3635.     padding: 12px 0;
  3636.     color: #fff;
  3637.     text-decoration: none;
  3638. }
  3639.  
  3640. .dialog-window .wishlist, .dialog-window .compare {
  3641.     display:block;
  3642. }
  3643.  
  3644. .box-product h5 .name{
  3645.     min-height: 40px;
  3646. }
  3647.  
  3648. .product-grid div.image a{
  3649.     display: block;
  3650. }
  3651.  
  3652. .product-grid div.image img{
  3653.     vertical-align: middle;
  3654. }
  3655.  
  3656. .badge.low-price{
  3657.     background: #f14d4d;
  3658. }
  3659.  
  3660. .badge.new{  
  3661.     background: #21669d;
  3662. }
  3663.  
  3664. #content #page table {
  3665.     margin-bottom: 30px;
  3666.     border: 1px solid #d6d4d4; }
  3667. #content #page table > thead > tr > th,
  3668. #content #page table > thead > tr > td,
  3669. #content #page table > tbody > tr > th,
  3670. #content #page table > tbody > tr > td,
  3671. #content #page table > tfoot > tr > th,
  3672. #content #page table > tfoot > tr > td {
  3673.     border: 1px solid #d6d4d4; }
  3674. #content #page table > thead > tr > th,
  3675. #content #page table > thead > tr > td {
  3676.     border-bottom-width: 2px; }
  3677.  
  3678. #content #page a{
  3679.     text-decoration: underline;
  3680. }
  3681.  
  3682. #content #page ul{
  3683.     list-style: disc;
  3684.     margin-left: 20px;
  3685. }
  3686.  
  3687. table td, table th {
  3688.     padding: 9px 10px;
  3689.     text-align: left;
  3690. }
  3691. #last_photos ul.view-thumbs li{
  3692.     float: left;
  3693.     margin: 0 5px 10px;
  3694. }
  3695. .shadowed {
  3696.     box-shadow: 0 5px 15px #aaa;
  3697. }
  3698. .mainnews {
  3699.     list-style: none;
  3700.     display: block;
  3701. }
  3702. .mainnews .mainnew {
  3703.     width: 152px;
  3704.     margin-right: 10px;
  3705.     margin-bottom: 30px;
  3706.     display: -moz-inline-box;
  3707.     display: inline-block;
  3708.     word-spacing: normal;
  3709.     vertical-align: top;
  3710. }
  3711. .mainnews .mainnew .img_mainnew {
  3712.     vertical-align: middle;
  3713.     text-align: center;
  3714.     width: 150px;
  3715.     height: 150px;
  3716.     line-height: 145px;
  3717.     background-color: #ffffff;
  3718.     padding: 5px;
  3719.     margin-bottom: 10px;
  3720. }
  3721. .mainnews .mainnew .img_mainnew img {
  3722.     vertical-align: middle;
  3723.     max-width: 150px;
  3724.     max-height: 150px;
  3725. }
  3726. .c_block{
  3727.     color: #544C39;
  3728.     float: left;
  3729.     margin-left: 40px;
  3730.     margin-top: 18px;
  3731. }
  3732. .l_info{
  3733.     float: left;
  3734.     width: 50%;
  3735. }
  3736. .d_info{
  3737.     float: right;
  3738. }
  3739. .d_info img.dos{
  3740.     width: 75px;
  3741.     margin-right: 10px;
  3742. }
  3743. .quickorder-button{
  3744.     margin-left: 0;
  3745.     float: left;
  3746.     font-size: 14px;
  3747. }
  3748. .quickorder-button i{
  3749.     font-size: 14px;
  3750. }
  3751. a[name="kupilegko"]{
  3752.     border: none;
  3753.     margin: 0;
  3754.     margin-left: 20px;
  3755. }
  3756. .quickorder-button:hover, a[name="kupilegko"]:hover{
  3757.     background-color: #C0C9D2 !important;
  3758.     color: #FFFFFF;
  3759. }
  3760. .productsets-button{
  3761.     height: 40px !important;
  3762. }
  3763. #video-container{
  3764.     margin-top: 20px;
  3765. }
  3766. #cart-total2 img{
  3767.     width: 21px;
  3768. }
  3769. @media (max-width: 400px) {
  3770.     .mainnews .mainnew {
  3771.         width: 140px;
  3772.         margin-right: 0;
  3773.     }
  3774.     #inner_content{
  3775.         padding: 20px 0;
  3776.     }
  3777. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement